OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2012-03-01  Release Manager
2
3         * GCC 4.6.3 released.
4
5 2012-01-02  Richard Guenther  <rguenther@suse.de>
6
7         PR bootstrap/51686
8         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
9         * Makefile.in: Regenerate.
10
11 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
12
13         * configure: Regenerate.
14
15 2011-11-20  Andreas Tobler  <andreast@fgznet.ch>
16
17         * libtool.m4: Additional FreeBSD 10 fixes.
18
19 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
20
21         PR target/49992
22         * configure.ac: Remove ranlib special-casing for Darwin.
23         * configure: Regenerate.
24
25 2011-10-26  Release Manager
26
27         * GCC 4.6.2 released.
28
29 2011-06-27  Hans-Peter Nilsson  <hp@axis.com>
30
31         PR regression/47836
32         PR bootstrap/23656
33         PR other/47733
34         PR bootstrap/49247
35         PR c/48825
36         * configure.ac (target_libraries): Remove target-libiberty.
37         Remove all target-specific settings adding target-libiberty to
38         skipdirs and noconfigdirs.  Remove checking target_configdirs
39         and removing target-libiberty but keeping target-libgcc if
40         otherwise empty.
41         * Makefile.def (target_modules): Don't add libiberty.
42         (dependencies): Remove all traces of target-libiberty.
43         * configure, Makefile.in: Regenerate.
44
45 2011-06-27  Release Manager
46
47         * GCC 4.6.1 released.
48
49 2011-03-25  Release Manager
50
51         * GCC 4.6.0 released.
52
53 2011-03-21  David Edelsohn  <dje.gcc@gmail.com>
54
55         * config.guess: Detect AIX 7.1.
56
57 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
58
59         PR lto/48086
60         * configure.ac: Re-enable LTO on *-apple-darwin9.
61         * configure: Regenerate.
62
63 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
64
65         PR lto/48086
66         * configure.ac: Disable LTO on darwin due to an assembler change in
67         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
68         under 256.
69         * configure: Regenerate.
70
71 2011-03-11  Chen Liqin  <liqin.gcc@gmail.com>
72
73         * MAINTAINERS: Update myself as score backend maintainer,
74         update my e-mail address.
75
76 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
77
78         * MAINTAINERS: Update my e-mail address.
79
80 2011-03-06  Joey Ye  <joey.ye@arm.com>
81
82         * MAINTAINERS: Update my e-mail address.
83
84 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
85
86         * configure.ac: Adjust test of with_ppl.
87         * configure: Regenerated.
88
89 2011-03-02  Kai Tietz  <ktietz@redhat.com>
90
91         * MAINTAINERS: Adjust my e-mail address.
92
93 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
94
95         * configure.ac: Add -lpwl to ppllibs.
96         * configure: Regenerated.
97
98 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
99
100         * config/cloog.m4: Add -lisl to clooglibs.
101         * configure: Regenerated.
102
103 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
104
105         * MAINTAINERS (CPU Port maintainers): Add self.
106
107 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
108
109         * MAINTAINERS: Add myself as testsuite maintainer.
110
111 2011-02-15  Mike Stump  <mikestump@comcast.net>
112
113         * MAINTAINERS: Add myself as testsuite maintainer.
114
115 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
116
117         Import from Libtool and gnulib:
118
119         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
120
121         Prepare for supporting FreeBSD 10.
122         * config.rpath: Remove handling of freebsd1* which soon would
123         match FreeBSD 10.0.
124
125         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
126
127         Remove support for FreeBSD 1.x.
128         * libtool.m4 (_LT_LINKER_SHLIBS)
129         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
130         soon would incorrectly match FreeBSD 10.0.
131
132 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
133
134         PR binutils/12283
135         * move-if-change: Import version from gnulib.
136
137 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
138
139         PR lto/47225
140         * Makefile.def (lto-plugin): Double dash for enable-shared.
141         (configure-gcc): Depend on all-lto-plugin.
142         * Makefile.in: Rebuilt.
143
144 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
145
146         * configure.ac: Remove extra bracket.
147         * configure: Regenerate.
148
149 2011-02-08  Tobias Burnus  <burnus@net-b.de>
150
151         * MAINTAINERS: Add myself as libquadmath maintainer.
152
153 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
154
155         * MAINTAINERS: Update my email address.
156
157 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
158
159         * MAINTAINERS (option handling): Add self.
160
161 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
162
163         PR lto/47225
164         * Makefile.def: Add dependency for install-gcc
165         on install-lto-plugin.
166         * Makfile.in: Regenerated
167
168 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
169
170         * MAINTAINERS (CPU Port Maintainers): Add myself.
171
172 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
173
174         PR libgcj/44341
175         * configure.ac: Discard --with-* flags for host when configuring
176         target libraries for cross build.
177         * configure: Rebuilt.
178
179 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
180
181         * MAINTAINERS (linear loop transforms): Removed.
182
183 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
184
185         * configure.ac: If with_ppl is no, move setting with_cloog=no
186         after CLOOG_REQUESTED check.
187         * configure: Regenerated.
188
189 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
190
191         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
192         CLooG has been requested.
193         * configure: Regenerated.
194
195 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
196
197         * configure: Regenerated.
198         * configure.ac: Check for version 0.11 (or later revision) of PPL.
199
200 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
201
202         * configure: Regenerated.
203         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
204
205 2011-01-21  Andreas Schwab  <schwab@redhat.com>
206
207         * configure.ac: Use AS_HELP_STRING throughout.
208         * configure: Regenerate.
209
210 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
211
212         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
213         * configure: Regenerate.
214
215 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
216
217         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
218
219 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
220
221         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
222         for ia64-hpux.
223         * configure: Regenerate.
224
225 2011-01-07  Jan Hubicka  <jh@suse.cz>
226
227         PR lto/47225
228         * Makefile.in: Regenerate.
229         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
230         configure.
231
232 2011-01-07  Jan Hubicka  <jh@suse.cz>
233
234         * Makefile.in: Regenerate.
235         * Makefile.def (gcc host module) and soft dependency on lto-plugin
236         and configure dependency on lto-plugin configure.
237         (lto-plugin module): Remove dependency on GCC; add dependency on
238         liniberty.
239
240 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
241
242         * MAINTAINERS (Write After Approval): Add myself.
243
244 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
245
246         * configure: Regenerate.
247
248 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
249
250         * configure.ac: (picochip): Disable libiberty.
251
252 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
253
254         * MAINTAINERS (Write After Approval): Add myself.
255
256 2010-12-10  Ian Lance Taylor  <iant@google.com>
257
258         PR bootstrap/46819
259         * configure.ac: For --disable-libgcj clear libgcj_saved.
260         * configure: Rebuild.
261
262 2010-12-10  Tobias Burnus  <burnus@net-b.de>
263
264         PR fortran/46540
265         * configure.ac: Add --disable-libquadmath and
266         --disable-libquadmath-support.
267         * configure: Regenerate.
268
269 2010-12-03  Ian Lance Taylor  <iant@google.com>
270
271         * MAINTAINERS: Add myself as libgo maintainer.
272
273 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
274
275         PR libffi/46792
276         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
277         * configure: Regenerate.
278
279 2010-12-02  Ian Lance Taylor  <iant@google.com>
280
281         * configure.ac: Always set default for poststage1_ldflags to
282         -static-libstdc++ -static-libgcc.
283
284 2010-11-29  Andreas Schwab  <schwab@redhat.com>
285
286         * configure.ac: Move comment to remove extra space in last argument
287         of GCC_TARGET_TOOL.
288
289 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
290
291         PR other/46026
292         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
293         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
294         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
295         (BASE_FLAGS_TO_PASS): Use it.
296         * configure: Rebuilt.
297         * Makefile.in: Rebuilt.
298
299 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
300
301         PR binutils/12258
302         * configure.ac: Correct comments for --enable-gold/--enable-ld.
303         Properly check default linker.
304         * configure: Regnerated.
305
306 2010-11-23  Matthias Klose  <doko@ubuntu.com>
307
308         * configure.ac: For --enable-gold, handle value `default' instead of
309         `both*'.   New configure option --{en,dis}able-ld.
310         * configure: Regenerate.
311
312 2010-11-20  Ian Lance Taylor  <iant@google.com>
313
314         * configure.ac: Only disable a language library if no language needs
315         it.  Don't let --disable-libgcj uncondtionally disable libffi.
316         * configure: Rebuild.
317
318 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
319
320         * Makefile.in: Regenerate.
321
322         PR other/46202
323         * configure.ac: Fix just-built in-tree STRIP name to be
324         binutils/strip-new.
325         * configure: Regenerate.
326         * Makefile.def (install-strip-gcc, install-strip-binutils)
327         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
328         (install-strip-sid): Mirror dependencies on non-strip variants
329         of these targets on the respective -strip prerequisites.
330         * Makefile.tpl (install-strip, install-strip-host)
331         (install-strip-target): New targets.
332         (install-strip-[+module+], install-strip-target-[+module+]):
333         New targets.
334         * Makefile.in: Regenerate.
335
336 2010-11-19  Ian Lance Taylor  <iant@google.com>
337             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
338
339         * configure.ac: Add target-libgo to target_libraries.  Set
340         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
341         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
342         (HOST_EXPORTS): Add GOC.
343         (BASE_TARGET_EXPORTS): Add GOC.
344         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
345         (GOCFLAGS_FOR_TARGET): New variable.
346         (EXTRA_HOST_FLAGS): Add GOC.
347         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
348         * Makefile.def (target_modules): Add libgo.
349         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
350         (dependencies): Add dependency from configure-target-libgo to
351         configure-target-libffi and all-target-libstdc++-v3.  Add
352         dependencies from all-target-libgo to all-target-libffi.
353         (languages): Add go.
354         * configure: Rebuild.
355         * Makefile.in: Rebuild.
356
357 2010-11-19  Ian Lance Taylor  <iant@google.com>
358
359         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
360         compiler/flag environment variables.
361
362 2010-11-18  Ian Lance Taylor  <iant@google.com>
363
364         * configure.ac: Check for lang_requires_boot_languages in
365         config-lang.in files.
366         * configure: Rebuild.
367
368 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
369             Tobias Burnus  <burnus@net-b.de>
370
371         PR fortran/32049
372         * Makefile.def: Add libquadmath; build it with language=fortran.
373         * configure.ac: Add libquadmath.
374         * Makefile.tpl: Handle multiple libs in check-[+language+].
375         * Makefile.in: Regenerate.
376         * configure: Regenerate.
377
378 2010-11-16  Tom Tromey  <tromey@redhat.com>
379
380         * MAINTAINERS: Moved myself to reviewers section.
381
382 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
383
384         * MAINTAINERS: Moved myself to reviewers section.
385
386 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
387
388         * MAINTAINERS (Various Maintainers): Add self for build machinery.
389         (Write After Approval): Remove self.
390
391 2010-11-15  Andreas Schwab  <schwab@redhat.com>
392
393         * configure.ac: Fix spelling in option names.
394         * configure: Regenerated.
395
396 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
397
398         PR bootstrap/39622
399         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
400         * configure: Regenerated.
401
402 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
403
404         * MAINTAINERS: Update my email address.
405
406 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
407
408         * configure: Regenerate.
409
410 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
411
412         * configure: Regenerate.
413
414 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
415
416         * configure: Regenerate.
417
418 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
419
420         * configure: Regenerate.
421
422 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
423
424         * configure.ac: Support official CLooG.org versions.
425         * configure: Regenerate.
426         * config/cloog.m4: New.
427
428 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
429
430         * MAINTAINERS (Write After Approval): Add myself.
431
432 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
433
434         * MAINTAINERS: Update my email address.
435
436 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
437
438         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
439         * configure: Regenerate.
440
441 2010-11-03  Ian Lance Taylor  <iant@google.com>
442             Dave Korn  <dave.korn.cygwin@gmail.com>
443
444         PR lto/46273
445         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
446         and on other supported platforms whenever LTO is enabled.
447         * configure: Rebuild.
448
449 2010-11-02  Alan Modra  <amodra@gmail.com>
450
451         PR binutils/12110
452         * configure.ac: Error when source path contains spaces.
453         * configure: Regenerate.
454
455 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
456
457         * MAINTAINERS: Update my email address.
458
459 2010-10-20  Ian Lance Taylor  <iant@google.com>
460
461         * Makefile.def (target_modules): Set lib_path to src/.libs for
462         libstdc++-v3 module.
463         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
464         * Makefile.in: Rebuild.
465
466 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
467
468         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
469         (Write After Approval): Remove myself.
470
471 2010-10-15  Tristan Gingold  <gingold@adacore.com>
472
473         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
474
475 2010-10-14  Douglas Rupp  <rupp@gnat.com>
476
477         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
478
479 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
480
481         * configure.ac (build_lto_plugin): New shell variable.
482         (--enable-lto): Turn on by default for all non-ELF platforms that
483         have had LTO support added so far.  Set build_lto_plugin appropriately
484         for both ELF and non-ELF.
485         (configdirs): Add lto-plugin or not based on build_lto_plugin.
486         * configure: Regenerate.
487
488 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
489
490         Sync from src:
491         * configure.ac (v850 support): Remove target-libgloss from
492         noconfigdirs.
493         * configure: Regenerate.
494
495 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
496
497         PR bootstrap/45326
498         PR bootstrap/45174
499         * configure.ac: Honor initial values of $build_configargs,
500         $host_configargs, $target_configargs.  Mark the precious, so
501         environment settings get recorded.
502         * configure: Regenerate.
503
504 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
505
506         PR bootstrap/45796
507         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
508         Depend on all-build-libiberty.
509         * Makefile.in: Regenerate.
510
511 2010-09-30  Michael Eager  <eager@eagercon.com>
512
513         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
514         * configure: Regenerate.
515
516 2010-09-28  Michael Eager  <eager@eagercon.com>
517
518         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
519
520 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
521
522         PR bootstrap/44621
523         * configure.ac: Fix unportable shell quoting.
524         * configure: Regenerate.
525
526 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
527
528         * configure.ac (enable-lto): Add Darwin to the list of supported lto
529         targets and amend comment.
530         * configure: Regenerate.
531
532 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
533
534         * MAINTAINERS (Write After Approval): Add myself.
535
536 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
537
538         * configure.ac: Enable LTO by default on Darwin.
539         * configure: Regenerate.
540
541 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
542
543         * MAINTAINERS (Write After Approval): Add myself.
544
545 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
546
547         * MAINTAINERS (Write After Approval): Add myself.
548
549 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
550
551         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
552         ports
553
554 2010-07-28  David Yuste  <david.yuste@gmail.com>
555
556         * MAINTAINERS (Write After Approval): Add myself.
557
558 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
559
560         * configure.ac: Support all v850 targets.
561         * configure: Regenerate.
562
563 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
564
565         PR bootstrap/44455
566         * configure.ac (extra_mpfr_configure_flags): Copy from
567         extra_mpc_gmp_configure_flags.
568         * configure: Re-generated.
569
570 2010-07-22  Andi Kleen  <ak@linux.intel.com>
571
572         * MAINTAINERS (Write After Approval): Add myself.
573
574 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
575
576         * MAINTAINERS (Write After Approval): Add myself.
577
578 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
579
580         * MAINTAINERS (Write After Approval): Add myself.
581
582 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
583
584         PR target/44862
585         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
586         Provide -B option to allow for link spec %s substitutions for
587         libstdc++.a on darwin.
588         * Makefile.in: Regenerate.
589
590 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
591
592         * MAINTAINERS (Reviewers): Update my e-mail address
593
594 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
595
596         * Makefile.def (configure-gcc): Depend on all-libelf.
597         * Makefile.in: Rebuild.
598
599 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
600
601         * MAINTAINERS (Write After Approval): Add myself in the right place.
602
603 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
604
605         * MAINTAINERS (Write After Approval): Add myself.
606
607 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
608
609         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
610
611 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
612
613         * config.sub: Update to version 2010-05-21.
614         * config.guess: Update to version 2010-04-03.
615
616 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
617
618         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
619         * configure: Regenerate.
620
621 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
622
623         * MAINTAINERS (Write After Approval): Add myself.
624
625 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
626
627         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
628         a platform that supports LTO.
629         * configure: Regenerate.
630
631 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
632
633         * configure.ac: Allow all the versions greater than 0.10 of PPL.
634         * configure: Regenerated.
635
636 2010-04-27  Roland McGrath  <roland@redhat.com>
637             H.J. Lu  <hongjiu.lu@intel.com>
638
639         * configure.ac (--enable-gold): Support both, both/gold and
640         both/bfd to add gold to configdirs without removing ld.
641         * configure: Regenerated.
642
643         * Makefile.def: Add install-gold dependency to install-ld.
644         * Makefile.in: Regenerated.
645
646 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
647
648         PR lto/42776
649         * configure.ac (--enable-lto): Refactor handling so libelf tests
650         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
651         and allow LTO to be explicitly enabled on non-ELF platforms that
652         are known to support it inside else-clause.
653         * configure: Regenerate.
654
655 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
656
657         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
658         * configure: Regenerate.
659
660 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
661
662         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
663         * configure: Regenerate.
664
665 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
666
667         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
668         separately.
669         * configure: Regenerate.
670
671 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
672
673         * MAINTAINERS (Write After Approval): Add myself.
674
675 2010-04-14  Tristan Gingold  <gingold@adacore.com>
676
677         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
678         * configure: Regenerate.
679
680 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
681
682         * configure: Regenerate after change to elf.m4.
683
684 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
685
686         * MAINTAINERS (Write After Approval): Add myself.
687
688 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
689
690         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
691         * configure: Regenerated.
692
693 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
694
695         * configure.ac: Print "buggy but acceptable" when CLooG
696         revision is less than 9.
697         * configure: Regenerated.
698
699 2010-04-01  Diego Novillo  <dnovillo@google.com>
700
701         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
702
703 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
704
705         PR bootstrap/43615
706         PR bootstrap/43328
707
708         Revert:
709
710         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
711
712         * configure.ac: Do not pass --enable-multilib nor
713         --disable-multilib in baseargs.  Accept explicitly passed
714         --enable_multilib.
715         * configure: Regenerate.
716
717 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
718
719         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
720
721 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
722
723         * MAINTAINERS: Remove myself.
724
725 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
726
727         PR bootstrap/43328
728         * configure.ac: Do not pass --enable-multilib nor
729         --disable-multilib in baseargs.  Accept explicitly passed
730         --enable_multilib.
731         * configure: Regenerate.
732
733 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
734
735         * MAINTAINERS (spu port): Remove me.
736
737 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
738
739         * configure.ac (tic6x-*-*): New case.
740         * configure: Regenerate.
741
742 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
743
744         * config.sub: Update to version 2010-03-22.
745         * config.guess: Update to version 2009-12-30.
746
747 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
748
749         PR ada/42554
750         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
751         * configure: Regenerate.
752
753 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
754
755         * MAINTAINERS: Update my email address.
756
757 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
758
759         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
760         (ghassan.shobaki@amd.com): Removed.
761
762 2010-03-17  Alan Modra  <amodra@gmail.com>
763
764         * MAINTAINERS: Update my email address.
765
766 2010-03-16  Diego Novillo  <dnovillo@google.com>
767
768         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
769         Matthews.
770
771 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
772
773         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
774         Gutson, Jeffrey D. Oldham and Mark Shinwell.
775
776 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
777
778         * MAINTAINERS: Update my email address.
779
780 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
781
782         * MAINTAINERS: Update my email address.
783
784 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
785
786         * MAINTAINERS: Update my email address.
787
788 2010-03-09  Jie Zhang  <jie@codesourcery.com>
789
790         * MAINTAINERS: Update my email address.
791
792 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
793
794         PR libstdc++/32499
795         * configure.ac (RANLIB): Default to true.
796         (STRIP): Likewise.
797         (RANLIB_FOR_TARGET): Remove superfluous : argument.
798         * configure: Regenerate.
799
800 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
801
802         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
803         (Write After Approval): Update my email address.
804
805 2010-02-17  Nick Clifton  <nickc@redhat.com>
806
807         PR 11238
808         * Makefile.tpl (local-distclean): Also remove config.cache files in
809         sub-directories as there may not be Makefiles present in the
810         sub-directories.
811         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
812         the config.cache files found by the find command.
813
814         * Makefile.in: Regenerate.
815         * configure.ac: Revert previous delta.
816         * configure: Regenerate.
817
818 2010-02-15  Nick Clifton  <nickc@redhat.com>
819
820         PR 11238
821         * configure.ac: Delete config.cache files in sub-directories when
822         deleting Makefiles.
823         * configure: Regenerate.
824
825 2010-02-12  Ben Elliston  <bje@gnu.org>
826
827         * MAINTAINERS: Update my email address.
828
829 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
830
831         * MAINTAINERS (spu port): Update my email address.
832
833 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
834
835         * MAINTAINERS: Add myself as a maintainer for the bfin port.
836
837 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
838
839         * configure.ac: Add "recommended" version checks for GMP/MPC.
840         Update recommended GMP/MPFR/MPC versions.
841         * configure: Regenerate.
842
843 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
844
845         * MAINTAINERS: Move my Embecosm email address into the
846         write-after-approval section.
847
848 2010-01-26  Ian Lance Taylor  <iant@google.com>
849
850         * MAINTAINERS: Add myself as Go frontend maintainer.
851
852 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
853
854         PR libstdc++/36101, PR libstdc++/42813
855         * configure.ac (bootstrap_target_libs): Make inclusion of
856         target-libgomp conditional on libgomb being in target_configdirs.
857         * configure: Regenerate.
858
859 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
860
861         PR libstdc++/36101, PR libstdc++/42813
862         * configure.ac (bootstrap_target_libs): Include target-libgomp.
863         * configure: Regenerate.
864
865 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
866
867         PR libstdc++/36101, PR libstdc++/42813
868         * configure.ac (target_configdirs): Substitute.
869         * Makefile.def: Bootstrap target module libgomp.
870         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
871         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
872         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
873         * configure, Makefile.in: Regenerate.
874
875 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
876
877         * MAINTAINERS: Adjust my details.
878
879 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
880
881         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
882
883 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
884
885         * MAINTAINERS: reindented my entry with tabs instead of spaces.
886
887 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
888
889         * MAINTAINERS (Write After Approval): Add myself.
890
891 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
892
893         * MAINTAINERS (Write After Approval): Add myself.
894
895 2010-01-11  Richard Guenther  <rguenther@suse.de>
896
897         PR lto/41569
898         * Makefile.def (all-lto-plugin): Depend on all-gcc.
899         * Makefile.in: Regenerated.
900
901 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
902
903         * configure.ac: Enable libjava build on x86_64-*freebsd*.
904         * configure: Regenerate.
905
906 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
907             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
908
909         PR bootstrap/42424
910         * configure.ac: Include libtool m4 files.
911         (_LT_CHECK_OBJDIR): Call it.
912         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
913         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
914
915         * configure: Regenerate.
916
917 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
918
919         PR bootstrap/41818
920         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
921         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
922         * Makefile.in: Regenerate.
923
924 2010-01-02  Richard Guenther  <rguenther@suse.de>
925
926         PR lto/41529
927         * configure.ac: Include config/elf.m4.  Disable LTO if not
928         builting for an elf target.
929         * configure: Regenerate.
930
931 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
932
933         * MAINTAINERS: Change my email address.
934
935 2009-12-18  Ben Elliston  <bje@au.ibm.com>
936
937         * config.sub, config.guess: Update from upstream sources.
938
939 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
940
941         * MAINTAINERS (Write After Approval): Add myself.
942
943 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
944
945         PR middle-end/30447
946         PR middle-end/30789
947         PR other/40302
948
949         * configure.ac: Require MPC.
950         * configure: Regenerate.
951
952 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
953
954         PR target/38384
955         PR bootstrap/40972
956         * libtool.m4: Sync from git Libtool.
957         * ltoptions.m4: Likewise.
958         * ltversion.m4: Likewise.
959         * lt~obsolete.m4: Likewise.
960         * ltmain.sh: Likewise.
961
962 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
963
964         * configure.ac: Update minimum MPC version to 0.8.
965         * configure: Regenerate.
966
967 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
968
969         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
970         * configure: Regenerated.
971
972 2009-11-21  Ian Lance Taylor  <iant@google.com>
973
974         * configure.ac: Change default of poststage1_ldflags to be empty if
975         poststage1_libs is set.  When poststage1_libs is empty, and
976         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
977         * configure: Rebuild.
978
979 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
980
981         * MAINTAINERS (Write After Approval): Update my email address.
982
983 2009-11-20  Ben Elliston  <bje@au.ibm.com>
984
985         * config.guess: Update from upstream sources.
986
987 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
988
989         * Makefile.def: Restore host and target settings for gmp.
990         * Makefile.in: Rebuild.
991
992 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
993
994         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
995         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
996         Fix portability of test of C++ as bootstrap language.  Add
997         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
998         * configure: Rebuild.
999         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1000         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
1001         in-tree building.
1002         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1003         (POSTSTAGE1_HOST_EXPORTS): Use it.
1004         (STAGE[+id+]_CXXFLAGS): New.
1005         (BASE_FLAGS_TO_PASS): Pass it down.
1006         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
1007         extra_exports.
1008         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1009         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1010         extra_exports.
1011         * Makefile.in: Rebuild.
1012
1013 2009-11-17  Ben Elliston  <bje@au.ibm.com>
1014
1015         * config.sub, config.guess: Update from upstream sources.
1016
1017 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1018
1019         * MAINTAINERS (Write After Approval): Add myself.
1020
1021 2009-11-09  Jon Beniston  <jon@beniston.com>
1022
1023         * MAINTAINERS (Write After Approval): Add myself.
1024
1025 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
1026
1027         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
1028         paths for *-w64-mingw* and x86_64-*mingw*.
1029         * configure: Regenerated.
1030
1031 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
1032
1033         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
1034
1035 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
1036
1037         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
1038         Phil Edwards to Write-After Approval.
1039
1040 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
1041
1042         * configure.ac: Disable target-winsup & co for
1043         x86_64-*-mingw* and *-w64-mingw* targets.
1044         * configure: Regenerated.
1045
1046 2009-10-16  Nick Clifton  <nickc@redhat.com>
1047
1048         * MAINTAINERS: Add myself as a maintainer for the RX port.
1049
1050 2009-10-26  Johannes Singler  <singler@kit.edu>
1051
1052         * MAINTAINERS (Write After Approval): Update my e-mail address.
1053
1054 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1055
1056         * configure.ac (CLooG test): Use = with test.
1057         * configure: Regenerate.
1058
1059 2009-10-22  Richard Guenther  <rguenther@suse.de>
1060
1061         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
1062         cloog if the ppl version check failed.  Move flags saving
1063         before setting in libelf check.
1064         * configure: Regenerate.
1065
1066 2009-10-21  Richard Guenther  <rguenther@suse.de>
1067
1068         * configure.ac: Adjust the ppl and cloog configure to work as
1069         documented.  Disable cloog if ppl was disabled.  Omit the version
1070         checks if they were disabled.
1071         * configure: Re-generate.
1072
1073 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1074
1075         * configure.ac: Add 'lto' to enable_languages, not
1076         new_enable_languages, and only if not already present.
1077         * configure: Regenerate.
1078
1079 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
1080
1081         * README: Refer to the various COPYING* files instead of just
1082         COPYING.
1083         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
1084
1085 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
1086
1087         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
1088         
1089 2009-10-07  Richard Guenther  <rguenther@suse.de>
1090
1091         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
1092         and Richard Guenther as reviewers.
1093         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
1094         as reviewers.
1095
1096 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
1097
1098         * config.sub: Update from upstream sources.
1099
1100 2009-10-06  Ian Lance Taylor  <iant@google.com>
1101
1102         * Makefile.def: check-gold depends upon all-gas.
1103         * Makefile.in: Rebuild.
1104
1105 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
1106
1107         * MAINTAINERS (Write After Approval): Add myself.
1108
1109 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
1110
1111         * Makefile.def: all-lto-plugin depends on all-libiberty.
1112         set bootstrap=true for lto-plugin.
1113         Add lto-plugin.
1114         * Makefile.in: Regenerate.
1115         * configure.ac (host_libs): Add lto-plugin.
1116         * configure: Regenerate.
1117
1118 2009-10-03  Diego Novillo  <dnovillo@google.com>
1119
1120         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1121         (HOST_LIBELFLIBS): Define.
1122         (HOST_LIBELFINC): Define.
1123         * Makefile.in: Regenerate.
1124         * configure.ac: Add --enable-lto.
1125         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1126         If --enable-lto is used, add 'lto' to new_enable_languages.
1127         If --enable-lto is used and gold is enabled, add
1128         lto-plugin to configdirs.
1129         * configure: Regenerate.
1130
1131 2009-10-03  Simon Baldwin  <simonb@google.com>
1132
1133         * configure.ac: If --with-system-zlib, suppress local zlib and
1134         pass --with-system-zlib to subdir configure scripts.
1135         * configure: Regenerate.
1136
1137 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
1138             Paolo Bonzini  <bonzini@gnu.org>
1139
1140         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1141         $(srcdir).
1142         * Makefile.in: Rebuilt.
1143
1144 2009-09-26  Gary Funck  <gary@intrepid.com>
1145
1146         * MAINTAINERS (Write After Approval): Add myself.
1147
1148 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1149
1150         * configure.ac: Update minimum MPC version to 0.7.
1151         * configure: Regenerate.
1152
1153 2009-09-25  Nick Clifton  <nickc@redhat.com>
1154
1155         * configure.ac: Pass any --cache-file=/dev/null option on to
1156         subconfigures.
1157         * configure: Regenerate.
1158
1159 2009-09-23  Nick Clifton  <nickc@redhat.com>
1160
1161         * config.sub, config.guess: Update from upstream sources.
1162
1163 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
1164
1165         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1166         * Makefile.in: Rebuilt.
1167
1168 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1169
1170         PR bootstrap/32272
1171         * configure.ac: Error out if $srcdir isn't '.' but contains
1172         host-${host_noncanonical}.
1173         * configure: Regenerate.
1174
1175 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1176
1177         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
1178         maintainer.
1179
1180 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1181
1182         * configure.ac: If bootstrapping a combined tree with
1183         --enable-gold, require c++ in stage1_languages.
1184         * configure: Regenerate.
1185
1186         * configure.ac: Also add target_libs of stage1_languages to
1187         bootstrap_target_libs.
1188         * configure: Regenerate.
1189
1190         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1191         with --enable-languages not containing c++.
1192         * configure: Regenerate.
1193
1194 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
1195
1196         * configure.ac: Disable java and boehm-gc for bfin-*-*.
1197         * configure: Regenerate.
1198
1199 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
1200
1201         * MAINTAINERS (Write After Approval): Update my e-mail address,
1202         and move from from here...
1203         (Waiting for paperwork): To here.
1204
1205 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
1206
1207         * MAINTAINERS (Reviewers): Add self as driver reviewer.
1208
1209 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1210
1211         * configure.ac: Do not use $extrasub for replacing @if/@endif
1212         parts in Makefile; instead, use additional arguments to
1213         AC_CONFIG_COMMANDS to do the replacement manually, with several
1214         sed invocations, to avoid HP-UX sed command limits.
1215         * configure: Regenerate.
1216
1217 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
1218
1219         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
1220         blank before -L.
1221
1222 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
1223
1224         * configure.ac (with-build-config): Document.  Handle without.
1225         Handle missing argument.
1226         * configure: Rebuilt.
1227
1228 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
1229
1230         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1231         Default to bootstrap-debug only if compare-debug works.
1232         * configure: Rebuilt.
1233         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1234         * Makefile.in: Rebuilt.
1235
1236 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1237
1238         * MAINTAINERS (OS Port Maintainers): Update my email address.
1239
1240 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1241
1242         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1243         * Makefile.in: Rebuilt.
1244
1245 2009-09-01  Chris Demetriou  <cgd@google.com>
1246
1247         * MAINTAINERS (Write After Approval): Add myself.
1248
1249 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
1250
1251         PR debug/30161
1252         * include/dwarf2.h (enum dwarf_tag): Added
1253         DW_TAG_GNU_template_template_param
1254         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
1255
1256 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1257
1258         * Makefile.tpl (AWK): Fix typo.
1259         * Makefile.in: Regenerate.
1260
1261 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1262
1263         * configure.ac: Detect awk and sed.
1264         * Makefile.def (flags_to_pass): Add AWK and SED.
1265         * Makefile.tpl (AWK, SED): New.
1266         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1267         * configure: Regenerate.
1268         * Makefile.in: Regenerate.
1269
1270 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1271
1272         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
1273         (collapseslashes): Likewise.
1274
1275 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1276
1277         * configure.ac (AC_PREREQ): Bump to 2.64.
1278
1279 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1280
1281         * configure.ac: Remove --with-datarootdir, --with-docdir,
1282         --with-pdfdir, --with-htmldir switches.
1283         * configure: Regenerate.
1284
1285         * configure: Regenerate.
1286
1287         * compile: Sync from Automake 1.11.
1288         * depcomp: Likewise.
1289         * install-sh: Likewise.
1290         * missing: Likewise.
1291         * mkinstalldirs: Likewise.
1292         * ylwrap: Likewise.
1293
1294 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
1295
1296         * ltmain.sh (func_normal_abspath): New function.
1297         (func_relative_path): Likewise.
1298         (func_mode_help): Document new -bindir option for link mode.
1299         (func_mode_link): Add new -bindir option, and use it to place
1300         output DLL if specified.
1301
1302 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1303
1304         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1305         (baseargs): Add --disable-option-checking.
1306         * configure: Regenerate.
1307
1308         * Makefile.def (configure-target-libiberty): Depend on
1309         all-binutils and all-ld.
1310         (configure-target-newlib): Likewise.
1311         * Makefile.in: Regenerate.
1312
1313 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1314
1315         * config.sub, config.guess: Update from upstream sources.
1316
1317 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1318
1319         Sync from src, merge:
1320
1321         2009-07-02  Tristan Gingold  <gingold@adacore.com>
1322
1323         * configure.ac: Do not exclude gas for i386-*-darwin.
1324         Add a case for x86_64-*-darwin.
1325         * configure: Regenerate.
1326
1327 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
1328
1329         * MAINTAINERS: Add my name to Write After Approval list.
1330
1331 2009-08-06  Michael Eager  <eager@eagercon.com>
1332
1333         * configure.ac: Add Microblaze target.
1334         * configure: Regenerate.
1335
1336 2009-07-31  Christian Bruel  <christian.bruel@st.com>
1337
1338         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1339         * configure: Regenerate.
1340         
1341 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
1342
1343         * MAINTAINERS (Write After Approval): Update my e-mail address.
1344
1345 2009-07-06  Ian Lance Taylor  <iant@google.com>
1346
1347         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1348         * configure: Rebuild.
1349
1350 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
1351
1352         * MAINTAINERS: Move myself to the Graphite Reviewers.
1353
1354 2009-06-30  Wei Guozhi  <carrot@google.com>
1355
1356         * MAINTAINERS: Add my name to Write After Approval list.
1357
1358 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1359
1360         PR bootstrap/40338
1361         * configure.ac (comparestring): Create new variable.
1362         * Makefile.tpl (comparestring): Use to skip some comparisions.
1363         * configure: Regenerate.
1364         * Makefile.in: Regenerate.
1365
1366 2009-06-26  Doug Evans  <dje@sebabeach.org>
1367
1368         * Makefile.def (host_modules): Add cgen.
1369         * Makefile.in: Regenerate.
1370         * configure.ac (host_tools): Add cgen.
1371         * configure: Regenerate.
1372
1373 2009-06-23  DJ Delorie  <dj@redhat.com>
1374
1375         * MAINTAINERS: Add myself as mep maintainer.
1376
1377 2009-06-23  Ian Lance Taylor  <iant@google.com>
1378
1379         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1380         boot_languages.  Only bootstrap target libraries listed in
1381         target_libs for some boot language.  Add --with-stage1-ldflags,
1382         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1383         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1384         if not building with C++.
1385         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1386         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1387         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1388         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1389         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1390         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1391         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1392         * configure, Makefile.in: Rebuild.
1393
1394 2009-06-23  Li Feng  <nemokingdom@gmail.com>
1395
1396         * MAINTAINERS: Added my name to write-after-approval list.
1397
1398 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
1399
1400         * configure.ac: Define is_elf for QNX Neutrino targets.
1401         * configure: Regenerate.
1402
1403 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
1404
1405         * MAINTAINERS: Added my name to the write-after-approval list
1406
1407 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1408
1409         * configure.ac: Detect MPC in default directory.
1410         * configure: Regenerate.
1411
1412 2009-06-03  Jerome Guitton  <guitton@adacore.com>
1413             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1414
1415         * Makefile.tpl (all): Avoid a trailing backslash.
1416         * Makefile.in: Regenerate.
1417
1418 2009-06-03  Ben Elliston  <bje@au.ibm.com>
1419
1420         * config.sub, config.guess: Update from upstream sources.
1421
1422 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
1423
1424         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1425         to noconfdirs.
1426         * configure: Regenerate.
1427
1428 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
1429
1430         * Makefile.tpl ([+compare-target+]): Compare all stage
1431         directories, rather than just gcc.
1432         * Makefile.in: Rebuilt.
1433
1434 2009-06-01  Doug Kwan  <dougkwan@google.com>
1435
1436         * configure.ac: Support gold for target arm*-*-*.
1437         * configure: Regenerate.
1438
1439 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1440
1441         * Makefile.def: Add MPC support and dependencies.
1442         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
1443
1444         * Makefile.in, configure: Regenerate.
1445
1446 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
1447
1448         * Makefile.tpl (all): Avoid harmless warning in make all when
1449         gcc-bootstrap is enabled but stage_last does not exist.
1450         * Makefile.in: Rebuilt.
1451
1452 2009-05-24  Nicolas Roche  <roche@adacore.com>
1453
1454         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1455         * Makefile.in: Regenerate.
1456
1457 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
1458
1459         * MAINTAINERS: Update my e-mail address.
1460
1461 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1462
1463         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
1464         * configure:  Regenerate.
1465
1466 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1467
1468         PR other/40159
1469         * Makefile.tpl (all): Don't assume gcc-bootstrap and
1470         gcc-no-bootstrap are mutually exclusive.
1471         * Makefile.in: Rebuilt.
1472
1473 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1474
1475         PR other/40159
1476         * Makefile.tpl (all): Don't end with unconditional success.
1477         * Makefile.in: Rebuilt.
1478
1479 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
1480
1481         PR target/37137
1482         * Makefile.def (flags_to_pass): Remove redundant and incomplete
1483         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1484         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1485         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
1486         stage_configureflags, stage_cflags and stage_libcflags into
1487         explicit Makefile macros.
1488         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1489         GFORTRAN.
1490         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1491         CC.  Set CC_FOR_BUILD from CC.
1492         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1493         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1494         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1495         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
1496         and GFORTRAN.
1497         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1498         (_LIBCFLAGS): Renamed to _TFLAGS.
1499         (do-compare-debug, do-compare3-debug): Drop.
1500         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1501         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1502         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1503         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1504         (XGCC_FLAGS_FOR_TARGET): New.
1505         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1506         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1507         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1508         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1509         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
1510         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
1511         TFLAGS.
1512         (BUILD_CONFIG): Include if requested.
1513         (all): Set TFLAGS on bootstrap.
1514         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1515         (all-stageid-prefixmodule): Likewise.
1516         (do-clean, distclean-stageid): Set TFLAGS.
1517         (restrap): Fix whitespace.
1518         * Makefile.in: Rebuilt.
1519
1520 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
1521
1522         * config.guess: Sync with src.
1523
1524 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1525
1526         * configure.ac ($with_ppl):  Default to no if not supplied.
1527         ($with_cloog):  Likewise.
1528         configure:  Regenerate.
1529
1530 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
1531
1532         * MAINTAINERS: Update my e-mail address.
1533
1534 2009-04-27  Nick Clifton  <nickc@redhat.com>
1535
1536         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
1537
1538 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
1539
1540         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1541         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1542         * Makefile.in: Regenerate.
1543
1544 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1545
1546         PR bootstrap/39739
1547         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1548         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1549
1550         * configure, Makefile.in: Regenerate.
1551
1552 2009-04-21  Taras Glek  <tglek@mozilla.com>
1553
1554         * include/hashtab.h: Update GTY annotations to new syntax
1555         * include/splay-tree.h: Likewise
1556
1557 2009-04-17  Ben Elliston  <bje@au.ibm.com>
1558
1559         * config.sub, config.guess: Update from upstream sources.
1560
1561 2009-04-15  Anthony Green  <green@moxielogic.com>
1562
1563         * configure.ac: Add moxie support.
1564         * configure: Rebuilt.
1565
1566 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
1567
1568         * configure.ac: Change copyright header to refer to version
1569         3 of the GNU General Public License and to point readers at the
1570         COPYING3 file and the FSF's license web page.
1571         * Makefile.def: Likewise.
1572         * Makefile.tpl: Likewise.
1573         * Makefile.in: Regenerate.
1574
1575 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
1576
1577         * configure.ac: Restore match for darwin9 or later. Use double
1578         brackets since regeneration eats one pair.
1579         * configure: Regenerate.
1580
1581 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1582
1583         PR gas/10039
1584         * configure.ac: Require texinfo 4.7.
1585         * configure: Regenerated.
1586
1587 2009-04-09  Nick Clifton  <nickc@redhat.com>
1588
1589         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
1590         the GCC Runtime Library Exception.
1591
1592 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1593
1594         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1595         * configure: Regenerate.
1596
1597 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
1598
1599         * Makefil.def (languages): New entries.
1600         * Makefile.tpl (check-gcc-*): New generic target.
1601         * Makefile.in: Regenerate.
1602
1603 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
1604
1605         * MAINTAINERS:  Update my email address.
1606
1607 2009-03-18  Tom Tromey  <tromey@redhat.com>
1608
1609         * configure: Rebuild.
1610         * configure.ac (host_libs): Add libiconv.
1611         * Makefile.in: Rebuild.
1612         * Makefile.def (host_modules): Add libiconv.
1613         (configure-gdb, all-gdb): Depend on libiconv.
1614
1615 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1616
1617         * configure.ac: Treat gdb as supported on x86_64-darwin.
1618         * configure: Regenerate.
1619
1620 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1621
1622         * configure.ac (--with-host-libstdcxx): New option.
1623         * configure: Regenerate.
1624
1625 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
1626
1627         * MAINTAINERS:  Move myself into the write after approval list.
1628
1629 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
1630
1631         * MAINTAINERS: Update e-mail address.
1632         
1633 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
1634
1635         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
1636
1637 2009-03-10  Ira Rosen  <irar@il.ibm.com>
1638
1639         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
1640
1641 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1642
1643         Backport from git Libtool:
1644
1645         2009-01-19  Robert Millan  <rmh@aybabtu.com>
1646         Support GNU/kOpenSolaris.
1647         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1648         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1649         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1650         GNU/kOpenSolaris.
1651
1652 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
1653
1654         * MAINTAINERS: Update e-mail address.
1655
1656 2009-02-24  Michael Eager  <eager@eagercon.com>
1657
1658         * MAINTAINERS (Write After Approval): Add self.
1659
1660 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
1661
1662         * MAINTAINERS (Write After Approval): Add myself.
1663
1664 2009-02-05  Andreas Schwab  <schwab@suse.de>
1665
1666         * Makefile.tpl (stage_last): Define $r and $s before using
1667         $(RECURSE_FLAGS_TO_PASS).
1668         * Makefile.in: Regenerate
1669
1670 2009-01-30  Ian Lance Taylor  <iant@google.com>
1671
1672         * MAINTAINERS: Move myself to the Global Reviewers list.
1673
1674 2009-01-29  Robert Millan  <rmh@aybabtu.com>
1675
1676         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1677         * configure: Regenerate.
1678
1679 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
1680
1681         * MAINTAINERS: Make whitespace consistent.
1682         Remove Robert Millan from Write After Approval.
1683
1684 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1685
1686         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1687         (all-opcodes): Depend on all-libiberty.
1688         * Makefile.in: Regenerate.
1689
1690 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1691
1692         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1693         * configure: Regenerate.
1694
1695 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
1696
1697         * MAINTAINERS (Write After Approval): Add myself.
1698
1699 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
1700
1701         * MAINTAINERS: Add myself to reviewers (Fortran).
1702
1703 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
1704
1705         PR tree-optimization/38515
1706         * configure.ac (cloog-polylib): Removed.
1707         (with_ppl, with_cloog): Test for "no".
1708         * configure: Regenerated.
1709
1710 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
1711
1712         * MAINTAINERS: Moved myself to reviewers (Fortran).
1713
1714 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
1715
1716         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
1717         (Write After Approval): Remove myself.
1718
1719 2009-01-03  Diego Novillo  <dnovillo@google.com>
1720
1721         * MAINTAINERS: Remove myself from alias maintainership.
1722
1723 2009-01-02  David Ayers  <ayers@fsfe.org>
1724
1725         * MAINTAINERS: Update e-mail address.
1726
1727 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
1728
1729         * MAINTAINERS: Make whitespace consistent.
1730
1731 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1732
1733         Backport from upstream Libtool:
1734         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1735         Add cache variables to tests that require the linker to work.
1736         For shlibpath_overrides_runpath, this also changes the semantics
1737         to let the result from the C compiler take precedence.
1738
1739 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1740
1741         * config.sub, config.guess: Update from upstream sources.
1742
1743 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
1744
1745         * configure.ac (ppllibs): Add by default the lib flags.
1746         * configure: Regenerate.
1747
1748 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
1749
1750         * MAINTAINERS:  Add myself to the write after approval list.
1751
1752 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1753
1754         * configure.ac: Add double brackets on darwin[912].
1755         * configure: Regenerate.
1756
1757 2008-12-03  Daniel Kraft  <d@domob.eu>
1758
1759         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
1760         Approval to Reviewer section (for Fortran front-end).
1761
1762 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
1763
1764         * configure.ac: Expand to darwin10 and later.
1765         * configure: Regenerate.
1766
1767 2008-12-02  Andreas Schwab  <schwab@suse.de>
1768
1769         * Makefile.def: configure-target-boehm-gc depends on
1770         all-target-libstdc++-v3.
1771         * Makefile.in: Regenerate.
1772
1773 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
1774
1775         * MAINTAINERS:  Add myself as mingw maintainer.
1776
1777 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1778
1779         * config.sub, config.guess: Update from upstream sources.
1780
1781 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
1782
1783         * README.SCO: Remove.
1784
1785 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
1786
1787         * MAINTAINERS:  Add myself to the write after approval list.
1788
1789 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
1790
1791         * MAINTAINERS:  Update my email address in WAA section.
1792
1793 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
1794
1795         * MAINTAINERS: Update e-mail address.
1796
1797 2008-11-27  Toon Moene  <toon@moene.org>
1798
1799         * MAINTAINERS: Change e-mail address.
1800
1801 2008-11-27  Tristan Gingold  <gingold@adacore.com>
1802
1803         * configure.ac: Build gdb for i?86-*-darwin*
1804         * configure: Regenerated.
1805
1806 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
1807
1808         * MAINTAINERS: Added my full name.
1809
1810 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1811
1812         PR bootstrap/38014
1813         PR bootstrap/37923
1814
1815         Revert:
1816
1817         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1818
1819         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1820         * Makefile.in: Regenerated.
1821
1822         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1823
1824         PR gdb/921
1825         PR gdb/1646
1826         PR gdb/2175
1827         PR gdb/2176
1828
1829         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1830         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1831         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1832         (HOST_EXPORTS): Pass CPPFLAGS.
1833         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1834         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1835         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1836         * Makefile.in, configure: Regenerated.
1837         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1838         and CPPFLAGS_FOR_BUILD.
1839
1840 2008-11-06  Jeff Law  <law@redhat.com>
1841
1842         * MAINTAINERS: Add myself as middle end maintainer.
1843
1844 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
1845
1846         * MAINTAINERS (Write after approval): Add myself.
1847
1848 2008-11-05  Diego Novillo  <dnovillo@google.com>
1849
1850         * MAINTAINERS (Global Reviewers): Add myself.
1851         (Non-Algorithmic Maintainers): Remove myself.
1852
1853 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
1854
1855         * MAINTAINERS (Write after approval): Add myself.
1856
1857 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
1858
1859         * MAINTAINERS (Write after approval): Add myself.
1860
1861 2008-10-31  Ben Elliston  <bje@au.ibm.com>
1862
1863         * configure.ac (spu-*-*): Remove special case.
1864         * configure: Regenerate.
1865
1866 2008-10-30  Catherine Moore  <clm@codesourcery.com>
1867
1868         * MAINTAINERS (Write after approval): Update my email address.
1869
1870 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
1871
1872         * configure.ac [spu-*-*]: Do not set skipdirs.
1873         * configure: Re-generate.
1874
1875 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
1876
1877         * MAINTAINERS (Various Maintainers): Add myself to reload.
1878
1879 2008-10-25  Richard Guenther  <rguenther@suse.de>
1880
1881         * MAINTAINERS (Various Maintainers): Add myself as middle-end
1882         maintainer.  Remove myself as libgcc-math maintainer.
1883         (Non-Algorithmic Maintainers): Remove myself.
1884
1885 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1886
1887         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1888         * Makefile.in: Regenerated.
1889
1890 2008-10-23  Cary Coutant  <ccoutant@google.com>
1891
1892         * MAINTAINERS (Write after approval): Add myself.
1893
1894 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1895
1896         PR gdb/921
1897         PR gdb/1646
1898         PR gdb/2175
1899         PR gdb/2176
1900
1901         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1902         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1903         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1904         (HOST_EXPORTS): Pass CPPFLAGS.
1905         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1906         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1907         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1908         * Makefile.in, configure: Regenerated.
1909         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1910         and CPPFLAGS_FOR_BUILD.
1911
1912 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
1913
1914         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
1915         Sebastian Pop.
1916
1917 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
1918
1919         * MAINTAINERS (Write After Approval): Added myself.
1920
1921 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1922
1923         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1924         recommended version to 2.3.2.
1925
1926         * configure: Regenerate.
1927
1928 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
1929
1930         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
1931
1932 2008-09-29  David Daney <david.daney@caviumnetworks.com>
1933
1934         * MAINTAINERS (Write After Approval): Update e-mail address.
1935
1936 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
1937
1938         * libtool.m4: Update to libtool 2.2.6.
1939         * lt~obsolete.m4: Update to libtool 2.2.6.
1940         * ltmain.sh: Update to libtool 2.2.6.
1941         * ltsugar.m4: Update to libtool 2.2.6.
1942         * ltversion.m4: Update to libtool 2.2.6.
1943         * ltoptions.m4: Update to libtool 2.2.6.
1944         * ltgcc.m4: Update to match changes from libtool 2.2.6.
1945
1946 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
1947
1948         * MAINTAINERS (Write After Approval): Add myself.
1949
1950 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1951
1952         * MAINTAINERS (Write After Approval): Update my name.
1953
1954 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
1955
1956         * MAINTAINERS: Add myself in "Write After Approval".
1957
1958 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
1959
1960         * MAINTAINERS: Add myself as ia64 maintainer.
1961
1962 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
1963
1964         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
1965         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
1966         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
1967         and Michael Tiemann from Write After Approval since they do not
1968         actually have access.
1969
1970 2008-09-05  Richard Guenther  <rguenther@suse.de>
1971
1972         * configure.ac: Initialize clooglibs to -lcloog.
1973         * configure: Re-generate.
1974
1975 2008-09-04  Le-Chun Wu  <lcwu@google.com>
1976
1977         * MAINTAINERS (Write After Approval): Add myself.
1978
1979 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
1980
1981         * configure.ac (--with-cloog-polylib): New.
1982         (--disable-cloog-version-check): New.
1983         (--disable-ppl-version-check): New.
1984         * configure: Re-generate.
1985
1986 2008-09-03  Richard Guenther  <rguenther@suse.de>
1987
1988         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1989         cloog test.
1990         * configure: Re-generate.
1991
1992 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
1993
1994         Add picoChip port.
1995         * MAINTAINERS: Add picoChip maintainers.
1996
1997 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
1998             Tobias Grosser  <grosser@fim.uni-passau.de>
1999             Jan Sjodin  <jan.sjodin@amd.com>
2000             Harsha Jagasia  <harsha.jagasia@amd.com>
2001             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2002             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
2003             Adrien Eliche  <aeliche@isty.uvsq.fr>
2004
2005         Merge from graphite branch.
2006         * configure: Regenerate.
2007         * Makefile.in: Regenerate.
2008         * configure.ac (host_libs): Add ppl and cloog.
2009         Add checks for PPL and CLooG.
2010         * Makefile.def (ppl, cloog): Added modules and dependences.
2011         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2012         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2013
2014 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2015
2016         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2017         (GCC_SHLIB_SUBDIR): New.
2018         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2019         * configure: Regenerate.
2020         * Makefile.in: Regenerate.
2021
2022 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
2023
2024         * MAINTAINERS: Consistently use tabs to separate columns.
2025
2026 2008-08-29  Tristan Gingold  <gingold@adacore.com>
2027
2028         * MAINTAINERS (Write after Approval): Add myself.
2029
2030 2008-08-28  Tristan Gingold  <gingold@adacore.com>
2031
2032         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2033         Enable bfd, binutils and opcodes.
2034         * configure: Regenerate.
2035
2036 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2037
2038         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
2039
2040 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2041
2042         * MAINTAINERS:  Use correct Umlaut for last name.
2043
2044 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2045
2046         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
2047
2048 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
2049
2050         * MAINTAINERS: Update my email address.
2051
2052 2008-08-16  Nicolas Roche  <roche@adacore.com>
2053
2054         * Makefile.tpl: Add BOOT_ADAFLAGS.
2055         * Makefile.in: Regenerate.
2056
2057 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
2058
2059         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2060         * configure: Regenerate.
2061
2062 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
2063
2064         * configure.ac: Add makefile fragments for hpux.
2065         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2066         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2067         * configure: Regenerate.
2068         * Makefile.in: Regenerate.
2069
2070 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
2071
2072         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
2073
2074 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
2075
2076         * MAINTAINERS (Write after Approval): Add myself.
2077
2078 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
2079
2080         * MAINTAINERS (Write After Approval):  Add myself.
2081
2082 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
2083
2084         * MAINTAINERS (Write After Approval):  Add myself.
2085
2086 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
2087
2088         * MAINTAINERS: Update my email address.
2089
2090 2008-06-25  Joey Ye  <joey.ye@intel.com>
2091
2092         * MAINTAINERS (Write After Approval):  Add myself.
2093
2094 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2095
2096         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2097         * Makefile.in: Regenerate.
2098         * configure: Regenerate.
2099
2100 2008-06-17  Daniel Kraft  <d@domob.eu>
2101
2102         * MAINTAINERS (Write After Approval):  Add myself.
2103
2104 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2105
2106         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2107         "$@" is still intact with both Autoconf 2.59 and 2.62.
2108         * configure: Regenerate.
2109
2110 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2111
2112         * Makefile.tpl: Fix comment errors.
2113         * Makefile.in: Regenerate.
2114
2115 2008-06-12  David S. Miller  <davem@davemloft.net>
2116             David Edelsohn  <edelsohn@gnu.org>
2117
2118         * configure.ac: Add powerpc*-*-* to gold supported targets.
2119         * configure: Regenerate.
2120
2121 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
2122
2123         PR tree-optimization/36218
2124         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2125         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2126         (all prefix="build-"): Pass them to build-system sub-makes.
2127         * Makefile.in: Regenerate.
2128
2129 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
2130
2131         * MAINTAINERS (mt port): Remove.
2132         (sco5, unixware, sco udk): Remove.
2133         (Kean Johnston): Add to Write After Approval.
2134
2135 2008-05-30  Julian Brown  <julian@codesourcery.com>
2136
2137         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2138         of libobjc for ARM EABI Linux.
2139         * configure: Regenerate.
2140
2141 2008-05-18  Xinliang David Li   <davidxl@google.com>
2142
2143         * ChangeLog: Remove wrong ChangeLog entry.
2144
2145 2008-05-17  Xinliang David Li   <davidxl@google.com>
2146
2147         * MAINTAINERS (Write After Approval): Add myself.
2148
2149 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
2150
2151         * MAINTAINERS (Write After Approval): Add myself.
2152
2153 2008-05-14  Rafael Espíndola  <espindola@google.com>
2154
2155         * config-ml.in: don't handle --enable-shared and --enable-static.
2156
2157 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
2158
2159         * MAINTAINERS: Update my email address.
2160
2161 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
2162
2163         * MAINTAINERS: Update my email address.
2164
2165 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
2166
2167         * MAINTAINERS (Write After Approval): Add myself.
2168
2169 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
2170
2171         * MAINTAINERS (Write After Approval): Add myself.
2172
2173 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
2174
2175         * MAINTAINERS (crx): Add myself.
2176
2177 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2178
2179         Sync with src:
2180         2008-04-14  David S. Miller  <davem@davemloft.net>
2181
2182         * configure.ac: Add sparc*-*-* to gold supported targets.
2183         * configure: Regenerate.
2184
2185 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2186
2187         PR bootstrap/35457
2188         * configure.ac: Include override.m4.
2189         * configure: Regenerate.
2190
2191 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2192
2193         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2194         * Makefile.in: Regenerate.
2195
2196 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
2197
2198         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2199         as nonconfigurable directories list.
2200         * configure: Regenerate.
2201
2202 2008-04-14  Ben Elliston  <bje@au.ibm.com>
2203
2204         * config.sub, config.guess: Update from upstream sources.
2205
2206 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
2207
2208         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2209         * Makefile.in: Regenerate.
2210
2211 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
2212
2213         * configure.ac: Do not build libssp for the AVR.
2214         * configure: Regenerate.
2215
2216 2008-04-07  Ian Lance Taylor  <iant@google.com>
2217
2218         * Makefile.def: check-gold depends upon all-binutils.
2219         * Makefile.in: Regenerate.
2220
2221 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
2222
2223         * MAINTAINERS (Write After Approval): Add myself.
2224
2225 2008-04-04  Nick Clifton  <nickc@redhat.com>
2226
2227         PR binutils/4334
2228         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2229         builds.
2230         * configure: Regenerate.
2231
2232 2008-04-04  NightStrike  <NightStrike@gmail.com>
2233
2234         PR other/35151
2235         * configure.ac: Combine rules for mingw32 and mingw64.
2236         * configure: Regenerate.
2237
2238 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
2239
2240         * MAINTAINERS (Write After Approval): Add myself.
2241
2242 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
2243
2244         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
2245         * Makefile.in (.NOTPARALLEL): Ditto.
2246
2247 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
2248
2249         * MAINTAINERS (Write After Approval): Add myself.
2250
2251 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
2252
2253         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
2254         * Makefile.in (.NOTPARALLEL): Regenerate.
2255
2256 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2257
2258         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2259         * Makefile.in: Regenerate.
2260
2261 2008-03-26  Jakub Staszak  <kuba@et.pl>
2262
2263         * MAINTAINERS (Write After Approval): Add myself.
2264
2265 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2266
2267         * MAINTAINERS:  Update e-mail address.
2268
2269 2008-03-20  Ian Lance Taylor  <iant@google.com>
2270
2271         * configure.ac: Add support for --enable-gold.
2272         * Makefile.def: Add gold as a directory like ld.
2273         * configure, Makefile.in: Regenerate.
2274
2275 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2276
2277         * configure.ac: m4_include config/proginstall.m4.
2278         * configure: Regenerate.
2279
2280         Backport from upstream Libtool:
2281
2282         2007-10-12  Eric Blake  <ebb9@byu.net>
2283
2284         Deal with Autoconf 2.62's semantic change in m4_append.
2285         * ltsugar.m4 (lt_append): Replace broken versions of
2286         m4_append.
2287         (lt_if_append_uniq): Don't require separator to be overquoted,
2288         and avoid broken m4_append.
2289         (lt_dict_add): Fix typo.
2290         * libtool.m4 (_LT_DECL): Don't overquote separator.
2291
2292 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2293
2294         * config.rpath: Add AIX 6 support.
2295
2296 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2297
2298         * Makefile.def (stageprofile).  Remove -fprofile-generate
2299         from stage_libcflags.
2300         * Makefile.in: Regenerate.
2301
2302 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2303
2304         * config.sub, config.guess: Update from upstream sources.
2305
2306 2008-03-06  Tom Tromey  <tromey@redhat.com>
2307
2308         * MAINTAINERS: Update for treelang deletion.
2309
2310 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
2311
2312         * MAINTAINERS: Update my email address.
2313
2314 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
2315
2316         * MAINTAINERS (darwin port): Add myself as a maintainer.
2317         (objective-c/c++): Add myself as a maintainer.
2318
2319 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
2320
2321         * MAINTAINERS (Write After Approval): Update my email address.
2322
2323 2008-02-25  Tomas Bily  <tbily@suse.cz>
2324
2325         * MAINTAINERS (Write After Approval): Add myself.
2326
2327 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
2328
2329         * MAINTAINERS (OpenMP): Add myself.
2330
2331 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2332
2333         PR bootstrap/32009
2334         PR bootstrap/32161
2335
2336         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2337         * configure: Regenerate.
2338
2339         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2340         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2341         STAGE4_LIBCFLAGS): New.
2342         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2343         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2344         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2345         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2346         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2347         for target modules.  Don't export LIBCFLAGS.
2348         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2349         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2350         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2351         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2352         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2353         * Makefile.in: Regenerate.
2354
2355 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2356
2357         PR libgcj/33085
2358         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2359         Do not use -DDLL_EXPORT.  Backport from upstream.
2360
2361 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2362
2363         * MAINTAINERS (Write After Approval): Add myself.
2364
2365 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2366
2367         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2368         * configure: Regenerate.
2369
2370 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2371
2372         * configure.ac (xtensa*-*-*): Recognize processor variants.
2373         * configure: Regenerate.
2374
2375 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2376
2377         PR bootstrap/34922
2378         * configure.ac (PARSE_ARGS): Push suitable setting of
2379         ac_subdirs_all, for `./configure --help=recursive'.
2380         Handle `+' in generic toplevel directory disabling.
2381         * configure: Regenerate.
2382
2383 2008-01-28  Nick Clifton  <nickc@redhat.com>
2384
2385         * MAINTAINERS (xstormy16): Take over maintainership.
2386
2387 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
2388
2389         * MAINTAINERS (c4x port): Remove.
2390
2391 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2392
2393         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2394
2395 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2396
2397         * config.sub, config.guess: Update from upstream sources.
2398
2399 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
2400
2401         * MAINTAINERS (Write After Approval): Add myself.
2402
2403 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
2404
2405         * MAINTAINERS: Update my email address.
2406
2407 2008-01-09  Raksit Ashok  <raksit@google.com>
2408
2409         * MAINTAINERS (Write After Approval): Add myself.
2410
2411 2008-01-09  Raksit Ashok  <raksit@google.com>
2412
2413         * MAINTAINERS (Write After Approval): Add myself.
2414
2415 2008-01-08  Ben Elliston  <bje@au.ibm.com>
2416
2417         * config.sub, config.guess: Update from upstream sources.
2418
2419 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2420
2421         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2422         Change recommended MPFR from 2.2.1 -> 2.3.0.
2423         * configure: Regenerate.
2424
2425 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
2426
2427         * MAINTAINERS: Update my email address.
2428
2429 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
2430
2431         * MAINTAINERS: Update my email address.
2432
2433 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
2434
2435         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2436         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2437         * Makefile.in: Regenerate.
2438
2439 2007-12-10  Mark Heffernan  <meheff@google.com>
2440
2441         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
2442         misplaced entries.
2443
2444 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2445
2446         * configure.ac: Enable libjava for x86_64-*-darwin9.
2447         * configure: Regenerate.
2448
2449 2007-12-07  Bill Maddox  <maddox@google.com>
2450
2451         * MAINTAINERS (Write After Approval): Add myself.
2452
2453 2007-12-05  Ben Elliston  <bje@au.ibm.com>
2454
2455         * config.sub, config.guess: Update from upstream sources.
2456
2457 2007-12-02  Matthias Klose  <doko@ubuntu.com>
2458
2459         * config-ml.in: Remove 64bit configure tests.
2460
2461 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2462
2463         * config-ml.in: Robustify against white space in absolute file
2464         names.
2465
2466         * config-ml.in (multi-clean): Substitute ${Makefile}.
2467         Remove superfluous ${Makefile} in list.
2468
2469 2007-11-19  Thiemo Seufer  <ths@mips.com>
2470
2471         * config-ml.in: Don't hardcode the Makefile name.
2472
2473 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
2474
2475         * MAINTAINERS (Write After Approval): Add myself.
2476
2477 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
2478
2479         * MAINTAINERS (Write After Approval): Add myself.
2480
2481 2007-11-06  Doug Kwan  <dougkwan@google.com>
2482
2483         * MAINTAINERS (Write After Approval): Add myself.
2484
2485 2007-10-25  Ben Elliston  <bje@au.ibm.com>
2486
2487         * MAINTAINERS (mercury): Remove entry.
2488         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
2489
2490 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
2491
2492         * Makefile.def (dependencies): Make configure-gdb depend on
2493         all-intl.
2494         * Makefile.in: Regenerated.
2495
2496 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
2497
2498         * MAINTAINERS (Fortran maintainer): Remove myself.
2499
2500 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
2501
2502         * Makefile.def: To avoid problems running with parallel makes,
2503         build newlib before libgloss so that target specific header
2504         files are availble.
2505         * Makefile.in: Regenerate
2506
2507 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2508
2509         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2510         * Makefile.in: Regenerate.
2511
2512 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
2513
2514         * MAINTAINERS (Register allocation reviewer): Add myself.
2515
2516 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
2517
2518         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2519         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2520         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
2521         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2522         * configure: Regenerate.
2523
2524 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
2525
2526         * MAINTAINERS (Register allocation reviewer): Add myself.
2527
2528 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
2529
2530         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2531         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2532         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2533         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2534         * configure.ac: Default them to host tools for $host = $build.
2535         Subst them.
2536
2537         * configure: Regenerate.
2538         * Makefile.in: Regenerate.
2539
2540 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
2541
2542         * MAINTAINERS (Register allocation reviewer): Add myself.
2543
2544 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
2545
2546         * MAINTAINERS (Register allocation reviewer): Add myself.
2547
2548 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
2549
2550         * MAINTAINERS (Write After Approval): Fix typo.
2551
2552 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
2553
2554         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2555         * configure: Regenerate.
2556
2557 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
2558
2559         PR bootstrap/31906
2560         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
2561         they're already prefixed.
2562
2563 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
2564
2565         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2566         libstdc++.
2567         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2568         * configure: Regenerate.
2569         * Makefile.in: Regenerate.
2570
2571 2007-09-17  Andreas Schwab  <schwab@suse.de>
2572
2573         * configure.ac: Raise minimum makeinfo version to 4.6.
2574         * configure: Regenerate.
2575
2576 2007-09-17  Johannes Singler  <singler@ira.uka.de>
2577
2578         * MAINTAINERS (write-after-approval) add myself
2579
2580 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
2581
2582         * configure.ac: Correct makeinfo version check.
2583         * configure: Regenerate.
2584
2585 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
2586
2587         * MAINTAINERS: Update my email address.
2588
2589 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
2590
2591         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
2592         to $skipdirs and only disable gprof for newlib.  Use the normal
2593         mips*-elf* handling in other respects.
2594         * configure: Regnerate.
2595
2596 2007-09-12  David Daney  <ddaney@avtrex.com>
2597
2598         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2599         enabling libgcj.
2600         * configure: Regenerate.
2601
2602 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2603
2604         PR other/32154
2605         * configure.ac: For libgloss targets, point the linker to the linker
2606         script, startup code and simulator library.
2607         * configure: Regenerate.
2608
2609 2007-09-07  Andrew Haley  <aph@redhat.com>
2610
2611         * configure.ac (noconfigdirs): Remove target-libffi and
2612         target-libjava.
2613         * configure: Regenerate.
2614
2615 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2616
2617         PR target/33281
2618         * configure.ac: Use config/mh-mingw on mingw.
2619         * configure: Regenerate.
2620
2621 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
2622
2623         * MAINTAINERS (Write After Approval): Add myself.
2624
2625 2007-09-05  Richard Guenther  <rguenther@suse.de>
2626
2627         * configure.ac (--enable-stage1-checking): If neither --enable-checking
2628         nor --disable-checking is provided also turn on yes and types
2629         checking for stage1.
2630         * configure: Re-generate.
2631
2632 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
2633
2634         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
2635         (Write After Approval): Remove myself.
2636
2637 2007-08-29  Nick Clifton  <nickc@redhat.com>
2638
2639         * config.sub, config.guess: Update from upstream sources.
2640
2641 2007-08-22  Bud Davis  <jmdavis@link.com>
2642
2643         * MAINTAINERS (Write After Approval): Added myself.
2644         * MAINTAINERS (Reviewers): Removed myself.
2645
2646 2007-08-18  Paul Brook  <paul@codesourcery.com>
2647             Joseph Myers  <joseph@codesourcery.com>
2648
2649         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2650         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2651         * Makefile.in: Regenerate.
2652         * configure.ac (--with-debug-prefix-map): New.
2653         * configure: Regenerate.
2654
2655 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
2656             Nigel Stephens  <nigel@mips.com>
2657
2658         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
2659         as target_makefile_frag.
2660         * configure: Regenerate.
2661
2662 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2663
2664         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2665         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2666         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2667         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2668         (do-compare, do-compare3, do-compare-debug): New.
2669         ([+compare-target+]): Use them.
2670
2671 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
2672
2673         * MAINTAINERS (Write After Approval): Change my email address.
2674
2675 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2676             Ben Elliston  <bje@au.ibm.com>
2677
2678         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2679         --silent if $silent.
2680         * configure: Regenerate.
2681
2682 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
2683
2684         * MAINTAINERS (Various Maintainers): Add myself as
2685         loop infrastructure maintainer.  Update my e-mail
2686         address.
2687
2688 2007-07-31  Diego Novillo  <dnovillo@google.com>
2689
2690         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
2691         Adjust description.
2692
2693 2007-07-26  Richard Guenther  <rguenther@suse.de>
2694
2695         * configure.ac: Add types checking to stage1 checking flags.
2696         * configure: Regenerate.
2697
2698 2007-07-17  Nick Clifton  <nickc@redhat.com>
2699
2700         * COPYING3: New file.  Contains version 3 of the GNU General
2701         Public License.
2702         * COPYING3.LIB: New file.  Contains version 3 of the GNU
2703         Lesser General Public License.
2704
2705 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2706
2707         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
2708
2709 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2710
2711         * MAINTAINERS (S/390 co-maintainer): Add myself.
2712         (Write After Approval): Remove myself.
2713
2714 2007-07-13  Dan Hipschman  <dsh@google.com>
2715
2716         * MAINTAINERS (Write After Approval): Add myself.
2717
2718 2007-07-11  Nick Clifton  <nickc@redhat.com>
2719
2720         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
2721         WINDRES export.
2722         * Makefile.in: Regenerate.
2723
2724 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2725
2726         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
2727         maintainer.
2728
2729 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2730
2731         * lt~obsolete.m4: New. Import from 20070318 libtool.
2732
2733 2007-07-03  Julian Brown  <julian@codesourcery.com>
2734
2735         * MAINTAINERS (Write After Approval): Add myself.
2736
2737 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2738
2739         * configure.ac: Rewrite 'configure --help' strings to look nicer.
2740         * configure: Regenerate.
2741
2742 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2743
2744         * configure.ac: Add some missing m4 quotation.
2745         * configure: Regenerate.
2746
2747 2007-07-02  Simon Baldwin  <simonb@google.com>
2748
2749         * MAINTAINERS (Write After Approval): Add myself.
2750
2751 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
2752
2753         * configure: Regenerate.
2754
2755 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
2756
2757         * Makefile.def: Add windmc tool to build.
2758         * Makefile.tpl: Likewise.
2759         * configure.ac: Likewise.
2760         * Makefile.in: Regenerate.
2761         * configure: Regenerate.
2762
2763 2007-06-28  DJ Delorie  <dj@redhat.com>
2764
2765         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2766         not building newlib.
2767         * configure: Regenerated.
2768
2769 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
2770
2771         * MAINTAINERS (Write After Approval): Add myself.
2772
2773 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
2774
2775         * MAINTAINERS (Write After Approval): Add myself.
2776
2777 2007-06-19  Chris Matthews  <chrismatthews@google.com>
2778
2779         * MAINTAINERS (Write After Approval): Add myself.
2780
2781 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2782
2783         * MAINTAINERS (Write After Approval): Add myself.
2784
2785 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
2786
2787         * Makefile.def: Add dependency from configure-gdb to all-bfd.
2788         * Makefile.in: Regenerated.
2789
2790 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
2791
2792         * configure.ac: Don't add target-libmudflap to noconfigdirs for
2793         bfin*-*-uclinux* targets.
2794         * configure: Regenerate.
2795
2796 2007-06-14  Ian Lance Taylor  <iant@google.com>
2797
2798         * MAINTAINERS: Add myself as non-algorithmic global write
2799         maintainer.
2800
2801 2007-06-14  Diego Novillo  <dnovillo@google.com>
2802
2803         * MAINTAINERS: Add self as middle-end maintainer and
2804         non-algorithmic global write maintainer.
2805
2806 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2807
2808         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
2809         Move all Fortran maintainers except Paul Brook into the
2810         Non-Autopoiesis section.
2811
2812 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
2813
2814         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2815         (distclean-stage[+id+]): Possibly delete stage_last.
2816         * Makefile.in: Regenerate.
2817
2818 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
2819
2820         * MAINTAINERS (Various Maintainer): Fix typo.
2821
2822 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
2823
2824         * MAINTAINERS (Various Maintainer): Add myself as
2825         dataflow maintainer.
2826
2827 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2828
2829         * config.sub, config.guess: Update from upstream sources.
2830
2831 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2832
2833         * Makefile.tpl: Fix spelling error.
2834         * Makefile.in: Regenerate.
2835
2836 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
2837
2838         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2839         lt_cv_sys_max_cmd_len.
2840
2841 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
2842
2843         * MAINTAINERS (Various Maintainers): Add myself as
2844         auto-vectorizer maintainer.
2845
2846 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
2847
2848         PR libjava/32098
2849         * libtool.m4: Revert previous change.
2850         * ltgcc.m4: Put it here.
2851
2852 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
2853
2854         * MAINTAINERS (Various Maintainers): Add myself as
2855         auto-vectorizer maintainer.
2856
2857 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
2858
2859         PR libjava/32098
2860         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
2861
2862 2007-05-30  Richard Guenther  <rguenther@suse.de>
2863
2864         * MAINTAINERS (Various Maintainers): Add myself as
2865         auto-vectorizer maintainer.
2866
2867 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
2868
2869         PR bootstrap/29382
2870         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2871         * configure: Rebuilt.
2872
2873 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
2874
2875         * MAINTAINERS (Write After Approval): Removed my name.
2876
2877 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
2878
2879         * MAINTAINERS (Write After Approval): Remove myself.
2880
2881 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
2882
2883         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2884
2885 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
2886
2887         * ltmain.sh: Update from ToT Libtool.
2888         * libtool.m4: Update from ToT Libtool.
2889         * ltsugar.m4: New. Update from ToT Libtool.
2890         * ltversion.m4: New. Update from ToT Libtool.
2891         * ltoptions.m4: New. Update from ToT Libtool.
2892         * ltconfig: Remove.
2893         * ltcf-c.sh: Remove.
2894         * ltcf-cxx.sh: Remove.
2895         * ltcf-gcj.sh: Remove.
2896
2897 2007-05-22  Ollie Wild  <aaw@google.com>
2898
2899         * MAINTAINERS (Write After Approval): Add myself.
2900
2901 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
2902
2903         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2904         stage_cflags.
2905         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2906         Remove CFLAGS/LIBCFLAGS.
2907         (configure-stage[+id+]-[+prefix+][+module+],
2908         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2909         * Makefile.in: Regenerate.
2910
2911 2007-05-15  Diego Novillo  <dnovillo@google.com>
2912
2913         * MAINTAINERS: Update e-mail address.
2914
2915 2007-05-15  Revital Eres  <eres@il.ibm.com>
2916
2917         * MAINTAINERS (Write After Approval): Add myself.
2918
2919 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
2920
2921         * MAINTAINERS (Write After Approval): Updated my address.
2922
2923 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
2924
2925         * MAINTAINERS (Write After Approval): Add myself.
2926
2927 2007-05-11  Silvius Rus  <rus@google.com>
2928
2929         * MAINTAINERS (Write After Approval): Add myself.
2930
2931 2007-04-23  Tom Tromey  <tromey@redhat.com>
2932
2933         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
2934
2935 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
2936
2937         * MAINTAINERS (cpplib): Rename to ...
2938         (libcpp): ... this.  Add C/C++ front end maintainers.
2939
2940 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
2941
2942         * config-ml.in: Pass ${ml_config_env} to configure calls.
2943
2944 2007-04-04  Christian Bruel  <christian.bruel@st.com>
2945
2946         * MAINTAINERS (Write After Approval): Add myself.
2947
2948 2007-04-02  Dave Korn  <dave.korn@artimi.com>
2949
2950         * MAINTAINERS (Write After Approval): Add myself.
2951
2952 2007-03-31  Tobias Burnus  <burnus@net-b.de>
2953
2954         * MAINTAINERS (fortran 95 front end): Add myself.
2955
2956 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2957
2958         * MAINTAINERS (Write After Approval): Add myself.
2959
2960 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
2961
2962         * MAINTAINERS (Modulo Scheduler): Add myself.
2963
2964 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
2965
2966         * MAINTAINERS (fortran 95 front end): Add myself.
2967         (c++ front end): whitespace fix.
2968
2969 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
2970
2971         * MAINTAINERS (Write After Approval): Add myself.
2972
2973 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
2974
2975         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2976         of glob.  Quote arguments with single quotes too.
2977         * configure: Regenerate.
2978
2979 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
2980
2981         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2982         * Makefile.in: Regenerate
2983
2984 2007-03-07  Andreas Schwab  <schwab@suse.de>
2985
2986         * configure: Regenerate.
2987
2988 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2989
2990         * configure.ac: Add "--with-pdfdir" configure option,
2991         which defines pdfdir variable.
2992         * Makefile.def (target=fixincludes): Add install-pdf to
2993         missing targets.
2994         (recursive_targets): Add install-pdf target.
2995         (flags_to_pass): Add pdfdir.
2996         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2997         target.
2998         * configure: Regenerate
2999         * Makefile.in: Regenerate
3000
3001 2007-02-28  Eric Christopher  <echristo@apple.com>
3002
3003         Revert:
3004         2006-12-07  Mike Stump  <mrs@apple.com>
3005
3006         * Makefile.def (dependencies): Add dependency for
3007         install-target-libssp and install-target-libgomp on
3008         install-gcc.
3009         * Makefile.in: Regenerate.
3010
3011 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
3012
3013         * configure: Regenerate.
3014         * configure.ac: Move statements after variable declarations.
3015
3016 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
3017
3018         * MAINTAINERS: Add myself as sh maintainer.
3019
3020 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
3021
3022         * configure.ac: Adjust for loop syntax.
3023         * configure: Regenerate.
3024
3025 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3026
3027         * configure: Rebuilt.
3028
3029 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3030
3031         * configure.ac: Drop multiple occurrences of --enable-languages,
3032         and fix its quoting.
3033         * configure: Rebuilt.
3034
3035 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
3036             Nathan Sidwell  <nathan@codesourcery.com>
3037             Vladimir Prus  <vladimir@codesourcery.com>
3038             Joseph Myers  <joseph@codesourcery.com>
3039
3040         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3041         * configure: Regenerate.
3042
3043 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
3044
3045         * ltconfig (freebsd*): Default to elf.
3046
3047 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3048
3049         * configure.ac (target_libraries): Move libgcc before libiberty.
3050         * configure: Regenerated.
3051
3052 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3053             Paolo Bonzini  <bonzini@gnu.org>
3054
3055         PR bootstrap/30753
3056         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
3057         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
3058         * configure: Regenerated.
3059
3060 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3061
3062         * MAINTAINERS (Language Front End Maintainers): Update my mail
3063         address.
3064
3065 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3066
3067         PR bootstrap/30748
3068         * configure.ac: Correct syntax for Solaris ksh.
3069         * configure: Regenerated.
3070
3071 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3072
3073         * configure.ac: Sync with src.
3074         * configure: Regenerate.
3075
3076 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3077
3078         * Makefile.in: Regenerate.
3079
3080 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3081
3082         * config.sub: Sync with src.
3083
3084 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3085
3086         * Makefile.tpl (build_alias, host_alias, target_alias): Use
3087         noncanonical equivalents.
3088         * configure.in: Rename to...
3089         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
3090         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
3091         target_noncanonical.  Use them.  Rewrite removal of configure
3092         arguments for autoconf 2.59.  Discard variable settings.  Force
3093         program_transform_name for native tools.
3094
3095         * Makefile.in: Regenerated.
3096         * configure: Regenerated with autoconf 2.59.
3097
3098 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
3099
3100         * MAINTAINERS (Write After Approval): Add myself.
3101
3102 2007-01-31  Andreas Schwab  <schwab@suse.de>
3103
3104         * Makefile.tpl (LDFLAGS): Substitute it.
3105         * Makefile.in: Regenerate.
3106
3107 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
3108
3109         * MAINTAINERS (Write After Approval): Add myself.
3110
3111 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
3112
3113         * MAINTAINERS (spu port): Add myself.
3114
3115 2007-01-23  Richard Guenther  <rguenther@suse.de>
3116
3117         PR bootstrap/30541
3118         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
3119         * Makefile.tpl (GNATBIND): Substitute it.
3120         (GNATMAKE): Likewise.
3121         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
3122         of STAGE_PREFIX.
3123         * Makefile.in: Regenerate.
3124         * configure: Regenerate.
3125
3126 2007-01-18  Mike Stump  <mrs@apple.com>
3127
3128         * configure.in: Re-enable -Werror for gcc builds.
3129
3130 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
3131
3132         * MAINTAINERS (Write After Approval): Add myself.
3133
3134 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3135
3136         * configure.in: Change == to = in test command.
3137         * configure: Regenerate.
3138
3139 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3140             Nick Clifton  <nickc@redhat.com>
3141             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
3142
3143         * configure.in (build_configargs, host_configargs, target_configargs):
3144         Remove build/host/target parameters.
3145         (host_libs): Add gmp and mpfr.
3146         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3147         * Makefile.def (gmp, mpfr): New.
3148         (gcc): Remove target.
3149         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3150         target_os, target_vendor): New.
3151         (configure): Add host_alias/target_alias arguments; adjust invocations.
3152         * configure: Regenerate.
3153         * Makefile.in: Regenerate.
3154
3155 2007-01-11  Matt Fago  <fago@earthlink.net>
3156
3157         * configure.in: Try to link to functions only in mpfr 2.2.x
3158         to improve robustness of configure tests.
3159         * configure: Regenerate.
3160
3161 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
3162
3163         * MAINTAINERS: Add myself as i386 maintainer.
3164
3165 2007-01-08  Jan Hubicka  <jh@suse.cz>
3166
3167         * MAINTAINERS: Add myself as i386 maintainer.
3168
3169 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
3170
3171         * configure.in: Add support for an x86_64-mingw* target.
3172         * configure: Regenerate.
3173
3174 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
3175
3176         * Makefile.tpl (all-target): Correct @if conditional for target
3177         modules.
3178         * configure.in: Omit libiberty if building only target libgcc.
3179         * configure, Makefile.in: Regenerated.
3180
3181 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
3182
3183         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3184         * configure: Regenerate.
3185
3186 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
3187
3188         * Makefile.def (target_modules): Add libgcc.
3189         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
3190         * Makefile.tpl (clean-target-libgcc): Delete.
3191         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3192         on gcc even for bootstrapped modules.  Rewrite handling of
3193         lang_env_dependencies to loop over target_modules.
3194         * configure.in (target_libraries): Add target-libgcc.
3195         * Makefile.in, configure: Regenerated.
3196
3197 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3198
3199         * configure.in: Reorganize recognition of languages.  Add
3200         --enable-stage1-languages.  Show supported languages for the chosen
3201         target rather than all recognized languages.
3202         * configure: Regenerate.
3203
3204 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3205
3206         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3207         * Makefile.in: Regenerate.
3208
3209 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3210
3211         * configure.in: Warn that MPFR 2.2.0 is buggy.
3212         * configure: Regenerate.
3213
3214 2006-12-27  Ian Lance Taylor  <iant@google.com>
3215
3216         * configure.in: When removing Makefiles to force a reconfigure, also
3217         remove prev-DIR*/Makefile.
3218         * configure: Regenerate.
3219
3220 2006-12-22  Andreas Schwab  <schwab@suse.de>
3221
3222         * configure: Regenerate with correct autoconf version.
3223
3224 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
3225
3226         * configure.in: add AC_SUBST for *_FOR_TARGET.
3227         * configure: Regenerate.
3228
3229 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3230
3231         * configure.in: Simplify logic for rejecting languages that cannot
3232         be built.  Separate the case when a language is unsupported,
3233         from the case when the user chooses not to build a language.
3234
3235 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3236
3237         * configure.in: Remove "$build" case for powerpc-*-darwin* since
3238         it only affects bootstrap and could be tested on "$host" as well.
3239         * configure: Regenerate.
3240         * config/mh-ppc-darwin: Add to the stage1 cflags here.
3241
3242 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3243
3244         PR bootstrap/29544
3245         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3246         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3247         move here comment from Makefile.tpl.
3248         * Makefile.tpl: Move some definitions higher in the file.
3249         (STAGE1_CHECKING): New.
3250         * configure.in: Add --enable-stage1-checking.
3251         * configure: Regenerate.
3252         * Makefile.in: Regenerate.
3253
3254 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3255
3256         * MAINTAINERS: Add myself as build system maintainer.
3257
3258 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
3259
3260         * MAINTAINERS (Write After Approval): Add myself.
3261
3262 2006-12-13  Eric Christopher  <echristo@apple.com>
3263
3264         * MAINTAINERS: Add myself as darwin maintainer.
3265
3266 2006-12-11  Ian Lance Taylor  <ian@airs.com>
3267
3268         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
3269
3270 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
3271
3272         MAINTAINERS: Update my entry.
3273
3274 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
3275
3276         * configure.in:  Handle spu makefile frag.
3277         * Makefile.tpl (MAINT): Define
3278         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3279         * configure: Regenerate.
3280         * Makefile.in: Regenerate.
3281
3282 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3283
3284         * config.guess: Import latest version.
3285         * config.sub: Likewise.
3286
3287 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3288
3289         * configure.in (spu-*-*): Don't skip target-libiberty.
3290         * configure: Regenerate.
3291
3292 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3293
3294         PR bootstrap/30134
3295         * configure.in: Correct x86 darwin support for libjava to powerpc
3296         and i?86 only.
3297         * configure: Regenerate.
3298
3299 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
3300
3301         * configure.in: Add x86 darwin support for libjava.
3302         * configure: Regenerate.
3303
3304 2006-12-07  Mike Stump  <mrs@apple.com>
3305
3306         * Makefile.def (dependencies): Add dependency for
3307         install-target-libssp and install-target-libgomp on
3308         install-gcc.
3309         * Makefile.in: Regenerate.
3310
3311 2006-12-04  Richard Guenther  <rguenther@suse.de>
3312
3313         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
3314         (Non-Algorithmic Maintainers): Move over non-algorithmic
3315         loop optimizer maintainers, add myself as a non-algorithmic
3316         middle-end maintainer.
3317
3318 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
3319
3320         * MAINTAINERS (Write After Approval): Add myself.
3321
3322 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3323
3324         * configure.in: Update error message for missing GMP/MPFR.
3325
3326         * configure: Regenerate.
3327
3328 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3329
3330         * configure.in: Update MPFR version in error message.
3331
3332         * configure: Regenerate.
3333
3334 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3335
3336         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3337         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3338         --with-gmp-lib): New flags.
3339
3340         * configure: Regenerate.
3341
3342 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
3343
3344         * MAINTAINERS (Write After Approval): Change my email address.
3345
3346 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3347
3348         * MAINTAINERS (Write After Approval): Add myself.
3349
3350 2006-11-22  Philipp Thomas  <pth@suse.de>
3351
3352         * MAINTAINERS (i18n): Update e-mail address.
3353
3354 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3355
3356         * MAINTAINERS (spu port): Add myself as maintainer.
3357         (Write After Approval): Remove myself.
3358
3359 2006-11-22  Ben Elliston  <bje@au.ibm.com>
3360
3361         * configure.in (skipdirs): Don't build libssp for SPU.
3362         * configure: Regenerate.
3363
3364 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3365
3366         * MAINTAINERS (spu port): Add myself as maintainer.
3367         (libobjc): Update my email address.
3368
3369 2006-11-21  Andrea Bona  <andrea.bona@st.com>
3370
3371         * MAINTAINERS (Write After Approval): Add myself.
3372
3373 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3374
3375         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
3376         * configure : Rebuilt.
3377
3378 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3379
3380         * MAINTAINERS (Write After Approval): Add myself.
3381
3382 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
3383
3384         * MAINTAINERS (Write After Approval): Add myself.
3385
3386 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3387
3388         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
3389         libmpfr.a.
3390         * configure: Regenerate.
3391
3392 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
3393
3394         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3395         (unstage): Test for stage_last presence.
3396
3397         PR bootstrap/29802
3398         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
3399         STAGE_PREFIX.
3400         * Makefile.in: Regenerate.
3401
3402 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
3403
3404         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
3405         maintainers.
3406
3407 2006-11-14  Erven Rohou  <erven.rohou@st.com>
3408
3409         * MAINTAINERS (Write After Approval): Add myself.
3410
3411 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
3412
3413         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
3414         and stageN-package/Makefile.
3415         * Makefile.in: Regenerated.
3416
3417 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
3418
3419         * configure.in: Remove target-libgloss from noconfigdirs for
3420         bfin-*-*.
3421         * configure: Regenerated.
3422
3423 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3424
3425         * configure.in (have_gmp): Only error if the gcc directory exists.
3426
3427         * configure: Regenerate.
3428
3429 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3430
3431         * configure.in: Robustify error message for missing GMP/MPFR.
3432
3433         * configure: Regenerate.
3434
3435 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
3436
3437         * MAINTAINERS (Write After Approval): Add myself.
3438
3439 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
3440
3441         * MAINTAINERS: Change email address.
3442
3443 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
3444
3445         * MAINTAINERS (Write After Approval): Add myself.
3446
3447 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
3448
3449         * MAINTAINERS (Write After Approval): Add myself.
3450
3451 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
3452
3453         * MAINTAINERS (Write After Approval): Move myself to
3454         Write After Approval section.
3455
3456 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3457
3458         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
3459         need_gmp anymore.
3460         * configure: Regenerate.
3461
3462 2006-10-16  Tobias Burnus  <burnus@net-b.de>
3463
3464         * MAINTAINERS (Write After Approval): Add myself.
3465
3466 2006-10-16  Ben Elliston  <bje@au.ibm.com>
3467
3468         * config.guess: Import latest version.
3469         * config.sub: Likewise.
3470
3471 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
3472
3473         * Makefile.def: Added pdf target handling.
3474         * Makefile.tpl: Added pdf target handling.
3475         * Makefile.in: Regenerated.
3476
3477 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
3478
3479         * MAINTAINERS: Add self as score port maintainer.
3480
3481 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
3482
3483         * MAINTAINERS (Write After Approval): Add myself.
3484
3485 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
3486
3487         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
3488         or newer.
3489         * configure: Regenerated.
3490
3491 2006-09-27  Dave Brolley  <brolley@redhat.com>
3492
3493         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
3494         using $s instead of $r.
3495         * configure: Regenerated.
3496
3497 2006-09-26  Thiemo Seufer  <ths@mips.com>
3498
3499         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3500         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3501         * configure: Regenerate.
3502
3503 2006-09-24  Graeme Peterson  <gridly@gmail.com>
3504
3505         * MAINTAINERS (Write After Approval): Remove myself.
3506
3507 2006-09-22  Chao-ying Fu  <fu@mips.com>
3508
3509         * MAINTAINERS (Write After Approval): Add myself.
3510
3511 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
3512
3513         * MAINTAINERS: Add self as soft-fp maintainer.
3514
3515 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
3516
3517         * MAINTAINERS: Add myself as avr maintainer.
3518         Remove Marek Michalkiewicz as avr maintainer.
3519
3520 2006-09-07  Roberto Costa  <roberto.costa@st.com>
3521
3522         * MAINTAINERS (Write After Approval): Add myself.
3523
3524 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3525
3526         * configure.in: Never build newlib for a Mingw host.
3527         Never build newlib as Mingw target library.
3528         Test the existence of winsup/cygwin for building a Cygwin newlib,
3529         rather than just winsup.
3530         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3531         building a Mingw target.
3532         * configure: Regenerate.
3533
3534 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3535
3536         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
3537
3538 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
3539
3540         * config.guess: Import from src (was more updated).
3541         * config.sub: Likewise.
3542
3543 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
3544
3545         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3546         * configure: Regenerated.
3547
3548 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
3549
3550         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3551         for stages after the first.
3552
3553 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
3554
3555         * Makefile.def: Add dependencies for configure-opcodes
3556         on configure-intl and all-opcodes on all-intl.
3557         * Makefile.in: Regenerated.
3558
3559 2006-07-13  Ben Elliston  <bje@au.ibm.com>
3560
3561         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
3562
3563 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3564
3565         Port to hosts whose 'sort' and 'tail' implementations
3566         treat operands with leading '+' as file names, as POSIX
3567         has required since 2001.  However, make sure the code still
3568         works on pre-POSIX hosts.
3569         * ltmain.sh: Don't assume "sort +2" is equivalent to
3570         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3571
3572 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
3573
3574         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
3575
3576 2006-07-04  Peter O'Gorman  <peter@pogma.com>
3577
3578         * ltconfig: chmod 644 before ranlib during install.
3579
3580 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3581
3582         PR bootstrap/18058
3583         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3584         if the bootstrap compiler is a GCC version that supports it.
3585         * configure: Regenerate.
3586
3587 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3588
3589         * configure.in: Fix thinkos in previous check-in.
3590         * configure: Regenerate.
3591
3592 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3593
3594         PR other/27063
3595         * configure.in: Test subdir_requires and give an appropriate
3596         error message.
3597         * configure: Regenerate.
3598
3599 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
3600
3601         * MAINTAINERS (Write After Approval): Add myself.
3602
3603 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
3604
3605         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3606
3607 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
3608
3609         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3610
3611 2006-06-20  David Ayers  <d.ayers@inode.at>
3612
3613         PR bootstrap/28072
3614         * configure.in: Add target-boehm-gc to noconfigdirs depending on
3615         whether target-libjava is being configured instead of whether the
3616         java front end is enabled.
3617         * configure: Regenerate.
3618
3619 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3620
3621         PR target/27540
3622         * configure.in: Only enable libgomp on IRIX 6.
3623         * configure: Regenerate.
3624
3625 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
3626
3627         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3628         too.
3629         * Makefile.in: Regenerate.
3630
3631 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
3632
3633         * config-ml.in: Alter CCASFLAGS to include special
3634         multilib options the same as is done for CFLAGS.
3635
3636 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3637
3638         * configure.in: Don't enable libgomp on hpux10.
3639         * configure: Rebuilt.
3640
3641 2006-06-12  David Ayers  <d.ayers@inode.at>
3642
3643         PR bootstrap/27963
3644         PR target/19970
3645         * configure.in: Remove target-boehm-gc from noconfigdirs where
3646         ${libgcj} is specified.
3647         * configure: Regenerate.
3648
3649 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
3650
3651         Sync from src:
3652
3653         * configure.in: Sync.
3654         * configure: Regenerated.
3655
3656         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3657
3658         * Makefile.def: Added dependencies from sim and gdb on intl, and
3659         added configure dependencies to everything with an all dependency
3660         on intl.
3661         * Makefile.in: Regenerated.
3662
3663 2006-06-06  David Ayers  <d.ayers@inode.at>
3664
3665         PR libobjc/13946
3666         * Makefile.def: Add dependencies for libobjc which boehm-gc.
3667         * Makefile.in: Regenerate.
3668         * configure.in: Add --enable-objc-gc at toplevel and have it
3669         enable boehm-gc for Objective-C.
3670         Remove target-boehm-gc from libgcj.
3671         Add target-boehm-gc to target_libraries.
3672         Add target-boehm-gc to noconfigdirs where ${libgcj}
3673         is specified.
3674         Assert that boehm-gc is supported when requested for Objective-C.
3675         Only build boehm-gc if needed either for Java or Objective-C.
3676         * configure: Regenerate.
3677
3678 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
3679
3680         PR 27674
3681         * Makefile.tpl (configure-[+prefix+][+module+],
3682         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3683         Remove rule to unstage bootstrapped modules.
3684         (stage_current): New.
3685         * Makefile.in: Regenerate.
3686
3687 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3688
3689         * MAINTAINERS (Write After Approval): Update my e-mail address.
3690
3691 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
3692
3693         * include/libiberty.h: Declare pex_run_in_environment.
3694
3695 2006-05-31  Asher Langton  <langton2@llnl.gov>
3696
3697         * MAINTAINERS (Write After Approval): Add myself.
3698
3699 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
3700
3701         * Makefile.def (bfd, opcodes): Fix lib_path.
3702         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3703         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
3704         * Makefile.in: Regenerate.
3705
3706 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3707
3708         * Makefile.in: Regenerate.
3709
3710 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3711
3712         * Makefile.def: Add install-html target. Add datarootdir
3713         docdir and htmldir to flags_to_pass.
3714         * Makefile.tpl: Add install-html target.
3715         * Makefile.in: Regenerate.
3716         * configure.in: Add --with-datarootdir, --with-docdir, and
3717         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
3718         * configure: Regenerate.
3719
3720 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
3721
3722         * configure.in: Enable gprof for cross builds.
3723         * configure: Regenerate.
3724
3725 2006-05-22  Richard Guenther  <rguenther@suse.de>
3726
3727         Revert
3728         2006-01-31  Richard Guenther  <rguenther@suse.de>
3729         Paolo Bonzini  <bonzini@gnu.org>
3730
3731         * Makefile.def (target_modules): Add libgcc-math target module.
3732         * configure.in (target_libraries): Add libgcc-math target library.
3733         (--enable-libgcc-math): New configure switch.
3734         * Makefile.in: Re-generate.
3735         * configure: Re-generate.
3736         * libgcc-math: New toplevel directory.
3737
3738 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3739             Andreas Tobler  <a.tobler@schweiz.ch>
3740
3741         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
3742         * configure: Rebuilt.
3743
3744 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
3745
3746         * MAINTAINERS (Write After Approval): Add myself.
3747
3748 2006-05-01  DJ Delorie  <dj@redhat.com>
3749
3750         * configure.in: Restore CFLAGS if GMP isn't present.
3751         * configure: Regenerate.
3752
3753 2006-05-01  Richard Guenther  <rguenther@suse.de>
3754
3755         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
3756         maintainer.
3757
3758 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
3759
3760         * MAINTAINERS (Write After Approval): Add myself.
3761
3762 2006-04-28  Jan Beulich  <jbeulich@novell.com>
3763
3764         * MAINTAINERS (Write After Approval): Add myself.
3765
3766 2006-04-18  DJ Delorie  <dj@redhat.com>
3767
3768         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
3769         reference libgloss so that libssp can be built in a combined
3770         tree.
3771         * configure: Regenerate.
3772
3773 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
3774
3775         * MAINTAINERS (Write After Approval): Add myself.
3776
3777 2006-04-05  Ben Elliston  <bje@au.ibm.com>
3778
3779         * configure.in: Require makeinfo 4.4 or higher.
3780         * configure: Regenerate.
3781
3782 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
3783
3784         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
3785         Rearrange the entries of other libraries to have them in one place.
3786
3787 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
3788
3789         * MAINTAINERS (Write After Approval): Remove myself.
3790         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3791
3792 2006-03-14  Richard Guenther  <rguenther@suse.de>
3793
3794         * configure: Regenerate with autoconf 2.13.
3795
3796 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
3797
3798         * MAINTAINERS: Use my work address.
3799
3800         * MAINTAINERS: Update my E-mail address.
3801
3802 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
3803
3804         * configure.in: Handle --disable-<component> generically.
3805         * configure: Regenerate.
3806
3807 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3808
3809         PR libgcj/17311
3810         * ltmain.sh: Don't use "$finalize_rpath" for compile.
3811
3812 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
3813
3814         * MAINTAINERS (Write After Approval):  Remove myself.
3815         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3816
3817 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
3818
3819         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
3820         (TARGET_CONFIGDIRS): Remove.
3821         * configure.in: Remove AC_SUBST(target_configdirs).
3822         * Makefile.in, configure: Regenerated.
3823
3824 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
3825
3826         * MAINTAINERS (Write After Approval):  Remove myself.
3827         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3828
3829 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
3830
3831         PR bootstrap/25670
3832
3833         * Makefile.tpl ([+compare-target+]): Print explanation messages.
3834
3835         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3836         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3837         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3838         BUILD_PREFIX, BUILD_PREFIX_1.
3839         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3840
3841         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3842         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3843
3844         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3845         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3846         of `cat stage_current`.  Always provide the `r' and `s' variables.
3847         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3848         a single shell execution.
3849         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3850         bootstrapped modules, make the stage1 module if the build was not
3851         started yet, else build the current stage.
3852         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3853         (all-build, all-host, all-target, [+make_target+]-host,
3854         [+make_target+]-target): Do not use \-continued lines.
3855         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3856         (current_stage, restrap, stage_last): New.
3857
3858         * Makefile.in: Regenerate.
3859         * configure: Regenerate.
3860
3861 2006-02-19  Bud Davis  <jmdavis@link.com>
3862
3863         * MAINTAINERS (Write After Approval):  Remove myself.
3864         (Language Front End Maintainers):  Add myself as fortran 95
3865         maintainer and update e-mail address.
3866
3867 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3868
3869         * MAINTAINERS (Write After Approval):  Remove myself.
3870         (Language Front End Maintainers):  Add myself as fortran 95
3871         maintainer.
3872
3873 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
3874
3875         * MAINTAINERS (Write After Approval): Add myself.
3876
3877 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
3878
3879         * MAINTAINERS (Write After Approval):  Remove myself.
3880         (Language Front End Maintainers):  Add myself as
3881         fortran 95 maintainer.
3882
3883 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3884
3885         Sync from src:
3886
3887         2005-12-27  Leif Ekblad  <leif@rdos.net>
3888
3889         * configure.in: Add support for RDOS target.
3890         * configure: Regenerate.
3891
3892 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3893             Andreas Schwab  <schwab@suse.de>
3894
3895         * configure: Regenerate.
3896
3897 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
3898
3899         * configure.in (enable_libgomp): Add AIX.
3900         * configure: Regenerate.
3901
3902 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
3903
3904         * MAINTAINERS (Write After Approval): Add myself.
3905
3906 2006-02-03  Lee Millward  <lee.millward@gmail.com>
3907
3908         * MAINTAINERS (Write After Approval): Add myself.
3909
3910 2006-01-31  Richard Guenther  <rguenther@suse.de>
3911         Paolo Bonzini  <bonzini@gnu.org>
3912
3913         * Makefile.def (target_modules): Add libgcc-math target module.
3914         * configure.in (target_libraries): Add libgcc-math target library.
3915         (--enable-libgcc-math): New configure switch.
3916         * Makefile.in: Re-generate.
3917         * configure: Re-generate.
3918         * libgcc-math: New toplevel directory.
3919
3920 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
3921
3922         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3923         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3924         the assembler, linker and binutils.
3925         * configure: Regenerate.
3926
3927 2006-01-22  Dirk Mueller  <dmueller@suse.de>
3928
3929         * MAINTAINERS (Write After Approval): Add myself.
3930
3931 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
3932
3933         * configure: Regenerate.
3934
3935 2006-01-18  Richard Henderson  <rth@redhat.com>
3936             Jakub Jelinek  <jakub@redhat.com>
3937             Diego Novillo  <dnovillo@redhat.com>
3938
3939         * libgomp: New directory.
3940         * Makefile.def: Add target_module libgomp.
3941         * Makefile.in: Regenerate.
3942         * configure.in (target_libraries): Add target-libgomp.
3943         * configure: Regenerate.
3944
3945 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
3946
3947         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3948         @ from continuation.
3949         * Makefile.in: Rebuilt.
3950
3951 2006-01-04  Chris Lattner  <sabre@gnu.org>
3952
3953         * MAINTAINERS (Write After Approval): Add myself.
3954
3955 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3956
3957         PR bootstrap/24252
3958
3959         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3960         * Makefile.tpl (OBJDUMP): New.
3961         (EXTRA_HOST_FLAGS): Add it.
3962         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3963
3964         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3965         to use symbolic links between directories.  Avoid race conditions
3966         or make them harmless.
3967         * configure.in: Do not try to use symbolic links between directories.
3968
3969         * Makefile.def (LEAN): Pass.
3970         * Makefile.tpl (LEAN): Define.
3971         (stage[+id+]-start): Accept that the previous directory does not
3972         exist, if the bootstrap is lean.
3973         (stage[+id+]-bubble): Invoke lean bootstrap commands after
3974         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
3975         configure substitution.
3976         ([+compare-target+]): Likewise.
3977         ([+bootstrap-target+]-lean): New.
3978         * configure.in: Remove lean bootstrap support from here.
3979
3980         * Makefile.in: Regenerate.
3981         * configure: Regenerate.
3982
3983 2006-01-04  Ben Elliston  <bje@au.ibm.com>
3984
3985         * MAINTAINERS (libdecnumber): Add myself.
3986
3987 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
3988
3989         * libtool-ldflags: New script.
3990
3991 2006-01-02  Andreas Schwab  <schwab@suse.de>
3992
3993         * configure.in: When reconfiguring remove Makefile in
3994         all stage directories.
3995         * configure: Regenerate.
3996
3997 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
3998
3999         * MAINTAINERS: Update my email address.
4000
4001 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
4002
4003         Revert Ada-related part of the previous change.
4004
4005         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4006         Do not pass.
4007         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4008         * Makefile.in: Regenerate.
4009         * configure.in: Do not include mt-ppc-aix target fragment.
4010         * configure: Regenerate.
4011
4012 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
4013
4014         * configure.in: Select appropriate fragments for PowerPC/AIX.
4015         * configure: Regenerate.
4016
4017         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4018         BOOT_CFLAGS, BOOT_LDFLAGS.
4019         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4020         BOOT_CFLAGS, BOOT_LDFLAGS.
4021         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4022         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4023         (stage): Fail if we cannot complete the work.
4024         * Makefile.in: Regenerate.
4025
4026 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
4027
4028         * configure.in: Replace ms1 with mt.
4029         * configure: Rebuilt.
4030
4031 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
4032
4033         * MAINTAINERS: Update my email address.
4034
4035 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
4036
4037         * Makefile.tpl (all, do-[+make_target+], do-check, install,
4038         install-host-nogcc): Don't invoke $(stage) at the end.
4039         * Makefile.in: Regenerate.
4040
4041 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
4042
4043         * configure.in: Flip the top-level bootstrap switch.
4044         * configure: Regenerate.
4045
4046 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
4047
4048         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4049         $(stage) and $(unstage).
4050         (EXTRA_TARGET_FLAGS): Correct double-quoting.
4051         (all): Remove stray semicolon.
4052         (local-distclean): Don't handle multilib.tmp and multilib.out.
4053         (install.all): Set $s for consistency.
4054         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4055         check_multilibs setting.  Always make the install directory.
4056         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4057         Correct @if/@endif.
4058         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4059         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4060         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4061         (multilib.out): Remove.
4062         * Makefile.in: Regenerated.
4063
4064 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
4065
4066         * MAINTAINERS (Write After Approval): Add myself.
4067
4068 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
4069
4070         * MAINTAINERS: Add myself as mt maintainer.
4071
4072         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
4073
4074 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
4075
4076         * MAINTAINERS: Change email address.
4077
4078 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
4079
4080         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4081         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4082         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
4083         Find in-tree tools if available.
4084         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4085         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4086         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4087         (COMPILER_*_FOR_TARGET): New.
4088         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4089         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4090         (CONFIGURED_*, USUAL_*): Remove.
4091         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4092         STRIP): Use autoconf substitutions.
4093         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4094         COMPILER_NM_FOR_TARGET): New.
4095         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4096
4097         (all): Make all-host and all-target in parallel.
4098         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4099         that $$r and $$s are set before invoking a recursive make.
4100         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4101         ([+bootstrap-target+]): Inline most of the `all' target.
4102
4103 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4104
4105         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4106         from the gcc build directory.
4107         * Makefile.in: Regenerate.
4108
4109 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4110
4111         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
4112         depend on all-libdecnumber.
4113         * configure.in (host_libs): Include libdecnumber.
4114         * Makefile.in: Regenerate.
4115         * configure: Likewise.
4116
4117 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4118
4119         * libdecnumber: Import decNumber sources from the dfp-branch.
4120
4121 2005-11-21  Kean Johnston  <jkj@sco.com>
4122
4123         * config.sub, config.guess: Sync from upstream sources.
4124
4125 2005-11-21  Ben Elliston  <bje@au.ibm.com>
4126
4127         Import from Autoconf sources:
4128
4129         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
4130         * config/move-if-change: Don't output "$2 is unchanged";
4131         suggested by Ben Elliston.  Handle weird characters correctly.
4132
4133 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
4134
4135         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
4136         to match upstream libtool for darwin.
4137
4138 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
4139
4140         * Makefile.def: Remove gdb dependencies for gdbtk.
4141         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4142         (configure-gdb, install-gdb): New rules.
4143         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4144         * Makefile.in, configure: Regenerated.
4145
4146 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
4147
4148         * MAINTAINERS (Write After Approval): Add myself.
4149
4150 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
4151
4152         * MAINTAINERS (Write After Approval): Add myself.
4153
4154 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
4155
4156         * MAINTAINERS (alias analysis): Add Daniel Berlin and
4157         Diego Novillo.
4158
4159 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
4160
4161         PR bootstrap/24297
4162         * Makefile.tpl (do-[+make-target+], do-check, install,
4163         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4164         are set before recursing.
4165         * Makefile.in: Regenerate.
4166
4167 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
4168
4169         PR bootstrap/18939
4170         * Makefile.def (gcc) <target>: Fix thinko.
4171         * Makefile.in: Regenerate.
4172
4173 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
4174
4175         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4176         * configure: Regenerate.
4177
4178 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
4179
4180         * MAINTAINERS (Write After Approval): Add self.
4181
4182 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
4183
4184         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4185         target-libffi, target-qthreads, target-libjava, and
4186         targetlibobjc.
4187         * configure: Regenerate.
4188
4189 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
4190
4191         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4192         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4193         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4194         (USUAL_OBJDUMP_FOR_TARGET): New.
4195         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4196         * configure.in: Check for $OBJDUMP_FOR_TARGET.
4197         * configure, Makefile.in: Regenerated.
4198
4199 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4200
4201         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4202         before other host packages.
4203
4204 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
4205
4206         * MAINTAINERS: Add self as sh libraries/configury maintainer.
4207
4208 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4209
4210         PR bootstrap/22340
4211
4212         * configure.in (default_target): Remove.
4213         * Makefile.tpl (all): Do not use prerequisites as subroutines
4214         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4215         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4216         use prerequisites as subroutines.
4217         (check-host, check-target): New.
4218         (bootstrap configure & all targets): Do not use stage*-start
4219         if the directory layout is already ok.
4220         (non-bootstrap configure & all targets): Prepend a $(unstage).
4221         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
4222         (NOTPARALLEL): Remove.
4223         (unstage, stage variables): New variables.
4224         (unstage, stage targets): Simply expand to those variables.
4225
4226         * configure: Regenerate.
4227         * Makefile.in: Regenerate.
4228
4229 2005-10-04  James E Wilson  <wilson@specifix.com>
4230
4231         * Makefile.def (lang_env_dependencies): Add libmudflap.
4232         * Makefile.in: Regenerate.
4233
4234 2005-10-03  Andreas Schwab  <schwab@suse.de>
4235
4236         Backport from libtool CVS:
4237         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
4238
4239         * ltmain.sh: add support for installing into temporary
4240         staging area (e.g. 'make install DESTDIR=...')
4241
4242 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
4243
4244         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4245         * configure: Regenerated.
4246
4247 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
4248
4249         * configure: Regenerate with the correct
4250         autoconf version.
4251
4252 2005-09-30  Catherine Moore  <clm@cm00re.com>
4253
4254         * configure.in (bfin-*-*): New.
4255         * configure: Regenerated.
4256
4257 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
4258
4259         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4260         (LIPO_FOR_TARGET): New.
4261         (CONFIGURED_LIPO_FOR_TARGET): New.
4262         (USUAL_LIPO_FOR_TARGET): New.
4263         (STRIP_FOR_TARGET): New.
4264         (CONFIGURED_STRIP_FOR_TARGET): New.
4265         (USUAL_STRIP_FOR_TARGET): New.
4266         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4267         STRIP_FOR_TARGET.
4268         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4269         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4270         * Makefile.in: Regenerate.
4271         * configure: Regenerate.
4272
4273 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
4274
4275         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4276         (rs6000-*-aix*): Same.
4277         * configure: Regenerate.
4278
4279 2005-09-16  Tom Tromey  <tromey@redhat.com>
4280
4281         * MAINTAINERS: Add self as java maintainer.
4282
4283 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4284
4285         * configure.in: Recognize f95 in the --enable-languages option,
4286         and substitute it for fortran, issuing a warning.
4287         * configure: Regenerate.
4288
4289 2005-08-30  Phil Edwards  <phil@codesourcery.com>
4290
4291         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
4292         * configure:  Regenerated.
4293
4294 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
4295
4296         * MAINTAINERS: Add self as ms1 maintainer.
4297
4298 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
4299
4300         * Makefile.def (libssp): Add to lang_env_dependencies.
4301         * Makefile.in: Regenerate.
4302
4303 2005-08-18  Ian Lance Taylor  <ian@airs.com>
4304
4305         * MAINTAINERS: Add myself as middle-end maintainer.
4306
4307 2005-08-17  Christian Groessler  <chris@groessler.org>
4308
4309         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4310         * Makefile.in: Regenerate.
4311
4312 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
4313
4314         * MAINTAINERS (write after approval): Added myself.
4315
4316 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
4317
4318         * MAINTAINERS (Write After Approval): Add myself.
4319
4320 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
4321
4322         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4323         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4324         Look for alternate names of the target cc and c++
4325         * configure: Regenerate.
4326
4327 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
4328
4329         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4330         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4331         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4332         tools; remove code to manually set them.
4333         (Target tools): Look in the environment for them.
4334         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4335         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4336         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4337         build directory.
4338         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4339         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4340         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4341         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4342         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4343         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4344         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4345         * configure: Regenerate.
4346         * Makefile.in: Regenerate.
4347
4348 2005-07-28  Ben Elliston  <bje@au.ibm.com>
4349
4350         * MAINTAINERS: Update for removed CPU targets.
4351
4352 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
4353
4354         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4355         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4356         * Makefile.in: Regenerated.
4357
4358 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
4359
4360         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4361         (CFLAGS_FOR_TARGET): Use it.
4362         (CXXFLAGS_FOR_TARGET): Likewise.
4363         * Makefile.in: Regenerated.
4364         * configure.in (--with-build-sysroot): New option.
4365         * configure: Regenerated.
4366
4367 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
4368
4369         * Makefile.tpl: Wrap install between unstage and stage
4370         * Makefile.in: Regenerate.
4371
4372 2005-07-21  Eric Christopher  <echristo@apple.com>
4373
4374         * MAINTAINERS: Update affiliation.
4375
4376 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
4377
4378         * MAINTAINERS: Add self as crx port maintainer.
4379
4380 2005-07-20  DJ Delorie  <dj@redhat.com>
4381
4382         * MAINTAINERS: Add self as m32c maintainer.
4383
4384 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
4385
4386         * all files: Update FSF address.
4387
4388 2005-07-15  Eric Christopher  <echristo@redhat.com>
4389
4390         * MAINTAINERS: Change affiliation.
4391
4392 2005-07-14  Jim Blandy  <jimb@redhat.com>
4393
4394         * configure.in: Add cases for Renesas m32c.
4395         * configure: Regenerated.
4396
4397 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4398
4399         * COPYING.LIB: Update from fsf.org.
4400
4401 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4402
4403         * COPYING, compile, config.guess,
4404         config.sub, install-sh, missing, mkinstalldirs,
4405         symlink-tree, ylwrap: Sync from upstream sources.
4406         * config-ml.in: Update FSF address.
4407
4408 2005-07-13  Eric Christopher  <echristo@redhat.com>
4409
4410         * configure.in: Add toplevel noconfigdir support for tpf.
4411         * configure: Regenerate.
4412
4413 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
4414
4415         PR ada/22340
4416
4417         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4418         * Makefile.in: Regenerate.
4419
4420 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
4421
4422         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
4423         Brolley to write-after-approval.
4424
4425 2005-07-07  Andreas Schwab  <schwab@suse.de>
4426
4427         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4428         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4429         * Makefile.in: Regenerated.
4430
4431 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
4432
4433         * configure.in: Don't build sim or rda when targetting darwin.
4434         * configure: Regenerate.
4435
4436 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
4437
4438         * configure.in: Add --enable-libssp and --disable-libssp.
4439         * configure: Regenerate with autoconf-2.13.
4440
4441 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
4442
4443         * Makefile.def (target_modules): Add libssp.
4444         * configure.in (target_libraries): Add target-libssp.
4445         * configure: Rebuilt.
4446         * Makefile.in: Rebuilt.
4447
4448 2005-07-01  Zack Weinberg  <zackw@panix.com>
4449
4450         * MAINTAINERS: Change email address.  Resign from maintainership.
4451
4452 2005-07-01  Richard Guenther  <rguenther@suse.de>
4453
4454         * MAINTAINERS: Change my e-mail address and affiliation.
4455
4456 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
4457
4458         * Makefile.def (stagefeedback): Come after profile.
4459         Define profiledbootstrap target.
4460         * Makefile.tpl (profiledbootstrap): Remove.
4461         (stageprofile-end): Zap stagefeedback.
4462         (stagefeedback-start): Copy all .gcda files, not only GCC's.
4463         * Makefile.in: Regenerate.
4464
4465 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
4466
4467         * MAINTAINERS: Update my email address.
4468
4469 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
4470
4471         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
4472         In 'cpp' stanza, support '#line' as well as '# '.
4473
4474 2005-06-08  Andreas Schwab  <schwab@suse.de>
4475
4476         * MAINTAINERS: Move myself from 'Write After Approval' to
4477         'CPU Port Maintainers' section as m68k maintainer.
4478
4479 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
4480
4481         * configure.in (unsupported_languages): New macro.
4482         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
4483         non-ported target libraries in noconfigdirs.
4484         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4485         non-linux-gnu.  Remove libgcj_ex_libffi.
4486         <lang_frag loop>: Set add_this_lang=no if the language is in
4487         unsupported_languages.
4488         * configure: Regenerate.
4489
4490 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
4491
4492         * configure.in: Fix typo in handling of --with-mpfr-dir.
4493         * configure: Regenerate.
4494
4495 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
4496
4497         * MAINTAINERS: Update my email address.
4498
4499 2005-06-02  Jim Blandy  <jimb@redhat.com>
4500
4501         * config.sub: Add cases for the Renesas m32c.  (This patch has been
4502         accepted into the master sources.)
4503
4504 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
4505             Michael Snyder  <msnyder@redhat.com>
4506             Stan Cox  <scox@redhat.com>
4507
4508         * configure.in: Set noconfigdirs for ms1.
4509
4510         * configure: Regenerate.
4511
4512 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
4513
4514         * MAINTAINERS (Write After Approval): Add self.
4515
4516 2005-06-01  Josh Conner  <jconner@apple.com>
4517
4518         * MAINTAINERS (Write After Approval): Add self.
4519
4520 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
4521
4522         * MAINTAINERS: Update my email address.
4523
4524 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
4525
4526         * MAINTAINERS (Write After Approval): Add self.
4527
4528 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
4529
4530         * MAINTAINERS (Write After Approval): Remove self.
4531
4532 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
4533
4534         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4535         (Dependencies): Consider target modules for bootstrap dependencies.
4536         Make target bootstrap modules depend on each stage's gcc.
4537         * Makefile.in: Regenerate.
4538
4539 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
4540
4541         * Makefile.def (configure-gcc): Depend on binutils having been built.
4542         (all-gcc): No need to do it here.
4543         * Makefile.in: Regenerate.
4544
4545 2005-05-19  Paul Brook  <paul@codesourcery.com>
4546
4547         * configure.in: Rewrite misleading error message when requested
4548         language cannot be built.
4549         * configure: Regenerate.
4550
4551 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
4552
4553         * ylwrap: Import from Automake 1.9.5.
4554
4555 2005-05-13  David Ung  <davidu@mips.com>
4556
4557         * MAINTAINERS (Write After Approval): Add self.
4558
4559 2005-05-09  Mike Stump  <mrs@apple.com>
4560
4561         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
4562         lt_cv_sys_max_cmd_len for now.
4563
4564 2005-05-09  Stan Cox  <scox@redhat.com>
4565
4566         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
4567
4568 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
4569
4570         * README.SCO: Update the URL.
4571
4572 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
4573
4574         * ltconfig: Define file_list_spec.  Pass file_list_spec and
4575         with_gnu_ld to libtool.
4576         * ltcf-c.sh (aix[45]): Define file_list_spec.
4577         * ltcf-cxx.sh (aix[45]): Same.
4578         * ltcf-gcj.sh (aix[45]): Same.
4579         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
4580         exists, write list of input files to temporary file.
4581
4582 2005-05-04  Mike Stump  <mrs@apple.com>
4583
4584         * configure.in: Always pass --target to target configures as
4585         otherwise rebuilds that do --recheck will fail.
4586         * confiugure: Rebuilt.
4587
4588 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
4589
4590         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4591         STAGE_HOST_EXPORTS.
4592         (configure, all): Add bootstrap support.
4593         (Host modules, target modules): Pass post-stage1 flags and exports.
4594         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4595         * Makefile.in: Regenerate.
4596
4597 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
4598
4599         * configure: Regenerate.
4600
4601 2005-04-27  Mike Stump  <mrs@apple.com>
4602
4603         * MAINTAINERS: Add self as darwin maintainer.
4604
4605 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
4606
4607         * config.sub: Update from master copy.
4608
4609 2005-04-21  Mike Stump  <mrs@apple.com>
4610
4611         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
4612         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
4613
4614 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
4615
4616         * configure.in <crisv32-*-*, cris-*-*>: New local variable
4617         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
4618         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
4619         "*-*-elf" and "*-*-linux*".
4620         * configure: Regenerate.
4621
4622 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
4623
4624         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
4625
4626 2005-04-12  Mike Stump  <mrs@apple.com>
4627
4628         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
4629
4630 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
4631
4632         * MAINTAINERS (Write After Approval): Add myself.
4633
4634 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
4635
4636         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
4637
4638 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
4639
4640         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4641         (TARGET_CONFIGARGS): Include --with-target-subdir.
4642         (configure, all): New macros.  Use them throughout.
4643         * Makefile.in: Regenerate.
4644
4645 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
4646
4647         * MAINTAINERS (Write After Approval): Add myself.
4648
4649 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4650
4651         * MAINTAINERS: Remove 'loop unrolling' maintainer.
4652
4653 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
4654
4655         * MAINTAINERS: Move John Carr to Write After Approval.
4656
4657 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
4658
4659         * config/mh-mingw32: Delete.
4660         * configure.in: Don't use it.
4661         * configure: Regenerate.
4662
4663 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
4664
4665         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4666         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4667         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
4668         (HOST_LIB_PATH): Generate from Makefile.def.
4669         (TARGET_LIB_PATH): Likewise.
4670         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4671         * Makefile.in: Regenerate.
4672         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4673         (RPATH_ENVVAR): Include Darwin case.
4674         * configure: Regenerate.
4675
4676 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
4677
4678         * MAINTAINERS (Various Maintainers): Remove self.
4679         (Write After Approval): Add self.
4680
4681 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
4682
4683         * MAINTAINERS (Various Maintainers): Add self.
4684
4685 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
4686
4687         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4688         * configure: Regenerate.
4689
4690 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
4691
4692         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4693         gcc_version, and gcc_version_trigger from set of flags to pass.
4694         * Makefile.tpl: Remove definitions of above variables.
4695         (config.status): Remove dependency on $(gcc_version_trigger).
4696         * Makefile.in: Regenerate.
4697         * configure.in: Do not reference config/gcc-version.m4 nor
4698         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
4699         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
4700         * configure: Regenerate.
4701
4702 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
4703             Andrew Pinski  <pinskia@physics.uc.edu>
4704
4705         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4706         * Makefile.in: Regenerate.
4707
4708 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
4709
4710         * MAINTAINERS (Write After Approval): Add myself.
4711
4712 2005-03-03  David Ayers  <d.ayers@inode.at>
4713
4714         * MAINTAINERS (Write After Approval): Add myself.
4715
4716 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
4717
4718         PR libgcj/20160
4719         * ltmain.sh: Avoid creating archives with components that have
4720         duplicate basenames.
4721
4722 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
4723
4724         PR bootstrap/20250
4725         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4726         instead of check.
4727         * Makefile.in: Regenerate.
4728
4729 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4730
4731         * Makefile.in: Regenerate to fix conflict between the previous two
4732         patches.
4733
4734 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4735
4736         PR bootstrap/17383
4737         * Makefile.def (target_modules): Remove "stage", now unnecessary.
4738         * Makefile.tpl (HOST_SUBDIR): New substitution.
4739         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4740         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4741         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4742         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4743         (Host modules, Bootstrapped modules): Use it.
4744         (Build modules, Target modules): Do not create symlink trees,
4745         always configure out-of-srcdir.
4746         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4747         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4748         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4749         $(HOST_SUBDIR).  Create a symlink for host_subdir.
4750
4751         * Makefile.in: Regenerate.
4752         * configure: Regenerate.
4753
4754 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4755
4756         Merged from libada-gnattools-branch:
4757         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4758
4759         * gnattools: New directory.
4760         * Makefile.def: Add gnattools as a module, depending on target-libada.
4761         * Makefile.in: Regenerate.
4762         * configure.in: Include gnattools in host_tools; disable it if ada
4763         is disabled.
4764         * configure: Regenerate.
4765
4766 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
4767
4768         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
4769         treelang maintainer.
4770         (Write After Approval): Remove myself.
4771
4772 2005-02-23  Paul Schlie  <schlie@comcast.net>
4773
4774         * configure.in: Allow darwin targeted ports to build tk, itcl and
4775         libgui.
4776         * configure: Regenerate.
4777
4778 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4779
4780         PR libgcj/10353
4781         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4782         * configure: Regenerate.
4783
4784 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
4785
4786         * MAINTAINERS (Write After Approval): Add myself.
4787
4788 2005-02-10  Ian Lance Taylor  <ian@airs.com>
4789
4790         * MAINTAINERS: Update my e-mail address.
4791
4792 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
4793
4794         * MAINTAINERS (Write After Approval): Add myself.
4795
4796 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
4797
4798         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4799         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4800         target-libgloss when not *-*-elf and *-*-aout.
4801         * configure: Regenerate.
4802
4803 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
4804
4805         * MAINTAINERS: Remove obsolete entries.
4806
4807         * MAINTAINERS (Write After Approval): Add Michael Matz.
4808
4809 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
4810
4811         * MAINTAINERS: Remove self as cpplib maintainer.
4812
4813 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4814
4815         * install-sh, config.sub: Import from upstream.
4816
4817 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4818
4819         PR bootstrap/18222
4820         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4821         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4822         * Makefile.in: Regenerate.
4823
4824 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
4825
4826         * MAINTAINERS: Update my email address.
4827
4828 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
4829             Andreas Schwab  <schwab@suse.de>
4830
4831         PR bootstrap/18033
4832         * config-ml.in: Eval option if surrounded by single quotes.
4833
4834 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
4835
4836         Revert 2004-12-28 Makefile changes, a better fix will be
4837         applied to mainline and src after GCC 4.0 branches.
4838
4839 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
4840
4841         PR bootstrap/17383
4842
4843         * Makefile.def (target_modules): Remove stage parameter,
4844         it is always true now.
4845         * Makefile.tpl (configure-build-[+module+],
4846         configure-target-[+module+]): Always build symlink tree
4847         for the directory and for include.  BUILD_SUBDIR and
4848         TARGET_SUBDIR cannot be . anymore.
4849         * Makefile.in: Regenerate.
4850
4851 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
4852
4853         Revert 2004-12-08 Makefile changes.
4854
4855 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
4856
4857         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
4858         cygwin, mingw.
4859
4860 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
4861
4862         * configure.in (sh64-*-*): Reenable gprof.
4863         * configure: Regenerate.
4864
4865 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
4866
4867         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4868         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4869         (EXTRA_TARGET_FLAGS): Add PICFLAG.
4870         * Makefile.in: Regenerate.
4871
4872 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
4873
4874         * MAINTAINERS: Update my email address.
4875
4876 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
4877
4878         * Makefile.tpl: Generate normal dependencies if the LHS module is
4879         not bootstrapped.
4880         * Makefile.in: Regenerate.
4881
4882 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4883
4884         * configure.in: Include config/gxx-include-dir.m4.  Use
4885         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
4886         * configure: Regenerate.
4887
4888 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4889
4890         * config.if: Delete.
4891         * configure.in: Set libstdcxx_incdir directly.
4892         * configure: Regenerate.
4893
4894 2004-12-02  Eric Christopher  <echristo@redhat.com>
4895
4896         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
4897         * Makefile.in: Regenerate.
4898
4899 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4900
4901         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4902         * configure: Regenerate.
4903
4904 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4905
4906         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
4907         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
4908         * configure: Regenerate.
4909
4910 2004-12-01  Eric Christopher  <echristo@redhat.com>
4911
4912         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
4913         of things to remove.
4914
4915 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
4916
4917         * MAINTAINERS (Write After Approval): Update my e-mail address.
4918
4919 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
4920
4921         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
4922         from CVS libtool to always pass_all.
4923
4924 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4925
4926         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4927         (hppa*64*-*-*): Delete incorrect comment.
4928         * configure: Rebuilt.
4929
4930 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4931
4932         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
4933
4934 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4935
4936         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
4937         from CVS libtool to always pass_all.
4938
4939 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4940
4941         * install-sh, compile: Import from automake.
4942
4943 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4944
4945         * config.guess, config.sub:  Import from savannnah.
4946
4947 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
4948
4949         * MAINTAINERS (Write After Approval): Add myself
4950
4951 2004-11-12  Mike Stump  <mrs@apple.com>
4952
4953         * Makefile.def: Add html support.
4954         * Makefile.tpl: Likewise.
4955         * Makefile.in: Regenerate.
4956
4957 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
4958
4959         PR 18423
4960         * configure.in: Remove all instances of build-fixincludes from
4961         noconfigdirs.
4962         (build_configargs): Supply --target to subdirectories.
4963         * configure: Regenerate.
4964
4965         * Makefile.def: Make gcc install depend on fixincludes install.
4966         * Makefile.in: Regenerate.
4967
4968 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
4969
4970         * MAINTAINERS: Add myself as gcc testsuite maintainer.
4971
4972 2004-11-11  Paul Brook  <paul@codesourcery.com>
4973
4974         * MAINTAINERS: Add self as arm maintainer.  Update email address.
4975
4976 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
4977
4978         * configure.in (noconfigdirs) [mmix-*-*]: Disable
4979         target-libgfortran.
4980         * configure: Regenerate.
4981
4982 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
4983
4984         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4985         like CC.
4986
4987 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
4988
4989         * Makefile.def (host fixincludes): Specify missing targets.
4990         * Makefile.in: Regenerate.
4991
4992 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
4993
4994         * MAINTAINERS: Add myself
4995
4996 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
4997
4998         * MAINTAINERS (Write After Approval): Add myself.
4999
5000 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
5001
5002         * Makefile.def: Build fixincludes for the host, too.
5003         * Makefile.in: Regenerate.
5004         * configure.in (host_tools): Add fixincludes.
5005         * configure: Regenerate.
5006
5007 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
5008
5009         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5010         * configure: Regenerated.
5011
5012 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
5013
5014         PR other/17783
5015         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5016         * configure: Regenerated.
5017
5018 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
5019
5020         * README.SCO: Update per FSF instructions.
5021
5022 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
5023
5024         PR target/18151
5025         * configure.in (case ${target}): Do not build fixincludes for avr.
5026         * configure: Regenerated.
5027
5028 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
5029
5030         * configure.in (case ${target}): Do not build fixincludes
5031         on platforms where it is not used.
5032         * configure: Regenerated.
5033
5034 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
5035
5036         * configure.in: Use an absolute path to install-sh.
5037         * configure: Regenerated.
5038
5039 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5040
5041         * MAINTAINERS (Write After Approval): Add myself.
5042
5043 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
5044
5045         * MAINTAINERS: Remove from Write After Approval those that are
5046         already maintainers.
5047
5048 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
5049
5050         * MAINTAINERS:  Update my email address.
5051
5052 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
5053
5054         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5055         * configure: Regenerate.
5056
5057 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
5058
5059         * MAINTAINERS:  Update my email address.
5060
5061 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
5062
5063         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
5064         entries belonging to this category.
5065
5066 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
5067
5068         * MAINTAINERS: Update my e-mail address.
5069
5070 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
5071
5072         Fix wrong conflict resolution in:
5073
5074         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5075
5076         * Makefile.in: Regenerate.
5077         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5078         in the recursive `make', instead of hardwiring `all'.
5079         (Autogenerated TARGET-* variables): New.
5080
5081 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
5082
5083         * configure.in: Enable target-libgloss for crx-*-*.
5084         * configure: Regenerate.
5085
5086 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5087
5088         * MAINTAINERS (Various Maintainers): Move the "windows,
5089         cygwin, mingw" maintainer to ...
5090         (OS Port Maintainers): ... here.
5091
5092 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5093
5094         * MAINTAINERS (Write After Approval): Remove those that are
5095         maintainers of some subsystem.
5096
5097 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
5098
5099         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5100         * ltcf-cxx.sh (tpf*): Likewise.
5101         * ltconfig (tpf*): Add TPF OS configuration support.
5102
5103 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
5104
5105         * MAINTAINERS: Change my email address to my new work account.
5106
5107 2004-09-24  Michael Roth  <mroth@nessie.de>
5108
5109         * configure.in (--without-headers): Add missing double quotes.
5110         * configure: Regenerate.
5111
5112 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
5113
5114         * ylwrap: Revert to previous version.
5115
5116 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
5117
5118         PR bootstrap/17369
5119         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5120         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5121         SET_GCC_LIB_PATH_CMD.
5122         (BASE_TARGET_EXPORTS): Likewise.
5123         * Makefile.in: Regenerated.
5124
5125         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5126         * configure: Regenerated.
5127
5128 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
5129
5130         * config.guess: New upstream version
5131         * compile, depcomp, install-sh, ylwrap: Likewise.
5132
5133 2004-09-19  Roger Sayle  <roger@eyesopen.com>
5134
5135         * config/mh-x86omitfp: New host makefile fragment.  Add
5136         -fomit-frame-pointer to the default BOOT_CFLAGS.
5137         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5138         * configure: Regenerate.
5139
5140 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
5141
5142         PR target/11572
5143         * configure.in (*-*-darwin*): Renable libobjc.
5144         * configure: Regenerate.
5145
5146 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
5147
5148         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
5149
5150 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
5151
5152         * Makefile.def: Remove libbanshee.
5153         * Makefile.tpl: Ditto.
5154         * configure.in: Ditto.
5155         * Makefile.in: Regen.
5156         * configure: Ditto.
5157
5158 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
5159
5160         * ltmain.sh: Use $pic_object as $non_pic_object if
5161         $non_pic_object=none.
5162
5163 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
5164
5165         * missing: Import latest version from master repository.
5166
5167 2004-09-06  Nick Clifton  <nickc@redhat.com>
5168
5169         * config.sub: Import latest version from master repository.
5170         * config.guess: Likewise.
5171         This includes these changes:
5172
5173         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
5174
5175         * config.sub: Handle crisv32, alias etraxfs.
5176         * config.guess (crisv32:Linux:*:*): Handle.
5177
5178         2004-08-13  Brad Smith  <brad@comstyle.com>
5179
5180         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5181         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5182
5183         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5184
5185         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5186         assume the processor is a powerpc.  This is because coreutils
5187         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5188         in this case, due to a MacOS X bug that causes
5189         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5190         to return a negative number.
5191         Problem reported by Petter Reinholdtsen in:
5192         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5193
5194         2004-07-19  Ben Elliston  <bje@gnu.org>
5195
5196         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5197
5198         2004-06-24  Ben Elliston  <bje@gnu.org>
5199
5200         * config.guess: Update copyright years.
5201         * config.sub: Likewise.
5202
5203         2004-06-22  Robert Millan  <robertmh@gnu.org>
5204
5205         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5206         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5207
5208         2004-06-22  Stanley F. Quayle <stan@stanq.com>
5209
5210         * config.guess (*:*VMS:*:*): New entry. Replaces
5211         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5212         manufacturer.
5213
5214         2004-06-22  Ben Elliston  <bje@gnu.org>
5215
5216         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5217         * config.sub: Likewise.
5218
5219         2004-06-22  Ben Elliston  <bje@gnu.org>
5220
5221         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5222         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5223
5224         2004-06-11  Ben Elliston  <bje@gnu.org>
5225
5226         * config.guess (pegasos:OpenBSD:*:*): Remove.
5227
5228         2004-06-11  Ben Elliston  <bje@gnu.org>
5229
5230         From Wouter Verhelst <wouter@grep.be>:
5231         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5232
5233         2004-06-11  Ben Elliston  <bje@gnu.org>
5234
5235         * config.guess (luna88k:OpenBSD:*:*): New.
5236
5237         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
5238
5239         * config.guess (m32r*:Linux:*:*): New case.
5240         * config.sub: Handle m32rle.
5241
5242         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
5243
5244         From Jens Petersen  <petersen@redhat.com>:
5245         * config.sub: Handle sparcv8.
5246
5247         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
5248
5249         From Tom Smith <smith@cag.lkg.hp.com>:
5250         * config.guess: Version suffixes are equally significant on Tru64
5251         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
5252         prefix of "P" (patched kernel).
5253
5254         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
5255
5256         * config.sub: Add support for National Semiconductor CRX target.
5257
5258 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
5259
5260         * MAINTAINERS (Various Maintainers): Remove myself as web page
5261         maintainer, add myself as maintainer of build status lists.
5262
5263 2004-09-03  Jan Beulich  <jbeulich@novell.com>
5264
5265         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5266         *-*-netware, but add target-libmudflap.
5267         Consolidate *-*-netware targets (of which really only i?86 exists)
5268         into a single entry.
5269         * configure: Likewise.
5270
5271 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
5272
5273         * Makefile.tpl (sorry): Remove.
5274         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5275         (cleanstrap targets): Depend on distclean, not distclean-stage1.
5276         (do-clean): Clean per-stage directories too.
5277         (do-distclean): Run distclean-stage1 too.
5278         (.NOTPARALLEL): Enable during toplevel bootstrap.
5279         (stage[+id+]-bubble): Enable parallel execution during
5280         the recursive invocation.
5281         * Makefile.in: Regenerate.
5282
5283         Fix previous checkin:
5284
5285         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5286         include.
5287         * configure.in: Fix indentation.
5288         * configure: Regenerate.
5289
5290 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
5291
5292         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5293         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5294         * configure: regenerate
5295         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5296         -mdynamic-no-pic
5297
5298 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
5299
5300         * Makefile.def (build_modules): Add fixincludes.
5301         (dependencies): Make gcc depend on fixincludes.
5302         * configure.in (build_tools): Add fixincludes.
5303         (build_configdirs): Always include build_libs.
5304         * Makefile.in: Regenerate.
5305         * configure: Regenerate.
5306
5307 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
5308
5309         * Makefile.def (bootstrap stages): Add 'lean' parameter.
5310         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5311         phony targets; do not generate timestamp files.
5312         (distclean-stageN): Remove references to their timestamp files.
5313         (restageN, touch-stageN): Remove.
5314         (stageN-bubble): Rewritten.
5315         (compare): Support lean bootstraps.
5316         * Makefile.in: Regenerate.
5317
5318         * configure.in: Only warn when bootstrapping but
5319         build != host or build != target.  Support lean bootstraps.
5320         * configure: Regenerate.
5321
5322 2004-08-26  Phil Edwards  <phil@codesourcery.com>
5323
5324         * configure.in:  Give a better error message if GMP/MPFR are missing
5325         and a language needing them has been requested.
5326         * configure:  Regenerated.
5327
5328 2004-08-25  Phil Edwards  <phil@codesourcery.com>
5329
5330         * configure.in:  Print a list of available language front-ends if
5331         a requested one is missing.  Tidy stray tab characters.
5332         * configure:  Regenerated.
5333
5334 2004-08-19  Michael Koch  <konqueror@gmx.de>
5335
5336         * gcc/doc/install.texi: Update entry about automake for libjava.
5337
5338 2004-08-17  Robert Millan  <robertmh@gnu.org>
5339
5340         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5341         (instead of FreeBSD).
5342         * configure: Regenerate.
5343
5344 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5345
5346         * Makefile.in: Regenerate.
5347         * configure: Regenerate.
5348
5349         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5350         stage_*_flags.
5351         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5352         for bootstrapped modules if toplevel bootstrap is going.
5353         (GCC bootstrap): Generate per-stage targets for all bootstrapped
5354         modules.  Adjust for changes in Makefile.def.  Enable several
5355         rules even in non-bootstrap mode, just to avoid peppering the
5356         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5357         (stage-[+prev+]-bubble): Remove.
5358
5359         * Makefile.def (Dependencies): Depend on all-build-bison,
5360         all-build-flex, all-build-byacc, all-build-texinfo, rather
5361         than the host variations.
5362         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
5363         with BUILD_SUBDIR.
5364         (BISON): Update for recent Bisons.
5365         (YACC): Fix typo.
5366         (cross): Depend on all-build.
5367         (all): Do not depend on all-build.
5368         (prebootstrap): Remove.
5369         (dep-kind): Accept separate prefixes for MODULE and ON variables.
5370         (Prebootstrap dependencies): Add them to the per-stage targets
5371         and to all-prebootstrap.
5372         * configure.in (build_configdirs): Always enable build_tools.
5373         (BUILD_DIR_PREFIX): Remove.
5374
5375         * Makefile.def (gcc): Add target variable.
5376         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5377         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5378         in the recursive `make', instead of hardwiring `all'.
5379         (Autogenerated TARGET-* variables): New.
5380
5381 2004-08-13  Brian Booth  <bbooth@redhat.com>
5382
5383         * MAINTAINERS: Remove myself from write-after-approval.
5384
5385 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5386
5387         * src-release: Stop distributing mmalloc with gdb (which doesn't
5388         use it).
5389         * Makefile.def: GDB doesn't depend on mmalloc anymore.
5390         * Makefile.in: Regenerate.
5391
5392 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
5393
5394         * configure.in (arm*-*-eabi*): New target.
5395         * configure: Regenerate.
5396
5397 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
5398
5399         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5400         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5401         (Dependencies): New section.
5402         * Makefile.tpl (Dependencies): Generate from Makefile.def.
5403         (configure-target-[+module+]): Depend on maybe-all-gcc
5404         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
5405         (toplevel profiledbootstrap): Fix dependencies.
5406         * Makefile.in: Regenerate.
5407
5408 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
5409
5410         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5411         target-libiberty to noconfigdirs.
5412         * configure: Regenerate.
5413
5414 2004-08-03  Paul Brook  <paul@codesourcery.com>
5415
5416         * configure.in: Check for MPFR as well as GMP.
5417         * configure: Regenerate.
5418
5419 2004-08-01  Robert Millan  <robertmh@gnu.org>
5420
5421         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5422         libmudflap for all GNU-based systems (with Glibc).
5423         * configure: Regenerate.
5424
5425 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
5426
5427         * Makefile.def (host-modules): Add gcc.
5428         * Makefile.in: Regenerate.
5429         * Makefile.tpl (sorry): New rule.
5430         (configure-host, all-host, [+make_target+]-host, do-check,
5431         install-host): Do not add gcc as a special case.
5432         (host modules): Add a small special-casing for gcc.  Export
5433         extra_make_flags through the environment.
5434         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5435         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5436         other recursive targets for gcc): Remove.
5437
5438         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5439         (stage, unstage): New rules.
5440         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5441         distclean-stage[+id+]): Use stage_current.
5442         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5443         the stage*-start rules.
5444
5445 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
5446
5447         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
5448         use -all_load flag.
5449
5450 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
5451
5452         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
5453         * configure: Regenerate.
5454
5455 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
5456
5457         * maintainer-scripts/gcc_release: Revert yesterday's change.
5458
5459 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
5460
5461         * MAINTAINERS: Add myself to write-after-approval.
5462
5463 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
5464
5465         * libf2c: Removed.
5466         * gcc/gccbug.in: Updated because of libf2c removal.
5467         * maintainer-scripts/gcc_release: Ditto.
5468
5469 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
5470
5471         * configure.in: Build libmudflap by default on FreeBSD.
5472         * configure: Regenerated.
5473
5474 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
5475
5476         * configure.in: Do not build libmudflap by default on non-GNU/Linux
5477         systems.
5478         * configure: Regenerated.
5479
5480 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5481
5482         PR target/16344
5483         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5484         feedback based compiler.
5485         * Makefile.in: Rebuilt.
5486
5487 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
5488
5489         * Makefile.def (host_modules): Set bootstrap=true for flex.
5490         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5491         * Makefile.in: Rebuilt.
5492
5493 2004-07-07  Jan Hubicka  <jh@suse.cz>
5494
5495         * MAINTAINERS: Add self as a profile feedback maintainer.
5496
5497 2004-07-05  Phil Edwards  <phil@codesourcery.com>
5498
5499         * configure.in:  Do not prepend $srcdir to /dev/null in
5500         makefile fragments.
5501         * configure:  Regenerate.
5502
5503 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
5504
5505         * Makefile.def (build_modules): Add bison, byacc, flex,
5506         m4, texinfo.
5507         (flags_to_pass): Add FLEX.
5508         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5509         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5510         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5511         DEFAULT_MAKEINFO): Remove.
5512         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5513         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5514         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5515         objdir or else use configured tool.
5516         (all-build): New.
5517         (all): Depend on it.
5518         (Build module dependencies): Add.
5519         * Makefile.in: Regenerate.
5520         * configure.in: Better support for multiple build modules,
5521         matching what is done for host/target modules.  Do not look
5522         for "plausible" locations of build tools if Canadian cross.
5523         Use autoconf's AC_PROG_CC to find a C compiler.  Define
5524         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
5525         * configure: Regenerate.
5526
5527 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5528
5529         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5530         * Makefile.in: Regenerate.
5531
5532 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5533
5534         * Makefile.tpl (configure-build-[+module+],
5535         configure-[+module+], configure-target-[+module+]): Pass
5536         [+extra_configure_args+].
5537         (all-build-[+module+], all-[+module+], check-[+module+],
5538         install-[+module+], [+make_target+]-[+module+],
5539         all-target-[+module+], check-target-[+module+],
5540         install-target-[+module+], [+make_target+]-target-[+module+]):
5541         Pass [+extra_make_args+].
5542         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5543         (GCC_HOST_EXPORTS): Remove.
5544         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5545         cross, check-gcc, check-gcc-c++, install-gcc,
5546         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5547         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5548         * Makefile.in: Regenerate.
5549
5550 2004-06-21  Matthew Sachs  <msachs@apple.com>
5551
5552         * MAINTAINERS: Added self to write-after-approval.
5553
5554 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
5555
5556         * configure.in: Check for srcdir/winsup rather than build directory
5557         winsup.
5558         * configure: Regenerate.
5559
5560 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
5561
5562         * configure.in: Don't build Cygwin native newlib if winsup
5563         directory is missing.  Emit warning instead.
5564         * configure: Regenerate.
5565
5566 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
5567
5568         * Makefile.tpl (touch-stage[+id+]): New.
5569         (restage[+prev+]): Depend on touch-stage[+id+].
5570
5571         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5572         Use it throughout.
5573
5574         * Makefile.def: Add profile and feedback bootstrap stages.
5575         Remove next field from bootstrap stages.
5576         * Makefile.tpl (LN, LN_S): Substitute.
5577         (stageN-start, stageN-end): Use double-colon rules, to
5578         provide a hook for additional setup commands.
5579         (distclean-stageN-gcc, restageN): Create dependencies from
5580         [+prev+], not from [+next+].
5581         (stageN-bubble): Add commands for successive stages from
5582         [+prev+], using double-colon rules.
5583         (all-stageN-gcc): Fix typo.
5584         (stagefeedback-start, profiledbootstrap): New.
5585         * Makefile.in: Regenerate.
5586         * configure.in: Call ACX_PROG_LN.
5587         * configure: Regenerate.
5588
5589 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
5590
5591         * MAINTAINERS (Write After Approval): Add myself.
5592
5593 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
5594
5595         * MAINTAINERS (Write After Approval): Add myself.
5596
5597 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
5598
5599         * configure.in: Fix --enable-bootstrap breakage introduced in trees
5600         without gcc.
5601         * configure: Regenerate.
5602
5603 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5604
5605         * Makefile.tpl: Fix typo.
5606         * Makefile.in: Regenerate.
5607
5608 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5609
5610         * configure.in: Remove new- prefix from toplevel
5611         bootstrap targets.
5612         * configure: Regenerate.
5613
5614 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5615
5616         * Makefile.tpl (all.normal): Rename to all.
5617         (all): Replace with a rule to pick the default
5618         target from configure.
5619         (all-gcc, configure-gcc): Use conditionals to
5620         do nothing when toplevel bootstrap is going on.
5621         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5622         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5623         * configure.in: Support --enable-bootstrap.
5624
5625         * Makefile.def: Remove new- prefix from toplevel
5626         bootstrap targets.
5627         * Makefile.tpl: Likewise.
5628
5629         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
5630         target.
5631
5632         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5633         $(RECURSE_FLAGS) to recursive invocation of make.
5634
5635         * Makefile.in: Regenerate.
5636         * configure: Regenerate.
5637
5638 2004-05-30  Andreas Jaeger  <aj@suse.de>
5639             Jim Wilson  <wilson@specifixinc.com>
5640
5641         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5642         like CC.
5643
5644 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
5645
5646         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5647         * configure: Regenerate.
5648
5649 2004-05-25  Daniel Jacobowitz  <drow@false.org>
5650
5651         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5652         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5653         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
5654         targets.
5655         * Makefile.in: Regenerate.
5656
5657 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
5658
5659         * configure.in: Test the ability to symlink directories.
5660         * configure: Regenerate.
5661
5662         * Makefile.def (bootstrap-stage): New definitions.
5663         * Makefile.tpl (configure-stage1-gcc,
5664         configure-stage2-gcc, configure-stage3-gcc,
5665         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5666         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5667         new-restage3, compare): Autogenerate, see Makefile.in
5668         entry for behavioral changes.
5669         (distclean-stage1, new-stage1-start, new-stage1-end,
5670         new-stage1-bubble, distclean-stage2, new-stage2-start,
5671         new-stage2-end, new-stage2-bubble, distclean-stage3,
5672         new-stage3-start, new-stage3-end): New autogenerated targets.
5673         (objext, prebootstrap, BOOT_CFLAGS,
5674         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5675         targets.
5676
5677         * Makefile.in: Regenerate.
5678         (distclean-stage1, new-stage1-start, new-stage1-end,
5679         new-stage1-bubble, distclean-stage2, new-stage2-start,
5680         new-stage2-end, new-stage2-bubble, distclean-stage3,
5681         new-stage3-start, new-stage3-end): New targets.
5682         (all-stage1-gcc): Move prebootstrap dependency from here...
5683         (configure-stage1-gcc): ...to here.
5684         (new-bootstrap): Use bubble targets.
5685         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5686         Use per-stage distclean targets.
5687         (configure-stage1-gcc, configure-stage2-gcc,
5688         configure-stage3-gcc, all-stage1-gcc,
5689         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5690         Use new-stageN-start to prepare the tree.
5691
5692 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
5693
5694         * Makefile.def (host_modules): add libcpp.
5695         * Makefile.tpl: Add dependencies on and for libcpp.
5696         * Makefile.in: Regenerate.
5697         * configure.in: Add libcpp host module.
5698         * configure: Regenerate.
5699
5700 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
5701
5702         * Makefile.tpl: Whenever a recursive target is defined, wrap
5703         it in a special @if/@endif block, and prepare its maybe
5704         dependency in the @if/@endif block
5705         * configure.in: Instead of writing maybe dependencies, remove
5706         the @if/@endif statements, and remove the @if/@endif blocks
5707         that remain.
5708         * configure: Regenerate.
5709         * Makefile.in: Regenerate.
5710
5711 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
5712
5713         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
5714
5715 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
5716
5717         PR bootstrap/15120
5718         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
5719         * */configure: Rebuilt.
5720
5721 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
5722
5723         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5724         of libf2c.
5725         * configure, Makefile.in: Regenerate.
5726
5727 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
5728
5729         * MAINTAINERS (Write After Approval): Add myself.
5730
5731 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
5732
5733         Merge from tree-ssa-20020619-branch.
5734
5735         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5736         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5737         (HOST_GMPLIBS): Define.
5738         (HOST_GMPINC): Define.
5739         (TARGET_LIB_PATH): Add libmudflap.
5740         (GFORTRAN_FOR_TARGET): Define.
5741         (configure-build*): Export GFORTRAN.
5742         (configure-gcc): Export GMPLIBS and GMPINC.
5743         (all-gcc): Add maybe-all-libbanshee.
5744         (configure-target-libgfortran): Define.
5745         * Makefile.in: Regenerate.
5746         * configure.in (host_libs): Add libbanshee.
5747         (target_libraries): Add target-libmudflap and target-libgfortran.
5748         Add --with-libbanshee.
5749         Handle --disable-libmudflap.
5750         (*-*-freebsd*): Use with_gmp.
5751         Add $(libgcj) to noconfigdirs.
5752         * configure: Regenerate.
5753         * depcomp: New file.
5754         * MAINTAINERS: Add tree-ssa maintainers.
5755
5756 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
5757
5758         * MAINTAINERS (Various Maintainers): Add myself.
5759
5760 2004-04-30  Brian Ford  <ford@vss.fsi.com>
5761
5762         * MAINTAINERS (Write After Approval): Add myself.
5763
5764 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
5765
5766         * MAINTAINERS (Write After Approval): Add myself.
5767
5768 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
5769
5770         * config/acx.m4: Fix fastcompare support for new-bootstrap.
5771         * configure: Regenerate.
5772
5773 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
5774
5775         Revert:
5776         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5777
5778         * Makefile.def (flags_to_pass): Remove *dir variables that
5779         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5780         as well as prefix and exec_prefix.
5781         * Makefile.in: Regenerate.
5782
5783 2004-04-26  Robert Millan  <robertmh@gnu.org>
5784
5785         Add patches from libtool CVS.
5786         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5787         * ltconfig: Likewise.
5788         * ltcf-c.sh: Likewise.
5789         * ltcf-cxx.sh: Likewise.
5790         * ltcf-gcj.sh: Likewise.
5791
5792 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5793
5794         * Makefile.def (host_modules): Mark with the bootstrap
5795         flag packages on which gcc depends.
5796         * Makefile.tpl (all-bootstrap): Use it.
5797         * Makefile.in: Regenerate.
5798
5799 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5800
5801         * Makefile.def (flags_to_pass): Remove *dir variables that
5802         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5803         as well as prefix and exec_prefix.
5804         * Makefile.in: Regenerate.
5805
5806 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5807
5808         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5809         * configure: Regenerate.
5810         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5811         * gcc/Makefile.tpl (compare): Use the result of the test.
5812         * gcc/Makefile.in: Regenerate.
5813
5814 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
5815
5816         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5817         Always relocate gcc and prev-gcc to the original names, even
5818         if the build fails.
5819         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5820         New targets.
5821
5822 2004-04-23  Laurent GUERBY <laurent@guerby.net>
5823
5824         * MAINTAINERS: Update my email address.
5825
5826 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5827
5828         * configure.in (mips*-*-irix5*): Enable ld.
5829         * configure: Regenerate.
5830
5831 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5832
5833         * configure: Regenerate.
5834
5835 2004-04-15  James E Wilson  <wilson@specifixinc.com>
5836
5837         * Makefile.tpl (configure-[+module+], configure-gcc,
5838         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5839         Set and export LDFLAGS.
5840         * Makefile.in: Regenerate.
5841
5842 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
5843
5844         * MAINTAINERS: Add myself to write-after-approval.
5845
5846 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5847
5848         PR bootstrap/14871
5849         * Makefile.tpl: If we don't have built-in-tree target tools,
5850         use the ones found by configure rather than hacking around with
5851         program_transform_name.
5852         * configure.in: Give Makefile.tpl the information necessary
5853         to do that.
5854         * Makefile.in: Regenerate.
5855         * configure: Regenerate.
5856
5857 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
5858
5859         PR bootstrap/14760
5860         * configure.in: When computing baseargs, strip *all* copies of
5861         offending options.  Also, don't match/substitute the trailing space,
5862         so that this actually works when two similar options are separated by
5863         only one space.
5864         * configure: Regenerate.
5865
5866 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
5867
5868         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5869         (rs6000-*-aix*): Same.
5870         * configure: Regenerate.
5871
5872 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
5873
5874         * MAINTAINERS: Add myself to write-after-approval.
5875
5876 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
5877
5878         * MAINTAINERS: Add myself to write-after-approval.
5879
5880 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
5881
5882         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5883         STRICT_WARN, WARN_CFLAGS flags passed down to make.
5884         * Makefile.in: Regenerate.
5885
5886         * configure.in (top level bootstrap support): Rework --enable-werror
5887         to set @stage2_werror_flag@.
5888         * configure: Regenerate.
5889         * Makefile.tpl (top level bootstrap support): Pass
5890         @stage2_werror_flag@ down to configure in stages 2 and 3.
5891         * Makefile.in: Regenerate.
5892
5893 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5894
5895         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5896         for stages 2 and 3 as well as in make.  As a consequence, remove
5897         OUTPUT_OPTION (now detected by configure) from the flags passed down
5898         to make.
5899         * Makefile.in: Regenerate.
5900
5901         * Makefile.tpl (new-bootstrap): Fix typo.
5902         * Makefile.in: Regenerate.
5903
5904 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
5905
5906         * Makefile.tpl: Rearrange by moving recursive_targets rules
5907         into their proper sections.
5908         * Makefile.tpl (top level bootstrap support): Move disabling
5909         of coverage flags from 'make' to 'configure'; improve comments.
5910         * Makefile.in: Regenerate.
5911
5912         * Makefile.tpl (experimental top level bootstrap) Move stage1
5913         language setting from all- target to configure- target; disable
5914         intermodule optimization in stage 1; prevent gratuitous rebuilds
5915         of stage 1.
5916         * Makefile.in: Regenerate.
5917         * configure.in: Comma-separate stage 1 language list for top
5918         level bootstrap.
5919         * configure: Regenerate.
5920
5921         * Makefile.tpl: Clean up experimental top level bootstrap support:
5922         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5923         prev-gcc in configure- targets as well as all- targets.
5924         * Makefile.in: Regenerate.
5925
5926 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
5927
5928         * compile: New file imported from automake.
5929
5930 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
5931
5932         * configure.in: Remove symbolic link section.
5933         * configure: Regenerate.
5934         * Makefile.tpl (links): Remove.
5935         * Makefile.in: Regenerate.
5936
5937 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
5938             Nathanael Nerode  <neroden@gcc.gnu.org>
5939
5940         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5941         Set with AC_CHECK_PROGS.
5942         * configure.in: Fix comment typo from last patch.
5943         * configure: Regenerate.
5944
5945 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
5946
5947         * Makefile.tpl: Introduce experimental top level bootstrap support.
5948         * Makefile.in: Regenerate.
5949         * configure.in: Introduce support for top level bootstrap.
5950         * configure: Regenerate.
5951
5952 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5953             Paolo Bonzini  <bonzini@gnu.org>
5954
5955         PR bootstrap/14522
5956         * configure.in: Cope with shells that do not support unquoted ^
5957         * configure: Regenerate.
5958
5959 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5960             Paolo Bonzini  <bonzini@gnu.org>
5961
5962         PR bootstrap/14522
5963         * configure.in: Cope with shells that do not support nesting
5964         quotes inside quoted backquote substitutions.
5965         * configure: Regenerate.
5966
5967 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
5968
5969         PR bootstrap/14522
5970         * configure.in: Fix escaping of $.
5971         * configure: Regenerate.
5972
5973 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
5974
5975         * configure: Regenerate, since I forgot to while committing Paolo's
5976         changes.
5977
5978 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
5979
5980         PR ada/14131
5981         Move language detection to the top level.
5982         * configure.in: Find default values for the tools as
5983         soon as possible.  Disable ada if GNAT is not found.
5984         Emit error message about missing languages.  Expand
5985         --enable-languages=all for the gcc subdirectory.
5986
5987 2004-03-10  Ben Elliston  <bje@gnu.org>
5988
5989         * MAINTAINERS: Update my email address.
5990
5991 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
5992
5993         * ltconfig: Disable building static libraries if building shared
5994         libraries on AIX 5L.
5995
5996 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
5997
5998         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5999         and disable libgcj.
6000         * configure: Regenerated.
6001
6002 2004-03-01  Brian Booth  <bbooth@redhat.com>
6003
6004         * MAINTAINERS: Add myself to write-after-approval.
6005
6006 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
6007
6008         * MAINTAINERS: Add myself to write-after-approval.
6009
6010 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6011
6012         PR bootstrap/7087
6013         * Makefile.tpl: Guard XFOO sed statements better.
6014         * Makefile.tpl: Add dependency for configure-target-libada.
6015         * Makefile.in: Regenerate (incidentally fixes broken
6016         commit when libada-branch was merged).
6017
6018 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
6019
6020         * MAINTAINERS: Add myself to write-after-approval.
6021
6022 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
6023
6024         * MAINTAINERS: Add Nicola Pero and myself as libobjc
6025         maintainers.
6026
6027 2004-02-20  Andrew Cagney  <cagney@redhat.com>
6028
6029         * config.guess: Update from version 2003-10-16 to 2004-02-16.
6030         * config.sub: Update from version 2003-11-03 to 2004-02-16.
6031
6032 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6033
6034         PR bootstrap/11932
6035         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6036
6037 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
6038
6039         * MAINTAINERS: Added myself to write-after-approval.
6040
6041 2004-02-14  Michael Koch  <konqueror@gmx.de>
6042
6043         * MAINTAINERS: Added myself to write-after-approval.
6044
6045 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
6046
6047         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
6048         some OS port maintainers to OS port maintainers section.
6049
6050 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
6051
6052         * MAINTAINERS: Add self.
6053
6054 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
6055
6056         * MAINTAINERS: Alphabetize.
6057
6058 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
6059
6060         * MAINTAINERS: Remove myself.
6061
6062 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
6063
6064         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6065         (rs6000-*-aix*): Same.
6066         * configure: Regenerate.
6067
6068 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
6069
6070         * configure.in (host): Add in missing $noconfigdirs to defines.
6071         * configure: Regenerate.
6072
6073 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
6074             Nathanael Nerode  <neroden@gcc.gnu.org>
6075
6076         PR ada/6637, PR ada/5911
6077         Merge with libada-branch:
6078         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6079         with appropriate dependencies. Add --enable-libada configure switch.
6080         * configure, Makefile.in: Regenerate.
6081
6082 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
6083
6084         * MAINTAINERS: Add myself to write-after-approval.
6085
6086 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6087
6088         * configure.in: Don't pass --with-stabs on IRIX 5 either.
6089         * configure: Regenerate.
6090
6091 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
6092
6093         Merge from upstream:
6094
6095         * ltmain.in: When setting IFS to '~', be careful about user
6096         arguments that contain '~'.
6097
6098         2004-02-04  Peter O'Gorman  <peter@pogma.com>
6099
6100         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
6101         Also test $base_compile against $CC with escaped arguments. Bug
6102         reported by Geoff Keating <geoffk@apple.com>.
6103
6104 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6105
6106         * MAINTAINERS: Remove i960 port.
6107
6108 2004-01-23  DJ Delorie  <dj@redhat.com>
6109
6110         * Makefile.def (target_modules) [libiberty]: Don't stage.
6111         * Makefile.in: Rebuilt.
6112
6113 2004-01-20  Caroline Tice  <ctice@apple.com>
6114
6115         * MAINTAINERS: Add myself to write-after-approval.
6116
6117 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
6118
6119         * MAINTAINERS: Update my email address.
6120
6121 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
6122
6123         * MAINTAINERS: Add myself to write-after-approval.
6124
6125 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6126
6127         * MAINTAINERS: Remove entries without email address.
6128
6129 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
6130
6131         * MAINTAINERS: Add myself to write-after-approval.
6132
6133 2004-01-15  Steven Bosscher  <stevenb@suse.de>
6134
6135         * MAINTAINERS: Update my email address.
6136
6137 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
6138
6139         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6140         * Makefile.tpl (configure-target-[+module+]): Support stage.
6141         * Makefile.in: Rebuilt.
6142
6143 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
6144
6145         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
6146
6147 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
6148
6149         * MAINTAINERS: Add myself as a MIPS maintainer.
6150
6151 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6152
6153         * configure.in: Use ./config.cache, not config.cache.
6154         * configure: Regenerate.
6155         * Makefile.tpl: Special-casing not needed for GCC any more.
6156         * Makefile.in: Regenerate.
6157
6158         * configure.in: Don't share a cache file for host dirs.
6159         * configure: Regenerate.
6160
6161         * config-ml.in: Don't mess with the cache file.
6162
6163 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6164
6165         * MAINTAINERS: Move myself from 'Write After Approval' to
6166         'CPU Port Maintainers' section as SPARC maintainer.
6167
6168 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6169
6170         * Makefile.tpl: Make GCC use a separate config.cache.
6171         * Makefile.in: Regenerate.
6172
6173         PR bootstrap/11932, PR bootstrap/11933
6174         (I don't know if it will fix either of them, but it relates
6175         to them.)
6176         * configure.in: Don't use shared config.cache for target
6177         directories.
6178         * configure: Regenerate.
6179
6180 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
6181
6182         * MAINTAINERS: Add myself to 'Write After Approval' section.
6183
6184 2003-12-31  Roger Sayle  <roger@eyesopen.com>
6185
6186         * configure.in (ia64*-*-hpux*): Disable building java libraries.
6187         * configure: Regenerated.
6188
6189 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
6190
6191         * MAINTAINERS: Remove the mn10200 maintainer.
6192
6193 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
6194
6195         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6196         * configure: Regenerated.
6197
6198 2003-12-16  Jan Hubicka  <jh@suse.cz>
6199
6200         * MAINTAINERS: Add myself as callgraph maintainer.
6201
6202 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
6203
6204         * configure.in (raw_libstdcxx_flags): Remove the leading space.
6205         * configure: Regenerate.
6206
6207 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6208
6209         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6210         'Write After Approval' section. Update email.
6211
6212 2003-12-01  James Lemke  <jim@wasabisystems.com>
6213
6214         * MAINTAINERS (Write After Approval): Add myself.
6215
6216 2003-11-20  Matt Thomas  <matt@3am-software.com>
6217
6218         * MAINTAINERS: Add myself as a vax port maintainer.
6219
6220 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
6221
6222         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6223         (configure-build-[+module+], configure-[+module+]): Likewise.
6224         (configure-target-[+module+], configure-gcc, config.status): Likewise.
6225         * Makefile.in: Regenerate.
6226
6227 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
6228
6229         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
6230         shared/dylibed libraries.
6231         * ltmain.sh: Likewise.
6232         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
6233         * ltcf-cxx.sh: Likewise.
6234         * ltcf-gcj.sh: Likewise.
6235         * ltconfig: Likewise.
6236
6237 2003-11-17  Stan Cox  <scox@redhat.com>
6238
6239         * MAINTAINERS: Add myself as iq2000 port maintainer.
6240
6241 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
6242
6243         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6244         * Makefile.in: Regenerate.
6245
6246 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
6247
6248         * config.sub: Update to 2003-11-03 version.
6249
6250 2003-10-20  Phil Edwards  <phil@codesourcery.com>
6251
6252         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
6253         * configure:  Regenerate.
6254
6255 2003-10-20  Nicolas Pitre  <nico@cam.org>
6256
6257         * MAINTAINERS: Add myself to 'Write After Approval' section.
6258
6259 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
6260
6261         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
6262
6263 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
6264
6265         * MAINTAINERS: Update my email address.
6266
6267 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6268
6269         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
6270
6271 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
6272
6273         * MAINTAINERS: Add myself to 'Write After Approval' section.
6274
6275 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
6276
6277         * config.guess: Update to 2003-10-16 version.
6278         * config.sub: Update to 2003-10-16 version.
6279
6280 2003-10-15  David Daney  <ddaney@avtrex.com>
6281
6282         * MAINTAINERS: Added myself to 'Write After Approval' section.
6283
6284 2003-10-15  Falk Hueffner  <falk@debian.org>
6285
6286         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6287         'Write After Approval' section. Update email.
6288
6289 2003-10-14  Roger Sayle  <roger@eyesopen.com>
6290
6291         * MAINTAINERS: Move myself from 'Write After Approval' to
6292         'Various Maintainers' section as middle-end maintainer.
6293
6294 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6295
6296         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6297         HOST_FLAGS_TO_PASS.
6298         * Makefile.in: Regenerate.
6299
6300 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
6301
6302         * config.guess: Update to 2003-10-07 version.
6303         * config.sub: Update to 2003-10-07 version.
6304
6305 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6306
6307         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
6308         * ltconfig (irix5*, irix6*): Don't override version_type.
6309
6310 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
6311
6312         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6313         * configure: Rebuilt
6314         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6315         * Makefile.in: Rebuilt
6316
6317 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
6318
6319         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6320
6321 2003-09-30  Carlo Wood  <carlo@alinoe.com>
6322
6323         * MAINTAINERS (Write After Approval): Add myself.
6324
6325 2003-09-29  Paul Koning  <ni1d@arrl.net>
6326
6327         * MAINTAINERS: Move myself from "Write After Approval"
6328         to CPU platform maintainers for pdp11 platform.
6329
6330 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
6331
6332         * MAINTAINERS: Move myself from 'Write After Approval' to
6333         'Various Maintainers' section as libffi testsuite maintainer.
6334
6335 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
6336
6337         * configure.in: Pass a computed --program-transform-name
6338         to subconfigures.
6339         * configure: Regenerated.
6340
6341 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6342
6343         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6344         * Makefile.in: Regenerate.
6345
6346         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6347         * Makefile.in: Regenerate.
6348
6349 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
6350
6351         * MAINTAINERS: Move myself from 'Write After Approval'
6352         to 'Various Maintainers' (objective-c) section.
6353
6354 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
6355
6356         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6357         quoting.
6358         * configure: Regenerated.
6359
6360 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
6361
6362         * MAINTAINERS (Write After Approval): Add myself to write after
6363         approval list.
6364
6365 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
6366
6367         * MAINTAINERS (Write After Approval): Add myself.
6368
6369 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
6370
6371         * MAINTAINERS: Update my e-mail address.
6372
6373 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
6374
6375         * libtool.m4 (LD): Correct powerpc64 host match.
6376
6377 2003-09-06  James E Wilson  <wilson@tuliptree.org>
6378
6379         * MAINTAINTERS: Update my affiliation and email address.
6380
6381 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6382
6383         * MAINTAINERS (Write After Approval): Add myself.
6384
6385 2003-09-04  DJ Delorie  <dj@redhat.com>
6386
6387         * configure: Regenerate.
6388
6389 2003-09-04  Robert Millan  <robertmh@gnu.org>
6390
6391         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6392
6393 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6394
6395         * configure.in: Ensure arguments to sed are properly spaced.
6396         * configure: Regenerate.
6397
6398 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6399
6400         * MAINTAINERS: Update my e-mail address.
6401
6402 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
6403
6404         * MAINTAINERS (Write After Approval): Add myself.
6405
6406 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
6407
6408         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6409         * configure: Regenerated.
6410
6411 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6412
6413         * MAINTAINERS: Update my email address.
6414
6415 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
6416
6417         * configure.in:  Use newline instead of semicolon when assuming
6418         shell arguments in a for loop.
6419         * configure:  Regenerated.
6420
6421 2003-08-22  Jason Eckhardt  <jle@rice.edu>
6422
6423         * MAINTAINERS: Resurrect the i860 maintainer.
6424
6425 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
6426
6427         PR 8180
6428         * configure.in: When testing with_libs and with_headers, treat
6429         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
6430         * configure: Regenerate.
6431
6432         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6433         make, shell, etc.
6434         (baseargs): Likewise.
6435         * configure: Regenerate.
6436
6437 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
6438
6439         * MAINTAINERS (Write After Approval): Add myself.
6440
6441 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
6442
6443         * configure.in: Disable libgcj for darwin not on powerpc.
6444         * configure: Rebuild.
6445
6446 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
6447
6448         * config-ml.in, symlink-tree: Add license.
6449
6450 2003-08-03  Richard Stallman  <rms@gnu.org>
6451             Eben Moglen  <moglen@columbia.edu>
6452
6453         * README.SCO: New file.
6454
6455 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
6456
6457         * Makefile.tpl (check, check-c++): Express dependencies using
6458         dependencies rather than commands.
6459         * Makefile.in: Regenerate.
6460
6461 2003-08-01  Andrew Cagney  <cagney@redhat.com>
6462
6463         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6464         * configure: Ditto.
6465
6466 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
6467
6468         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6469         * Makefile.in: Update.
6470
6471 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
6472
6473         * configure.in: Enable libgcj for darwin.
6474         * configure: Rebuild.
6475
6476 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
6477
6478         * config-ml.in:  Use ac_configure_args directly instead of
6479         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
6480         actually seen.
6481
6482 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6483
6484         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6485         creating target and build subdirs to build all parent dirs as needed.
6486         * Makefile.in: Rebuild.
6487         * configure.in: Don't build dirs explicitly here.
6488         * configure: Rebuild.
6489
6490 2003-07-26  Paul Brook  <paul@nowt.org>
6491
6492         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
6493
6494 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
6495
6496         * Makefile.tpl (all-make): Depend on intl.
6497         * Makefile.in: Rebuilt.
6498
6499 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
6500
6501         * install-sh:  Update to newer upstream versions (associated with
6502         aclocal 1.7).
6503         * mkinstalldirs:  Likewise.
6504         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
6505
6506 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
6507
6508         * MAINTAINERS: Move self from Bug database only accounts
6509         to write-after-approval.
6510
6511 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
6512
6513         * config.if: Remove unused libc_interface determination.
6514
6515 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6516
6517         * MAINTAINERS: Move self from write-after-approval to
6518         build machinery (*.in).
6519
6520 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6521
6522         PR bootstrap/11273
6523         PR bootstrap/11408
6524         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
6525         unused INSTALL_PROGRAM_ARGS.
6526         * configure.in: Use AC_PROG_INSTALL.
6527         * Makefile.in: Regenerate.
6528         * configure: Regenerate.
6529
6530 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
6531
6532         * MAINTAINERS: Alphabetize.
6533
6534 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
6535
6536         * configure: Rebuilt.
6537         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
6538         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6539         newlib nor libgloss.
6540         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
6541         * configure.in (am33_2.0-*-linux*): Added.
6542
6543 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
6544
6545         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6546         * configure: Regenerate.
6547
6548 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
6549
6550         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
6551         * Makefile.in: Regenerate.
6552
6553 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6554
6555         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
6556         * Makefile.in: Regenerate.
6557
6558 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
6559
6560         * Makefile.tpl: Replace PWD with PWD_COMMAND.
6561         * Makefile.in: Regenerated.
6562
6563         * config-ml.in: Replace PWD with PWD_COMMAND.
6564
6565 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6566
6567         * intl: New directory; see intl/ChangeLog for details.
6568         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
6569         * Makefile.tpl: all-gcc depends on maybe-all-intl.
6570         * Makefile.in: Regenerate.
6571
6572 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6573
6574         * configure.in: Clean up config-lang.in handling.  Delete
6575         useless assignment to "subdirs".
6576         * configure: Regenerate.
6577
6578 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6579
6580         * configure.in: Rename 'target_libs' to 'target_libraries'.
6581         Remove useless reference to 'target_libs'.
6582         * configure: Regenerate.
6583
6584 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
6585
6586         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6587         * Makefile.in: Regenerate.
6588
6589 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6590
6591         * Makefile.def: Introduce flags_to_pass.
6592         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6593         * Makefile.in: Regenerate.
6594
6595 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
6596
6597         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6598         and target-libgloss.
6599         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6600         <h8300*-*-*>: Disable libf2c and ${libgcj}.
6601         * configure: Regenerate.
6602
6603 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
6604
6605         * configure.in: Update testsuite_flags to new location.
6606         * configure. Regenerate.
6607
6608 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6609
6610         * Makefile.tpl: Remove BUILD_CC stuff.
6611         * Makefile.in: Regenerate.
6612
6613 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
6614
6615         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
6616
6617 2003-06-16  Graeme Peterson  <gp@qnx.com>
6618
6619         * MAINTAINERS (Write After Approval): Add myself.
6620
6621 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
6622
6623         * config.guess: Update to 2003-06-12 version.
6624         * config.sub: Update to 2003-06-13 version.
6625
6626 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
6627
6628         * config.guess: Update to 2003-06-06 version.
6629         * config.sub: Update to 2003-06-06 version.
6630
6631 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6632
6633         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6634         * configure. Regenerate.
6635
6636 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6637
6638         * configure.in: Disable serial configure by default.
6639         * configure: Regenerate.
6640         * Makefile.tpl: Abolish .NOTPARALLEL.
6641         * Makefile.in: Regenerate.
6642
6643         * Makefile.tpl: Replace {build,host,target}_canonical by
6644         {build,host,target}.
6645         * Makefile.in: Regenerate.
6646
6647         * Makefile.tpl: Fix stupid pasto.
6648         * Makefile.in: Regenerate.
6649
6650 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6651
6652         * Makefile.tpl: Remove bogus conditional.
6653         * Makefile.in: Regenerate.
6654
6655 2003-06-05  Jan Hubicka  <jh@suse.cz>
6656
6657         * Makefile.tpl (profiledbootstrap): New target.
6658         * Makefile.in (profiledbootstrap): New target.
6659
6660 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
6661
6662         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
6663         Pinski. Remove user names from other bugzilla-only maintainers.
6664
6665 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6666
6667         * Makefile.tpl: Make 'recursive targets' using autogen rather
6668         than shell loop.  Remove duplicate 'clean' targets and false
6669         comments.
6670         * Makefile.def: Add systematic dependencies to 'recursive' targets.
6671         Add systematic method of specifying missing targets in subdirs.
6672         Add copyright boilerplate.
6673         * Makefile.in: Regenerate.
6674         * configure.in: Add 'recursive targets' to maybe list.
6675         * configure: Regenerate.
6676
6677         * MAINTAINERS: "GNATS only" -> "Bug database only".
6678
6679         * Makefile.tpl: Rename [+target+] to [+make_target+].
6680         * Makefile.def: Rename 'target' to 'make_target'.
6681
6682 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
6683
6684         * MAINTAINERS: Add self as options handling maintainer.
6685
6686 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
6687
6688         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
6689         been too long since I touched those ports.
6690
6691 2003-05-28  DJ Delorie  <dj@redhat.com>
6692
6693         * Makefile.tpl: Make maybe-check-gcc .PHONY.
6694         * Makefile.in: Regenerate.
6695
6696 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6697
6698         * configure.in: Use curly braces in the definition of tooldir.
6699         * configure: Regenerate.
6700
6701 2003-05-21  DJ Delorie  <dj@redhat.com>
6702
6703         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6704         newlib or libgloss.
6705         * Makefile.in: Regenerate.
6706
6707 2003-05-21  DJ Delorie  <dj@redhat.com>
6708
6709         * Makefile.tpl: Add missing empty maybe-check-gcc target.
6710         * Makefile.in: Regenerate.
6711
6712 2003-05-20  Ian Lance Taylor  <ian@airs.com>
6713
6714         * MAINTAINERS: Update my e-mail address.
6715
6716 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6717
6718         * configure.in: Switch more things to use maybe dependencies.
6719         * Makefile.tpl: Switch more things to use maybe dependencies.
6720         Factor out common code from autogen IF statements.
6721         * configure: Regenerate.
6722         * Makefile.in: Regenerate.
6723
6724 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
6725
6726         * configure.in: Accept i[3456789]86 for machine type.
6727         * configure: Regenerate.
6728
6729 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6730
6731         * configure.in: Switch more things to use maybe dependencies.
6732         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
6733         * configure: Regenerate.
6734         * Makefile.tpl: Switch more things to use maybe dependencies.
6735         * Makefile.in: Regenerate.
6736
6737 2003-05-16  Andreas Schwab  <schwab@suse.de>
6738
6739         * Makefile.tpl (install-opcodes): Define.
6740         * Makefile.in: Rebuild.
6741
6742 2003-05-13  Andreas Jaeger  <aj@suse.de>
6743
6744         * config.guess: Update to 2003-05-09 version.
6745         * config.sub: Update to 2003-05-09 version.
6746
6747 2003-05-13  Michael Eager  <eager@mvista.com>
6748
6749         * configure.in: Correct sed script so that options in quotes are not
6750         deleted.
6751         * configure: Rebuild.
6752
6753 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
6754
6755         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6756         and $$s/newlib/libc/sys/cygwin32 include paths.
6757         * configure: Ditto.
6758
6759 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
6760
6761         * MAINTAINERS: Update my email addresses.
6762
6763 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
6764
6765         * config-ml.in: Propagate INSTALL variables.
6766
6767 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6768
6769         * MAINTAINERS: Remove duplicate entries in Write After Approval.
6770
6771 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
6772
6773         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6774         * Makefile.in: Regenerate.
6775
6776 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
6777
6778         * MAINTAINERS (GNATS only): Add Falk Hueffner.
6779
6780 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
6781
6782         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
6783
6784 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
6785
6786         * Makefile.tpl: Clean $(BUILD_SUBDIR).
6787         * Makefile.in: Regenerated.
6788
6789 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
6790
6791         * MAINTAINERS (Write After Approval): Upgrade myself from
6792         GNATS only to write-after-approval. Update my mail address.
6793
6794 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
6795
6796         (OS Port Maintainers: freebsd): Add myself.
6797
6798 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
6799
6800         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
6801
6802 2003-04-22  Kean Johnston  <jkj@sco.com>
6803
6804         * MAINTAINERS (SCO ports): Added myself.
6805
6806 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
6807
6808         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
6809
6810 2003-04-19  Kean Johnston  <jkj@sco.com>
6811
6812         * MAINTAINERS (Write After Approval): Add myself.
6813
6814 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6815
6816         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6817         * Makefile.in: Regenerate.
6818
6819 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
6820
6821         * configure.in (powerpc64*-*-linux*): Remove.
6822         * configure: Rebuilt.
6823
6824 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
6825
6826         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
6827         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6828         and restrap.
6829         * Makefile.in:  Regenerate.
6830
6831 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
6832
6833         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6834         * configure: Regenerated.
6835
6836 2003-04-15  DJ Delorie  <dj@redhat.com>
6837
6838         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
6839
6840 2003-04-13  Nick Clifton  <nickc@redhat.com>
6841
6842         * config-ml.in: Remove support for --disable-aix removing
6843         call-aix multilibs.
6844
6845 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
6846
6847         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6848         * */configure: Rebuilt.
6849
6850 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
6851
6852         * MAINTAINERS: Add my email address.
6853
6854 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
6855
6856         * MAINTAINERS (Write After Approval): Add myself.
6857
6858 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6859
6860         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6861         * Makefile.in: Regenerate.
6862
6863 2003-03-14  Michael Chastain  <mec@shout.net>
6864
6865         * Makefile.in: Regenerate with correct Makefile.def.
6866
6867 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6868
6869         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
6870         Make macro.
6871         * Makefile.in: Regenerate.
6872         * configure.in: Clean up gxx_include_dir logic.
6873         * configure: Regenerate.
6874
6875 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
6876
6877         * MAINTAINERS (Write After Approval): Add myself.
6878
6879 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
6880
6881         * MAINTAINERS: Update my mail address.
6882
6883 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6884
6885         * configure.in (gxx_include_dir): Fix typo.
6886         * configure: Regenerated.
6887
6888 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6889
6890         * Makefile.tpl: Reindent.
6891         * Makefile.in: Regenerate.
6892         * configure.in: Reindent.  Don't set unused variables.
6893         * configure: Regenerate.
6894
6895 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
6896
6897         * configure.in: Include $(build_tooldir)/sys-include in
6898         FLAGS_FOR_TARGET.
6899         * configure: Regenerated.
6900
6901 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6902
6903         * Makefile.tpl: Always pass down RANLIB.
6904         * Makefile.in: Regenerate.
6905
6906         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6907         * Makefile.in: Regenerate.
6908         * configure.in: Remove unused logic relating to --enable-shared
6909         and --enable-threads.  Remove bogus comments.  Remove redundant
6910         noconfigdirs.
6911         * configure: Regenerate.
6912
6913         * configure.in: Replace ${libstdcxx_version} by its value.
6914         Remove reference to mh-dgux.
6915         * configure: Regenerate.
6916
6917 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
6918
6919         * MAINTAINERS (Write After Approval): Add myself.
6920
6921 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6922
6923         * Makefile.tpl: Rearrange.
6924         * Makefile.in: Regenerate.
6925
6926 2003-02-25  Uwe Stieber  <uwe@wwws.de>
6927
6928         * configure.in: Add support for kaOS as cross build target system.
6929         * configure: Regenerated.
6930
6931 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
6932
6933         * MAINTAINERS (Write after approval): Add myself.
6934
6935 2003-02-21  James E Wilson  <wilson@tuliptree.org>
6936
6937         * MAINTAINERS: Update my email address.
6938
6939 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
6940
6941         * MAINTAINERS: Add self to blanket write privs. section.
6942
6943 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
6944
6945         * Makefile.tpl: Add definition of CPPFLAGS to pass into
6946         configure-target-* as some target builds may require additional
6947         flags for preprocessor tests.
6948         * Makefile.in: Regenerated.
6949
6950 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
6951
6952         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6953         * ltconfig: Handle it.
6954         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6955         auto-detecting it.
6956
6957         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6958         it is used as argument to $CC.
6959         * ltcf-gcj.sh: Likewise.
6960
6961         * configure.in: Introduce --enable-maintainer-mode.
6962         * configure: Rebuilt.
6963         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6964         for maintainer mode.
6965         * Makefile.in: Rebuilt.
6966
6967 2003-02-18  Jason Merrill  <jason@redhat.com>
6968
6969         * Makefile.tpl (check-c++): Allow parallelism.
6970
6971 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6972
6973         * MAINTAINERS: Remove John Carr (who never actually had access to
6974         gcc.gnu.org).
6975
6976 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
6977
6978         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6979         don't configure target-libobjc.
6980         * configure: Regenerate.
6981
6982 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6983
6984         * Makefile.tpl (RANLIB): Define.
6985         * Makefile.in: Regenerate.
6986
6987 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
6988
6989         * MAINTAINERS: Update my email.
6990
6991 2003-02-06  Keith R Seitz  <keiths@redhat.com>
6992
6993         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6994         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6995         * Makefile.in: Regenerated.
6996         * configure.in: Remove all traces of snavigator, db, and grep.
6997         * configure: Regenerated.
6998
6999 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7000
7001         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
7002         After Approval.
7003
7004 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7005
7006         * MAINTAINERS (Write after approval): Add myself.
7007
7008 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
7009
7010         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7011         * Makefile.in: Regenerated.
7012
7013 2003-01-30  Roger Sayle  <roger@eyesopen.com>
7014
7015         * config.guess: Updated to 2003-01-30's version.
7016         * config.sub: Updated to 2003-01-28's version.
7017
7018 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
7019
7020         * config.if: If gcc_version is already set, just use it.  Don't set
7021         gcc_version_trigger if it's already set, otherwise set it to
7022         gcc/version.c, but only if the file exists.  If it is not set and
7023         gcc/version.c does not exist, try to extract the version number from
7024         $CC.
7025
7026 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
7027
7028         * MAINTAINERS: Add myself to write-after-approval list.
7029
7030 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
7031
7032         * configure.in:  Revert 24Jan change.
7033         * configure:  Regenerate.
7034
7035 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7036
7037         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
7038         entry of HJ Lu.
7039
7040 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7041
7042         * configure.in: Revert previous change.
7043         * configure: Regenerate.
7044
7045 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7046
7047         * configure.in: Make rda native-only.
7048         * configure: Regenerate.
7049
7050 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7051
7052         * MAINTAINERS: Move myself from GNATS-only-accounts to
7053         write-after-approval.
7054
7055 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7056
7057         * configure.in: Add missing \.
7058         * configure: Rebuilt.
7059
7060 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
7061
7062         * configure.in (baseargs): Avoid using \| in sed regular
7063         expressions.
7064         * configure: Rebuilt.
7065
7066 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
7067
7068         * configure.in (baseargs): Remove all supported forms of
7069         --cache-file, --srcdir, --host, --build and --target options
7070         from argument lists.
7071         * configure: Rebuilt.
7072
7073 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
7074
7075         * MAINTAINERS: Add myself to write-after-approval list.
7076
7077 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
7078
7079         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7080         * configure: Rebuilt.
7081
7082 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7083
7084         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7085         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7086         * Makefile.in: Regenerate.
7087         * configure: Regenerate.
7088
7089 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
7090
7091         * configure.in: Remove Makefile in build, host and target modules
7092         unless configure was run with --no-recursion.
7093         * configure: Rebuilt.
7094
7095 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7096
7097         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7098         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7099         * Makefile.in: Regenerate.
7100
7101 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
7102
7103         * config.guess: Update to 2003-01-03 version.
7104         * config.sub: Update to 2003-01-03 version.
7105
7106 2003-01-07  Christopher Faylor  <cgf@redhat.com>
7107
7108         * configure: Regenerate with proper autoconf 2.13.
7109
7110 2003-01-07  Christopher Faylor  <cgf@redhat.com>
7111
7112         * configure.in: Add AC_PREREQ for consistency.
7113         * configure: Regenerate.
7114
7115 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
7116
7117         * configure.in (GDB_TK): Add tcl directories conditional on
7118         gdb/gdbtk directory being present.
7119         * configure: Regenerate.
7120
7121 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
7122
7123         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
7124         used by gcc if LD is not defined and we are not doing a Canadian Cross.
7125         * configure: Rebuilt.
7126
7127 2002-12-31  Tom Tromey  <tromey@redhat.com>
7128
7129         * Makefile.in: Rebuilt.
7130         * Makefile.def (target_modules) [libffi]: Allow installation.
7131
7132 2002-12-31  Andreas Schwab  <schwab@suse.de>
7133
7134         * configure.in: Fix use of $program_transform_name.
7135         * configure: Regenerated.
7136
7137 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
7138
7139         * configure.in (baseargs): Don't remove first configure argument.
7140         * configure: Regenerated.
7141
7142 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
7143
7144         * Makefile.tpl (local-distclean): Don't remove...
7145         (multilib.ts): ... this.  Moved into...
7146         (multilib.out): ... this.  Don't use sub-make.
7147         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7148         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7149         (configure-build-[+module+], configure-[+module+],
7150         configure-target-[+module+], configure-gcc): ... these.  Test
7151         for Makefile existence.  Drop config.status from dependencies.
7152         * Makefile.in: Rebuilt.
7153         * configure.in: Move gcc-version-trigger to the end of
7154         ac_configure_args.  Add comments to maybedep.tmp and
7155         serdep.tmp.  Introduce --disable-serial-configure.  Remove
7156         nonopt from baseargs, matching and removing corresponding
7157         whitespace while at it.
7158         * configure: Rebuilt.
7159
7160 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
7161
7162         * configure.in (host_configargs): Replace reference to
7163         no-longer-defined buildopts with --build=${build_alias}.
7164         * configure: Rebuilt.
7165
7166         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
7167         program_transform_name to standard idiom.
7168         (AUTOGEN, AUTOCONF): Define.
7169         (Makefile.in): Use $(AUTOGEN).
7170         (Makefile): Depend on config.status, and use autoconf-style rule to
7171         build it.  Move original commands to...
7172         (config.status): ... this new target.
7173         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
7174         $(AUTOCONF).
7175         * Makefile.in: Rebuilt.
7176
7177 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7178
7179         * Makefile.tpl: Fix dramatic bustage due to change in
7180         program_transform_name.
7181         * Makefile.in: Regenerate.
7182
7183         * configure.in: Remove unnecessary PATH setting.
7184         * configure: Regnerate.
7185
7186         * configure.in: Don't default to unprefixed tools unless
7187         the native tools will work.
7188         * configure: Regenerate.
7189
7190         * configure.in: Convert to autoconf script.  Blow away lots
7191         of now-redundant Makefile fragments.
7192         * configure: Generate using Autoconf.
7193         * Makefile.tpl: Rewrite to reflect autoconfiscation.
7194         * Makefile.in: Regenerate.
7195
7196 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7197
7198         * configure: Fix stupid bug where RANLIB was mistakenly included.
7199
7200         * configure.in: Rename (buildargs, hostargs, targargs) to
7201         (build_configargs, host_configargs, target_configargs).
7202
7203         * configure.in: Move logic out of sed statement.
7204
7205         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
7206         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7207
7208 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
7209
7210         * config.sub: Import from master repository
7211         * config.guess: Ditto
7212
7213 2002-12-24  Andreas Schwab  <schwab@suse.de>
7214
7215         * Makefile.tpl (multilib.out): Fix missing space.
7216         * Makefile.in: Regenerate.
7217
7218 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7219
7220         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
7221         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
7222         * Makefile.in: Regenerate.
7223         * configure.in: Remove unnecessary leftovers.
7224
7225 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
7226
7227         * configure.in (extra_ranlibflags_for_target): New variable.
7228         (*-*-darwin): Add -c to ranlib commands.
7229         * configure (tooldir): Handle extra_ranlibflags_for_target.
7230
7231 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7232
7233         * Makefile.tpl: Revert HJL's change.
7234         * Makefile.in: Regenerated.
7235         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7236         always.
7237
7238 2002-12-19  Andreas Schwab  <schwab@suse.de>
7239
7240         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7241         * Makefile.in: Regenerate.
7242
7243 2002-12-18  H.J. Lu  <hjl@gnu.org>
7244
7245         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7246         * Makefile.in: Regenerated.
7247
7248         * configure.in (build_prefix): New. Substitute.
7249
7250 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7251
7252         * Makefile.tpl: Don't let real targets depend on phony targets.
7253         * Makefile.in: Regenerate.
7254
7255         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7256         * Makefile.in: Regenerate.
7257
7258 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
7259
7260         * config.sub: Import from master repository
7261         * config.guess: Ditto
7262
7263 2002-12-16  Jason Merrill  <jason@redhat.com>
7264
7265         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7266         previous 'make bootstrap'.
7267         * Makefile.in: Regenerate.
7268
7269 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
7270
7271         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7272
7273 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7274
7275         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7276         * Makefile.in: Regenerate.
7277
7278 2002-12-13  Jason Merrill  <jason@redhat.com>
7279
7280         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
7281         library tests.
7282         (check-c++): Just depend on it and check-target-libstdc++-v3.
7283         * Makefile.in: Regenerate.
7284
7285 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7286
7287         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7288         * Makefile.in: Rebuilt.
7289
7290 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7291
7292         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
7293
7294 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7295
7296         * configure: Fix bug put in by gremlins.
7297
7298         * Makefile.tpl: Substitute more autoconfily.
7299         * configure: Substitute more autoconfily.
7300         * Makefile.in: Regenerate.
7301
7302 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
7303
7304         * config.sub: Import from master repository
7305         * config.guess: Ditto
7306         * MAINTAINERS: Added Svein Seldal under write after approval
7307
7308 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
7309
7310         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7311         * Makefile.in (all-sim): Ditto.
7312
7313 2002-12-06  DJ Delorie  <dj@redhat.com>
7314
7315         * Makefile.tpl: Change configure dependencies to not have real
7316         targets depend on phony targets.
7317
7318 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
7319
7320         * configure.in: Revert unintentional change.
7321
7322         * Makefile.tpl: Change dependency for */multilib.out so that
7323         it works when gcc isn't in the tree.
7324
7325         * configure.in: Substitute more.
7326         * configure: Run subconfigures from the Makefile.
7327         * Makefile.tpl: Run subconfigures from the Makefile; add a few
7328         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
7329
7330 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7331
7332         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
7333
7334 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7335
7336         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7337         and corresponding dependencies.
7338         * Makefile.in: Regenerate.
7339
7340         * configure.in (host_tools): Order binutils, gas and ld for
7341         convenience in running the testsuites.
7342
7343         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7344         * Makefile.in: Regenerate.
7345         * configure.in: Introduce rules to serialize subconfigure runs.
7346
7347         * configure.in: Introduce BASE_CC_FOR_TARGET.
7348         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
7349         Realize configure-build-* targets.  Realize configure-target-* targets.
7350         * Makefile.in: Regenerate.
7351
7352 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7353
7354         * configure: Move gcc_version_trigger stuff from here...
7355         * configure.in: ...to here.
7356
7357         * configure.in: Separate subconfigure options added by this file from
7358         options given by the user.  Add machinery to put args for host
7359         subconfigures into the Makefile.
7360
7361         * Makefile.tpl: Remove 'vault' targets.
7362         * Makefile.tpl: Reorder and comment dependencies.
7363         * Makefile.in: Regenerate.
7364
7365 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7366         * configure.in: Fix my broken commit of previous patch. (sigh)
7367
7368 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7369
7370         * configure.in: Move host-specific darwin noconfigdirs into
7371         the host-specific section.
7372
7373 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7374
7375         * configure.in: Move host-specific darwin noconfigdirs into
7376         the host-specific section.
7377
7378 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7379
7380         * configure: Remove skip-this-dir support.
7381         * Makefile.tpl: Remove skip-this-dir support.
7382
7383         * Makefile.tpl: Remove leftover support for non-autoconfiscated
7384         subdirectories.
7385         * Makefile.in: Regenerate.
7386
7387         * Makefile.tpl: Strip out useless setting of 'dir'.
7388         * Makefile.in: Regenerate.
7389
7390 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7391
7392         * configure.in: Fix deeply stupid bug.
7393
7394         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7395         shell code in CXX_FOR_TARGET
7396         * Makefile.def: Introduce raw_cxx.
7397         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7398         RAW_CXX_FOR_TARGET.
7399         * Makefile.in: Regenerate.
7400
7401 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
7402
7403         * Makefile.tpl: Remove unnecessary ifs.
7404         * Makefile.in: Regenerate.
7405
7406         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
7407         dependencies.  Maybe-ize build-libiberty.  Create dummy install
7408         targets for 'no_install' modules.
7409         * configure: Move GDB_TK substitution to configure.in.  Move
7410         build_modules stuff to configure.in.
7411         * configure.in: Implement soft dependency machinery.  Maybe-ize
7412         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
7413         * Makefile.in: Regenerate.
7414
7415 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7416
7417         * Makefile.tpl: Make all-target, install-target behave similarly
7418         to all, install (only hitting configured targets).  Eliminate
7419         unused macro defintions.
7420
7421         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7422         build != host.
7423
7424         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7425
7426         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7427
7428         * configure.in: Produce lists of subdir targets we're actually
7429         configuring.  Remove references to "dosrel".
7430         * Makefile.tpl: Let configure set which subdir targets are hit.
7431         Remove install-cross; clean up install; remove ALL.  Remove
7432         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
7433         Autogenerate host module targets.  Remove empty dependency lines
7434         and redundant dependency; rearrange slightly.
7435         * Makefile.def: Add host-side libtermcap, utils.
7436
7437         * Makefile.in: Regenerate.
7438
7439 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7440
7441         * ltconfig (osf[345]): Append $major to soname_spec.
7442         Reflect this in library_names_spec.
7443         * ltmain.sh (osf): Prefix $major with . for use as extension.
7444
7445 2002-11-19  Andreas Jaeger  <aj@suse.de>
7446
7447         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
7448         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
7449         and sparc64 GNU/Linux systems.
7450
7451 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
7452
7453         * MAINTAINERS: Update email.
7454
7455 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7456
7457         * MAINTAINERS: Complete James Dennett's entry.
7458
7459 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
7460
7461         * MAINTAINERS (Write After Approval): Add myself.
7462
7463 2002-11-13  Bruce Korb  <bkorb@gnu.org>
7464
7465         * Makefile.tpl: syntactic cleanup
7466
7467 2002-11-13  Stuart Hastings  <stuart@apple.com>
7468
7469         * MAINTAINERS: Add myself to write-after-approval list.
7470
7471 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7472
7473         * Makefile.def: Add list of recursive targets to autogenerate.
7474         Add build_modules.
7475         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
7476         targets.  Autogenerate *-build-* targets.
7477         * Makefile.in: Regenerate.
7478
7479 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7480
7481         * configure: More autoconf-style substitutions.
7482         * Makefile.tpl: More autoconf-style substitutions.
7483         * Makefile.in: Regenerate.
7484
7485 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7486
7487         * configure: Substitute more variables in a more autoconf-friendly
7488         way.  Simplify slightly.
7489         * Makefile.tpl: Make more variables substitutable in an
7490         autoconf-friendly way.
7491         * Makefile.in: Regenerate.
7492
7493 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
7494
7495         * MAINTAINERS (Write After Approval): Add myself.
7496
7497 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7498
7499         * configure.in (v810*): Remove special setting of tools.
7500
7501         * configure: Add support for extra required flags for ar or nm.
7502         * configure.in (aix4.3+): Use above support for target-specific
7503         issues, rather than using config/mt-aix43.
7504
7505 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7506
7507         * configure: Remove 'removing', which doesn't work.  Replace $subdir
7508         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
7509         with $srcdir.  Reformat indentation.  Substitute some variables
7510         formerly hard-coded in the Makefile for build=host.
7511         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7512         * Makefile.def: Autogenerate more.
7513         * Makefile.in: Regenerate.
7514
7515 2002-11-04  Adam Nemet  <anemet@lnxw.com>
7516
7517         * MAINTAINERS (Write After Approval): Add myself.
7518
7519 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
7520
7521         * Makefile.def (host_modules): Add rda.
7522         * Makefile.in: Regenerate.
7523         * configure.in (target_tool): Add target-rda to list.
7524
7525 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7526
7527         * MAINTAINERS: Remove "co-maintainer" note for web pages.
7528
7529 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
7530
7531         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
7532         and restrap targets to this rule.
7533         * Makefile.in:  Regenerate.
7534
7535 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7536
7537         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
7538         GNATS only accounts.
7539
7540 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
7541
7542         * configure.in (i[3456]86-*-linux*): Add check to disable
7543         ${libgcj} for glibc1.
7544
7545 2002-10-24  Denis Chertykov  <denisc@overta.ru>
7546
7547         * MAINTAINERS: Add myself as ip2k port maintainer.
7548
7549 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
7550
7551         * configure.in: Add tic4x target.
7552
7553 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7554
7555         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7556         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7557         * Makefile.in: Regenerate.
7558
7559         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7560         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7561         * Makefile.in: Regenerate.
7562
7563 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
7564
7565         * MAINTAINERS: Add myself as web pages co-maintainer.
7566
7567 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7568
7569         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7570         * Makefile.in: Regenerate.
7571
7572 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
7573
7574         * MAINTAINERS: Add myself and Nathan Sidwell
7575         <nathan@codesourcery.com> as VxWorks maintainers.
7576
7577 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7578
7579         * Makefile.def: Remove order dependency comments.
7580         * Makefile.tpl: Add explicit install-install dependencies.
7581         * Makefile.in: Regenerate.
7582
7583         * Makefile.tpl: Remove material now in src-release.  (Finally!)
7584         * Makefile.in: Regenerate.
7585
7586         * Makefile.tpl: Add configure-target (for src-release in src)
7587         * Makefile.in: Regenerate.
7588
7589 2002-09-30  Nick Clifton  <nickc@redhat.com>
7590
7591         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7592
7593 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
7594
7595         * configure.in (s390*-*-linux*): Enable libgcj.
7596
7597 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
7598
7599         * configure: Revert accidentally applied changes.
7600
7601         * Makefile.tpl: Make more autoconf-friendly.
7602         * Makefile.in: Regenerate.
7603         * configure: Make substitution more autoconf-like.
7604
7605 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
7606
7607         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7608         single entry to handle all these.
7609         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
7610         libjava on arm-*-elf.
7611
7612 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
7613
7614         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7615         things that depend on them.
7616
7617 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7618
7619         * Makefile.tpl: Make subsituted variables more autoconfy.
7620         * Makefile.in: Regenerate.
7621         * configure: Make seds more autoconfy.
7622
7623 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7624
7625         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7626         * Makefile.in: Regenerate.
7627         * configure.in: Rewrite sed statements to look autoconfy.
7628
7629         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7630         all-target-foo on configure-target-foo.
7631         * Makefile.def: Ditto.
7632         * Makefile.in: Rebuild.
7633
7634 2002-09-25  Andrew Haley  <aph@redhat.com>
7635
7636         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
7637
7638 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7639
7640         * Makefile.def: New file.
7641         * Makefile.tpl: New file.
7642         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7643         * contrib/gcc_update: Note that Makefile.in is a generated file.
7644
7645         * configure.in: Minor rearrangement.  Simplify tests.
7646
7647 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
7648
7649         * configure.in (with_headers): Skip copy if value is "yes".
7650         (with_libs): Likewise.
7651
7652 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7653
7654         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7655         * configure.in (sh*-*-pe*): Ditto.
7656         * configure.in (mips*-*-pe*): Ditto.
7657         * configure.in (*arm-wince-pe): Ditto.
7658
7659         * configure.in: Rearrange.
7660
7661 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
7662
7663         * MAINTAINERS: Update my email address.
7664
7665 2002-08-30  Paul Koning  <pkoning@equallogic.com>
7666
7667         * MAINTAINERS: (Write After Approval): Add myself.
7668
7669 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
7670
7671         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
7672
7673 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
7674
7675         * MAINTAINERS: Change my mailing address.
7676
7677 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
7678
7679         * MAINTAINERS (Write After Approval): Remove myself.
7680         (Various Maintainers: c++ runtime libs): Add myself.
7681
7682 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
7683
7684         * MAINTAINERS (Write After Approval): Remove myself.
7685         (Various Maintainers: c++ runtime libs): Add myself.
7686
7687 2002-08-15  Eric Christopher  <echristo@redhat.com>
7688
7689         * config.sub: Import from master repository.
7690         * config.guess: Ditto.
7691
7692 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
7693
7694         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7695         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7696         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7697
7698 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
7699
7700         * MAINTAINERS: Add self to rs6000 vector extensions.
7701
7702 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
7703
7704         * libiberty/configure: Reverted unintended yesterday's check in.
7705
7706 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
7707
7708         * boehm-gc/configure, libf2c/configure: Rebuilt.
7709         * libffi/configure, libiberty/configure: Ditto.
7710         * libjava/configure, libobjc/configure: Ditto.
7711         * libstdc++-v3/configure, zlib/configure: Ditto.
7712         Merged from binutils:
7713         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
7714         From Steve Ellcey <sje@cup.hp.com>:
7715         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7716         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7717         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7718         IA64.
7719         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7720         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7721         soname_spec, sys_lib_search_path_spec): Ditto.
7722
7723 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
7724
7725         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7726
7727 2002-08-04  H.J. Lu  (hjl@gnu.org)
7728
7729         * configure.in (mips*-*-linux*): Don't skip target-libffi.
7730
7731 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
7732
7733         * MAINTAINERS (Write After Approval): Add myself.
7734
7735 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
7736
7737         * configure.in: Move generic linux case to end.  Copy generic
7738         linux noconfigdirs to mips*-*-linux* entry and new
7739         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
7740
7741 2002-07-19  Michael Matz  <matz@suse.de>
7742
7743         * MAINTAINERS: Add myself as ra* maintainer.
7744
7745 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
7746
7747         * config.guess: Update to 2002-07-09 version.
7748         * config.sub: Update to 2002-07-03 version.
7749
7750 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
7751
7752         * MAINTAINERS: Fix typo in a maintainer email address.
7753
7754 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7755
7756         * configure.in: Remove two redundant tests.
7757
7758 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7759
7760         * configure.in (mips*-*-irix6*o32): Enable stabs.
7761
7762 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
7763
7764         * configure.in: Don't build grez.
7765         * Makefile.in: Ditto.
7766
7767         * Makefile.in: Remove references to bsp, cygmon, libstub.
7768         * configure.in: Ditto.
7769
7770         * configure.in: Remove leftover reference to gdbtest.
7771
7772 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
7773
7774         * configure.in (gxx_include_dir):  Change to match versioned
7775         C++ headers if --enable-version-specific-runtime-libs is used.
7776
7777 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
7778
7779         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7780
7781 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7782
7783         * configure.in: Make --without-x work.
7784
7785 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7786
7787         * configure.in: Rearrange target Makefile fragment collection.
7788
7789         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7790         cvs[src].
7791         * configure.in: Ditto.
7792
7793 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
7794
7795         * MAINTAINERS (Write After Approval): Update my e-mail address.
7796
7797 2002-06-24  Ben Elliston  <bje@redhat.com>
7798
7799         * configure.in (host_tools): Remove cgen.
7800
7801         * Makefile.in (all-cgen): Remove; runs from its source directory.
7802         (check-cgen, install-cgen, clean-cgen): Likewise.
7803         (all-opcodes): Do not depend on all-cgen.
7804         (all-sim): Likewise.
7805
7806 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7807
7808         * Makefile.in: Eliminate 'apache' targets.
7809         * configure.in: Eliminate 'apache' targets.
7810
7811         * configure.in: Eliminate redundant tests.  Reorganize.
7812
7813         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7814
7815         * config-ml.in: Eliminate references to Cygnus configure.
7816
7817         * Makefile.in: Eliminate references to building emacs.
7818
7819 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
7820
7821         * MAINTAINERS: Update my email address.
7822
7823 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
7824
7825         * config.if (libstdcxx_incdir): Version C++ headers.
7826         (cxx_incdir): Remove.
7827
7828 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7829
7830         * MAINTAINERS (Write After Approval): Add self.
7831
7832 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
7833
7834         * configure.in: Add support for ip2k.
7835
7836 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
7837
7838         * configure.in: Fix AIX configury bug.
7839
7840 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
7841
7842         * MAINTAINERS (Write After Approval): Add self.
7843
7844 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7845
7846         * configure.in: replace ${topsrcdir} with ${srcdir}
7847
7848         * configure.in: Move definition of libstdcxx_flags
7849         right above usage, rather than waaay earlier.
7850
7851         * configure.in: Pull definition of is_cross_compiler earlier.
7852
7853         * configure.in: Rearrange a little.
7854
7855         * configure.in: Remove references to librx.
7856         * Makefile.in: Remove references to librx.
7857
7858 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
7859
7860         * config.sub: Add support for avr target.
7861         Import from master sources, rev 1.255
7862
7863 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
7864
7865         * configure, .cvsignore:  Revert previous change...
7866         * Makefile:  ...delete.
7867
7868 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7869
7870         * configure.in: Eliminate ${gasdir} variable.
7871
7872 2002-06-18  Dave Brolley  <brolley@redhat.com>
7873
7874         * configure.in: Add support for frv.
7875         * config.sub: Add support for frv.
7876
7877 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7878
7879         * configure:  Remove garbage from previous commit.
7880
7881 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7882
7883         * configure:  For in-source builds, make a subdir and re-exec there.
7884         * Makefile:  New file.  Pass targets through to build directory.
7885         * .cvsignore:  No longer ignore "Makefile".
7886
7887 2002-06-16  Douglas Rupp  <rupp@gnat.com>
7888
7889         * MAINTAINERS (Write After Approval): Add self.
7890
7891 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7892
7893         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7894
7895 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
7896
7897         * configure.in (vax-*-netbsd*): Re-enable gas.
7898
7899 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
7900
7901         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7902         BUILD_PREFIX_1, to correct nomenclature.
7903         * configure: Likewise.
7904
7905         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7906         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7907
7908 2002-05-31  Olaf Hering  <olh@suse.de>
7909
7910         * config-ml.in: Propogate DESTDIR also.
7911
7912 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
7913
7914         * configure.in (vax-*-netbsd*): Don't build gas for this
7915         platform.
7916
7917 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7918
7919         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7920         and libgcj for AVR.
7921
7922 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
7923
7924         * MAINTAINERS (Write After Approval): Add myself.
7925
7926 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7927
7928         * config.guess: Update to 2002-05-22 version.
7929         * config.sub: Likewise.
7930
7931 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7932
7933         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7934         * config-ml.in: Likewise.
7935         * configure: Likewise.
7936         * configure.in: Likewise.
7937
7938 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
7939
7940         * MAINTAINERS: Update my email address.
7941
7942 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
7943
7944         * configure.in: Simplify makefile fragment collection.
7945
7946         * configure.in: Remove code to build emacs.
7947
7948         * configure.in : Remove --srcdir argument from targargs and buildargs
7949         (it's always overridden in the Makefile anyway).  Rearrange a bit.
7950
7951         * configure: Move some logic to configure.in.
7952         * configure.in: Move some logic from configure.
7953
7954 2002-05-11  Tom Tromey  <tromey@redhat.com>
7955
7956         * MAINTAINERS: Reflect libgcj reality.
7957
7958 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
7959
7960         * Makefile.in: Honour DESTDIR.
7961
7962 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
7963
7964         * config.guess: Import 2002-03-20 version.
7965         * config.sub: Import 2002-04-26 version.
7966
7967 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7968
7969         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
7970
7971 2002-05-07  Tim Josling  <tej@melbpc.org.au>
7972
7973         * MAINTAINERS: Add self.
7974
7975 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
7976
7977         * ltmain.sh: Detect and handle object name conflicts
7978         while piecewise linking a static library.
7979
7980 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
7981
7982         * configure.in (noconfigdirs): Don't disable libgcj on
7983         sparc64-*-solaris* and sparcv9-*-solaris*.
7984
7985 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
7986
7987         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7988
7989 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
7990
7991         * configure.in (FLAGS_FOR_TARGET): Do not add
7992         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7993         on i[3456]86-*-linux*.
7994
7995 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
7996
7997         * configure.in (noconfigdirs): Replace [ ] with test.
7998
7999         * configure.in (noconfigdirs): Do not add target-newlib if
8000         target == i[3456]86-*-linux*, and host == target.
8001
8002 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
8003
8004         * configure.in: delete reference to absent file
8005
8006         * configure.in: replace '[' with 'test'
8007
8008         * configure.in: Eliminate references to gash.
8009         * Makefile.in: Eliminate references to gash.
8010
8011         * configure.in: remove useless references to 'pic' makefile fragments.
8012
8013         * configure.in: (*-*-windows*) Finish removing.
8014
8015         * configure.in: Eliminate redundant test for libgui.
8016
8017 2002-04-29  Roger Sayle  <roger@eyesopen.com>
8018
8019         * MAINTAINERS: Add self and realphabetize.  Update entries
8020         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
8021         entry for a29k port maintainer.
8022
8023 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
8024
8025         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8026         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8027
8028 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
8029
8030         * configure.in: remove references to dead files
8031
8032 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
8033
8034         * MAINTAINERS: Add information about purpose of this file.
8035
8036 2002-04-18  Tom Tromey  <tromey@redhat.com>
8037
8038         * configure.in: Disallow configuring libgcj when it is already
8039         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
8040         Solaris 2.8 by default.  For PR libgcj/6158.
8041
8042 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8043
8044         * configure.in:  Move default CC setting out of config/mh-* fragments
8045         directly into here.
8046
8047 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8048
8049         * configure.in: don't even try to configure or make a subdirectory
8050         if there's no configure script for it.
8051
8052 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
8053
8054         * MAINTAINERS: Remove chill maintainers.
8055         * Makefile.in (CHILLFLAGS): Remove.
8056         (CHILL_LIB): Remove.
8057         (TARGET_CONFIGDIRS): Remove libchill.
8058         (CHILL_FOR_TARGET): Remove.
8059         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8060         CHILL_LIB.
8061         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8062         (CHECK_TARGET_MODULES): Likewise.
8063         (INSTALL_TARGET_MODULES): Likewise.
8064         (CLEAN_TARGET_MODULES): Likewise.
8065         (configure-target-libchill): Remove.
8066         (all-target-libchill): Remove.
8067         * configure.in (target_libs): Remove target-libchill.
8068         Do not compute CHILL_FOR_TARGET.
8069         * libchill: Remove directory.
8070
8071 2002-04-11  DJ Delorie  <dj@redhat.com>
8072
8073         * Makefile.in, configure.in: Sync with binutils, entries
8074         follow...
8075
8076 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8077
8078         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
8079         (do-tar, do-bz2): New rules.
8080         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
8081         (gdb-tar): New rule.
8082         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
8083         (insight_dejagnu.tar): New rule.
8084         (insight.tar): New rule.
8085         (gdb+dejagnu.tar): New rule.
8086         (gdb.tar): New rule.
8087
8088 2002-02-01  Mo DeJong  <supermo@bayarea.net>
8089
8090         * Makefile.in: Add all-tix to deps for all-snavigator
8091         so that tix is built when building snavigator.
8092
8093 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
8094
8095         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8096         ld and gdb are not supported.
8097
8098 2002-01-07  Mark Salter  <msalter@redhat.com>
8099
8100         * configure.in: Remove target-bsp and target-cygmon from arm builds.
8101         Allow target-libgloss to be built for arm, strongarm, and xscale.
8102
8103 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
8104
8105         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8106         options for i[3456]86-pc-linux* native builds.
8107
8108 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
8109
8110         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8111         files from .po files for a distribution.
8112
8113 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
8114
8115         * configure.in: Enable libstdc++-v3 for h8300 targets.
8116
8117 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
8118
8119         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
8120         version from bfd/.
8121
8122 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
8123
8124         * Makefile.in (VER): When present, extract the version number from
8125         the file version.in.
8126
8127 2001-05-24  Tom Rix  <trix@redhat.com>
8128
8129         * configure.in : enable ld for aix
8130
8131 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8132
8133         * config.guess: Add linux target for S/390.
8134
8135 2000-11-07  Philip Blundell  <pb@futuretv.com>
8136
8137         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8138
8139 2000-11-03  Philip Blundell  <pb@futuretv.com>
8140
8141         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8142         files.
8143
8144 2001-01-15  Ben Elliston  <bje@redhat.com>
8145
8146         * configure.in (host_tools): Add sid.
8147         Always configure cgen.
8148
8149 2000-11-24  Nick Clifton  <nickc@redhat.com>
8150
8151         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
8152
8153
8154 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
8155
8156         * Makefile.in (ALL_MODULES): Add all-cgen.
8157         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8158         (all-cgen): New target.
8159         (all-opcodes,all-sim): Depend on all-cgen.
8160         * configure.in (host_tools): Add cgen.
8161         Only configure cgen if --enable-cgen-maint.
8162
8163 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
8164
8165         * configure.in: Add *-*-freebsd* configurations.
8166
8167 2002-04-08  Tom Tromey  <tromey@redhat.com>
8168
8169         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8170         Fixes PR libgcj/6068.
8171
8172 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
8173
8174         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8175
8176 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8177
8178         * configure.in (alpha*-dec-osf*): Enable libgcj.
8179
8180 2003-03-27  Matthew Gingell  <gingell@gnat.com>
8181
8182         * MAINTAINERS (Write After Approval): Add myself.
8183
8184 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
8185
8186         Fix for: PR bootstrap/3591, target/5676
8187         * configure.in (mcore-pe): Disable the configuration of
8188         libstdc++-v3 since exceptions are not supported.
8189
8190 2002-03-20  Anthony Green  <green@redhat.com>
8191
8192         * configure.in: Enable libgcj for xscale-elf target.
8193
8194 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
8195
8196         * MAINTAINERS:  Update my email address.
8197
8198 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
8199
8200         * ltmain.sh (relink_command): Fix typo in previous change.
8201
8202 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
8203
8204         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
8205         (relink_command): Added --tag flags.
8206         (mode=install): If relinking fails; error out.
8207
8208 2002-03-12  Richard Henderson  <rth@redhat.com>
8209
8210         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
8211         .NOTPARALLEL tag.
8212         (do-check): Rename from check.
8213         (check): Allow parallel check.
8214
8215 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
8216
8217         * MAINTAINERS: Add myself as maintainer for xtensa port.
8218         Fix alphabetical order in CPU port maintainer list.
8219         Remove myself from Write After Approval list.
8220
8221 2002-03-11  Richard Henderson  <rth@redhat.com>
8222
8223         * Makefile.in (.NOTPARALLEL): Add fake tag.
8224
8225 2002-03-07  H.J. Lu  (hjl@gnu.org)
8226
8227         * configure.in: Enable gprof for mips*-*-linux*.
8228
8229 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
8230
8231         * MAINTAINERS (Write After Approval): Add myself.
8232
8233 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
8234
8235         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8236         libjava.
8237         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8238
8239 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
8240
8241         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8242         because its Makefile is there; test for the executable instead.
8243
8244 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
8245
8246         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8247         libstdc++-v3 and libjava.
8248
8249 2002-02-11  Adam Megacz  <adam@xwt.org>
8250
8251         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8252         boehm-gc
8253
8254 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
8255
8256         * config.guess: Updated to 2002-01-30's version.
8257         * config.sub: Updated to 2002-02-01's version.
8258         Contribute sh64-elf.
8259         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
8260         * configure.in: Added sh64-*-*.
8261
8262 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
8263
8264         * MAINTAINERS: Belatedly add myself to write after approval list.
8265
8266 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
8267
8268         * MAINTAINERS: Put self in as maintainer for x86-64 port.
8269         Remove self as Write After Approval.
8270
8271 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
8272
8273         * MAINTAINERS: Put self in as maintainer for contrib/regression
8274         directory.
8275
8276 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
8277
8278         * MAINTAINERS:  Update my email address.
8279
8280 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
8281
8282         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
8283         target-libiberty, and target-libgloss.  Skip Java-related
8284         libraries if not supported for NetBSD on target CPU.
8285
8286 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
8287
8288         * install-sh: Use _inst.$$_ for temp file name.
8289
8290 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
8291
8292         * MAINTAINERS (Write After Approval): Move my contact info
8293         from here...
8294         (OS Port Maintainers): ...to here (netbsd).
8295
8296 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
8297
8298         * MAINTAINERS (Write After Approval): Add myself.
8299
8300 2002-01-17  H.J. Lu  <hjl@gnu.org>
8301
8302         * Makefile.in (all-fastjar): Also depend on all-libiberty.
8303         (all-target-fastjar): Also depend on all-target-libiberty.
8304
8305 2002-01-16  H.J. Lu  (hjl@gnu.org)
8306
8307         * config.guess: Import from master sources, rev 1.225.
8308         * config.sub: Import from master sources, rev 1.238.
8309
8310 2002-01-16  Kazu Hirata  <kazu@hxi.com>
8311
8312         * MAINTAINERS (Write After Approval): Remove myself.
8313
8314 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
8315
8316         * MAINTAINERS (Write After Approval): Add myself.
8317
8318 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8319
8320         * MAINTAINERS: Add self as docs co-maintainer.
8321
8322 2001-12-11  Matthias Klose  <doko@debian.org>
8323
8324         * MAINTAINERS (Write After Approval): Add myself.
8325
8326 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
8327
8328         * MAINTAINERS: Update my email address.
8329
8330 2001-12-07  Turly O'Connor  <turly@apple.com>
8331         * MAINTAINERS (Write After Approval): Add myself.
8332         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
8333         (rs6000_initialize_trampoline): Call __trampoline_setup for
8334         ABI_DARWIN too.
8335         * darwin-tramp.asm: New file, implements __trampoline_setup.
8336         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
8337
8338 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
8339
8340         * MAINTAINERS (Write After Approval): Add myself.
8341
8342 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
8343
8344         * configure, configure.in: Use temp file for long sed commands.
8345
8346 2001-12-03  Laurent Guerby  <guerby@acm.org>
8347
8348         * config.sub: Update to version 1.232 on subversion.
8349
8350 2001-12-03  Ben Elliston  <bje@redhat.com>
8351
8352         * MAINTAINERS: Update mail address for config.* patches.
8353
8354 2001-11-27  DJ Delorie  <dj@redhat.com>
8355             Zack Weinberg  <zack@codesourcery.com>
8356
8357         When build != host, create libiberty for the build machine.
8358
8359         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8360         CONFIG_ARGUMENTS.
8361         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8362         New variables.
8363         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8364         and rules.
8365         (all.normal): Depend on ALL_BUILD_MODULES.
8366         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8367         (all-build-libiberty): Depend on configure-build-libiberty.
8368
8369         * configure: Calculate and substitute proper value for
8370         ALL_BUILD_MODULES.
8371         * configure.in: Create the build subdirectory.
8372         Calculate and substitute TARGET_CONFIGARGS (formerly
8373         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8374
8375 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
8376
8377         * MAINTAINERS (write-after-approval): Add self.
8378
8379 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8380
8381         * MAINTAINERS (GNATS only accounts): Remove self.
8382
8383 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
8384
8385         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8386         libf2c.
8387
8388 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8389
8390         * MAINTAINERS (Write After Approval): Add self.
8391
8392 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8393
8394         * MAINTAINERS: mips and s390 are also CPU ports.
8395
8396 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8397
8398         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
8399
8400 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
8401
8402         * MAINTAINERS: Alphabetize.
8403
8404 2001-11-09  Kazu Hirata  <kazu@hxi.com>
8405
8406         * MAINTAINERS (Various maintainers: h8 port): Add myself.
8407
8408 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8409
8410         * MAINTAINERS (Various maintainers: hppa port): Added myself.
8411
8412 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
8413
8414         * configure.in (--enable-languages): Be more permissive about
8415         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
8416
8417 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
8418
8419         * config.sub: Import from master sources, rev. 1.230.
8420         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
8421
8422 2001-11-07  Laurent Guerby  <guerby@acm.org>
8423
8424         * MAINTAINERS (Write After Approval): Add self.
8425
8426 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
8427
8428         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8429
8430 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
8431
8432         * config.sub: Import from master sources, rev 1.226.
8433         * config.guess: Import from master sources, rev 1.216.
8434
8435 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
8436
8437         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8438         * MAINTAINERS: Add self as maintainer of MMIX port.
8439         Remove old after-approval entry.
8440
8441 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
8442
8443         * ChangeLog, configure: Fix spelling errors.
8444
8445 2001-10-20  Brendan Kehoe  <brendan@zen.org>
8446
8447         * MAINTAINERS: Tweak my address.
8448
8449 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
8450
8451         * MAINTAINERS: Update my email address.
8452
8453 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
8454
8455         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8456         * MAINTAINERS: Add self as maintainer of CRIS port.
8457
8458 2001-10-10  Geert Bosch  <bosch@gnat.com>
8459
8460         * MAINTAINERS (Various maintainers: Ada front end):
8461         Added Robert Dewar.
8462
8463 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
8464
8465         * MAINTAINERS (Write After Approval): Added self
8466
8467 2001-10-02  Geert Bosch  <bosch@gnat.com>
8468
8469         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8470
8471 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8472
8473         * configure: Handle temporary files securely using mkdir.
8474
8475 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
8476
8477         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8478
8479 2001-09-26  Will Cohen  <wcohen@redhat.com>
8480
8481         * configure.in (*-*-linux*): Disable configuration of target-newlib
8482         and target-libgloss.
8483
8484 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
8485
8486         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8487         RANLIB.
8488
8489 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
8490
8491         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8492         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8493         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8494         avoid quotes nesting problems.
8495         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8496         (DO_X): Export only variables that are set.
8497
8498 2001-09-19  Ben Elliston  <bje@redhat.com>
8499
8500         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8501         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8502         semantics.  Use the shell built-in "type" command instead.
8503
8504 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
8505
8506         Merged from gcc-3_0-branch:
8507         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
8508         * ltcf-c.sh: Use $objext, not $ac_objext.
8509         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
8510         * ltcf-cxx.sh: Add support for GNU.
8511         2001-07-22  Timothy Wall  <twall@redhat.com>
8512         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
8513         default settings if using GNU tools with that configuration.
8514         * ltcf-cxx.sh: Ditto.
8515         * ltcf-gcj.sh: Ditto.
8516         2001-07-21  Michael Chastain  <chastain@redhat.com>
8517         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8518         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
8519         * ltmain.sh: Mark as gcc-local.
8520
8521 2001-08-30  Eric Christopher  <echristo@redhat.com>
8522             Jason Eckhardt  <jle@redhat.com>
8523
8524         * config.guess: Merge from master sources.
8525         * config.sub: Merge from master sources, add support for mipsisa32.
8526
8527 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
8528         * config.sub: Merge from master sources, rev 1.219.
8529         * MAINTAINERS: Add self as contact for stormy16 port.
8530
8531 2001-08-14  Zack Weinberg  <zackw@panix.com>
8532
8533         * config.sub: Merge from master sources, rev 1.218.
8534         * config.guess: Merge from master sources, rev 1.209.
8535
8536 2001-08-11  Graham Stott  <grahams@redhat.com>
8537
8538         * Makefile.in (check-c++): Add missing semicolon.
8539
8540 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
8541
8542         * MAINTAINERS (Various maitainers: predict.def): Added myself.
8543
8544 2001-07-30  Eric Christopher  <echristo@redhat.com>
8545
8546         * MAINTAINERS (Various maintainers: mips port): Added myself.
8547
8548 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
8549
8550         * configure.in (sh-*-linux*): New.
8551
8552 2001-07-27  Richard Henderson  <rth@redhat.com>
8553
8554         * .cvsignore: Add LAST_UPDATED.
8555
8556 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
8557
8558         * MAINTAINERS (Various maintainers: s390 port): Added myself.
8559
8560 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
8561
8562         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
8563
8564 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
8565
8566         * MAINTAINERS (Write After Approval): Added myself.
8567
8568 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8569
8570         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8571         and libgcj on m68hc11/m68hc12.
8572
8573 2001-06-27  H.J. Lu  (hjl@gnu.org)
8574
8575         * Makefile (CFLAGS_FOR_BUILD): New.
8576         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8577
8578 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8579
8580         * README: Remove version number.
8581
8582 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8583
8584         * INSTALL/README: Update wrt. to the installation instructions now
8585         residing in gcc/doc/install.texi.
8586
8587 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8588
8589         * README: Replace with a cut-down and updated version of gcc/README.
8590
8591 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
8592
8593         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
8594         multilibs to be disabled.
8595
8596 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
8597
8598         * MAINTAINERS (Write After Approval): Add myself.
8599
8600 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
8601
8602         * config.guess: Import CVS version 1.195.
8603         * config.sub: Import CVS version 1.212.
8604
8605 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
8606
8607         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8608         gcc/xgcc is built, use -print-prog-name to find out the program
8609         name to use.
8610
8611 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
8612
8613         * config.guess:  Import CVS version 1.194.  All gcc-local changes
8614         appear to also be in the master copy.
8615         * config.sub:  Import CVS version 1.211.
8616
8617 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
8618
8619         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8620         with_gcc]: Use `gcc -shared' to build a shared library.
8621
8622 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8623
8624         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8625         archives.
8626
8627 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8628
8629         * MAINTAINERS (Write After Approval): Add myself.
8630
8631 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
8632
8633         * configure.in (libstdcxx_flags): Do not try to execute
8634         libstdc++-v3/testsuite_flags until it exists.
8635
8636 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
8637
8638         * MAINTAINERS: Update my email address.
8639
8640 2001-05-31  Graham Stott  <grahams@redhat.com>
8641
8642         * MAINTAINERS (Write After Approval): Add myself.
8643
8644 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
8645
8646         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
8647         libraries when using g++ with native linker.
8648
8649 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
8650
8651         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8652
8653 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
8654
8655         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8656         [aix4*|aix5*]: Prepend blank.
8657
8658 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
8659
8660         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8661         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
8662         of subdir/configure scripts to use the new libtool.m4.
8663
8664 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
8665
8666         * MAINTAINERS (Write After Approval): Add myself.
8667
8668 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
8669
8670         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8671
8672 2001-05-11  Ben Elliston  <bje@redhat.com>
8673
8674         * Makefile.in (all-sid): New target.
8675         (check-sid, clean-sid, install-sid): Likewise.
8676
8677 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
8678
8679         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8680
8681 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8682
8683         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8684         libgcj.
8685
8686 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8687
8688         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8689         gcc/xgcc is built, use -print-prog-name to find out the program
8690         name to use.
8691
8692 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
8693
8694         * configure.in (noconfigdirs): Don't reset it from scratch in the
8695         target case; only append to it.
8696
8697         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8698         sparc-*-solaris2.8]: Disable ${libgcj}.
8699
8700 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
8701
8702         * configure.in (libgcj_saved): Copy from $libgcj.
8703         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8704         --disable-libgcj.
8705
8706 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
8707
8708         * MAINTAINERS: Remove self as MIPS maintainer and
8709         C front end maintainer.
8710
8711 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
8712
8713         * configure.in: Move *-chorusos target case to the proper switch.
8714         Disable libgcj.
8715
8716 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8717
8718         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8719         1.641.2.228.
8720
8721 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8722
8723         * Makefile.in (STAGE1_CFLAGS): Pass down.
8724
8725 2001-04-13  Alan Modra  <amodra@one.net.au>
8726
8727         * config.guess: Add hppa64-linux support.  Note for next import that
8728         this is already in the master file.
8729         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
8730
8731 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8732
8733         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8734         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8735
8736 2001-04-11  Stan Shebs  <shebs@apple.com>
8737
8738         * MAINTAINERS: Add self as Darwin port maintainer.
8739
8740 2001-04-11  Alan Modra  <amodra@one.net.au>
8741
8742         * MAINTAINERS: Update my email address.
8743
8744 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
8745
8746         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8747         recent versions of FreeBSD (release 3 or later).
8748         * ltconfig: On FreeBSD, -lc must not be provided when building
8749         a shared library or else the standard -pthread gcc option is
8750         rendered worthless to later users of the built library.
8751
8752 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8753
8754         * MAINTAINERS: Add self and RTH as C front end maintainers.
8755
8756 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
8757
8758         * config.sub: Make sure to match an already-canonicalized
8759         machine name (eg. mn10300-unknown-elf).
8760
8761 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
8762
8763         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8764         New macros.
8765         (bootstrap, cross): Use RECURSE_FLAGS.
8766         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8767
8768 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
8769
8770         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8771
8772 2001-03-22  Colin Howell  <chowell@redhat.com>
8773
8774         * Makefile.in (DO_X): Do not backslash single-quotes in
8775         backquotes (two places).
8776
8777 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8778
8779         Re-installed:
8780         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8781         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8782         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8783         * ltcf-cxx.sh: Likewise.
8784         * ltcf-gcj.sh: Likewise.
8785
8786 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8787
8788         * MAINTAINERS: Add myself as "documentation co-maintainer".
8789
8790 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8791
8792         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8793         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8794
8795 2001-03-19  Tom Tromey  <tromey@redhat.com>
8796
8797         * config-ml.in: Handle GCJ and GCJFLAGS.
8798
8799 2001-03-21  Michael Chastain  <chastain@redhat.com>
8800
8801         * Makefile.in: all-m4 depends on all-texinfo.
8802
8803 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
8804
8805         * MAINTAINERS: Add myself to write after approval list.
8806
8807 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
8808
8809         * Makefile.in (DO_X): Quote nested quotes.
8810
8811 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
8812
8813         * MAINTAINERS: Add myself to write after approval list.
8814
8815 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
8816
8817         * Makefile.in (DO_X): Use double quotes for quoting
8818         "RANLIB=$${RANLIB}".
8819
8820 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
8821
8822         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
8823
8824 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
8825
8826         * configure.in: Only use `lang_requires' for languages athat are
8827         actually enabled.
8828
8829 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
8830
8831         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
8832
8833 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
8834
8835         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8836
8837 2001-03-07  Tom Tromey  <tromey@redhat.com>
8838
8839         * configure.in: Allow config-lang.in to set `lang_requires' to list
8840         of other required languages.
8841
8842 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
8843
8844         * Makefile.in: Remove RANLIB definition. Use RANLIB
8845         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8846         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8847
8848 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
8849             Alexandre Oliva  <aoliva@redhat.com>
8850
8851         * Makefile.in (check-c++): Use tabs, not spaces.
8852
8853 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
8854
8855         * MAINTAINERS: add myself to Write After Approval list.
8856
8857 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
8858
8859         * Makefile.in (check-c++): New rule.
8860
8861         * configure.in (target_libs): Remove libg++.
8862         (noconfigdirs): Remove libg++.
8863         (noconfigdirs): Same.
8864         (noconfigdirs): Same.
8865         (noconfigdirs): Same.
8866
8867         * config-ml.in: Remove libg++ references.
8868
8869         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8870         (ALL_TARGET_MODULES): Same.
8871         (configure-target-libg++): Remove.
8872         (all-target-libg++): Remove.
8873         (configure-target-libio): Remove.
8874         (all-target-libio): Remove.
8875         (check-target-libio): Remove.
8876         (.PHONY): Remove.
8877         (libg++.tar.bz2): Remove.
8878         (all-target-cygmon): Remove libio.
8879         (all-target-libstdc++): Remove.
8880         (configure-target-libstdc++): Remove.
8881         (TARGET_LIB_PATH): Remove libstdc++.
8882         (ALL_GCC_CXX): Remove libstdc++.
8883         (all-target-gperf): Correct.
8884
8885 2001-02-16  Nick Clifton  <nickc@redhat.com>
8886
8887         * configure.in (noconfigdirs): Allow configuration of texinfo
8888         for Cygwin hosts.
8889
8890 2001-02-15  Anthony Green  <green@redhat.com>
8891
8892         * configure: Introduce GCJ_FOR_TARGET.
8893         * configure.in: Ditto.
8894         * Makefile.in: Ditto.
8895
8896 2001-02-13  Andreas Schwab  <schwab@suse.de>
8897
8898         * MAINTAINERS: Update mail address.
8899
8900 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8901
8902         * config.guess: Add linux target for S/390.
8903         * config.sub: Likewise.
8904
8905 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
8906
8907         * configure.in: for *-chorusos, don't config target-newlib and
8908         target-libgloss.
8909
8910 2001-02-06  Ben Elliston  <bje@redhat.com>
8911
8912         * configure: Output host type to stdout, not stderr.
8913
8914 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
8915
8916         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
8917         * ltcf-cxx.sh: Likewise.
8918
8919         * config.if: Assume enable_libstdcxx_v3 is defined.
8920
8921 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
8922
8923         Remove V2 C++ library.
8924         * configure.in: Remove --enable-libstdcxx_v3 support.
8925
8926 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
8927
8928         * include/demangle.h: Add prototype for java_demangle_v3.
8929
8930 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
8931
8932         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
8933
8934 2001-01-27  Richard Henderson  <rth@redhat.com>
8935
8936         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8937
8938 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8939
8940         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8941         Don't unset, it's non-portable and no longer necessary, set to empty
8942         instead.
8943
8944 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8945
8946         * ltconfig: Shell portability fix for the tagname validity check.
8947
8948 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
8949
8950         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8951         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8952
8953 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8954
8955         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8956
8957 2001-01-26  Tom Tromey  <tromey@redhat.com>
8958
8959         * configure.in: Allow libgcj to be built on Sparc Solaris.
8960
8961 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
8962
8963         * ltcf-c.sh: Add aix5 case.
8964         * ltcf-cxx.sh: Likewise.
8965         * ltconfig: Likewise.
8966
8967 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
8968
8969         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8970         keep at least one of build_libtool_libs or build_old_libs set to
8971         yes.
8972
8973         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8974         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8975
8976 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
8977
8978         * configure.in: Enable libgcj on several additional platforms.
8979
8980 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
8981
8982         * configure.in: Enable libgcj for linux targets.
8983
8984 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8985
8986         * MAINTAINERS (Write After Approval): Add myself.
8987
8988 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8989
8990         * MAINTAINERS: Add myself as vax port maintainer.
8991
8992 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
8993
8994         * MAINTAINERS: Add myself as Mercury front-end maintainer.
8995
8996 2001-01-09  Mike Stump  <mrs@wrs.com>
8997
8998         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8999         failures of subdirectories.
9000
9001 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9002
9003         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9004         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9005         * ltcf-cxx.sh: Likewise.
9006         * ltcf-gcj.sh: Likewise.
9007         * ltconfig.sh: Fix typo.
9008
9009 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9010
9011         * configure: handle DOS-style absolute paths.
9012
9013 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9014
9015         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
9016
9017 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
9018
9019         * MAINTAINERS: Add myself as avr port co-maintainer.
9020
9021 2000-12-28  Ben Elliston  <bje@redhat.com>
9022
9023         * MAINTAINERS: Add myself under ``Write After Approval''.
9024
9025 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
9026
9027         * texinfo: Remove directory from GCC.
9028
9029 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9030
9031         * COPYING: Update to current
9032         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
9033         to 19yy as example year in copyright notice).
9034
9035 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
9036
9037         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
9038         (libstdcxx_incdir): Pass down.
9039         * config.if: Remove expired bits for cxx_interface, add stub.
9040         (libstdcxx_incdir): Add variable for g++ include directory.
9041         * configure.in (gxx_include_dir): Use it.
9042
9043 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
9044
9045         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
9046         with old-email address from ``Write After Approval''.
9047
9048 2000-12-15  Andreas Jaeger  <aj@suse.de>
9049
9050         * configure.in: Handle lang_dirs.
9051
9052 2000-12-14  Tom Tromey  <tromey@redhat.com>
9053
9054         * MAINTAINERS: Removed brads.
9055
9056         * MAINTAINERS: Added gcj developers.
9057
9058 2000-12-13  Anthony Green  <green@redhat.com>
9059
9060         * configure.in: Disable libgcj for any target not specifically
9061         listed.  Disable libgcj for x86 and Alpha Linux until compatible
9062         with g++ abi.
9063
9064 2000-12-13  Mike Stump  <mrs@wrs.com>
9065
9066         * Makefile.in (local-distclean): Also remove fastjar.
9067
9068 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
9069
9070         * contrib/gcc_update: Add fastjar --touch entries.
9071
9072 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
9073
9074         * configure.in: Disable language-specific target libraries for
9075         languages that aren't enabled.
9076
9077 2000-12-10  Anthony Green  <green@redhat.com>
9078
9079         * configure.in: Define libgcj.  Disable libgcj target libraries for
9080         most targets.
9081
9082 2000-12-10  Neil Booth  <neilb@earthling.net>
9083
9084         * MAINTAINERS: Update mail address, remove from WAA list.
9085
9086 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9087
9088         * libjava: Imported from /cvs/java.
9089         * libffi: Likewise.
9090         * Boehm-gc: Likewise.
9091
9092 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9093
9094         * configure.in (target_libs): Revert 2000-12-08 patch.
9095         (noconfigdirs): Added target-libjava.
9096
9097 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
9098
9099         * djunpack.bat: removed.
9100
9101 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
9102
9103         * Makefile.in: handle DOS-style absolute paths.
9104         * config-ml.in: likewise.
9105         * symlink-tree: likewise.
9106
9107 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9108
9109         * fastjar: Imported.
9110
9111 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9112
9113         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
9114         libjava.
9115         * configure.in (target_libs): Removed `target-libjava'.
9116
9117 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9118
9119         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
9120         (ALL_MODULES): Added fastjar.
9121         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
9122         (all-target-libjava): all-fastjar replaces all-zip.
9123         (all-fastjar): Added.
9124         (configure-target-fastjar, all-target-fastjar): Likewise.
9125         * configure.in (host_tools): Added fastjar.
9126
9127 2000-12-07  Mike Stump  <mrs@wrs.com>
9128
9129         * Makefile.in (local-distclean): Remove leftover built files.
9130
9131 2000-11-24  Nick Clifton  <nickc@redhat.com>
9132
9133         * configure.in (xscale-elf): Add target.
9134         (xscale-coff): Add target.
9135
9136 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
9137
9138         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9139         recent versions of FreeBSD (release 3 or later).
9140         * ltconfig: On FreeBSD, -lc must not be provided when building
9141         a shared library or else the standard -pthread gcc option is
9142         rendered worthless to later users of the built library.
9143
9144 2000-11-16  Fred Fish  <fnf@be.com>
9145
9146         * configure.in (enable_libstdcxx_v3): Fix typo,
9147         libstd++ -> libstdc++.
9148
9149 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9150
9151         * MAINTAINERS: Add self to Write After Approval list.
9152
9153 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
9154
9155         * MAINTAINERS: Update my email address.  Add myself to global write
9156         privs list.
9157
9158 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
9159
9160         * Makefile.in: Merge with src and libgcj.
9161         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
9162         configure-target-<library> when their configure scripts need the C
9163         or C++ library to have already been built to work properly.
9164         (do_proto_toplev): Set them to an empty string.
9165
9166         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9167         (REALLY_SET_LIB_PATH): Use them.
9168
9169 2000-11-17  Stan Shebs  <shebs@apple.com>
9170
9171         * MAINTAINERS: Add self to Write After Approval list.
9172
9173 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9174
9175         * configure: Provide the original toplevel configure arguments
9176         (including $0) to subprocesses in the environment rather than
9177         through gcc/configargs.h.
9178
9179 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9180
9181         * MAINTAINERS: Remove references to cccp. Change C9X reference to
9182         C99.  Alphabetise "Write After Approval" list.
9183
9184 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
9185
9186         * configure: Turn on libstdc++ V3 by default.
9187
9188         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
9189         if we've got GCC.
9190
9191 2000-11-11  Philip Blundell  <philb@gnu.org>
9192
9193         * MAINTAINERS: Add self to Write After Approval list.
9194
9195 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
9196
9197         * ltcf-c.sh (aix4): Improve shared library configuration; require
9198         exporting symbols.
9199         * ltcf-cxx.sh (aix4): Define.
9200         * ltconfig (aix4): Define library and soname specs appropriate for
9201         AIX.  Define command to create export symbols list.
9202
9203 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
9204
9205         * config.sub: Add support for Sun Chorus
9206
9207 2000-10-31  Nick Clifton  <nickc@redhat.com>
9208
9209         * MAINTAINERS: Rename <name>@cygnus.com addresses to
9210         <name>@redhat.com.  Also installed new email address for Clint
9211         Popetz.
9212
9213 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
9214
9215         * etc: Remove directory from GCC.
9216
9217 2000-10-16  Michael Meissner  <meissner@redhat.com>
9218
9219         * configure (gcc/configargs.h): Only create if there is a build GCC
9220         directory created.
9221
9222 2000-10-16  Matthias Klose  <doko@debian.org>
9223
9224         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
9225         when configured for libstdc++-v3.
9226
9227 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
9228
9229         * configure: Save configure arguments to gcc/configargs.h.
9230
9231 2000-10-04  Philipp Thomas  <pthomas@suse.de>
9232
9233         * config.guess: Import CVS version 1.157.
9234         * config.sub: Import CVS version 1.181.
9235
9236 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
9237
9238         * Makefile.in (bootstrap): avoid recursion if subdir missing
9239         (cross): ditto
9240         (do-proto-toplev): ditto
9241
9242 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
9243
9244         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
9245         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
9246
9247         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
9248         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
9249         all affected `configure' scripts.
9250
9251 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
9252
9253         * MAINTAINERS: Add self as cpplib co-maintainer.
9254
9255 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
9256
9257         * MAINTAINERS: Add self to Write After Approval list.
9258
9259 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9260
9261         * INSTALL/README: egcs -> GCC update.
9262
9263 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
9264
9265         * MAINTAINERS: Add myself to Write After Approval list.
9266
9267 2000-09-15  Kazu Hirata  <kazu@hxi.com>
9268
9269         * MAINTAINERS: Add myself to Write After Approval list.
9270
9271 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
9272
9273         * configure.in: Do not build byacc for hppa64.  Provide paths to the
9274         X11 libraries for hppa64.
9275
9276 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9277
9278         * MAINTAINERS: Add myself as 68hc11 port maintainer.
9279
9280 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
9281
9282         * Makefile.in (all-zlib): Added dummy target.
9283
9284         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9285         ltcf-gcj.sh: Updated from libtool multi-language branch.
9286
9287 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
9288
9289         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9290         (bootstrap*): Depend on all-bootstrap.
9291
9292 2000-09-05  Philipp Thomas  <pthomas@suse.de>
9293
9294         * config.guess: Import CVS version 1.156.
9295         * config.sub: Import CVS version 1.179.
9296
9297 2000-09-02  Anthony Green  <green@cygnus.com>
9298
9299         * Makefile.in (all-gcc): Depend on all-zlib.
9300         (CLEAN_MODULES): Add clean-zlib.
9301         (ALL_MODULES): Add all-zlib.
9302         * configure.in (host_libs): Add zlib.
9303
9304 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
9305
9306         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9307         crosses, but add gcc/include to the header search path for them.
9308
9309 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
9310
9311         * MAINTAINERS: Add self to Write After Approval list.
9312
9313 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9314
9315         * config.guess: Import CVS version 1.152.
9316         * config.sub: Import CVS version 1.177.
9317
9318 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
9319
9320         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
9321         $targargs to tell whether newlib is going to be built.
9322
9323         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
9324         $$r/TARGET_SUBDIR/libio for _G_config.h.
9325
9326 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
9327
9328         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
9329
9330 2000-08-22  DJ Delorie  <dj@redhat.com>
9331
9332         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
9333
9334 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
9335
9336         * config-ml.in (CC, CXX): Avoid trailing whitespace.
9337         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9338         sub-configures.
9339
9340 2000-08-21  DJ Delorie  <dj@redhat.com>
9341
9342         * MAINTAINERS: Add self as a libiberty maintainer
9343
9344 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
9345
9346         * configure.in (libstdcxx_flags): Use
9347         libstdc++-v3/src/libstdc++.INC.
9348
9349 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
9350
9351         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9352
9353 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
9354
9355         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
9356
9357         * configure: Make enable_threads and enable_shared defaults
9358         explicit.  Substitute enable_threads into generated Makefiles.
9359         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
9360         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
9361
9362 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
9363
9364         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
9365
9366 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
9367
9368         * config-ml.in (CC): Remove bogus duplicate quotation mark from
9369         previous delta.
9370
9371 2000-08-11  Jason Merrill  <jason@redhat.com>
9372
9373         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9374         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9375         (FLAGS_FOR_TARGET): Not here.
9376         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9377
9378 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
9379
9380         * config-ml.in (CC, CXX): Don't introduce a leading space.
9381
9382 2000-08-07  DJ Delorie  <dj@delorie.com>
9383
9384         * MAINTAINERS: Add self as a DJGPP maintainer
9385
9386 2000-08-07  DJ Delorie  <dj@redhat.com>
9387
9388         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9389         "if we're also building gcc, and it's a gcc that will run on the
9390         build machine, we want to use its includes instead of the system's
9391         default includes".
9392
9393 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9394
9395         * MAINTAINERS: Add self to Write After Approval list.
9396
9397 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
9398
9399         * configure.in (libstdcxx_flags): Don't use `"'.
9400
9401         * config-ml.in: Adjust multilib search paths to the
9402         appropriate multilib tree.
9403
9404 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
9405
9406         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9407         commas in $LANGUAGES.
9408
9409 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
9410
9411         * configure.in: Re-enable all references to libg++ and librx.
9412
9413 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
9414
9415         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
9416         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
9417         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
9418         * ltcf-cxx.sh (need_lc): Set based on postdeps.
9419
9420         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9421
9422 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
9423
9424         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9425         CXX_FOR_TARGET for sed.
9426
9427 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
9428
9429         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9430         Do not override if already set in the environment or in configure.
9431         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9432         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9433
9434 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
9435
9436         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
9437         the libtool CVS tree multi-language branch.
9438         * ltconfig, ltmain.sh: Updated.
9439
9440 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
9441
9442         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
9443         (clean-target): Depend on it.
9444
9445         * Makefile.in (FLAGS_FOR_TARGET): New macro.
9446         (GCC_FOR_TARGET): Use it.
9447         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9448         * configure.in: ... here.
9449         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
9450         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9451
9452 2000-07-24  Eric Christopher  <echristo@cygnus.com>
9453
9454         * MAINTAINERS: Add self to Write After Approval list.
9455
9456 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
9457
9458         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9459         (configure-target-libchill, configure-target-libobjc): Likewise.
9460
9461         * configure.in: Use the same cache file for all target libs.
9462         * config-ml.in: But different cache files per multilib variant.
9463
9464 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9465
9466         * configure (topsrcdir): Don't use dirname.
9467
9468 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
9469
9470         * MAINTAINERS: Add self to Write After Approval list.
9471
9472 2000-07-20  Jason Merrill  <jason@redhat.com>
9473
9474         * configure.in: Remove all references to libg++ and librx.
9475
9476         * configure, configure.in, Makefile.in: Unify gcc and binutils.
9477
9478 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
9479
9480         * config.sub: Update to subversions version 2000-07-06.
9481
9482 2000-07-12  Andrew Haley  <aph@cygnus.com>
9483
9484         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9485         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9486
9487 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
9488
9489         * symlink-tree:  Check number of arguments.
9490
9491 2000-07-05  Jim Wilson  <wilson@cygnus.com>
9492
9493         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9494         search path for a g++ extracted from the build tree.  This
9495         will allow link tests run by configure scripts in
9496         subdirectories to succeed.
9497
9498 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
9499
9500         * ltconfig: Add support for mips-dde-sysv4.2MP
9501
9502 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9503
9504         * MAINTAINERS: Add myself as loop discovery maintainer.
9505
9506 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
9507
9508         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9509         `os2'. Force ac_cv_exeext to be ".exe" in that case.
9510
9511 2000-06-19  Timothy Wall  <twall@cygnus.com>
9512
9513         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9514         * config.sub: Add tic54x target.
9515
9516 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9517
9518         * MAINTAINERS: Add self as Fortran maintainer,
9519         remove Craig Burley.
9520
9521 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9522
9523         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9524         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9525
9526 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
9527
9528         * MAINTAINERS: Add self as i18n maintainer
9529
9530 20000-05-21  H.J. Lu  (hjl@gnu.org)
9531
9532         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9533         directory are used if they exist. Make sure
9534         $(build_tooldir)/include is searched for header files,
9535         $(build_tooldir)/lib/ for library files.
9536         (GCC_FOR_TARGET): Likewise.
9537         (CXX_FOR_TARGET): Likewise.
9538
9539 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
9540
9541         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9542
9543 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
9544
9545         * Makefile.in (configure-target-libiberty): Depend on
9546         configure-target-newlib.
9547
9548 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
9549
9550         * configure.in, Makefile.in: Merge all libffi-related
9551         configury stuff from the libgcj tree.
9552
9553 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9554
9555         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9556         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9557
9558 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9559
9560         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9561         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9562         current version information.  Add to proto-toplev directory.
9563         (gdb-taz): Build do-djunpack.
9564
9565 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
9566
9567         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9568
9569 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9570
9571         * MAINTAINERS: Add self to Write After Approval list.
9572
9573 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9574
9575         * ltmain.sh: Preserve in relink_command any environment
9576         variables that may affect the linker behavior.
9577
9578 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
9579
9580         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9581
9582 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
9583
9584         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9585
9586 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
9587
9588         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9589         with the version name.
9590
9591 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
9592
9593         * MAINTAINERS: Add self as bb-reorder maintainer.
9594
9595 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
9596
9597         * config.if: Tweak.
9598
9599 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
9600
9601         * djunpack.bat: New file.
9602
9603 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9604
9605         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9606         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9607         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9608         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9609
9610 2000-04-16  Dave Pitts  <dpitts@cozx.com>
9611
9612         * config.sub (case $basic_machine): Change default for "ibm-*"
9613         to "openedition".
9614
9615 2000-04-13  Andreas Jaeger  <aj@suse.de>
9616
9617         * MAINTAINERS: Added myself.
9618
9619 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9620
9621         * Makefile.in (gdb-taz): New target.  GDB specific archive.
9622         (do-md5sum): New target.
9623         (MD5PROG): Define.
9624         (PACKAGE): Default to TOOL.
9625         (VER): Default to a shell script.
9626         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
9627         md5 checksum generation.
9628         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9629         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9630         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9631         insight.tar.bz2): Use gdb-taz to create archive.
9632
9633 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9634
9635         * configure (warn_cflags): Delete.
9636
9637 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
9638
9639         * MAINTAINERS: Added myself.
9640
9641 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
9642             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
9643
9644         * configure.in (enable_libstdcxx_v3): Add.
9645         (target_libs): Add bits here to switch between libstdc++-v2 and
9646         libstdc++-v3.
9647         * config.if: And this file too.
9648         * Makefile.in: Add libstdc++-v3 targets.
9649
9650 2000-04-05  Michael Meissner  <meissner@redhat.com>
9651
9652         * config.sub (d30v): Add d30v as a basic machine type.
9653
9654 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
9655
9656         * configure.in: -linux-gnu*, not -linux-gnu.
9657
9658 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9659
9660         * MAINTAINERS: Add self in write-after-approval section.
9661
9662 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
9663
9664         * MAINTAINERS: Add self as ia64 port maintainer.
9665
9666 2000-03-08  Neil Booth  <NeilB@earthling.net>
9667
9668         * MAINTAINERS: Add self in write-after-approval section.
9669
9670 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9671
9672         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9673         (do-tar-bz2): Replace TOOL with PACKAGE.
9674         (gdb.tar.bz2): Remove GDBTK from GDB package.
9675         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9676         dejagnu.tar.bz2): New packages.
9677
9678 2000-02-27  Andreas Jaeger  <aj@suse.de>
9679
9680         * configure.in: Add entry for mips*-*-linux*, move catch all
9681         *-*-*linux* entry below this one.
9682
9683 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
9684
9685         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9686
9687 2000-02-24  Nick Clifton  <nickc@cygnus.com>
9688
9689         * config.sub: Support an OS of "wince".
9690
9691 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9692
9693         * config.guess, config.sub: Updated to match config's 2000-02-15
9694         version.
9695
9696 2000-02-23  Linas Vepstas  <linas@linas.org>
9697
9698         * config.sub: Add support for Linux/IBM 370.
9699         * configure.in: Likewise.
9700
9701 2000-02-22  Nick Clifton  <nickc@cygnus.com>
9702
9703         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9704
9705 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
9706
9707         * config.guess: Guess "cygwin" rather than "cygwin32".
9708
9709 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9710
9711         * configure (gcc_version): When setting, narrow search to
9712         lines containing `version_string'.
9713
9714 2000-02-15  Denis Chertykov  <denisc@overta.ru>
9715
9716         * config.sub: Add support for avr target.
9717
9718 2000-02-14  Nick Clifton  <nickc@cygnus.com>
9719
9720         * MAINTAINERS: Add maintainers for MCore port.
9721
9722 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9723
9724         * config.sub: Add mmix-knuth-mmixware.
9725
9726 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9727
9728         * MAINTAINERS: Pair cccp with cpplib maintainership.
9729
9730 2000-01-27  Christopher Faylor  <cgf@redhat.com>
9731
9732         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9733         structure stuff to -L library search.
9734         (CXX_FOR_TARGET): Ditto.
9735         (CROSS_CHECK_MODULES): Fix spelling mistake.
9736
9737 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
9738
9739         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9740         the C++ compiler.
9741
9742 2000-01-12  Richard Henderson  <rth@cygnus.com>
9743
9744         * configure.in: Don't build some bits for beos.
9745
9746 2000-01-12  Joel Sherrill (joel@OARcorp.com)
9747
9748         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9749         as include files.
9750
9751 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
9752
9753         * Add self as cpplib maintainer, as requested by Jason
9754         Merrill.  Correct my e-mail address.
9755
9756 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
9757
9758         * configure.in: Use mt-aix43 to handle *_TARGET defs,
9759         not mh-aix43.
9760
9761 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
9762
9763         * MAINTAINERS: Add myself to "write after approval" list.
9764
9765 1999-12-14  Richard Henderson  <rth@cygnus.com>
9766
9767         * config.guess (alpha-osf, alpha-linux): Detect ev67.
9768         * config.sub: Accept alphaev[78], alphaev8.
9769
9770 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9771
9772         * config.guess, config.sub: Update from autoconf.
9773
9774 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
9775
9776         * MAINTAINERS:  update my playtime e-address.
9777
9778 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9779
9780         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9781         necessary libraries are missing.
9782
9783 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
9784
9785         * MAINTAINERS: Add new 'write after approval' maintainer.
9786
9787 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9788
9789         * MAINTAINERS: Add new Java maintainer.
9790
9791 1999-10-25  Andreas Schwab  <schwab@suse.de>
9792
9793         * configure: Fix quoting inside arguments of eval.
9794
9795 1999-10-21  Nick Clifton  <nickc@cygnus.com>
9796
9797         * config-ml.in: Allow suppression of some ARM multilibs.
9798
9799 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
9800
9801         * config.guess: Add OS/390 match pattern.
9802         * config.sub: Add mvs, openedition targets.
9803         * configure.in (i370-ibm-opened*): New.
9804
9805 1999-09-04  Steve Chamberlain  <sac@pobox.com>
9806
9807         * config.sub: Add support for configuring for pj.
9808
9809 1999-08-31  Nick Clifton  <nickc@cygnus.com>
9810
9811         * config.sub (maybe_os): Add support for configuring for fr30.
9812
9813 1999-08-25  Nick Clifton  <nickc@cygnus.com>
9814
9815         * configure.in: Do not configure or build ld for AIX
9816         platforms.  ld is known to be broken on these platforms.
9817
9818 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9819
9820         * config-ml.in: Pass compiler flag corresponding to multidirs to
9821         subdir configures.
9822
9823 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
9824
9825         * Makefile.in (LDFLAGS): Define.
9826
9827 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
9828
9829         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9830         noconfigdirs.
9831         (*-*-cygwin*): Likewise.
9832
9833 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
9834
9835         * mkdep: New file.
9836         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9837         (BINUTILS_SUPPORT_DIRS): Add mkdep.
9838
9839         From Eli Zaretskii <eliz@is.elta.co.il>:
9840         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9841         long file name when using DJGPP on MS-DOS.
9842
9843 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
9844
9845         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9846
9847 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
9848
9849         * Makefile.in (check-target-libio): Remove all-target-libstdc++
9850         dependency as this causes "make check" to globally "make all"
9851
9852 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
9853
9854         * configure.in (target_libs): Added target-zlib.
9855         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9856         (CONFIGURE_TARGET_MODULES): Likewise.
9857         (CHECK_TARGET_MODULES): Likewise.
9858         (INSTALL_TARGET_MODULES): Likewise.
9859         (CLEAN_TARGET_MODULES): Likewise.
9860         (configure-target-zlib): New target.
9861         (all-target-zlib): Likewise.
9862         (all-target-libjava): Depend on all-target-zlib.
9863         (configure-target-libjava): Depend on configure-target-zlib.
9864
9865         * Makefile.in (configure-target-libjava): Depend on
9866         configure-target-newlib.
9867         (configure-target-boehm-gc): New target.
9868         (configure-target-qthreads): New target.
9869
9870         * configure.in (target_libs): Added target-qthreads.
9871         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9872         (CONFIGURE_TARGET_MODULES): Likewise.
9873         (CHECK_TARGET_MODULES): Likewise.
9874         (INSTALL_TARGET_MODULES): Likewise.
9875         (CLEAN_TARGET_MODULES): Likewise.
9876         (all-target-qthreads): New target.
9877         (configure-target-libjava): Depend on configure-target-qthreads.
9878         (all-target-libjava): Depend on all-target-qthreads.
9879
9880         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9881         (CONFIGURE_TARGET_MODULES): Likewise.
9882         (CHECK_TARGET_MODULES): Likewise.
9883         (INSTALL_TARGET_MODULES): Likewise.
9884         (CLEAN_TARGET_MODULES): Likewise.
9885         (all-target-libjava): New target.
9886         (all-target-boehm-gc): Likewise.
9887         * configure.in (target_libs): Added libjava, boehm-gc.
9888
9889 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
9890
9891         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9892         configure.bat in SUPPORT_FILES.
9893         (gas+binutils.tar.bz2): Likewise.
9894
9895         * makeall.bat: Remove; obsolete.
9896
9897 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
9898
9899         From Mark Elbrecht:
9900         * configure.bat: Remove; obsolete.
9901
9902 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
9903
9904         * configure: Add -W -Wall to the default CFLAGS when compiling with
9905         gcc.
9906
9907 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
9908
9909         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9910
9911 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
9912
9913         * configure.in: Build ld on IRIX6.
9914
9915 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
9916
9917         * Makefile.in: Change distribution targets to use bzip2 instead of
9918         gzip.
9919         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9920         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9921
9922 1999-06-04  Nick Clifton  <nickc@cygnus.com>
9923
9924         * config.sub: Add mcore target.
9925
9926 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
9927
9928         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9929
9930 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
9931
9932         * config.guess (dummy): Changed to $dummy.
9933
9934 1999-05-24  Nick Clifton  <nickc@cygnus.com>
9935
9936         * config.sub: Tidied up case statements.
9937
9938 1999-05-22  Ben Elliston  <bje@cygnus.com>
9939
9940         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9941         <jiro@din.or.jp>.
9942
9943         * config.guess: Merge with FSF version. Future changes will be
9944         more accurately recorded in this ChangeLog.
9945         * config.sub: Likewise.
9946
9947 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
9948
9949          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9950
9951 1999-04-30  Tom Tromey  <tromey@cygnus.com>
9952
9953         * ltmain.sh: [mode link] Always use CC given by ltconfig.
9954
9955 1999-04-23  Tom Tromey  <tromey@cygnus.com>
9956
9957         * ltconfig, ltmain.sh: Update to libtool 1.2f.
9958
9959 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
9960
9961         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9962         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9963         Bad merge removed these two changes.
9964
9965 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
9966                           Martin Heller (Ing.-Buero_Heller@t-online.de)
9967
9968         * config.guess (interix Alpha): Add.
9969
9970 1999-04-11  Richard Henderson  <rth@cygnus.com>
9971
9972         * configure.in (i?86-*-beos*): Do config gperf; don't config
9973         gdb, newlib, or libgloss.
9974
9975 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
9976
9977         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9978         link a trivial program with -mabi=64.  If it fails, remove mabi=64
9979         from multidirs.
9980
9981 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
9982
9983         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9984
9985 1999-04-08  Nick Clifton  <nickc@cygnus.com>
9986
9987         * config.sub: Add support for mcore targets.
9988
9989 1999-04-07  Michael Meissner  <meissner@cygnus.com>
9990
9991         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9992         not mt-ospace, in order to shut up assembler warning about using
9993         symbols that are named the same as registers.
9994
9995 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
9996
9997         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9998         dependency list for all-target-cygmon.
9999
10000 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
10001
10002         * config-ml.in: Check $host, not $target, for selective multilibs.
10003         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10004         thumb interworking, and underscore prefix multilibs.
10005
10006 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
10007
10008         * missing: Update to version from current automake.
10009
10010 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
10011
10012         * configure (gxx_include_dir): Removed.
10013
10014         * configure.in (gxx_include_dir): Handle it.
10015         * Makefile.in: Likewise.
10016
10017 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
10018
10019         * config.sub (mips64vr4111,mips64vr4111el) Add.
10020
10021 1999-03-21  Ben Elliston  <bje@cygnus.com>
10022
10023         * config.guess: Correct typo for detecting ELF on FreeBSD.
10024
10025 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
10026
10027         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10028         config/mh-djgpp.
10029
10030 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
10031
10032         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10033         all-target-newlib to dependency list for all-target-bsp.
10034
10035 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10036
10037         * config.sub: Add i386-uwin support.
10038         * config.guess: Likewise.
10039
10040 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10041
10042         * configure.in: cleanup, add mh-*pic handling for arm, special
10043         case powerpc*-*-aix*
10044
10045 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10046
10047         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10048         can be built.
10049
10050 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
10051
10052         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10053         targets.
10054
10055 1999-03-02  Nick Clifton  <nickc@cygnus.com>
10056
10057         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10058
10059 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
10060
10061         * config.sub: Check for "cygwin*" rather than "cygwin32*"
10062
10063 1999-02-24  Nick Clifton  <nickc@cygnus.com>
10064
10065         * config.sub: Fix typo in arm recognition.
10066
10067 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
10068
10069         * configure.in (noconfigdirs): Changed target_configdirs to
10070         include target-bsp only for m68k-*-elf* and m68k-*-coff*
10071         rather than m68k-*-* since it is not known to work on
10072         m68k-aout. Ditto for arm-*-*oabi.
10073
10074 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
10075
10076         * configure.in (*-*-windows*): Remove, no longer used.
10077
10078 1999-02-19  Ben Elliston <bje@cygnus.com>
10079
10080         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10081         Smart and improved by Andrew Cagney.
10082
10083 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
10084
10085         * config.guess: Recognize openbsd-*-hppa.
10086
10087 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
10088
10089         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10090         only if it is not empty.
10091
10092 1999-02-17  Nick Clifton  <nickc@cygnus.com>
10093
10094         Patch from: Scott Bambrough <scottb@corelcomputer.com>
10095
10096         * config.guess: Modified to recognize uname's armv* syntax.
10097
10098         * config.sub: Modified to recognize uname's armv* syntax.
10099
10100 1999-02-17  Mark Salter  <msalter@cygnus.com>
10101
10102         * configure.in: Added target-bsp for sparclite.
10103
10104 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
10105
10106         * config.sub: Recognize alphapca5[67] and up to alphaev8.
10107
10108 1999-02-08  Nick Clifton  <nickc@cygnus.com>
10109
10110         * configure.in: Add support for strongarm port.
10111         * config.sub: Add support for strongarm target.
10112
10113 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10114
10115         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10116         the old name config/mh-cygwin32.
10117         Enable texinfo.
10118
10119 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
10120
10121         * configure.in: Do build ld for ix86 Solaris.
10122
10123 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
10124
10125         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
10126         $AR_FOR_TARGET.  Likewise for RANLIB.
10127
10128 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
10129
10130         * config.sub (oabi):  Recognize.
10131         * configure.in (arm-*-oabi):  Handle.
10132
10133 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
10134
10135         * config.guess: Improve detection of i686 on UnixWare 7.
10136
10137 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10138
10139         * config.guess: Add support for i386-pc-interix.
10140         * config.sub: Likewise.
10141         * configure.in: Likewise.
10142
10143 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
10144
10145         * Makefile.in: Remove unneeded all-target-libio from
10146         from all-target-winsup target since it is now unneeded.
10147         Add all-target-libtermcap in its place since it is now
10148         needed.
10149
10150 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
10151
10152         * configure.in: makefile stub for cygwin target is probably
10153         unnecessary.  Remove it for now.
10154
10155 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
10156
10157         * configure.in: libtermcap.a should be built when cygwin is the
10158         target as well as the host.
10159         * config.guess: Allow mixed case in cygwin uname output.
10160         * Makefile.in: Add libtermcap target.
10161
10162 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
10163
10164         * config.sub: Clean up handling of hppa2.0.
10165
10166 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
10167
10168         * config.guess: Use C code to identify more HP machines.
10169
10170 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
10171
10172         * config.sub: Handle hppa2.0.
10173
10174 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
10175
10176         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10177         cygmon for all sparclite targets, regardless of object format.
10178
10179 1998-12-15  Mark Salter  <msalter@cygnus.com>
10180
10181         * configure.in: Added target-bsp for several target architectures.
10182
10183         * Makefile.in: Added rules for bsp.
10184
10185 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
10186
10187         * config.guess: Improve detection of hppa2.0 processors.
10188
10189 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
10190
10191         * config.guess: Recognize FreeBSD using ELF automatically.
10192
10193 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
10194
10195         * configure (skip-this-dir): Add handling for new shell script, which
10196         might be created by a sub-directory's configure to indicate, this particular
10197         directory is "unwanted".
10198         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10199
10200 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
10201
10202         * ltconfig: import from libtool, after changing libtool to
10203         account for the cygwin name change.
10204
10205 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
10206
10207         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10208         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10209
10210 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
10211
10212         * configure.in: Add libtermcap to list of cygwin dependencies.
10213
10214 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
10215
10216         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10217         they include winsup/include when it's a cygwin target.
10218
10219 1998-11-12  Tom Tromey  <tromey@cygnus.com>
10220
10221         * configure.in (host_tools): Added zip.
10222         * Makefile.in (all-target-libjava): Depend on all-zip.
10223         (all-zip): New target.
10224         (ALL_MODULES): Added all-zip.
10225         (NATIVE_CHECK_MODULES): Added check-zip.
10226         (INSTALL_MODULES): Added install-zip.
10227         (CLEAN_MODULES): Added clean-zip.
10228
10229 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
10230
10231         * Makefile.in: lose "32" from comment about cygwin.
10232
10233 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
10234
10235         * configure.in: Use -Os to build target libraries for the fr30.
10236
10237 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
10238
10239         * config.sub: Add fr30.
10240
10241 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
10242
10243         * configure.in: drop "32" from config/mh-cygwin32.  Check
10244         cygwin* instead of cygwin32*.
10245         * config.sub: Check cygwin* instead of cygwin32*.
10246
10247 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
10248
10249         * config.guess: Match any version of Unixware7.
10250
10251 1998-10-20  Syd Polk  <spolk@cygnus.com>
10252
10253         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10254         if desired.
10255
10256 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
10257
10258         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10259         these if the appropriate directories and files to not exist.
10260
10261 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
10262
10263         * Makefile.in (DEVO_SUPPORT): Add config.if.
10264
10265 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10266
10267         * configure: Add pattern to replace "build_tooldir"'s
10268         definition in the generated Makefile with "tooldir"'s
10269         actual value.
10270
10271 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
10272
10273         * config.sub: Bring back lost sparcv9.
10274
10275         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10276
10277 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
10278
10279         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10280         CC_FOR_TARGET and friends.
10281
10282 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
10283
10284         * Makefile.in (build_tooldir): New variable, same as tooldir.
10285         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10286         -B$(build_tooldir)/bin/.
10287         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10288
10289 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10290
10291         * README: Remove installation instructions and refer to the
10292         INSTALL directory instead.
10293
10294 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
10295
10296         * config.sub: Add support for i[34567]86-pc-udk.
10297         * configure.in: Likewise.
10298
10299 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
10300
10301         * Makefile.in: add bzip2 package building bits for user
10302         tools module
10303         * configure.in: ditto
10304
10305 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
10306
10307         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10308         (ALL_TARGET_MODULES): Add all-target-libobjc.
10309         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10310         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10311         (all-target-libchill): Add dependencies.
10312         * configure.in (target_libs): Add libchill.
10313
10314 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
10315
10316         * configure.in (target_subdir): Remove duplicate line.
10317
10318 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
10319
10320         * Makefile.in (all-automake): fix dependencies.
10321
10322 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
10323
10324         * configure.in: Minor cleanups for building in the $(target_alias)
10325         subdir.
10326
10327 1998-09-22  Jim Wilson  <wilson@cygnus.com>
10328
10329         * Makefile.in (bootstrap): Set r and s before make all.  Use
10330         BASE_FLAGS_TO_PASS in make all.
10331         (cross): Likewise.
10332
10333 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
10334
10335         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10336
10337 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
10338
10339         * config.sub: Fix typo in last change.
10340
10341 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10342
10343         * config.sub: Add support for C4x target.
10344         * configure.in: Likewise.
10345
10346 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
10347
10348         * config.sub: Recognize sparcv9 just like sparc64.
10349
10350 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
10351
10352         * config.guess: Match "Pent II" or "PentII" for OpenServer.
10353
10354 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
10355
10356         * config.guess: Correctly identify Pentium II sco boxes.
10357
10358         * config.guess: Fix "tr" code.  From Weiwen Liu.
10359
10360 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
10361
10362         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10363         stabs.
10364
10365 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
10366
10367         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10368         (ALL_TARGET_MODULES): Add all-target-libchill.
10369         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10370         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10371         (all-target-libchill): Add dependencies.
10372         * configure.in (target_libs): Add libchill.
10373
10374 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10375
10376         * config.guess: Avoid assumptions about "tr" behaves when
10377         LANG is set to something other than English.
10378
10379 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
10380
10381         * configure (gxx_include_dir): Changed to
10382         '${prefix}/include/g++'-${libstdcxx_interface}.
10383
10384         * config.if: New to determine the interfaces.
10385
10386 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
10387
10388         * config.guess: Detect and handle MPE/IX.
10389         * config.sub: Deal with MPE/IX.
10390
10391 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
10392
10393         * configure.in: Use mh-aix43.
10394
10395 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
10396
10397         * configure: Fix --without/--disable cases for gxx-include-dir.
10398
10399 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
10400
10401         * mdata-sh:  Imported.  Needed for automake support.
10402
10403 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
10404
10405         * Makefile.in (taz): Try "chmod -R og=u ." before
10406         "chmod og=u `find . -print`".
10407
10408 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
10409
10410         * configure.in: Add arm-elf and thumb-elf support.
10411
10412 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
10413
10414         * Makefile.in: Undo previous patch.
10415
10416 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
10417
10418         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10419         to here ...
10420         (install-no-fixedincludes): and here
10421         (INSTALL_MODULES): ... from here.
10422
10423 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10424
10425         * config.sub: Merge with FSF.
10426
10427         * config.guess: Merge with FSF.
10428
10429 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
10430
10431         * configure (extraconfigdirs): New variable.
10432         (SUBDIRS): Add extraconfigdirs and recurse on them too.
10433         * Makefile.in (all): Move higher in file.
10434         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10435         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10436         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10437         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10438         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10439
10440 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
10441
10442         * Makefile.in (all-target-libjava): Depend on all-gcc and
10443         all-target-newlib.
10444         (configure-target-libjava): Depend on $(ALL_GCC).
10445
10446 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
10447
10448         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10449         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10450
10451 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
10452
10453         * INSTALL/README: Fix typo.
10454
10455 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10456
10457         * ylwrap: Change absolute path checks to check for DOS style path
10458         names.
10459
10460         * ylwrap: Don't use a full path name if the source file is in the
10461         same directory.  From hjl@lucon.org (H.J. Lu).
10462
10463         * config-ml.in: Default to being verbose, to match Feb 18 change to
10464         configure.
10465
10466 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
10467
10468         Brought over from egcs:
10469
10470         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10471
10472         * configure.in (target_subdir): Set to ${target_alias} instead
10473         of "libraries".
10474
10475         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
10476
10477         * configure.in (target_subdir): Set to libraries if enable_multilib.
10478
10479 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
10480
10481         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10482         multilibs, force reconfiguration the first time we create
10483         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10484
10485 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
10486
10487         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10488         avoid confusion with --no-recursion.
10489
10490 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
10491
10492         * configure.in: Win32 hosts shouldn't use install -x
10493         * install-sh: remove -x option, and special .exe-handling
10494         hack.
10495
10496 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
10497
10498         * config.guess: Recognize i586-pc-beos.
10499         * configure.in: Don't build some bits for beos.
10500
10501 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10502
10503         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10504         CFLAGS default to -O2.
10505
10506         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10507         when using GNU ld.
10508
10509 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
10510
10511         * ltmain.sh: Correct install when using a different shell.
10512
10513 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10514
10515         * ltconfig, ltmain.sh: Update to libtool 1.2b.
10516
10517 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
10518
10519         * makefile.vms: Update to build binutils/makefile.vms.  Add install
10520         target.
10521
10522 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
10523
10524         * ltconfig: Update to correct AIX handling.
10525
10526 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10527
10528         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10529
10530         * configure.in (target_subdir): Set to ${target_alias} instead
10531         of "libraries".
10532
10533 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
10534
10535         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10536         (Makefile): Depend on $(gcc_version_trigger).
10537
10538         * configure (gcc_version): Change default initializer to empty
10539         string.
10540         (gcc_version_trigger): New variable; pass this variable down
10541         to subdir configures to enable them checking gcc's version
10542         themselves. Emit make macros for both gcc_version vars.
10543         (topsrcdir): Initialize reliably.
10544         (recursion line): Remove --with-gcc-version=${gcc_version}.
10545
10546 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10547
10548         * configure (enable_version_specific_runtime_libs): Implement new flag
10549         --enable-version-specific-runtime-libs which installs C++ runtime stuff
10550         in $(libsubdir); emit definition in each generated Makefile.
10551         (gxx_include_dir): Initialize depending on
10552         $enable_version_specific_runtime_libs.
10553
10554 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10555
10556         * configure (gcc_version): Initialize properly depending on
10557         how and where configure is started.
10558         (recursion line): Pass a --with-gcc-version=${gcc_version}
10559         to configures in subdirs.
10560
10561 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
10562
10563         * configure.in (noconfigdirs): Add configure pattern for mips tx39
10564         cygmon
10565
10566 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
10567
10568         * configure.in: Add cygmon and libstub support for mn10200.
10569
10570 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
10571
10572         * configure (gcc_version): Add new variable describing the
10573         particular gcc version we're building.
10574         * Makefile.in (libsubdir): Add new macro for the directory
10575         in which the compiler finds executables, libraries, etc.
10576         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10577         and libsubdir.
10578
10579 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10580
10581         * Makefile.in (local-clean): Remove *.log.
10582         (warning.log): Built with warn_summary from build.log.
10583         (mail-report.log): Run test_summary.
10584         (mail-report-with-warnings.log): Run test_summary including
10585         warning.log in the report.
10586
10587 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
10588
10589         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10590
10591 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10592
10593         * Makefile.in (grep): Grep no longer depends on libiberty.
10594
10595 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
10596
10597         * Makefile.in: all-snavigator needs all-libgui.
10598
10599 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
10600
10601         * configure.in: Add cygmon and libstub support for mn10300.
10602
10603 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
10604
10605         * missing: Update to version from automake 1.3.
10606
10607         * ltmain.sh: On installation, don't get confused if the same name
10608         appears more than once in the list of library names.
10609
10610 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10611
10612         * config.sub: Accept m68060 and m5200 as CPU names.
10613
10614 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
10615
10616         * configure: Use && rather than using -a in test, because odd
10617         strings can confuse test.
10618         * configure.in: Likewise.
10619
10620 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10621
10622         * ltconfig, ltmain.sh: Bring in Visual C++ support.
10623
10624 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10625
10626         * Makefile.in (boostrap2-lean, bootstrap3-lean,
10627         bootstrap4-lean): New targets.
10628
10629 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
10630
10631         * mpw-* Delete.  Not used.
10632
10633 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
10634
10635         * COPYING.LIB: Update FSF address.
10636
10637 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
10638
10639         * ltconfig, ltmain.sh: Update to libtool 1.2a.
10640
10641         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10642         GAS_SUPPORT_DIRS.
10643
10644 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
10645
10646         * ltconfig, ltmain.sh: Avoid producing a version number if
10647         -version-info was not used.
10648
10649 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10650
10651         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10652         building with newlib.
10653
10654 1998-04-30  Paul Eggert  <eggert@twinsun.com>
10655
10656         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10657         Solaris `make' causes it to continue to next definition.
10658
10659 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10660
10661         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10662         the right GUI libraries and files are installed along with GDB.
10663
10664 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10665
10666         * configure.in: Change alpha to alpha* in several places.
10667
10668 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
10669
10670         * config.sub: Recognize sparc86x.
10671
10672 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
10673
10674         * configure.in (--enable-target-optspace): Remove debug echo.
10675
10676 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
10677
10678         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10679
10680 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10681
10682         * ltconfig: Update cygwin32 support.
10683
10684         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10685         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10686         (GDB_SUPPORT_DIRS): Likewise.
10687
10688 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
10689
10690         * configure.in (target_makefile_frag): If --enable-target-optspace,
10691         use -Os to compile target libraries rather than -O2.  Default to
10692         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10693         not used.
10694         * configure.in (target_cflags): Ditto for d30v.
10695
10696 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
10697
10698         * Makefile.in (all-bfd): Depend on all-intl.
10699         (all-binutils): Likewise.
10700         (all-gas): Likewise.
10701         (all-gprof): Likewise.
10702         (all-ld): Likewise.
10703
10704 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
10705
10706         * configure.in (host_tools): Fix typo, lbtool -> libtool.
10707
10708 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10709
10710         * Makefile.in (all-bfd): Depend upon all-libiberty.
10711
10712         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10713
10714 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
10715
10716         * Makefile.in: Add libstub.
10717
10718         * configure.in: Ditto. Build libstub for targets that have cygmon
10719         support.
10720
10721 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
10722
10723         * configure.in: Don't set PICFLAG on ix86-cygwin32.
10724
10725 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
10726
10727         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10728         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
10729
10730 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
10731
10732         * configure: Define DEFAULT_M4 by searching PATH.
10733         * Makfile.in: Use DEFAULT_M4.
10734
10735 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10736
10737         * ltconfig: Add cygwin32 support.
10738
10739         * Makefile.in, configure.in: Add libtool as a native only directory
10740         to configure and build.
10741
10742 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
10743
10744         * Makefile.in (INSTALL_MODULES): Remove texinfo.
10745
10746 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
10747
10748         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10749
10750 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
10751
10752         * Makefile.in: add ash make rules
10753         * configure.in: add ash to native_only and host_tools lists
10754
10755 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
10756
10757         * Makefile.in (all-gettext, all-intl): New targets.
10758         (ALL_MODULES): Added all-gettext, all-intl.
10759         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10760         (INSTALL_MODULES): Added install-gettext, install-intl.
10761         (CLEAN_MODULES): Added clean-gettext, clean-intl.
10762
10763         * configure.in (host_tools): Added gettext.
10764         (native_only): Likewise.
10765         (noconfigdirs) [various cases]: Likewise.
10766         (host_libs): Added intl.
10767
10768 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
10769
10770         * configure: Do not disable building gdbtk for cygwin32 hosts.
10771
10772 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
10773
10774         * configure.in: Add thumb-coff target.
10775         * config.sub: Add thumb-coff target.
10776
10777 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10778
10779         * Makefile.in: Revert yesterday's change.
10780         (all-target-winsup):  all-target-librx stays out of here.
10781
10782 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10783
10784         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10785         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10786         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10787         Remove references to librx and libg++.
10788
10789 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
10790
10791         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10792         recursive makes
10793
10794 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
10795
10796         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10797         for newlib directory.
10798         (CXX_FOR_TARGET): Likewise.
10799
10800 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
10801
10802         * ltconfig: Update after libtool/ltconfig.in change for
10803         hpux11.
10804
10805 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
10806
10807         * ltconfig, ltmain.sh: Update to libtool 1.2.
10808
10809 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10810
10811         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10812         (install-gcc-cross): Instead, override LANGUAGES here.
10813
10814 1998-03-18  Dave Love  <d.love@dl.ac.uk>
10815
10816         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10817         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10818
10819 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
10820
10821         * configure.in: Add Thumb-pe target.
10822
10823 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
10824
10825         * Makefile.in - changed sn targets to snavigator
10826         * configure.in - changed sn targets to snavigator
10827
10828 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10829
10830         * config-ml.in: After building symlink tree call make distclean
10831         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10832         to be the case for libiberty.
10833
10834 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
10835
10836         * configure: When making link, also check the current
10837         directory. The configure scripts may create one.
10838
10839 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
10840
10841         * config.sub: Accept alphapca56 and alphaev6 properly.
10842
10843 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10844
10845         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10846
10847 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10848
10849         * config.sub (sco5): Fix typo.
10850
10851 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
10852
10853         * Makefile.in (INSTALL_MODULES): Move install-tcl before
10854         install-itcl.
10855         (install-itcl): Remove dependency on install-tcl.
10856
10857 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
10858
10859         * configure.in: Remove libgloss from noconfigdirs for MN10300.
10860
10861 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
10862
10863         * configure.in: Don't build libgui for a cygwin32 target when not on
10864         a cygwin32 host.
10865
10866 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10867
10868         * configure (redirect): Set to null, so default behavior of
10869         configure is now --verbose.
10870
10871 1998-02-16  Dave Love  <d.love@dl.ac.uk>
10872
10873         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10874         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10875
10876 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
10877
10878         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10879         this change to sync Makefile.in with its ChangeLog entries.
10880
10881 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
10882
10883         * ltmain.sh (mkdir): Check that the directory doesn't exist
10884         before we exit with error, so that we don't get races during
10885         parallel builds.
10886
10887 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10888
10889         * ltconfig, ltmain.sh: Update from libtool 1.0i.
10890
10891 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10892
10893         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10894         PICFLAG_FOR_TARGET.
10895         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10896
10897         * configure: Emit a definition for the new macro enable_shared
10898         into each Makefile.
10899
10900 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10901
10902         * configure.in (host_tools, native_only): Add libtool.
10903
10904 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
10905
10906         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10907         Fix typo in ming config comment.
10908
10909 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10910
10911         * ltconfig, ltmain.sh: Update from libtool 1.0h.
10912
10913 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
10914
10915         * config.sub: Add tic30 cases, and map c30 to tic30.
10916
10917 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
10918
10919         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10920         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10921         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10922         (CLEAN_TARGET_MODULES): Similarly
10923         (all-target-libf2c): Add dependences.
10924         * configure.in (target_libs): Add libf2c.
10925
10926 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
10927
10928         * configure.in: Remove expect from noconfigdirs when target
10929         is cygwin32.  OK to build expect and dejagnu with Canadian
10930         Cross.
10931
10932 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
10933
10934         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10935         host.
10936
10937         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10938         and mingw32.
10939
10940 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10941
10942         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10943         here as it is not defined in the toplevel Makefile.
10944
10945 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10946
10947         * configure (package_makefile_rules_frag): New variable, which names
10948         a file with generic rules, ...
10949         Change comment to mention we now have FIVE parts.
10950         * configure: Undo last change.
10951
10952 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
10953
10954         * config.guess: More accurate determination of HP processor types.
10955         * config.sub: More accurate determination of HP processor types.
10956
10957 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10958
10959         * configure (package_makefile_frag): Move inserting the
10960         ${package_makefile_frag} to where it should be according
10961         to the comment.
10962
10963 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
10964
10965         * config.guess: Add support for Linux/ARM.
10966
10967 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
10968
10969         * .cvsignore: Remove *-info and *-install since they match
10970         release-info and mpw-install, which we don't want to just ignore.
10971
10972 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
10973
10974         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10975
10976 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
10977
10978         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10979         local_prefix to sub-make invocations.
10980
10981 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
10982
10983         * configure.in: Check makefile fragments in the source
10984         directory.
10985
10986 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10987
10988         * configure.in: Check whether host and target makefile
10989         fragments exist before adding them to *_makefile_frag.
10990
10991 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
10992
10993         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10994
10995 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
10996
10997         * configure.in: Make sure we only replace RPATH_ENVVAR on
10998         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10999         regexp to sed.
11000
11001         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11002         to sub-makes.
11003
11004 1998-01-13  Lee Iverson   (leei@ai.sri.com)
11005
11006         * config-ml.in (multi-do): LDFLAGS must include multilib
11007         designator.
11008
11009 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
11010
11011         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11012
11013 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
11014
11015         * config.sub: Add mingw32 support.
11016         * configure.in: Likewise.
11017
11018 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11019
11020         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11021
11022 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
11023
11024         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11025         * configure (gxx_include_dir): Provide a definition for subdirs
11026         which do not use autoconf.
11027
11028 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
11029
11030         * config.guess: Sync with egcs.  Picks up new alpha support,
11031         BeOS & some additional linux support.
11032
11033 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
11034
11035         * config.guess: HP 9000/803 is a PA1.1 machine.
11036
11037 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
11038
11039         * configure.in: It's alpha*-...
11040
11041 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11042
11043         * configure.in (host_makefile_frag, target_makefile_frag):
11044         Handle multiple config files.
11045         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11046         alpha-*-*.
11047
11048 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
11049
11050         * mkdep: New file.
11051
11052 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
11053
11054         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11055
11056 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11057
11058         * Makefile.in: Add libgui directory.
11059         (GDB_TK): Add all-libgui.
11060         * configure.in: Add libgui directory.
11061         * configure: Add all-libgui to GDB_TK.
11062
11063 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
11064
11065         * config-ml.in (multidirs): Add m32r to multilib list.
11066
11067 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
11068
11069         * Makefile.in (all-target-gperf): Change dependency to
11070         all-target-libstdc++.
11071
11072 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
11073
11074         * config.guess: Add BeOS support.
11075
11076 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11077
11078         Source directory cvs renamed to cvssrc:
11079         * configure.in (host_tools): Change cvs to cvssrc.
11080         (native_only): Likewise.
11081         (noconfigdirs) [various cases]: Likewise.
11082         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11083         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11084         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11085         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11086         (all-cvssrc): Rename target from all-cvs.
11087
11088 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
11089
11090         * configure (gxx_include_dir): Fix thinko.
11091
11092 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
11093
11094         * Makefile.in (INSTALL_TARGET_CROSS): Define.
11095         (install-cross, install-gcc-cross): New targets.
11096
11097 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
11098
11099         * configure.in (noconfigdirs): Add support for Thumb target.
11100
11101         * config.sub (maybe_os): Add support for Thumb target.
11102
11103 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
11104
11105         * Makefile.in: Add rules for cygmon.
11106
11107         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11108
11109 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
11110
11111         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11112         * configure (gxx_include_dir): Provide a definition for subdirs
11113         which do not use autoconf.
11114
11115 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
11116
11117         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11118         11/18/97 build
11119
11120 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
11121
11122         * From Franz Sirl.
11123         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11124         found on RedHat Linux systems.
11125
11126 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
11127
11128         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11129         guesses.
11130
11131 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
11132
11133         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11134
11135 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
11136
11137         * ltmain.sh: If mkdir fails, check whether the directory was created
11138         anyhow by some other process.
11139
11140 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
11141
11142         * configure.in (d30v-*-*): Configure all directories.
11143
11144 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
11145
11146         * configure.in (d30v-*-*): Configure newlib, libiberty directories
11147         for the D30V.
11148
11149 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
11150
11151         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11152
11153 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
11154
11155         * include/libiberty.h: Add extern "C" { so it can be used with C++
11156         progrms.
11157         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
11158         programs.
11159
11160 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
11161
11162         * configure.in (d30v-*-*): Configure GCC now.
11163
11164 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
11165
11166         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11167         is no longer needed.
11168
11169 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
11170
11171         * Makefile.in: check-target-libio depends on all-target-libstdc++.
11172
11173 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
11174
11175         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11176         targets using "$@" to provide support for similar but not identical
11177         targets without having to duplicate code.
11178
11179 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
11180
11181         * makefile.vms: Fix to work with DEC C.
11182
11183 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
11184
11185         * config.sub: Add mips-tx39-elf to marketing names.
11186
11187 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
11188
11189         * ltmain.sh: Handle symlinks in generated script.
11190
11191 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
11192
11193         * configure: Handle autoconf style directory options: --bindir,
11194         --datadir, --includedir, --infodir, --libdir, --libexecdir,
11195         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11196         --sysconfdir.
11197         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11198         (sharedstatedir, localstatedir, oldincludedir): New variables.
11199         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11200         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11201         sbindir, sharedstatedir, and sysconfdir.
11202
11203 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11204
11205         * Makefile.in (bootstrap-lean): New target.
11206
11207 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
11208
11209         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
11210         sn, and gnuserv from noconfigdirs.
11211
11212 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
11213
11214         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11215
11216 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
11217
11218         * Makefile.in (cross): New target.
11219
11220 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
11221                           Jeff Law         <law@cygnus.com>
11222
11223         * Makefile.in (bootstrap2, bootstrap3): New targets.
11224         (all-bootstrap): Remove outdated and confusing target.
11225         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11226
11227 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11228
11229         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11230         windows.  Consistent with gdb/configure.
11231
11232 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
11233
11234         * configure.in: Name Linux target fragment.
11235
11236         * configure: Rewrite so that project Makefile fragment is inserted
11237         first and appears last in the resulting Makefile.
11238
11239 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11240
11241         * Makefile.in (install-itcl): Install tcl first.
11242
11243 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
11244
11245         * configure.in: remove bison from noconfigdirs for Cygwin32 host
11246
11247 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11248
11249         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11250
11251         * configure.in (skipdirs): Add target-librx for Linux.
11252         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11253
11254 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
11255
11256         * Makefile.in (bootstrap): New target.
11257
11258 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
11259
11260         * config.sub: Accept 'amigados' for backward compatibility.
11261
11262 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
11263
11264         * config.guess: Merge with FSF.
11265
11266 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
11267
11268         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11269
11270 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
11271
11272         * config.sub: Add "marketing-names" patch.
11273
11274 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
11275
11276         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11277
11278 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
11279
11280         * config.sub: Handle v850-elf.
11281
11282 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
11283
11284         * .cvsignore (*-install): Remove.
11285
11286 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
11287
11288         * ltconfig: Set CONFIG_SHELL in libtool.
11289         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11290
11291 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11292
11293         * configure.in (target_subdir): Set to libraries if enable_multilib.
11294
11295 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
11296
11297         * config.guess: Update from gcc directory.
11298
11299 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11300
11301         * Makefile.in (all-sim): Depends on all-readline.
11302
11303 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
11304
11305         * Makefile.in (BISON, YACC): Use $$s.
11306         (all-bison): Depend on all-texinfo.
11307
11308 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
11309
11310         * Makefile.in (BISON): Add -L flag.
11311         (YACC): Likewise.
11312
11313 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11314
11315         * configure.in (noconfigdirs): Add support for v850e target.
11316
11317         * config.sub (maybe_os): Add support for v850e target.
11318
11319 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11320
11321         * configure.in (noconfigdirs): Add support for v850ea target.
11322
11323         * config.sub (maybe_os): Add support for v850ea target.
11324
11325 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
11326
11327         * config.sub: Add mipstx39.  Delete r3900.
11328
11329 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11330
11331         * Makefile.in (all-autoconf): Depends on all-texinfo.
11332
11333 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
11334
11335         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11336         eabi targets.
11337
11338 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
11339
11340         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11341
11342         * configure: When handling a Canadian Cross, handle YACC as well as
11343         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
11344         * Makefile.in (all-bison): Depend upon all-texinfo.
11345
11346 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
11347
11348         * Makefile.in (BISON): bison, not byacc or bison -y.
11349         (YACC): bison -y or byacc or yacc.
11350         (various): Add *-bison as appropriate.
11351         (taz): No need to mess with BISON anymore.
11352
11353 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
11354
11355         * configure: If OSTYPE matches *win32*, try to find a good value for
11356         CONFIG_SHELL.
11357
11358 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
11359
11360         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11361         configure.in if it is present.
11362
11363 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
11364
11365         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11366
11367 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
11368
11369         * config.sub: Recognize `arc' cpu.
11370         * configure.in: Likewise.
11371         * config-ml.in: Likewise.
11372
11373 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
11374
11375         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11376
11377 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
11378
11379         * configure: Changed sed delimiter from ':' to '|' when
11380         attempting to substitute ${config_shell} for SHELL. On
11381         NT ${config_shell} may contain a ':' in it.
11382
11383 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
11384
11385         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11386
11387 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
11388
11389         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11390
11391 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11392
11393         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11394
11395         * ylwrap: If the program is a relative path, force it to be
11396         absolute.
11397
11398 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11399
11400         * configure (tooldir): Set BISON to `bison -y' and not just bison.
11401
11402 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11403
11404         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11405         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11406         for libraries.
11407
11408 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
11409
11410         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11411         separated by spaces.
11412
11413 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
11414
11415         * ylwrap: New file.
11416         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11417
11418         * ltmain.sh: Handle /bin/sh at start of install program.
11419
11420         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11421
11422         * ltconfig, ltmain.sh: New files, from libtool 1.0.
11423         * missing: New file, from automake 1.2.
11424
11425 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
11426
11427         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
11428         check-tk to CHECK_X11_MODULES.
11429
11430 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11431
11432         * config.sub: Merge with FSF.
11433
11434 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11435
11436         * config.guess: Merge with FSF.
11437
11438 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11439
11440         * configure: Treat msdosdjgpp like go32.
11441         * configure.in: Likewise.  Don't remove gprof for go32.
11442
11443         * configure: Change Makefile.tem2 to Makefile.tm2.
11444
11445 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
11446
11447         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11448
11449 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11450
11451         * install-sh (chmodcmd): Set to null if the DST directory already
11452         exists.  Same as Nov 11th change.
11453
11454 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
11455
11456         * configure (GDB_TK): Needs itcl and tix.
11457
11458 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
11459
11460         * config.guess: Update from FSF.
11461
11462 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
11463
11464         * Makefile.in (GDB_TK): Depend on itcl and tix.
11465
11466 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11467
11468         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11469         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11470         (INSTALL_SCRIPT): New variable.
11471         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11472         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11473         to -x.
11474         * install-sh: Add support for -x option.
11475
11476 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
11477
11478         * configure.in, Makefile.in: Treat tix like itcl.
11479
11480 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
11481
11482         * Makefile.in (WINDRES): New variable.
11483         (WINDRES_FOR_TARGET): New variable.
11484         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11485         (EXTRA_HOST_FLAGS): Add WINDRES.
11486         (EXTRA_TARGET_FLAGS): Add WINDRES.
11487         (EXTRA_GCC_FLAGS): Add WINDRES.
11488         ($(DO_X)): Pass down WINDRES.
11489         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11490         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11491         DLLTOOL_FOR_TARGET.
11492
11493 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
11494
11495         * configure.in: configure sim before gdb for win32-x-ppc
11496
11497 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11498
11499         Move gperf into the toplevel, from libg++.
11500         * configure.in (target_tools): Add target-gperf.
11501         (native_only): Add target-gperf.
11502         * Makefile.in (all-target-gperf): New target, depend on
11503         all-target-libg++.
11504         (configure-target-gperf): Empty rule.
11505         (ALL_TARGET_MODULES): Add all-target-gperf.
11506         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11507         (CHECK_TARGET_MODULES): Add check-target-gperf.
11508         (INSTALL_TARGET_MODULES): Add install-target-gperf.
11509         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11510
11511 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
11512
11513         * config.sub (mn10200): Recognize new basic machine.
11514
11515 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11516
11517         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11518         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11519
11520 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11521
11522         * configure.in: If we're building mips-sgi-irix6* native, turn on
11523         ENABLE_MULTILIB and set TARGET_SUBDIR.
11524
11525 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
11526
11527         * Makefile.in (all-sn): Depend on all-grep.
11528
11529 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
11530
11531         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11532
11533         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11534         Makefile.  From Jeff Makey <jeff@cts.com>.
11535         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11536
11537         * Makefile.in (DISTBISONFILES): Remove.
11538         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
11539         $(DEFAULT_YACC).
11540
11541         * configure.in: Build itl, db, sn, etc., when building for native
11542         cygwin32.
11543
11544         * Makefile.in (LD): New variable.
11545         (EXTRA_HOST_FLAGS): Pass down LD.
11546         ($(DO_X)): Likewise.
11547
11548 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
11549
11550         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11551
11552 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
11553
11554         * configure.in (targargs): Strip out any supplied --build argument
11555         before adding our own. Always add --build.
11556
11557 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
11558
11559         * configure.in (targargs): Pass --build if we're doing
11560         a cross-compile.
11561
11562 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
11563
11564         * configure: Use '|' instead of ":" as the separator in
11565         sed. Otherwise sed chokes on NT path names with drive
11566         designators. Also look for "?:*" as the leading characters in an
11567         absolute pathname.
11568
11569 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
11570
11571         * config.sub: Support for r3900.
11572
11573 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11574
11575         * configure.in: Use install-sh, not install.sh.
11576
11577 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11578
11579         * Makefile.in (taz): Improve check for BISON so it doesn't try to
11580         apply it twice.
11581
11582 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11583
11584         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11585         install-binutils.
11586
11587 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
11588
11589         * Makefile.in: Add automake targets.
11590         * configure.in (host_tools): Add automake.
11591
11592 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11593
11594         * configure: Default CXX to c++, not gcc.
11595         * Makefile.in (CXX): Set to c++, not gcc.
11596         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11597
11598 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
11599
11600         * install-sh: try appending a .exe if source file doesn't
11601         exist
11602
11603 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
11604
11605         * configure.in: Turn on multilib by default.
11606         (cross_only): Remove target-libiberty.
11607
11608         * Makefile.in (all-gcc): Don't depend on libiberty.
11609
11610 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
11611
11612         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11613
11614 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11615
11616         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11617         (DISTBISONFILES): Add ld/Makefile.in
11618
11619 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
11620
11621         * configure.in: if target is cygwin32 but host isn't cygwin32,
11622         don't configure gdb tcl tk expect, not just gdb.
11623
11624 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
11625
11626         * configure.in: Added gnuserv everywhere sn appears.
11627
11628         * Makefile.in (ALL_MODULES): Added all-gnuserv.
11629         (CROSS_CHECK_MODULES): Added check-gnuserv.
11630         (INSTALL_MODULES): Added install-gnuserv.
11631         (CLEAN_MODULES): Added clean-gnuserv.
11632         (all-gnuserv): New target.
11633
11634 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
11635
11636         * config.guess: Fixes for MIPS OpenBSD systems.
11637
11638 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11639
11640         * Makefile.in (INSTALL_XFORM): Remove.
11641         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11642
11643         * mkinstalldirs: New file, copied from automake.
11644         * Makefile.in (installdirs): Rename from install-dirs.  Use
11645         mkinstalldirs.  Change all users.
11646         (DEVO_SUPPORT): Add mkinstalldirs.
11647
11648 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11649
11650         * install-sh: Rename from install.sh.
11651         * Makefile.in (INSTALL): Change install.sh to install-sh.
11652         (DEVO_SUPPORT): Likewise.
11653
11654         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
11655         Graichen <graichen@rzpd.de>.
11656
11657 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
11658
11659         * config.guess: Recognize OpenBSD systems correctly.
11660
11661 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11662
11663         * README, Makefile.in (ETC_SUPPORT): Remove references to
11664         cfg-paper*, configure.{texi,man,info*}._
11665
11666 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
11667
11668         * Makefile.in (all.normal): Ensure that gcc is built after all
11669         the x11 - ie gdb - targets.
11670
11671 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
11672
11673         * makefile.vms: Don't run conf-a-gas.
11674
11675 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
11676
11677         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11678
11679 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
11680
11681         * configure.in: Remove noconfigdirs case since gdb also
11682         configures and builds for tic80-coff.
11683
11684 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11685
11686         * configure: Set cache_file to config.cache.
11687         * Makefile.in (local-distclean): Remove config.cache.
11688
11689 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11690
11691         * COPYING: Update FSF address.
11692
11693 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
11694
11695         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11696         noconfigdirs.
11697
11698 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11699
11700         * Makefile.in (install-dirs): Don't crash if prefix, and hence
11701         MAKEDIRS, is empty.
11702
11703 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
11704
11705         * config.sub: Tweak mn10300 entry.
11706
11707 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
11708
11709         * configure.in (host_tools): Put sim before gdb, so gdb's
11710         configure.tgt can determine if the simulator was configured.
11711
11712 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
11713
11714         * config.sub: Move BeOS $os case to be with other Cygnus
11715         local cases.
11716
11717 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
11718
11719         * config.sub: Remove misplaced comment that broke Linux.
11720
11721 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
11722
11723         * config.sub: Add BeOS support.
11724
11725 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
11726
11727         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11728
11729 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
11730
11731         * configure.in (noconfigdirs): Remove tcl and tk from
11732         noconfigdirs for cygwin32 builds.
11733
11734 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
11735
11736         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11737
11738 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
11739
11740         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11741         make-all.com, use makefile.vms instead.
11742
11743 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
11744
11745         * config.sub: Accept -lnews*.
11746
11747 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
11748
11749         * configure.in (noconfigdirs): Disable target-newlib,
11750         target-examples and target-libiberty for d30v.
11751
11752 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11753
11754         * configure.in (noconfigdirs): Enable ld for d30v.
11755
11756 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
11757
11758         * configure.in (tic80-*-*): Build compiler.
11759
11760 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
11761
11762         * configure.in (d30v-*): Remove sim directory from list of
11763         unsupported d30v directories
11764
11765 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11766
11767         * config.sub, configure.in: Add d30v target cpu.
11768
11769 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
11770
11771         * makefile.vms: New file.
11772         * make-all.com: Remove.
11773
11774 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
11775
11776         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11777
11778 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
11779
11780         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11781
11782 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
11783
11784         * Makefile.in (ALL_MODULES): Added all-db.
11785         (CROSS_CHECK_MODULES): Addec check-db.
11786         (INSTALL_MODULES): Added install-db.
11787         (CLEAN_MODULES): Added clean-db.
11788
11789 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
11790
11791         * config.guess: Merge with latest FSF sources.
11792
11793 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
11794
11795         * Makefile.in (ALL_MODULES): Added all-itcl.
11796         (CROSS_CHECK_MODULES): Added check-itcl.
11797         (INSTALL_MODULES): Added install-itcl.
11798         (CLEAN_MODULES): Added clean-itcl.
11799
11800 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
11801
11802         * configure.in: build gdb for mn10200
11803
11804 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
11805
11806         * Makefile.in (all-target-winsup): Depend on all-target-libio.
11807
11808 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
11809
11810         * configure.in (tic80-*-*): Turn off most targets right now.
11811
11812 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
11813
11814         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11815         rather than the makeinfo program.
11816         (do-info): Depend upon all-texinfo.
11817
11818 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11819
11820         * configure.in: Remove uses of config/mh-linux.
11821
11822         * config.sub, config.guess: Merge with latest FSF sources.
11823
11824 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
11825
11826         * config.sub (case $basic_machine): Add tic80 entries.
11827
11828 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
11829
11830         * config.sub, config.guess: Merge with latest FSF sources.
11831
11832 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11833
11834         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11835         * mpw-config.in: Test for NewFolderRecursive.
11836         * mpw-install: Use symbolic name for startup filename.
11837         * mpw-README: Add various additional details.
11838
11839 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
11840
11841         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11842
11843 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
11844
11845         * configure.in: Do build gcc and the target libraries for
11846         the mn10200.
11847
11848 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
11849
11850         * configure.in: don't avoid building gdb for mn10300 any more
11851         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11852         instead of single-quoting it.
11853
11854 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
11855
11856         * configure.in: Don't use --with-stabs on IRIX 6.
11857
11858 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
11859
11860         * configure.in (m32r): Build gdb, libg++ now.
11861
11862 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11863
11864         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
11865         directories from noconfigdirs.
11866
11867 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
11868
11869         * config.sub (basic_machine): added mips16 configuration
11870
11871 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11872
11873         * config.sub: Handle d10v-unknown.
11874
11875 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
11876
11877         * config.sub: Handle v850-unknown.
11878
11879 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
11880
11881         * Makefile.in: add findutils
11882         * configure.in: add findutils to list of host_tools
11883
11884 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
11885
11886         * config.sub: Handle mn10200 and mn10300.
11887
11888 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11889
11890         * configure.in (d10v-*): Do not build librx.
11891
11892 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
11893
11894         * configure.in (mn10300): Build everything except gdb & libgloss.
11895
11896 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
11897
11898         * config.guess:  Patch for Dansk Data Elektronik servers,
11899         from Niels Skou Olsen <nso@dde.dk>.
11900
11901         For ncr, use /bin/uname rather than uname, since GNU uname does not
11902         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
11903
11904         Patch for MIPS R4000 running System V,
11905         from Eric S. Raymond <esr@snark.thyrsus.com>.
11906
11907         Fix thinko for nextstep.
11908
11909         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11910
11911         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
11912         * config.guess: Guess mips-dec-mach_bsd4.3.
11913
11914         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
11915         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
11916         release numbers.
11917         * config.guess (mips-mips-riscos*):  Emit just enough of the
11918         release number.
11919
11920         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
11921         * config.guess (sparc-auspex-sunos*):  Added.
11922         (f300-fujitsu-*): Added.
11923
11924         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
11925         * config.guess:  Recognize a Tadpole as a sparc.
11926
11927 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11928
11929         * config.guess: Don't assume that NextStep version is either 2 or
11930         3.  NextStep 4 (aka OpenStep 4) has come out now.
11931
11932 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11933
11934         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11935         From Rik Faith <faith@cs.unc.edu>.
11936
11937 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
11938
11939         * config.sub: Contributions from bug-gnu-utils to:
11940         Support plain "hppa" (no version given) architecture, reported by
11941         OpenStep.
11942         OpenBSD like NetBSD.
11943         LynxOs is not a hardware supplier.
11944
11945         * config.guess: Contributions from bug-gnu-utils to add support for:
11946         OpenBSD like NetBSD.
11947         Stratus systems.
11948         More Pyramid systems.
11949         i[n>4]86 Intel chips.
11950         M680[n>4]0 Motorola chips.
11951         Use unknown instead of lynx for hardware manufacturer.
11952
11953 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11954
11955         * install.sh (chmodcmd): Set to null if the DST directory already
11956         exists.
11957
11958 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11959
11960         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11961         not use mt-ppc target Makefile fragment any more.
11962
11963 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11964
11965         * configure.in (*-*-windows):  Exclude everything but those dirs
11966         needed to build windows.
11967
11968 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
11969
11970         * Makefile.in (all-target-winsup): Depend on all-target-librx.
11971
11972 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11973
11974         * configure.in:  Exclude mmalloc from i386-windows.
11975
11976 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11977
11978         * Undo my previous change.
11979
11980 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
11981
11982         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11983         unconditionally.
11984         (MAKEOVERRIDES): Define (revert this part of October 18 change).
11985
11986 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11987
11988         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
11989         host to add it's own flags.
11990
11991 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
11992
11993         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11994
11995 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
11996
11997         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11998         (CXX_FOR_TARGET): Likewise.
11999         (GCC_FOR_TARGET): Define.
12000         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12001         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12002         CC_FOR_TARGET was specified on the command line.
12003         (MAKEOVERRIDES): Don't define.
12004
12005 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
12006
12007         * configure.in (m32r): Fix spelling of libg++ libs.
12008
12009 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
12010
12011         * config.sub (-apple*): Remove, now redundant.
12012
12013 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
12014
12015         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12016
12017         * configure: Rework yesterday's sed script patch.
12018
12019         * config.sub: Merge with FSF.
12020
12021 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
12022
12023         * config.guess:  Merge from FSF.
12024
12025         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
12026         * config.guess: Use pc instead of unknown, for pc clone systems.
12027         Change linux to linux-gnu.
12028
12029         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12030         * config.guess: Avoid non-portable tr syntax.
12031
12032 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
12033
12034         * test-build.mk (HOLES): Add "xargs" for gdb.
12035
12036         * configure: Avoid hpux10.20 sed bug.
12037
12038 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
12039
12040         * configure.in:  Add support for windows host
12041         (that is a build done under the Microsoft build environment).
12042
12043 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
12044
12045         * Makefile.in: Replace all uses of srcroot with s, to shrink
12046         command line lengths.
12047
12048         Patches from Geoffrey Noer <noer@cygnus.com>:
12049         * configure.in: If configuring for newlib, pass --with-newlib to
12050         subdirectories.
12051         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12052         -Bnewlib/ and -Lwinsup to gcc.
12053         (CXX_FOR_TARGET): Likewise.
12054
12055 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12056
12057         * Makefile.in (ETC_SUPPORT): Add configure.
12058
12059 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
12060
12061         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12062         host configuration file.
12063
12064 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
12065
12066         * configure.in: Break mn10x00 support into separate
12067         mn10200 and mn10300 configurations.
12068         * config.sub: Likewise.
12069
12070 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
12071
12072         * configure.in: Add lots of stuff to noconfigdirs for
12073         the mn10x00 targets.
12074
12075         * config.sub, configure.in: Add mn10x00 support.
12076
12077 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
12078
12079         * make-all.com: Call conf-a-gas, not config-a-gas.
12080
12081 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
12082
12083         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12084         targets.
12085
12086 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
12087
12088         * mpw-README: Add much more detail for native PowerMac.
12089         * mpw-install: New file.
12090         * mpw-configure: Add --norecursion and --help options.
12091         * mpw-config.in: Translate readme and install files when
12092         copying to objdir.
12093         * mpw-build.in: Don't always depend on byacc and flex.
12094         (install-only-top): New action.
12095
12096 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
12097
12098         * configure.in:  You can now configure GDB for the v850.
12099
12100 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
12101
12102         * configure.in (noconfigdirs): Don't configure any C++ dirs
12103         if targeting D10V.
12104
12105 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12106
12107         * config.sub: Recognize mips64vr5000.
12108
12109 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
12110
12111         * configure.in: Use a single line for host_tools and native_only.
12112
12113 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
12114
12115         * config.sub, configure.in: Add entries for m32r.
12116
12117 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
12118
12119         * Makefile.in (inet-install): Don't run install-gzip.
12120
12121 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
12122
12123         * configure.in:  Don't config lots of things for *-*-windows*.
12124
12125 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
12126
12127         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12128         (host_libs, host_tools): Copy from configure.in.
12129         * mpw-configure: Don't complain about directories not found.
12130
12131 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12132
12133         * configure.in (i[345]86): Recognize i686 for pentium pro.
12134         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12135         file.
12136
12137         * config.guess (i[345]86): Ditto.
12138
12139 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12140
12141         * configure.in (noconfigdirs): Removed gdb for D10V.
12142
12143 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
12144
12145         * configure.in: Remove ld, target-libio, target-libg++, and
12146         target-libstdc++ from noconfigdirs.
12147
12148 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
12149
12150         * configure: Fix three locations where shell scripts were
12151         being run directly rather than with config_shell.
12152
12153 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
12154
12155         * configure.in (v850-*-*): Set up initial $noconfigdirs.
12156         * config.sub (basic_machine): Recognize v850.
12157
12158 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
12159
12160         * mpw-configure: Handle multiple enable/disable options and
12161         pass them down recursively, handle -c and -s flags appropriately
12162         depending on choice of compiler, add escape mechanism for
12163         quoted arguments to gC.
12164
12165 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12166
12167         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12168         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12169         so that -mrelocatable-lib and -mno-eabi are used.
12170
12171         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12172         not support --print-multi-lib, don't abort.
12173
12174 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
12175
12176         * make-all.com: Run config-a-gas.
12177         * setup.com: Don't copy subdirectory files around.
12178
12179 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
12180
12181         * configure.in (*-*-ose): Remove exclusion of libgloss for this
12182         target, it now compiles correctly.
12183
12184 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
12185
12186         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12187
12188 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12189
12190         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12191
12192 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12193
12194         * configure.in (native_only): Add prms.
12195
12196 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
12197
12198         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12199         (BINUTILS_SUPPORT_DIRS): Likewise.
12200
12201 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12202
12203         * configure.in (d10v-*-*): Don't configure ld or gdb until the
12204         d10v support is added.
12205
12206 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12207
12208         * configure.in (d10v-*-*): New target.
12209
12210 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
12211
12212         * config.guess (HP 9000/811): Recognize this as a PA1.1
12213         machine.
12214
12215 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
12216
12217         * Makefile.in (do-tar-gz): New target, split out from tail end of
12218         taz target.  Run each command separately, don't use pipes.
12219         (taz): Use it.
12220
12221 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
12222
12223         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12224         * mpw-build.in: No builds should depend on building byacc or flex,
12225         they are assumed to be installed already.
12226
12227 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12228
12229         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12230         variable that CC_FOR_TARGET needs.
12231
12232 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12233
12234         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12235         options have changed since the last time the subdirectory was
12236         configured, and if it has, reconfigure.
12237         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12238         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12239
12240 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
12241
12242         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12243         CLEAN_MODULES): Add bash.
12244         (all-bash): New target.
12245
12246 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
12247
12248         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12249
12250 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12251
12252         * config.sub (basic_machine): Recognize d10v as a valid processor.
12253
12254 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
12255
12256         * mpw-configure: Add support for --bindir.
12257         * mpw-build.in: Use a GCC-specific build script for GCC actions.
12258
12259 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
12260
12261         * configure.in: add bash, time, gawk to list of hosttools and things
12262         to only build for native toolchains
12263
12264 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12265
12266         * Makefile.in (docdir): Remove.
12267
12268 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12269
12270         * Makefile.in (datadir): Set to $(prefix)/share.
12271
12272 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
12273
12274         * configure.in: build diff and patch for cygwin32-hosted
12275         toolchains.
12276
12277 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
12278
12279         * config.sub: Accept -rtems*.
12280
12281 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
12282
12283         * configure.in: enable dosrel for cygwin32-hosted builds,
12284                 remove diff from the list of things not buildable
12285                 via Canadian Cross
12286
12287 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
12288
12289         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12290         don't get ". ".
12291
12292 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
12293
12294         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12295
12296 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
12297
12298         * Makefile.in (taz): Handle case where tex3patch didn't even get
12299         checked out.  Also, if it was found, put the symlink in a new util
12300         subdirectory.
12301
12302 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12303
12304         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12305
12306 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
12307
12308         * config.sub: Recognize -openvms.
12309         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12310         * make-all.com, setup.com: New files.
12311
12312 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12313
12314         * Makefile.in (taz): tex3patch moved to texinfo/util.
12315
12316 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
12317
12318         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12319         * configure.in: remove make from disable-if-Can-Cross list
12320                 enable gdb if ${host} and ${target} are cygwin32
12321
12322 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
12323
12324         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
12325         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12326
12327 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12328
12329         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
12330         distinguish sysv/svr4/bsd variants.
12331         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12332
12333 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
12334
12335         * configure.in: Added copyright notice.
12336         * move-if-change: Added copyright notice.
12337
12338 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12339
12340         * configure.in (powerpcle-*-solaris*): Until we get shared
12341         libraries working, don't build gdb, sim, make, tcl, tk, or
12342         expect.
12343
12344 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
12345
12346         * config.guess:  Merge with FSF:
12347
12348         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12349         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12350
12351         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
12352         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12353
12354         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
12355         * config.guess:  Combine two OSF1 rules.
12356         Also recognize field test versions.  From mjr@zk3.dec.com.
12357         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
12358         because GNU uname does not support -p.  From pmr@pajato.com.
12359
12360 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
12361
12362         * Makefile.in (MAKEDIRS): Removed $(tooldir).
12363
12364 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
12365
12366         * mpw-README: Document GCCIncludes.
12367
12368 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
12369
12370         * configure.in (alpha-*-linux*): Set enable_shared to yes.
12371
12372 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12373
12374         * mpw-configure: Handle --enable-FOO and --disable-FOO.
12375
12376 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
12377
12378         * configure.in (*-*-cygwin32): Configure make.
12379
12380 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
12381
12382         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12383
12384 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
12385
12386         * Makefile.in (all-inet): Depend on all-perl.
12387
12388         * Makefile.in (inet-install): New target.
12389
12390         * Makefile.in (all-inet): Depend on all-tcl.
12391         (all-inet): Depend on all-send-pr.
12392
12393 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12394
12395         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12396         temporarily.
12397
12398 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
12399
12400         * configure.in: Don't configure --with-gnu-ld on AIX.
12401
12402 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12403
12404         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12405
12406 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
12407
12408         * Makefile.in (ALL_MODULES): Added all-inet.
12409         (CROSS_CHECK_MODULES): Added check-inet.
12410         (INSTALL_MODULES): Added install-inet.
12411         (CLEAN_MODULES): Added clean-inet.
12412         (all-indent): New target.
12413
12414         * configure.in (host_tools): Added inet.
12415         (native_only): Added inet.
12416         (noconfigdirs): Added inet.
12417
12418 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
12419
12420         * configure.in: Don't configure libgloss if we are not configuring
12421         newlib.
12422
12423 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
12424
12425         * configure.in: Don't configure libgloss for unsupported
12426         architectures.
12427
12428 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12429
12430         * Makefile.in (CLEAN_MODULES): Add clean-apache.
12431
12432 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
12433
12434         * Makefile.in (ALL_MODULES): Include all-apache.
12435         (CROSS_CHECK_MODULES): Include check-apache.
12436         (INSTALL_MODULES): Include install-apache.
12437         (all-apache): New target.
12438
12439         * configure.in: Added apache everywhere perl is seen.
12440
12441 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12442
12443         * Makefile.in: Add support for clean-{module} and
12444         clean-target-{module} rules.
12445
12446 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
12447
12448         * configure.in (*-*-ose) do not build libgloss.
12449
12450 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12451
12452         * config.guess (prep*:SunOS:5.*:*): Turn into
12453         powerpele-unknown-solaris2.
12454
12455 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
12456
12457         * configure.in: Permit --enable-shared to specify a list of
12458         directories.
12459
12460 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12461
12462         * configure.in (host==solaris): Pass only the first word of $CC
12463         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12464
12465 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12466
12467         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12468
12469 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
12470
12471         * Makefile.in (ALL_MODULES): Include all-perl.
12472         (CROSS_CHECK_MODULES): Include check-perl.
12473         (INSTALL_MODULES): Include install-perl.
12474         (ALL_X11_MODULES): Include all-guile.
12475         (CHECK_X11_MODULES): Include check-guile.
12476         (INSTALL_X11_MODULES): Include install-guile.
12477         (all-perl): New target.
12478         (all-guile): New target.
12479
12480         * configure.in (host_tools): Include perl and guile.
12481         (native_only): Include perl and guile.
12482         (noconfigdirs): Don't build guile and perl; no ports have been
12483         done.
12484
12485 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
12486
12487         * configure (--enable-*): Handle quoted option lists such as
12488         --enable-sim-cflags='-g0 -O' better.
12489
12490 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12491
12492         * Makefile.in ({,inst}all-target): New rule so we can make and
12493         install all of the target directories easily.
12494
12495 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12496
12497         * configure.in: Add missing global flag in sed substitution when
12498         deleting `target-' from ${configdirs}.
12499
12500 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
12501
12502         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12503         option.
12504
12505         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12506         config/mh-necv4.
12507
12508         * install.sh: Correct misspelling of transformbasename.
12509
12510         * config.guess: Recognize mips-*-sysv*.
12511
12512 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
12513
12514         * config.sub: Recognize mon960.
12515
12516 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
12517
12518         * configure: Restore Canadian Cross handling of BISON and LEX,
12519         removed in Feb 20 change.
12520
12521 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
12522
12523         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12524         Mention make install.  Remove the old copyright date as well the
12525         clumsy and rather pointless copyright on the README file.
12526
12527 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12528
12529         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12530         Makefile after running symlink-tree, then run `make distclean' to
12531         avoid clobbering any generated files in srcdir.
12532
12533 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
12534
12535         * configure.in (m68k-*-netbsd*): Build everything now.
12536
12537 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12538
12539         * Makefile.in (taz): Fix quoting.
12540
12541 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
12542
12543         * configure.in (sparclet-*-*): Build everything now.
12544
12545 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12546
12547         * configure.in (m68k-*-linux*): New host.
12548
12549 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
12550
12551         * configure: Check for bison before byacc.
12552
12553 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
12554
12555         * Makefile.in configure:  Change the way LEX and BISON/YACC are
12556         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
12557         searching PATH.  These are used as fallbacks by Makefile.in if
12558         flex/bison/byacc aren't in objdir.
12559
12560 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
12561
12562         * Makefile.in: Make everything which depends upon all-bfd also
12563         depend upon all-opcodes, in case --with-commonbfdlib is used.
12564
12565 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12566
12567         * configure.in (host *-*-cygwin32): Don't build gdb if we are
12568         building NT native compilers on Unix.
12569
12570 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
12571
12572         * configure.in: Don't get CC from the host Makefile fragment if we
12573         can find gcc in PATH, or if this is a Canadian Cross.  Move the
12574         Solaris test for /usr/ucb/cc to the post target script, just after
12575         the compiler sanity test.
12576
12577 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
12578
12579         * config.sub: Merge with FSF.
12580
12581 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
12582
12583         * Makefile.in (RPATH_ENVVAR): New variable.
12584         (REALLY_SET_LIB_PATH): Use it.
12585         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12586
12587 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
12588
12589         * config.sub, configure.in: Recognize sparclet cpu.
12590
12591 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12592
12593         * config.guess:  Support m68k-cbm-sysv4.
12594
12595 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12596
12597         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12598         m68k-unknown-linuxaout from linker help string.  Put quotes around
12599         $ld_help_string.
12600
12601 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
12602
12603         * config.guess (powerpc-harris-powerunix): Add guess for port
12604         to new target.
12605
12606 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12607
12608         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12609
12610 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
12611
12612         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12613         $(REALLY_SET_LIB_PATH) in Makefile.
12614         * Makefile.in (SET_LIB_PATH): New variable.
12615         (REALLY_SET_LIB_PATH): New variable.
12616         ($(DO_X)): Use $(SET_LIB_PATH).
12617         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12618         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12619         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12620         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12621         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12622         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12623         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12624         (install-dosrel): Likewise.
12625         (all-opcodes): Depend upon all-libiberty.
12626
12627 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12628
12629         * config.guess (*:CYGWIN*): New
12630
12631 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12632
12633         * Makefile.in (all-target-winsup): All all-target-libiberty.
12634
12635 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12636
12637         * configure.in (noconfigdirs): Add missing # in front of comment.
12638
12639 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
12640
12641         * configure.in: add second pass to things added to noconfigdirs
12642         so *-gm-magic can exclude libgloss properly.
12643
12644 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
12645
12646         * mpw-configure (extralibs_name, rez_name): Set correctly
12647         for MWC68K compiler.
12648
12649         * mpw-README: Add more info on the necessary build tools.
12650
12651 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12652
12653         * configure.in, config.sub: Recognize cygwin32.
12654
12655 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
12656
12657         * config.guess, config.sub: Recognize A/UX.
12658
12659 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
12660
12661         * config.sub: Merge with gcc/config.sub.
12662
12663 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
12664
12665         * mpw-build.in (do-binutils): Add build of stamps.
12666
12667 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
12668
12669         * config.sub: Add recognition for mips64vr4100*-* targets.
12670
12671 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12672
12673         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12674         Add creation of gconfigargs with `--enable-shared' turned on.
12675         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12676         ($(host)-stamp-stage3-configured): Likewise.
12677         (HOLES): Add chatr and ldd.
12678         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12679
12680 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
12681
12682         * configure: Pass --nfp to recursive configures.
12683
12684 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12685
12686         * Makefile.in (DLLTOOL): New.
12687         (DLLTOOL_FOR_TARGET): New.
12688         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12689         (EXTRA_TARGET_FLAGS): Ditto.
12690         (EXTRA_GCC_FLAGS): Ditto.
12691         (CONFIGURE_TARGET_MODULES): Ditto.
12692         (DO_X): Ditto.
12693         * configure: Add DLLTOOL.
12694
12695 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
12696
12697         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12698         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12699         mh-sco, since old workarounds no longer needed, and don't
12700         build ld, since libraries have weak symbols in COFF.
12701
12702 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
12703
12704         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12705
12706 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12707
12708         * configure.in: Make sure that ${CC} can be used to compile an
12709         executable.
12710
12711 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12712
12713         * Makefile.in (all-gdb): Depend on $(GDB_TK).
12714         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12715         nothing depending on whether gdbtk is being built.
12716
12717 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
12718
12719         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12720
12721 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
12722
12723         * configure.in (noconfigdirs): Put ld or gas in this early, if the
12724         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12725
12726 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
12727
12728         * config-ml.in: Add support for
12729         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12730         Simplify setting of multidirs from --disable-foo.
12731
12732 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12733
12734         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12735         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12736         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12737         non-empty, pass them on to the  GCC make.
12738         (all-bootstrap): New rule that is like all-gcc, except it executes
12739         the GCC bootstrap rule instead of the GCC all rule.
12740
12741 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
12742
12743         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12744
12745 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12746
12747         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12748         DG/UX support.
12749
12750 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
12751
12752         * config.sub (i*86*) Change [345] to [3456]
12753
12754 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12755
12756         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12757         --with-gnu-ld=no.
12758
12759 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12760
12761         * config-ml.in (rs6000*, powerpc*): Add switches to control which
12762         AIX multilibs get built.
12763
12764 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12765
12766         * configure.in (i386-win32): Don't build expect if we're not
12767         building the tcl subdir.
12768
12769 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
12770
12771         * Makefile.in: (configure-target-examples, all-target-examples):
12772         New targets, configure and build example programs.
12773
12774 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
12775
12776         * mpw-configure: If an mpw-config.in generated a file mk.sed,
12777         use it as input to sedit the generated MPW makefile.
12778         * mpw-README: Add a suggestion about Gestalt.h.
12779
12780 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
12781
12782         * config.sub: Accept *-*-ieee*.
12783
12784 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
12785
12786         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
12787         Ronald F. Guilmette <rfg@monkeys.com>.
12788
12789 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12790
12791         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12792         for powerpc-pe native.
12793         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12794         (target==powerpc-pe): duplicate i386-win32 entry.
12795
12796 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12797
12798         * configure.in (noconfigdirs): Exclude target-newlib for all versions
12799         of vxworks, not just vxworks5.1.
12800
12801 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
12802
12803         * mpw-configure: Add support for exec-prefix.
12804
12805 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12806
12807         * config.guess: Recognize HP model 816 machines as having
12808         a PA1.1 processor.
12809
12810 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12811
12812         * configure: Ignore new autoconf configure options.
12813
12814 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12815
12816         * config.guess:  Recognize Pentium under SCO.
12817         From Robert Lipe <robertl@arnet.com>.
12818
12819 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12820
12821         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12822
12823 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
12824
12825         * configure.in: Don't configure gas for alpha-dec-osf*.
12826
12827 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
12828
12829         * configure.in: Default to --with-stabs for some targets for which
12830         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12831         i[345]86*-*-unixware*.
12832
12833 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12834
12835         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12836         rather than basing it on the target.  Simplify handling of options
12837         controlling which directories to configure.  Remove extraneous
12838         slash in multi-clean target.
12839
12840 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
12841
12842         * config-ml.in: Prefix more variables with ml_ so they don't collide
12843         with configure's.
12844
12845 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
12846
12847         * configure: Don't turn -v into --v.
12848
12849 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
12850
12851         * configure.in (targargs): Fix typo.
12852
12853         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12854
12855 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
12856
12857         * configure.in: Strip --host and --target options from
12858         CONFIG_ARGUMENTS, and always configure for --host only.  Add
12859         --with-cross-host option when building with a cross-compiler.
12860         * configure: Canonicalize the arguments put into config.status by
12861         always using `=' for an option with an argument.  Pass a presumed
12862         --host or --target explicitly.
12863
12864 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
12865
12866         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12867         into general OS recognition case.
12868
12869 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12870
12871         * configure.in (target_configdirs): add target-winsup only
12872         for win32 target systems.
12873
12874 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
12875
12876         * Makefile.in (all-target-libgloss): Depend upon
12877         configure-target-newlib, since when libgloss is built it looks to
12878         see if the newlib directory exists.
12879
12880 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
12881
12882         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12883         cfg-ml-*.in.
12884
12885 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
12886
12887         * configure: Handle LD and LD_FOR_TARGET when configuring a
12888         Canadian Cross.
12889
12890 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12891
12892         * configure.in (target_libs): add target-winsup.
12893         (target==i386-win32): add patch diff flex make to $noconfigdirs.
12894         (target==ppcle-pe): remove ld from $noconfigdirs.
12895
12896 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
12897
12898         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12899         Preserve relative path names in $srcdir.  Build symlink tree if
12900         configuring cross target dir and srcdir=. (= no VPATH support).
12901         (configure-target-libg++): Depend on configure-target-librx.
12902         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12903         * config-ml.in: New file.
12904         * symlink-tree: New file.
12905         * configure: Ensure srcdir="." if that's what it is.
12906
12907 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
12908
12909         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12910         includes and FLEX_SKELETON setting.
12911         * mpw-configure (--with-gnu-ld): New option, controls whether
12912         to use PPCLink or ld with PowerMac GCC.
12913         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12914         * mpw-config.in: Configure grez if targeting Mac.
12915
12916         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12917         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12918         just macos.
12919         * configure.in: Configure grez resource compiler if targeting Mac.
12920         * Makefile.in (all-grez, install-grez): New targets.
12921
12922 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
12923
12924         * configure: CXX defaults to gcc, not g++.  If we find
12925         gcc in the path, set CC to gcc -O2.
12926
12927 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
12928
12929         * configure: Default ${build} correctly.  Avoid picking up extra
12930         spaces when reading CC and CXX from Makefile.  When doing a
12931         Canadian Cross, use plausible default values for numerous
12932         variables.
12933         * configure.in: When doing a Canadian Cross, don't try to
12934         configure tools whose configure script can't handle it.
12935
12936 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12937
12938         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12939
12940 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12941
12942         * configure:  Remove dubious bug reporting address.
12943
12944 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12945
12946         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
12947         configure script, run that instead of this directory's configure.
12948         In either case, print a message that we're configuring the sub-dir.
12949
12950 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12951
12952         * configure.in: Before checking for the existence of various files,
12953         use sed to filter out "target-".
12954
12955 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12956
12957         * Makefile.in (DO_X): Split rule to decrease command line length
12958         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
12959         (Philippe De Muyter).
12960
12961 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12962
12963         * Makefile.in (all-patch): depend on all-libiberty.
12964
12965 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
12966
12967         * configure.in: If the only directory in target_configdirs which
12968         actually exists is libiberty, then set target_configdirs to empty,
12969         to avoid trying to build a target libiberty in a gas or gdb
12970         distribution.
12971
12972 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
12973
12974         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12975         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12976         systems.
12977
12978 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12979
12980         * configure.in (copy_dirs): Use sys-include instead of include
12981         for --with-headers option.
12982
12983 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
12984
12985         * Makefile.in, configure.in: Make winsup builds work with
12986         new scheme.
12987
12988 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
12989
12990         * configure.in: Build the linker on AIX.
12991
12992 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12993
12994         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
12995         where needed.
12996
12997 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
12998
12999         * Makefile.in (all-gcc): Fix typo.
13000
13001 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13002
13003         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
13004
13005 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13006
13007         * configure.in:  Rename libFOO to target-libFOO, and xiberty
13008         to target-xiberty, to provide more flexibility.
13009         (target_subdir):  Define.  Create if cross.
13010         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13011         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
13012         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13013         check-libFOO -> check-target-libFOO, etc.
13014         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13015         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13016         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13017         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
13018         allow ALL_GCC="" to only configure.
13019         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
13020         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
13021         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
13022
13023 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
13024
13025         * Makefile.in (taz): Build "info" in etc explicitly.
13026
13027 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
13028
13029         * configure.in:  Make sure that CC is undefined (as opposed to
13030         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
13031         problem with autoconf trying to configure on a host without GCC.
13032
13033 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13034
13035         * mpw-configure: Set host alias from choice of host compiler,
13036         only use generic MPW Makefile sed if present, edit a file
13037         named "hacked_Makefile.in" instead of "Makefile.in" if present.
13038         * mpw-README: Add problem notes about CW6 and CW7.
13039
13040 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
13041
13042         * Makefile.in (taz): Use ";" instead of ";;".
13043
13044 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13045
13046         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
13047         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13048         DISTDOCDIRS.
13049         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
13050         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
13051
13052 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13053
13054         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
13055         and gnats, because they are now subsumed by DISTSTUFFDIRS.
13056         Move bfd to DISTSTUFFDIRS.
13057
13058 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13059
13060         * Makefile.in (X11_LIB): Removed.
13061         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13062
13063         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13064
13065 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13066
13067         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13068         names.
13069
13070 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13071
13072         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13073
13074 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
13075
13076         * configure.in (i[345]86-*-win32): Always build newlib.
13077         Don't configure cvs, autoconf or texinfo.
13078         * Makefile.in (LD_FOR_TARGET): New.
13079         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13080         Pass down LD_FOR_TARGET.
13081
13082 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13083
13084         * winsup: New directory.
13085         * Makefile.in: Build winsup.
13086         * configure.in: Winsup is configured when target is win32.
13087         Can only build win32 target GDB when native.
13088
13089 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
13090
13091         * config.guess: Recognize HP model 819 machines as having
13092         a PA 1.1 processor.
13093
13094 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13095
13096         * configure: Fix sed loop which substitutes for CC and CXX to
13097         avoid bug found in various sed implementations.
13098
13099 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13100
13101         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13102         simulator.  Use standard powerpc-*-eabi*.
13103
13104 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13105
13106         * configure.in: Stop putting gas and binutils in noconfigdirs for
13107         powerpc-*-aix* and rs6000-*-*.
13108
13109 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
13110
13111         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13112         -mcall-aixdesc libraries.
13113
13114 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
13115
13116         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13117
13118         * config.sub (arm | armel | armeb): Fix shell syntax.
13119
13120 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13121
13122         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13123         -msoft-float and -mcpu=common support.
13124         (powerpc*-*-eabisim*): Add support for building -mcall-aix
13125         libraries.
13126
13127 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13128
13129         * configure.in: Allow configuration and build of emacs19 for the alpha.
13130
13131 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13132
13133         * configure.in (CC): Get ^CC, not just any old CC, from
13134         ${host_makefile_frag}.
13135
13136 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13137
13138         * configure.in (CC): Try to get CC from
13139         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13140
13141 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13142
13143         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13144         only if it exists in $(srcdir).
13145
13146 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13147
13148         * configure: If CC and CXX are not set in the environment, set
13149         them, based on either an existing Makefile or on searching for gcc
13150         in PATH.  Substitute for CC and CXX in Makefile.
13151         * configure.in: Remove libm from target_libs.  Separate
13152         target_configdirs from configdirs.  If CC is not set in
13153         environment, try to get it from a host Makefile fragment.  Rewrite
13154         changes of configdirs to use skipdirs instead.  A few minor
13155         tweaks.  Take directories out of target_configdirs as they are
13156         taken out of configdirs.  Remove existing Makefile files from
13157         subdirectories.  Substitute for TARGET_CONFIGDIRS and
13158         CONFIG_ARGUMENTS in Makefile.
13159         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13160         by configure.in.
13161         (CONFIG_ARGUMENTS): Likewise.
13162         (CONFIGURE_TARGET_MODULES): New variable.
13163         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13164         ($(CONFIGURE_TARGET_MODULES)): New target.
13165         (configure-libg++, configure-libio): New targets.
13166         (all-libg++): Depend upon configure-libg++.
13167         (all-libio): Depend upon configure-libio.
13168         (configure-libgloss, all-libgloss): New targets.
13169         (configure-libstdc++): New target.
13170         (all-libstdc++): Depend upon configure-libstdc++.
13171         (configure-librx, all-librx): New targets.
13172         (configure-newlib): New target.
13173         (all-newlib): Depend upon configure-newlib
13174         (configure-xiberty): New target.
13175         (all-xiberty): Depend upon configure-xiberty.
13176
13177 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13178
13179         * configure.in (host i[345]86-*-win32):  Expand the
13180         noconfigdirs again.
13181
13182 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
13183
13184         * mpw-configure: Fix sed command file name.
13185
13186 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13187
13188         * configure.in (host i[345]86-*-win32): Reduce the
13189         noconfigdirs again.
13190
13191 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
13192
13193         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13194         or powerpc*-*-pe*, since they are not yet supported.
13195
13196 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13197
13198         Add PowerMac support and many other enhancements.
13199         * mpw-configure: New option --cc to select compiler to use,
13200         paste options set according to --cc into the generated
13201         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13202         if mpw-make.sed is present.
13203         * mpw-config.in: Don't test for gC1, test for mpw-touch,
13204         add forward includes for PowerPC include files.
13205         * mpw-build.in: Build using Makefile.PPC if present.
13206         (do-byacc, etc): Remove separate version resource builds.
13207         (do-gas): Build "stamps" before "all".
13208         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13209         * mpw-README: Update to reflect --cc option, PowerMac support,
13210         and recently-reported compatibility problems.
13211
13212 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
13213
13214         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13215         embedded m68k systems (-aout, -coff, -elf, -vxworks).
13216         (--with-multilib-top): Pass to recursive invocations.
13217
13218 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
13219
13220         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13221         v810-*-*.
13222
13223 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13224
13225         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13226         gdb, ld and opcodes on v810-*-*.
13227
13228 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13229
13230         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13231         (local-maintainer-clean): New target.
13232         (maintainer-clean): New target.
13233         (realclean): Just depend upon maintainer-clean.
13234
13235 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13236
13237         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13238
13239 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
13240
13241         * configure.in: Build ld in mips*-*-bsd* case.
13242
13243 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
13244
13245         * config.sub: Accept -lites* OS.  From Ian Dall.
13246
13247 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
13248
13249         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13250         targets.
13251
13252 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13253
13254         * configure.in: treat i386-win32 canadian cross the same as
13255         i386-go32 canadian cross.
13256
13257 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13258
13259         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13260         running under the simulator to build a reduced set of libraries.
13261         (powerpc-*-eabiaix): Add fine grained multilib support added to
13262         other powerpc targets yesterday.
13263
13264 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13265
13266         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13267         -disable-softfloat, -disable-relocatable, -disable-aix, and
13268         -disable-sysv to control which multilib libraries get built.
13269
13270 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13271
13272         * configure: Add Makefile.tem to list of files to remove in trap
13273         handler.
13274
13275 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13276
13277         * config.guess (*Linux*):  Add missing "exit"s.
13278         Also, need specific check for alpha-unknown-linux (uses COFF).
13279
13280 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13281
13282         * config.guess:  Merge with FSF:
13283
13284         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
13285         * config.guess (AIX4): More robust release numbering discovery.
13286
13287         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
13288         * config.guess (i386-sequent-ptx): Properly get version number.
13289
13290         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
13291         * config.guess (mips:*:4*:UMIPS): New case.
13292
13293 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13294
13295         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13296         (i386-win32 host): Likewise.  Don't build readline.
13297
13298 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
13299
13300         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
13301         SUPPORT_FILES to submakes.
13302
13303 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
13304
13305         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13306         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13307         mpw-configure.
13308
13309 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
13310
13311         * configure.in (appdirs): Use =, not ==, in test expression when
13312         trying to build the text to print in the warning message for
13313         Solaris users.
13314
13315 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
13316
13317         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13318
13319 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13320
13321         * config.guess: Recognize lynx-2.3.
13322
13323 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
13324
13325         * config.sub (z8ksim): Deleted
13326         (z8k-*-coff): New, this is the one true name of the target.
13327
13328 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
13329
13330         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13331
13332 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
13333
13334         * config.guess (*:Linux:*:*): First try asking the linker what the
13335         default object file format is (elf, aout, or coff).  Then if this
13336         fails, try previous methods.
13337
13338 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13339
13340         * configure.in: Don't build newlib for *-*-vxworks5.1.
13341
13342 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13343
13344         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13345         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13346
13347 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
13348
13349         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13350
13351 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
13352
13353         * cfg-ml-com.in: New file.
13354         * cfg-ml-pos.in: New file.
13355
13356 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13357
13358         * COPYING.NEWLIB: Add HP free copyright to list.
13359
13360 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13361
13362         * config.sub: Recognize -eabi* for the system, not just -eabi.
13363
13364 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13365
13366         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13367         * config.sub, configure.in (win32): New target and host.
13368
13369 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13370
13371         * configure.in: Add i386-pe configuration.
13372
13373 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
13374
13375         * mpw-build.in (install): Install GDB after LD.
13376
13377 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
13378
13379         * mpw-config.in (elf/mips.h): Always forward-include, needed
13380         for GDB to build.
13381
13382 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13383
13384         * testsuite: New directory for customer acceptance and whole tool
13385         chain tests.
13386
13387 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13388
13389         * configure: If per-host line isn't found, but AC_OUTPUT is found
13390         and a configure script exists, run it instead.
13391
13392 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13393
13394         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
13395
13396 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13397
13398         * configure: Set build_{cpu,vendor,os,alias} to host values when
13399         --build isn't specified.
13400
13401 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13402
13403         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13404         (FLAGS_TO_PASS): Pass them.
13405         (EXTRA_TARGET_FLAGS): Ditto.
13406
13407 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13408
13409         * Makefile.in (all-libg++): Depend on all-libstdc++.
13410
13411 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13412
13413         * configure.in (noconfigdirs): Enable all packages for
13414           i386-unknown-netbsd.
13415
13416 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
13417
13418         * configure.in (noconfigdirs): Don't configure tk for i386-go32
13419         hosted builds (DOS builds)
13420
13421 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13422
13423         Changes for ARM based on patches from Richard Earnshaw:
13424         * config.sub: Handle armeb and armel.
13425         * configure.in: Omit arm linker only for riscix.
13426
13427 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13428
13429         * config.guess:  Update from FSF.
13430
13431 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
13432
13433         * config.sub: Recognize powerpcle as the little endian variant of
13434         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
13435         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
13436         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
13437         temporarily.
13438
13439 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
13440
13441         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13442
13443 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
13444
13445         * config.sub: Accept -lites* as a basic system type.
13446
13447 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
13448
13449         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13450         installed, and if so return linuxoldld as the system name.
13451
13452 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
13453
13454         * config.guess: Add hppa1.1-hp-lites support.
13455
13456 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13457
13458         * configure.in: Don't build newlib for m68k-vxworks5.1.
13459
13460 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13461
13462         * configure.in (mips-sgi-irix6): Use mh-irix5.
13463
13464 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
13465
13466         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13467
13468 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13469
13470         * test-build.mk: Enable building of shared libraries on IRIX 5 and
13471         OSF/1.  Fix compiler flags.
13472         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
13473
13474 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
13475
13476         * configure.in: Recognize --with-newlib.
13477         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13478
13479 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13480
13481         * Makefile.in: move {all,check,install}-gdb from *_MODULES
13482         to *_X11_MODULES due to gdbtk needing X include files et al.
13483
13484 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
13485
13486         Merge in support for Mac MPW as a host.
13487         (Old change descriptions retained for informational value.)
13488
13489         * mpw-config.in: Add generic include forwards for cpu-specific
13490         include files in aout and elf directories.
13491
13492         * mpw-configure: Added copyright.
13493         * mpw-config.in: Check for presence of required build tools.
13494         (target_libs): Add newlib.
13495         (target_tools): Add examples.
13496         (Read Me): Generate as "Read Me for MPW" instead.
13497         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13498         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13499         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13500
13501         * mpw-configure: Remove subdir-specific makefile hackery,
13502         delete mk.tmp after using it.
13503
13504         * mpw-build.in (all): Display start and end times.
13505
13506         * mpw-configure (host_canonical): Set.
13507         (target_cpu): Always add to makefiles.
13508         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13509         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13510         (mpw-mh-mpw): Look for in srcdir and srcroot.
13511         Use sed instead of mpw-edit-prefix to edit prefix definitions.
13512
13513         * mpw-build.in: (install-only): New target.
13514
13515         * mpw-configure (host_alias, target_alias): Rename from hostalias
13516         and targetalias, add into generated Makefile.
13517         (mk.tmp): If present, add into generated Makefile.
13518         * mpw-build.in (all-gas): Build config.h first before gas proper.
13519
13520         * mpw-configure (config.status): Write only if changed.
13521         * mpw-config.in (readline): Configure it (not built, just used for
13522         definitions).
13523
13524         * mpw-config.in (elf/mips.h): Add a forward include.
13525
13526         * mpw-config.in: Forward-include most .h files in include into
13527         extra-include.
13528         (readline): Don't build.
13529         mpw-build.in (install): Install GDB.
13530
13531         * mpw-configure (prefix, mpw_prefix): Handle it.
13532         * mpw-config.in (mmalloc, readline): Don't configure.
13533         * mpw-build.in (thisscript): Rename to ThisScript.
13534         Use mpw-build instead of BuildProgram everywhere.
13535         (mmalloc, readline): Don't build.
13536         * mpw-README: New file, basic documentation about the MPW port.
13537
13538         * mpw-config.in: Use forward-include to create include files.
13539
13540         * mpw-configure: Add more things to the top of each configured
13541         Makefile, including contents of config/mpw-mh-mpw.
13542         * mpw-config.in (extra-include): Create this directory and fill it
13543         with Posix-like include files when configuring.
13544
13545         * config.sub (apple, mac, mpw): Add various aliases.
13546
13547         * mpw-build.in: New file, top-level build script fragment for MPW.
13548         * mpw-configure: New file, configure script for MPW.
13549         * mpw-config.in: New file, config fragment for MPW.
13550
13551 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13552
13553         * configure.in (host_libs): Remove glob, since it is gone from the
13554         sources.
13555
13556 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13557
13558         * Makefile.in: define empty GDB_NLM_DEPS var.
13559
13560         * configure.in(target_makefile_frag): use config/mt-netware
13561         for netware targets.
13562
13563 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13564
13565         * config.sub: Merge in recent FSF changes.  Remove linux special
13566         cases.
13567
13568 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13569
13570         Revert this change:
13571
13572         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13573
13574                 * build-all.mk: Use CC=cc -Xs on Solaris.
13575
13576 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13577
13578         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
13579         stop using it.
13580         * Makefile.in: Nuke all references to glob subdirectory.
13581
13582 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13583
13584         * configure.in: Fix --enable-shared logic in per-host.
13585
13586 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13587
13588         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13589
13590 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13591
13592         * configure.in (noconfigdirs): Don't build gas on AIX, for
13593         powerpc*-*-aix* as well as for rs6000*-*-aix*.
13594
13595 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
13596
13597         * configure: Fix --cache-file to work if the file argument is a
13598         relative path.
13599
13600 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
13601
13602         * configure: If the --cache-file is used, pass it down to
13603         configure in subdirectories.
13604
13605 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
13606
13607         * config.sub: add vxworks29k configuration.
13608
13609 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13610
13611         * Makefile.in (taz): Do "diststuff" part quietly.
13612
13613 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13614
13615         * config.sub: Mini-merge with gcc/config.sub.
13616
13617 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13618
13619         * config.guess (IRIX): Sed - to _.
13620
13621 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13622
13623         * Makefile.in (source-vault, binary-vault): New targets.
13624
13625 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
13626
13627         * config.sub: Recognize -eabi as a basic system type.
13628
13629 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13630
13631         * configure.in (enable_shared stuff): Fix typo.
13632
13633 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
13634
13635         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13636
13637 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13638
13639         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13640
13641 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
13642
13643         * configure.in (rs6000-*-*): Don't build gas.
13644
13645 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
13646
13647         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13648         reduce command line length.
13649         (AS_FOR_TARGET): Check for as.new, not Makefile.
13650         (NM_FOR_TARGET): Check for nm.new, not Makefile.
13651
13652 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13653
13654         * config.guess:  Merge from FSF.
13655
13656 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13657
13658         * configure: Don't use $ when handling program_suffix.
13659
13660 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
13661
13662         * configure.in:  Configure tk for hppa/hpux.
13663
13664 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13665
13666         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
13667
13668 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13669
13670         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
13671         to LIBCXXFLAGS.  Tests are better run without it.
13672
13673 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
13674
13675         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13676
13677 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
13678
13679         * configure.in (*-*-netware*): Don't configure xiberty.
13680
13681 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
13682
13683         * configure.in:  Remove tk from native_only list.
13684
13685 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
13686
13687         * build-all.mk: Add mips-ncd-elf target to sun4 targets
13688           for special NCD build.
13689
13690 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13691
13692         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13693         makeall.bat, they're only useful for binutils snapshots.
13694         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13695         makeall.bat to specified SUPPORT_FILES.
13696
13697 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
13698
13699         * build-all.mk: Add Ericsson targets to sun4 and solaris
13700           hosts.  Add  BNR's sun4 target to solaris host, so their
13701           build-from-source will be tested in-house first.
13702
13703 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13704
13705         * Makefile.in (LIBCFLAGS): New variable.
13706         (CFLAGS_FOR_TARGET): Ditto.
13707         (LIBCFLAGS_FOR_TARGET): Ditto.
13708         (LIBCXXFLAGS): Ditto.
13709         (CXXFLAGS_FOR_TARGET): Ditto.
13710         (LIBCXXFLAGS_FOR_TARGET): Ditto.
13711         (BASE_FLAGS_TO_PASS): Pass them.
13712         (EXTRA_TARGET_FLAGS): Ditto.
13713
13714         * configure.in: Support --enable-shared.
13715
13716 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13717
13718         * configure.in (target_libs):  Include libstdc++ again.
13719         * config.guess:  Update from FSF (for FreeBSD).
13720
13721 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13722
13723         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13724         makeall.bat.
13725         (DISTDOCDIRS): Add `etc'.
13726         (ETC_SUPPORT_PFX): New variable.
13727         (taz): Include anything from etc starting with a word in
13728         ETC_SUPPORT_PFX.
13729
13730 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13731
13732         * config.sub: Update for recent FSF changes.  Remove obsolete
13733         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
13734         spacing changes.
13735
13736 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13737
13738         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
13739
13740         * config.guess:  Merge with FSF.
13741         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13742
13743 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13744
13745         * configure: Since the "trap 0" handler will override the exit
13746         status on many systems, only use it for "exit 1", and make it set
13747         a non-zero exit status; reset it before "exit 0".  Also, check
13748         exit status of config.sub, and error out if it failed.
13749
13750 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
13751
13752         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13753         and install libgloss.
13754
13755 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13756
13757         * Makefile.in (all-binutils): Depend upon all-byacc.
13758
13759         * configure.in: Don't build emacs on Irix 5.
13760
13761 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13762
13763         * configure.in (*-*-netware*): Add libio.
13764
13765 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13766
13767         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13768         (CHECK_TARGET_MODULES): Ditto.
13769         (INSTALL_TARGET_MODULES): Ditto.
13770         (TARGET_LIBS): Ditto.
13771         (all-libstdc++): Note dependencies.
13772
13773 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13774
13775         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13776
13777 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13778
13779         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13780         -fexternal-templates.
13781
13782         * configure.in (target_libs): Add libstdc++.
13783         (noconfigdirs): Add libstdc++ as appropriate.
13784
13785 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13786
13787         * config.guess:  Update from FSF.
13788
13789 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13790
13791         * configure: Use ${config_shell} when running ${configsub}.
13792
13793 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
13794
13795         * config.sub: No longer recognize h8300h.
13796
13797 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13798
13799         * config.sub: Remove extraneous differences between config.sub and
13800         gcc/config.sub.
13801
13802 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13803
13804         * Makefile.in (DISTSTUFFDIRS): Add gas.
13805
13806 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
13807
13808         * COPYING.NEWLIB: New file.
13809
13810 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13811
13812         * config.guess (HP-UX):  Patch from Harlan Stenn
13813         <harlan@landmark.com> to also emit release level.
13814
13815 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13816
13817         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13818
13819 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13820
13821         * config.sub:  Merge nextstep cleanup from FSF.
13822
13823 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13824
13825         * configure.in (arm-*-*): Don't configure ld for this target.
13826
13827 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13828
13829         * configure.in (*-*-netware): don't configure libg++, libio,
13830           librx, or newlib.
13831
13832 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13833
13834         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
13835         configure ld--it works, but it doesn't support shared libraries.
13836
13837 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13838
13839         * config.guess (*-unknown-freebsd*):  Get rid of possible
13840         trailing "(Release)" in version string.
13841         Patch from Paul Richards <paul@isl.cf.ac.uk>.
13842
13843 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13844
13845         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13846         Fix type: *-next-neststep -> *-next-nextstep.
13847
13848         * config.guess:  Merge from FSF:
13849
13850         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
13851
13852         * config.guess: Recognize powerpc-ibm-aix3.2.5.
13853
13854         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
13855
13856         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13857         instead of UNIX_SV for UnixWare 1.0).
13858
13859 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
13860
13861         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
13862         to make gdb/nlm/* build after the compiler and linker.
13863
13864 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13865
13866         * config.guess (netbsd, freebsd, linux):  Accept any machine,
13867         not just i[34]86.
13868         (m68k-atari-sysv4):  Relocate to match FSF version.
13869
13870         * config.guess:  More merges from the FSF:
13871
13872         Add a space before function call or macro invocation.
13873
13874         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13875
13876         * config.guess: Add trap cmd to remove dummy.c and dummy when
13877         interrupted.
13878
13879         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13880
13881         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13882         (dummy): Redirect stderr from compilation of dummy.c.
13883
13884         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
13885
13886         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13887
13888 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
13889
13890         * configure: Accept and ignore --cache*, for compatibility with
13891         new autoconf.
13892
13893 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13894
13895         * config.guess:  Merge from FSF:
13896
13897         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13898
13899         * config.guess (Pyramid*:OSx*:*:*): New case.
13900         (PATH): Add /.attbin at end for finding uname.
13901         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
13902
13903         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
13904
13905         * config.guess (M88*:DolphinOS:*:*): New case.
13906
13907         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
13908
13909         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13910         to select whether to use ELF or COFF.
13911
13912         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13913
13914         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13915
13916         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13917
13918         * config.guess: Guess the OS version for HPUX.
13919
13920         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
13921
13922         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13923
13924 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13925
13926         * configure.in: Recognize --with-headers, --with-libs, and
13927         --without-newlib.
13928         * Makefile.in (all-xiberty): Depend upon all-ld.
13929
13930 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13931
13932         * configure.in: Change i[34]86 to i[345]86.
13933
13934 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13935
13936         * configure (version): A few more tweaks to help message.
13937
13938 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13939
13940         * Makefile.in:  Remove (for now) librx as a host library,
13941         now that we're building it for target.
13942
13943 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13944
13945         * configure: Fix up help message; from karl@owl.hq.ileaf.com
13946         (Karl Berry).
13947
13948 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13949
13950         * configure.in:  Also configure librx.
13951
13952 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13953
13954         * Makefile.in:  Update various rules to reflect that librx
13955         is now needed for libg++.
13956
13957 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13958
13959         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13960
13961 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
13962
13963         * configure.in: Configure the examples directory.
13964
13965 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13966
13967         * configure: Simplify Jun 2 1994 change.
13968
13969 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13970
13971         * change CC to /usr/latest/bin/gcc for lynx host builds, since
13972         /bin/gcc isn't good enough to build gcc.
13973
13974 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
13975
13976         * Makefile.in (GDB_SUPPORT_FILES): Remove
13977         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
13978         (gdb.tar.gz): Add new rule to use standard distribution building
13979         mechanism.
13980
13981 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13982
13983         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
13984         Bill Cox <bill@cygnus.com>.
13985
13986 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13987
13988         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
13989
13990 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
13991
13992         * configure:  Search current dir first in .gdbinit.
13993
13994 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13995
13996         * config.sub:  Recognize freebsd (merged from gcc config.sub).
13997
13998 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13999
14000         * config.sub:  Refer to NeXT's operating system as nextstep.
14001
14002         * config.sub (case $basic_machine):  Re-order the cases, to match
14003         the order in the FSF version (which is mostly alphabethical).
14004         Merge in some additions and changes from the FSF.
14005
14006 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
14007
14008         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14009         * config.sub: Recognize cxux7.
14010         * configure.in: Use mh-cxux for m88k-harris-cxux*.
14011
14012 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14013
14014         * config.sub:  Fix typo powerpc -> powerpc-*.
14015
14016 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
14017
14018         * Makefile.in: `all-emacs19' depends on `all-byacc'.
14019
14020         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14021         parallel with all-emacs and install-emacs).  Top-level command
14022         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14023
14024 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14025
14026         * test-build.mk ($(host)-stamp-stage2-installed): Remove
14027         $(relbindir)/make before doing ``make install'', and use
14028         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
14029         installing over running make binary.
14030         ($(host)-stamp-stage3-installed): Likewise.
14031
14032 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14033
14034         * config.guess: Recognize Mach.
14035
14036 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14037
14038         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14039         see whether --exec-prefix was used.
14040
14041 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14042
14043         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
14044
14045 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14046
14047         * Makefile.in: Add all-librx target similar to all-libproc.
14048
14049 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
14050
14051         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
14052         with post 1.2 uname bogosity.
14053
14054 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14055
14056         * configure: Remove temporary files on receipt of a signal.
14057
14058 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
14059
14060         * configure: If there is a package_makefile_frag, remove
14061         ${subdir}/Makefile.tem after copying it in.
14062
14063 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14064
14065         * build_all.mk: support rs6000 lynx identifies itself as
14066         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
14067         since /bin/gcc is too feeble to compile a modern gcc.
14068
14069 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14070
14071         * brought devo/test-build.mk update-to-date with progressive/
14072           test-build.mk. Add lynx targets and hppa flag info.
14073
14074 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14075
14076         * configure.in:  Use mh-ncrsvr43.  Patch from
14077         Tom McConnell <tmcconne@sedona.intel.com>.
14078
14079 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14080
14081         * config.guess (i386-unknown-bsdi):  No longer need to
14082         check #if defined(__bsdi__) && defined(__i386__).
14083
14084 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14085
14086         * configure: Set program_transform_nameoption correctly.
14087
14088 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14089
14090         * brought build-all.mk update-to-date with progressive build-all.mk,
14091           added new targets and hppa info.
14092
14093 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14094
14095         * configure: If config.guess result is a prefix of the user
14096         specified target, assume a native build and use the user specified
14097         target as the host alias.  Remove SunOS patch suffix removal hack.
14098         * configure.in: Remove SunOS patch suffix removal hack.
14099
14100         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14101         in NATIVE_CHECK_MODULES.
14102
14103 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
14104
14105         * Makefile.in: Rename HOST_ONLY to NATIVE.
14106         * configure: Delete SunOs patch suffix from host_canonical
14107           and build_canonical variables that are prepended to Makefiles.
14108         * configure.in: Add comments for easier maintenance.
14109
14110 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14111
14112         * Makefile.in: Add all-libproc target similar to all-gui.
14113
14114 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
14115
14116         * Makefile.in (CHECK_MODULES): split into
14117         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14118
14119 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
14120
14121         * config.guess (i386-unknown-bsdi): New system to guess.
14122
14123 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14124
14125         * Makefile.in: Add all-gui target (but not yet build by "all").
14126
14127 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
14128
14129         * config.sub: Move deletion of patch suffix from here...
14130         * configure.in: To here, at Ian's suggestion.  The top-
14131           level scripts might need to know of a patch level.
14132
14133 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
14134
14135         * config.sub: Strip off patch suffix so rtl is recognized
14136           as a sunos4.1.3 machine, even though it's been patched.
14137
14138 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
14139
14140         * Makefile.in (INSTALL_LAST): Delete.
14141         (INSTALL_DOSREL): New.
14142
14143 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14144
14145         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14146         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14147         whether we pass down --with-gnu-ld anyhow.
14148
14149 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
14150
14151         * Makefile.in (INSTALL_LAST): Change operation so it works
14152         on more flavors of make.
14153         * configure.in (go32): Don't build libg++ or libio.
14154
14155 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
14156
14157         * Makefile.in (Move HOST_PREFIX_1 and friends up so
14158         they can be overriden by templates.
14159
14160 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
14161
14162         * configure.in (target==go32): Don't build gdb.
14163         * dosrel: New directory.
14164
14165 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
14166
14167         * configure.in (host==go32): Configure dosrel too.
14168         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14169         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14170         be set by incoming names or templates.
14171         (INSTALL_LAST): New rule.
14172
14173 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
14174
14175         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14176
14177 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14178
14179         * configure.in (appdirs): New variable.  Currently empty, but will
14180         be used in gas distribution.  If nonempty, lists a set of
14181         directories at least one of which must get configured, or top
14182         level configuration is considered to have failed.
14183         (rs6000-*-lynxos*): Use new file name.
14184
14185 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14186
14187         Eliminate XTRAFLAGS.
14188         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14189         newlib include files using -idirafter, and also use -nostdinc.
14190         (CXX_FOR_TARGET): Likewise.
14191         (XTRAFLAGS): Removed.
14192         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14193         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14194         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14195         ($(DO_X)): Don't pass down XTRAFLAGS.
14196
14197 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14198
14199         * configure.in (mips*-dec-bsd*): New target; do build linker.
14200         (mips*-*-bsd*): New target; don't build linker.
14201
14202 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14203
14204         * configure.in: support rs6000-*-lynxos* configuration.
14205         support sunos4 as a cross target.
14206
14207         * config.sub: look for lynx*, not lynx since the OS version may
14208         legitimately be part of the name.
14209
14210 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14211
14212         * configure.in (i[34]86-*-sco*): Move to be with other i386
14213         targets.
14214         (romp-*-*): New target.  Skip various binary utilities.
14215         (vax-*-*): New target.  Don't build newlib.
14216         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
14217
14218 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14219
14220         * configure.in: Only set host_makefile_frag if config
14221         directory exists.
14222
14223 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14224
14225         * install.sh: If $dstdir exists, don't check whether each
14226         component does.
14227
14228 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14229
14230         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14231
14232 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
14233
14234         * configure.in (*-*-lynxos*): Don't configure newlib for either
14235         native or cross Lynx.
14236
14237 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
14238
14239         * config.sub (sparc64-elf): Fix os.
14240         (z8k): Remove duplicate.
14241
14242 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14243
14244         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14245         gcc/stmp-fixproto, to try to prevent fixproto from being run.
14246
14247 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
14248
14249         * configure: Make file links cleanly even if Lynx fails on
14250           an NFS symlink (at least fail cleanly).
14251
14252 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14253
14254         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14255         -XNh2000.
14256
14257 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14258
14259         * configure: Unknown options are fatal again.
14260
14261 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
14262
14263         * configure: Ignore --x-includes and --x-libraries, for Autoconf
14264         compatibility.
14265
14266 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
14267
14268         * build-all.mk: Add `clean' target.
14269
14270 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14271
14272         * config.guess:  Add SINIX support.
14273         * configure.in:  Add mips-*-sysv4* support.
14274
14275 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
14276
14277         * build-all.mk: Document all useful targets.
14278         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14279         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14280
14281 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14282
14283         * configure: Support --silent, --quiet.
14284
14285 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14286
14287         * configure: Support --disable-FEATURE.
14288
14289 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14290
14291         * config.guess: Recognize NCR running SVR4.3.
14292
14293 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14294
14295         * config.guess:  Make BSDI generate i386-unknown-bsd386.
14296         Patch from Paul Eggert <eggert@twinsun.com>.
14297
14298 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14299
14300         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14301
14302 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14303
14304         * configure: Make unrecognized options give nonfatal warnings
14305         instead of fatal errors, and pass them to any subdirectory
14306         configures in case they recognize them.
14307         Make --x equivalent to --with-x.
14308
14309 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14310
14311         * configure: Add --enable-* options.  Clean up usage message and
14312         some comments.
14313
14314 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
14315
14316         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14317
14318 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14319
14320         * configure.in (hppa*-*-*): Enable binutils.
14321
14322 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14323
14324         * config.sub: Recognize cisco.
14325
14326 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
14327
14328         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14329
14330 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14331
14332         * config.guess: about target *-hitachi-hiuxwe2, don't print more
14333         than one configuration name.  Add comment.
14334
14335 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
14336
14337         * config.guess: about target *-hitachi-hiuxwe2, fixed
14338         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
14339         macro is incorrect.]
14340
14341 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14342
14343         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14344         than the "make ls" stuff which used to be here.
14345
14346 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14347
14348         * config.guess:  Recognize i[34]86-unknown-freebsd.
14349         From Shawn M Carey <smcarey@rodan.syr.edu>.
14350
14351 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14352
14353         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14354
14355 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
14356
14357         * config.guess: Check for ptx.
14358
14359 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
14360
14361         * config.sub: Add os9k checking.
14362
14363 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14364
14365         * config.guess: Handle OSF1 running on HPPA processors
14366
14367 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14368
14369         * configure: If subdir configure fails, print out a message with
14370         subdirectory name, in case subdir's configure code didn't identify
14371         itself.
14372
14373 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
14374
14375         * configure.in: Remove embedded newlines from configdirs.
14376         Avoid mismatches of substrings.  Fix matching strings at end
14377         of configdirs.
14378
14379 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
14380
14381         * config.guess:  Add Lynx/rs6000 config support.
14382
14383 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14384
14385         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14386
14387 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
14388
14389         * configure.in (hppa*-*-osf*): Treat this just like most other
14390         PA configurations (eg no binutils or ld).
14391         (hppa*-*-*elf*): These configurations have binutils and ld.
14392
14393 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14394
14395         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
14396
14397 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14398
14399         * configure.in (rs6000-*-*): Build gas.
14400
14401 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14402
14403         * Makefile.in:  Avoid bug in losing hpux sed.
14404
14405 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14406
14407         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14408         for GDB and GDB has been fixed to not need it.
14409
14410 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14411
14412         * config.guess: Recognize vax hosts.
14413
14414 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14415
14416         * configure (while loop): Don't use "break 2" inside case
14417         statement -- the case statement isn't an enclosing loop.
14418
14419 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14420
14421         * config.guess:  Clean up NeXT support, to allow nextstep
14422         on Intel machines.  Make OS be nextstep.
14423
14424 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
14425
14426         * config.guess: Add alternate forms for Convex.
14427
14428 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
14429
14430         * configure:  Completely rewrite option processing.  Take
14431         advantage of pattern-matching to avoid invoking test frequently.
14432         Also clean up host and target defaulting logic.
14433
14434 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14435
14436         * Makefile.in: Replace all occurrances of "rootme" with "r" and
14437         "$${rootme}" with "$$r", to increase the likelihood that the do-*
14438         commands (plus user environment) will fit SCO limits.
14439
14440 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14441
14442         * configure.in: Don't issue warnings about directories which are
14443         not being configured if -norecursion is set.  Correct test for
14444         --with-gnu-as and --with-gnu-ld to not get confused by substring
14445         matches.
14446
14447         * configure.in: Don't build gas for alpha-dec-osf1*.
14448
14449 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
14450
14451         * configure:  Back out Per's change of 12/19/1993.  It changes the
14452         behavior of configure in unexpected and confusing ways.
14453
14454         Also, use different delim char when calculating
14455         program_transform_name so that the name can contain slashes.
14456
14457 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
14458
14459         * configure.in, config.sub: Add support for VSTa micro-kernel.
14460
14461 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
14462
14463         * configure.in: Nuke hacks which were used to get a special
14464         version of GAS for HPPA configurations.
14465
14466 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14467
14468         * configure:  If only ${target_alias} is given, use that
14469         as the default for ${host_alias}.
14470         * configure:  Add missing back-slashes before nested quotes.
14471
14472 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14473
14474         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14475
14476 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
14477
14478         * config.guess:  Recognize some Tektronix configurations.
14479         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14480
14481 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14482
14483         * config.sub: Match any flavor of SH.
14484
14485 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
14486
14487         * configure.in: Don't try to configure newlib for Alpha.
14488
14489 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14490
14491         * configure.in: Don't build ld for Irix 5.  Don't build gas,
14492         libg++ or libio for any Alpha target.
14493
14494         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14495
14496 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
14497
14498         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14499         default arguments -- so it tried to compress itself.
14500
14501 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14502
14503         * configure.in (notsupp): ensure that a space is always at the end
14504           of the configdirs list, since the grep checks for an explicit space
14505
14506 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14507
14508         * configure.in (target i386-sysv4.2): don't build ld, since static
14509           versions of many libraries are not available.
14510
14511 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14512
14513         * config.guess: Recognize Apollos (using environment variables).
14514         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14515
14516 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14517
14518         * config.guess: Recognize Sony news mips running newsos.
14519
14520 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
14521
14522         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14523         "fi ; else" for bash.
14524
14525 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
14526
14527         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14528
14529 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
14530
14531         * config.sub: accept unixware as an alias for svr4.2.
14532         Fix some inconsistancies with the gcc version.
14533
14534 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14535
14536         * Makefile.in (DISTDOCDIRS):  Add gdb.
14537
14538 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14539
14540         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
14541
14542 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14543
14544         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14545         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14546         this now.
14547
14548 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14549
14550         * config.sub: Accept hiux* as an OS name.
14551
14552         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14553         etc/make-stds.texi.  The underscore came from gcc, and dje now
14554         agrees that RUNTESTFLAGS is the correct name.
14555
14556 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14557
14558         * install.sh:  Remove 'set -e'.  It makes any conditionals
14559         in the script useless.
14560
14561         * config.guess: Automatically recognize arm-acorn-riscix
14562         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14563
14564 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14565
14566         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14567
14568 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14569
14570         * Makefile.in (DISTDOCDIRS): New variable.
14571         (taz): Edit local Makefile.in sooner, instead of proto-toplev
14572         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
14573
14574 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14575
14576         * configure.in (hppa target): check the source directory for the
14577           pagas sub-directory
14578
14579 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
14580
14581         * config.sub: Allow -aout* and -elf*.
14582
14583 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14584
14585         * configure.in: Don't build ld on i386-solaris2, same as for
14586         sparc-solaris2.
14587
14588 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14589
14590         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14591
14592 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14593
14594         * configure.in:  Configure gdb for alpha.
14595
14596 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14597
14598         * Makefile.in (CXXFLAGS): Add -O.
14599
14600 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14601
14602         * config.guess: added support for DG Aviion
14603
14604 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14605
14606         * configure.in: Produce warning message for subdirectories not
14607         configurable for this host/target combination.  Don't try to
14608         configure gdb for vms.
14609
14610 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14611
14612         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14613         appropriate files before making "diststuff".
14614         (DISTBISONFILES): New var: list of files to be edited.
14615         (DISTSTUFFDIRS): Add binutils.
14616
14617 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14618
14619         * config.sub: also handle mipsel and mips64el (for little endian mips)
14620
14621 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14622
14623         * configure.in: Add * to end of all OS names.
14624
14625 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
14626
14627         * configure.in: Build newlib for LynxOS native.
14628
14629 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14630
14631         * config.guess: Add support for delta 88k running SVR3.
14632
14633         * configure.in: Add comment about HP compiler vs. emacs.
14634
14635 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14636
14637         * configure.in: don't build ld on solaris2 (not a viable option
14638           due to bugs in getpwnam & getpwuid)
14639
14640 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14641
14642         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14643         config.guess will produce a full version number.
14644
14645 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14646
14647         * configure.in: Build linker and binutils for alpha-dec-osf1.
14648
14649 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14650
14651         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14652         and gdb/testsuite/Makefile.in.
14653
14654 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14655
14656         * configure.in: recognize mips*- instead of mips-
14657
14658 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14659
14660         * config.sub: Accept linux*coff and linux*elf as operating
14661         systems.
14662
14663 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14664
14665         * config.sub: Recognize mips64, and mips3 as an alias for it.
14666
14667 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14668
14669         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14670         gdb knows how to handle OSF/1 shared libraries.
14671
14672 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14673
14674         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14675         * config.guess: Recognize Hitachi's HIUX.
14676         * config.sub: Recognize h3050r* and hppahitachi.
14677         Remove redundant cases for hp9k[23]*.
14678
14679 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14680
14681         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14682         if gas and ld are in the source tree and are in ${configdirs}.
14683         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14684         --with options (but still pass them down on the command line,
14685         if they were explicitly specified).
14686
14687 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14688
14689         * configure: substitute SHELL value in Makefile.in with
14690         ${CONFIG_SHELL}
14691
14692 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14693
14694         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14695         *-*-solaris2* targets.
14696
14697 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14698
14699         * Makefile.in: define M4, and pass it down to sub-makes;
14700         all-autoconf now depends on all-m4
14701
14702 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14703
14704         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14705         presence of {ar,ranlib} instead of a configured directory
14706
14707 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
14708
14709         * config.guess: Accept 34?? as well as 33?? for NCR.
14710
14711 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14712
14713         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14714         of 'gas' in sed commands, since 'gash' is now in the tree as well.
14715
14716 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14717
14718         * configure: grab values for $(CC) and $(CXX) from the
14719         environment, so that someone can do "CC=gcc configure; make" and
14720         have it work right (matching the way that autoconf works now)
14721
14722         * configure.in, Makefile.in: add support for gash, the tcl
14723         interface to Galaxy
14724
14725         * config.guess: add NetBSD variants (hp300, x86)
14726
14727 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
14728
14729         * install.sh: Support -d option (in the manner of SunOS 4 install,
14730         as it is more deterministic than that of GNU install)
14731         (chmodcmd): Set file to mode 755 by default (should also do default
14732         chgrp and chown, but I don't feel like dealing with that now)
14733
14734 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
14735
14736         * config.sub: Remove h8300hhms alias.
14737
14738 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14739
14740         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14741
14742 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14743
14744         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14745         as stmp-fixinc
14746
14747 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14748
14749         * config.sub: recognize m88110-bug-coff.
14750
14751 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14752
14753         * Makefile.in (all-libio): all dependencies on the toolchain used
14754         to build this (gcc, gas, ld, etc)
14755
14756 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14757
14758         * config.guess: Deal with OSF/1 1.3 on alpha.
14759
14760 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14761
14762         * install.sh: add some 'else true' clauses for portability
14763
14764         * configure.in: don't build libio for h8[35]00-*-* targets
14765
14766 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14767
14768         * Makefile.in:  Add support for new libio.
14769
14770 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14771
14772         * install.sh: If one command fails, don't try the rest.  Don't try
14773         to remove $dsttmp (via trap) unless we have already created it.
14774         If $src doesn't exist, detect it and exit with an error.
14775
14776         * config.guess: Recognize BSD on hp300.
14777
14778 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14779
14780         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14781         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14782
14783 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
14784
14785         * Makefile.in (all-send-pr): depends on all-prms
14786
14787 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14788
14789         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14790
14791 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14792
14793         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14794         Added test for mips-mips-riscos5.
14795
14796 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14797
14798         * configure.in: use mh-hp300 for 68k HP hosts
14799
14800 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14801
14802         * configure: add support for CONFIG_SHELL, so that you can use
14803         some alternate shell for evaluating configure scripts
14804
14805 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
14806
14807         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
14808         in configure script to bug-gdb@prep.ai.mit.edu when building
14809         distribution archive.
14810         * Makefile.in (COMPRESS):  Remove def.
14811         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
14812         gdb.tar.Z and make-gdb.tar.Z respectively.
14813         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
14814         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
14815         to convergence with 'taz' target in Makefile.in.
14816
14817 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14818
14819         * install.sh (dsttmp): use trap to ensure that tmp files go
14820         away on error conditions
14821
14822 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14823
14824         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14825
14826 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14827
14828         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14829         its parent is '/' not ''.
14830
14831         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14832
14833 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
14834
14835         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14836         that ${newsrcdir}/configure.in does.
14837
14838 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14839
14840         * test-build.mk: support for CONFIG_SHELL
14841
14842 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
14843
14844         * config.sub (netware):  Add as a basic system type.
14845
14846 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14847
14848         * Makefile.in (Makefile): depend on configure.in.  Also drop the
14849           $(srcdir)/ from the dependency on Makefile.in.
14850
14851 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
14852
14853         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14854         (h8300hhms is temporary until multi-libraries are implemented).
14855         * configure.in: Handle h8300h too.
14856
14857 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14858
14859         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14860
14861 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
14862
14863         * configure:  Remove extraneous output when guessing host type.
14864         * config.guess:  Remove extraneous output when guessing using C
14865         compiler rather than uname, or when guessing fails.
14866
14867 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
14868
14869         * Makefile.in: remove all.cross and install.cross targets
14870
14871         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14872           definitions
14873
14874 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
14875
14876         * configure.in (target sh): Build gprof.
14877
14878 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14879
14880         * config.sub: change -solaris to -solaris2
14881
14882 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14883
14884         * configure.in: Use config/mh-riscos for mips-*-sysv*.
14885
14886 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
14887
14888         * configure: Correct error message for missing Makefile.in to
14889         print correct directory.
14890
14891 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14892
14893         * install.sh: kludge around 386BSD shell bug
14894
14895 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
14896
14897         * config.guess:  Recognize NeXT.
14898         * config.guess:  Recognize i486-ncr-sysv4.
14899         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
14900
14901 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
14902
14903         * Makefile.in (MAKEINFOFLAGS): New variable.
14904         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14905         * build-all.mk, test-build.mk: Pass down --no-split as
14906         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
14907
14908 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
14909
14910         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
14911
14912 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
14913
14914         * Makefile.in (libg++.tar.z):  New rule.
14915         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
14916         * Makefile.in (taz):  Only do a single chmod.
14917
14918 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14919
14920         * install.sh: don't use dirname anymore (replaced with sed usage)
14921
14922 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
14923
14924         * Makefile.in:  Change extension for gzip'd files from '.z' to
14925         '.gz' per new FSF standard usage.
14926
14927 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14928
14929         * configure: put quotes around the final value of program_transform_name
14930
14931 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14932
14933         * Makefile.in: new install.sh support; update install-info rules
14934
14935 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
14936
14937         * configure.in: Build diff for crosses, but not for go32 host.
14938
14939         * configure.in: Build gprof only for native, and don't build it
14940         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14941
14942 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
14943
14944         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14945
14946 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14947
14948         * configure.in (host_tools): Add prms.
14949
14950 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14951
14952         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14953         with $(FLAGS_TO_PASS) on the command line
14954
14955         * config.sub: Recognize lynx and lynxos
14956
14957 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14958
14959         * config.sub: Accept -ecoff*, not just -ecoff.
14960
14961 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14962
14963         * Makefile.in (taz): Use .gz suffix instead of .z.
14964         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14965         names.
14966
14967 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14968
14969         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14970
14971 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14972
14973         * Makefile.in (install-no-fixedincludes):  install gcc last, so
14974         that rebuilds that might happen during 'make install' don't get
14975         bogus gcc include files
14976
14977 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14978
14979         Change from Utah for HPPA support:
14980         * config.guess: Recognize hppa1.x-hp-bsd.
14981
14982 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
14983
14984         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
14985         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14986
14987 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14988
14989         * config.sub: Add support for rom68k and bug boot monitors.
14990
14991 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
14992
14993         * Makefile.in: Make all-opcodes depend on all-bfd.
14994
14995 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14996
14997         * config.guess: Added special check for i[34]86-univel-sysv4*.
14998
14999 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
15000
15001         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15002         the processor rather than assuming i486.
15003
15004 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15005
15006         * config.guess: Recognize SunOS6 as Solaris3.
15007
15008 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
15009
15010         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
15011         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15012
15013 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
15014
15015         * build-all.mk (all-cross): New target for Canadian Cross.
15016         Added Q2 go32 targets.
15017         * test-build.mk: Configure go32 cross sparclite-aout and
15018         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
15019         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15020
15021 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15022
15023         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15024         GO32 hosted toolchains
15025
15026 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15027
15028         * configure: change  so "-exec-prefix" gets passed down rather
15029         than "-exec_prefix" so autoconf generated Makefiles get the
15030         exec_prefix set right.
15031
15032 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15033
15034         * config.guess: get the Solaris2 minor version number
15035
15036         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15037
15038 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15039
15040         * config.guess: Recognize some Sequent platforms.
15041
15042 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15043
15044         * Makefile.in: added the vault-install target
15045
15046         * configure.in: actually use the Sun3 makefile fragment that's in
15047         config, also added the release dir to configdirs
15048
15049 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15050
15051         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15052
15053 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15054
15055         * configure.in: remove some program from Alpha targetted toolchains
15056
15057 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
15058
15059         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
15060         gprof.
15061         (taz): Run "make diststuff" in those directories instead of "make
15062         proto-dir".  Look for "VERSION=" only at start of line in subdir
15063         Makefile.  Use "gzip -9" for compression.
15064         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15065         (binutils.tar.z): New target.
15066
15067 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15068
15069         * Makefile.in (taz): Include gpl.texinfo.
15070
15071 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15072
15073         * Makefile.in (setup-dirs): Merged into "taz" target.
15074         (taz): Only do `proto-dir' stuff if a directory is actually needed
15075         for this target.
15076
15077 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
15078
15079         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15080         (FLAGS_TO_PASS): Pass down MUNCH_NM.
15081         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15082         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15083         (gcc-no-fixedincludes): Correct for current gcc Makefile.
15084
15085 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
15086
15087         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
15088         config.sub, and move-if-change to gdb testsuite distribution
15089         archive, so the testsuite can be extracted, configured, and
15090         run separately from the gdb distribution.  Blow away the Chill
15091         tests that require a Chill compiled executable, since GNU Chill
15092         is not yet publically available.
15093
15094 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15095
15096         * test-build.mk: set environment variables in a single command,
15097         instead of a list of assignments and exports
15098
15099         * config.guess: recognize Alpha/OSF1 systems
15100
15101 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15102
15103         * configure: Change help message to prefer --options rather than
15104           -options.
15105
15106 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15107
15108         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15109         zippy@ecst.csuchico.edu.
15110         * config.guess: Recognize miniframe.
15111
15112 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15113
15114         * Makefile.in: Use srcroot to find runtest rather than rootme.
15115         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15116
15117 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15118
15119         * test-build.mk: Extensive additions to support building on a
15120         machine other than the host.
15121
15122 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15123
15124         * configure (tooldir): Fix for i386-aix again.
15125
15126 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
15127
15128         * configure, Makefile.in:  Change definition of $(tooldir)
15129         to match the FSF.
15130
15131 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
15132
15133         * config.guess:  Recognize i[34]86/SVR4.
15134
15135 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15136
15137         * Makefile.in (all-gdb): gdb depends on sim.
15138
15139 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
15140
15141         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
15142         at the same time we make the prototype gdb directory.
15143         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
15144         files at the same time as the gdb base release distribution.
15145
15146 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
15147
15148         * Makefile.in (check): Use individual check targets rather than
15149         DO_X rule.
15150         (check-gcc): Added.
15151
15152 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
15153
15154         * config.sub: Use sysv3.2 not sysv32 for canonical OS
15155         for System V release 3.2.
15156
15157 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15158
15159         * config.sub: Recognize hppaosf.
15160         * configure.in: Do configure ld/binutils/gas for it.
15161
15162 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15163
15164         * configure (tooldir): Alter syntax used to set this, for systems
15165         where "\$" isn't handled right, like i386-aix.
15166
15167 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15168
15169         * configure: Pass program-transform-name, not
15170         program_transform_name, to recursive configures.
15171
15172 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
15173
15174         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15175         of gas+ld+binutils.
15176
15177 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
15178
15179         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
15180
15181 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15182
15183         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15184
15185 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15186
15187         * Makefile.in (PRMS): Set back to all-prms.
15188
15189 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15190
15191         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15192         targets, rather than for MIPS hosts.
15193
15194 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15195
15196         * configure.in: add comment for --with-x default values
15197
15198         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15199
15200         * Makefile.in: add check-* targets for each of the directories in
15201         the tree.  Add a definition of RUNTEST that will use the one we
15202         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
15203
15204 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
15205
15206         * configure.in: Removed obsolete references to bfd_target and
15207         target_makefile_frag.
15208
15209         * build-all.mk: Set assorted targets for Q2.
15210         * config.sub: Recognize z8k-sim and h8300-hms.
15211         * test-build.mk: Really don't pass host to configure.
15212         (HOLES): Added uname.
15213
15214 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
15215
15216         * configure: Handle an empty program-prefix, program-suffix or
15217         program-transform-name correctly.
15218
15219 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15220
15221         * build-all.mk: -G 8 no longer required for MIPS targets.
15222         * test-build.mk: Don't pass host argument to configure; make it
15223         guess.
15224
15225 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
15226
15227         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
15228         * Makefile.in (COMPRESS):  New macro, like GZIP.
15229
15230 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15231
15232         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15233
15234         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15235         with gas currently defaults to -G 0.
15236
15237 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
15238
15239         * Makefile.in (all-flex): flex depends on byacc.
15240
15241         * build-all.mk: If host not specified, use config.guess.  Pass TAG
15242         to test-build.mk as RELEASE_TAG.
15243         * test-build.mk (configargs): New variable containing arguments to
15244         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
15245         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15246
15247         * config.guess: Use /bin/uname when checking -X argument on SCO,
15248         to avoid invoking GNU uname which doesn't understand -X.
15249
15250         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15251
15252         * configure.in: Build gas for mips-*-*.
15253
15254 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15255
15256         * Makefile.in (all.normal): insert missing backslash.
15257
15258 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15259
15260         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15261
15262         * Makefile.in: Complete overhaul to merge many almost identical
15263         targets.
15264
15265 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15266
15267         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15268         (gdb.tar.Z): Adjusted.
15269
15270         * Makefile.in (setup-dirs, taz): New targets; should be general
15271         enough to adapt for gdb sometime.  Build only .z file.
15272         (gas.tar.z): New target.
15273
15274 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15275
15276         * build-all.mk: Use CC=cc -Xs on Solaris.
15277
15278 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
15279
15280         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
15281         for handling BISON for FSF releases.
15282
15283 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15284
15285         * configure: Actually implement the change zoo just documented.
15286
15287 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
15288
15289         * configure: when using config.guess, only set target_alias when
15290         it's not already been set (ie, on the command line)
15291
15292 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15293
15294         * Makefile.in: add installcheck target, set PRMS to install-prms
15295
15296 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15297
15298         * configure: add support for package_makefile_fragment, handle the
15299         case where a directory has a configure.in file but no Makefile.in
15300         more gracefully (with an actual understandable error message, even);
15301         add support for --without (and add this to the usage message); also
15302         explicitly add a --host=${host_alias} to the command line when
15303         config.guess is used
15304
15305 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15306
15307         * configure: Must use both --host and --target in recursive calls.
15308
15309 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15310
15311         * Makefile.in: Change deja-gnu to dejagnu.
15312
15313 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15314
15315         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15316
15317 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15318
15319         * configure.in: canonicalize all instances to *-*-solaris2*,
15320         also strip out a number of tools to not build for go32 host
15321
15322 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15323
15324         * config.guess: add GPL.
15325
15326         * Makefile.in, config.guess, config.sub, configure: bump
15327           copyrights to 93.
15328
15329 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
15330
15331         * Makefile.in (do-info): Removed obsolete check for existence of
15332         localenv file.
15333
15334         * Makefile.in (MAKEOVERRIDES): Define to be empty.
15335
15336 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15337
15338         * Makefile.in: a couple of 'else true' for decstation,
15339         support for TclX
15340
15341         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15342
15343 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
15344
15345         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15346
15347 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
15348
15349         * config.guess: Recognize i386-ibm-aix (PS/2).
15350         * configure.in: Use config/mh-aix386 file for it.
15351
15352 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
15353
15354         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15355         CC_FOR_TARGET instead.
15356         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15357
15358 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
15359
15360         * Makefile.in: Add sim to list of directories sent with gdb
15361
15362 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15363
15364         * configure.in: Put back mips-dec-bsd* case.
15365
15366 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
15367
15368         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15369         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
15370         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15371
15372 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15373
15374         * configure.in: remove no-op mips-dec-bsd* in "case $target"
15375
15376         * Makefile.in (dir.info): only run gen-info-dir if it exists,
15377         (install-info): install dir.info only if it exists,
15378         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15379
15380 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
15381
15382         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
15383         gas for mips-dec-bsd.
15384
15385 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
15386
15387         * configure (makesrcdir): If ${srcdir} is relative and not ".",
15388         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15389
15390 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15391
15392         * configure.in: Added "dejagnu" to hosttools list.
15393
15394 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
15395
15396         * config.sub, configure.in, config.guess:  Add support
15397         for Bosx, an AIX variant from Bull.
15398         Patches from F.Pierresteguy@frcl.bull.fr.
15399
15400 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15401
15402         * devo/dejagnu: Initial creation of devo/dejagnu.
15403         Migrated dejagnu testcases and support files for testing software
15404         tools to reside as subdirectories, currently called "testsuite",
15405         within the directory of the software tool.  Migrated all programs,
15406         support libraries, etc. beloging to dejagnu proper from
15407         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
15408         with no modifications.  The changes to these files which will
15409         allow them to configure, build, and execute properly will be made
15410         in a future update.
15411
15412 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15413
15414         * Makefile.in: Change send_pr to send-pr.
15415         * configure.in: Likewise.
15416         * send_pr: Renamed directory to send-pr.
15417
15418 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
15419
15420         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
15421
15422 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
15423
15424         * README:  Update for gdb-4.8 release.
15425         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
15426         gdb-xxx.tar.z (gzip'd) file also.
15427
15428 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15429
15430         * Makefile.in: make all-diff depend on all-libiberty
15431
15432 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
15433
15434         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15435
15436 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15437
15438         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15439
15440 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
15441
15442         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
15443         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
15444         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
15445
15446 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15447
15448         * Makefile.in:  makeinfo binary is in a new location
15449
15450 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
15451
15452         * config.sub: Accept -ecoff as an OS.
15453
15454         * Makefile.in: Various changes to eliminate a level of make
15455         recursion and reduce the required command line length.
15456         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15457         sub-makes.
15458         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15459         variables holding settings for specific sub-makes.
15460         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15461         in terms of BASE_FLAGS_TO_PASS.
15462         (TARGET_LIBS): New variable listing directories which use
15463         TARGET_FLAGS_TO_PASS.
15464         (subdir_do): Eliminated.
15465         (do-*): New set of targets to replace subdir_do.
15466         (various): All targets which used subdir_do now depend on do-*.
15467         (local-clean): Renamed from do_clean.
15468         (local-distclean): New target, dependency of distclean and
15469         realclean.
15470         (install-info): Don't create directories.  Depend on dir.info
15471         rather than calling make recursively.
15472         (install-dir.info): Eliminated.
15473         (install-info-dirs): Create all info directories here.
15474         (dir.info): Depend upon do-install-info.
15475
15476         * test-build.mk (HOLES): Added false.
15477
15478 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
15479
15480         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
15481
15482 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15483
15484         * Makefile.in (info): remove dependency on all-texinfo.  The
15485         problem was really in texinfo/C, not at this level.
15486
15487 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15488
15489         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15490
15491 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
15492
15493         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
15494         GDB releases.
15495
15496 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15497
15498         * configure: Include srcdir in message about target of link not
15499         being found.  Don't convert `-' to `_' in `with' options being
15500         passed to subdirs.
15501
15502 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15503
15504         * configure.in: add uudecode to host_tools
15505
15506         * Makefile.in: added {all,install}-uudecode targets, added them to
15507         the appropriate lists
15508
15509 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
15510
15511         * Makefile.in (all-gcc): Added dependency on all-gas.
15512
15513         * configure.in (mips-*-*): Build ld and binutils.
15514
15515 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15516
15517         * configure: check return code from mkdir, print error message and
15518           exit on failure.
15519
15520 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
15521
15522         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
15523
15524 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15525
15526         * test-build.mk (HOLES): Added tar, cpio and uudecode.
15527
15528 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15529
15530         * config.sub (h8500):  Recognize this as a cpu type.
15531
15532 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15533
15534         * configure: source directory missing is no longer a warning
15535
15536         * configure.in: recognize irix[34]* instead of irix[34]
15537
15538         * Makefile.in: define and pass down X11_LIB
15539
15540 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
15541
15542         * guess-systype: Renamed to ...
15543         * config.guess:  ... by popular request.
15544         * configure.in, Makefile.in:  Update accordingly.
15545
15546 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
15547
15548         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
15549         + Add Convex, Cray/Unicos, and Encore/Multimax support.
15550         + Execute ./dummy instead of assuming . is in PATH.
15551
15552 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
15553
15554         * guess-systype:  New shell script.  Attempts to guess the
15555         canonical host name of the executing host.
15556         Only a few hosts are supported so far.
15557         * configure:  Call guess-systype if no host is specified.
15558
15559 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15560
15561         * Makefile.in (gcc-no-fixedincludes): Made to work with current
15562         gcc Makefile.
15563
15564
15565 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
15566
15567         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15568         (all-gcc, install-gcc, subdir_do): Use it.
15569
15570 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15571
15572         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15573
15574 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
15575
15576         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15577           set exclusively by configure, using configure.in .
15578
15579 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15580
15581         * test-build.mk: set $PATH for all builds
15582
15583         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15584
15585 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
15586
15587         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
15588         the one used in gcc/Makefile.in, so that a null expansion doesn't
15589         override the one needed to build gcc with a native cc.
15590
15591
15592 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15593
15594         * configure: Accept -with arguments.
15595
15596 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15597
15598         * Makefile.in: added h8300sim
15599
15600 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
15601
15602         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15603         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
15604         (all-cygnus, native, build-cygnus): Make
15605         $(canonhost)-stamp-3stage-done, not $(host)....
15606         * test-build.mk (stamp-3stage-compared): Use tail +10c for
15607         i386-sco3.2v4.  Added else true to if command.
15608
15609 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
15610
15611         * config.sub: (from FSF) Sequent uses a BSD-like OS.
15612
15613 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
15614
15615         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15616
15617 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15618
15619         * configure.in: don't remove binutils from Solaris builds
15620
15621 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
15622
15623         * Makefile.in: get rid of earlier definitions for *clean,
15624         also handle the recursive info rule better
15625
15626 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
15627
15628         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
15629         do more-or-less the right thing.
15630
15631 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
15632
15633         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15634         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15635
15636 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15637
15638         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15639         $(host_canonical).
15640
15641         * configure.in: split the configdirs list into 4 categories (native
15642         v. cross, library v. tool) and handle the cross-only and native-
15643         only in more reasonable (and correct!) way.
15644
15645 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
15646
15647         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
15648         configdirs anymore.
15649
15650 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15651
15652         * Makefile.in: extensive cleanup::  removed all of the explicit
15653         clean-* targets, collapsed many wrappers around subdir_do into
15654         one, added additional targets to satisfy standards.texi, deleted
15655         some old targets, some changes for consistency
15656
15657 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15658
15659         * configure.in: handle some programs as cross-only, and others as
15660         native only
15661
15662         * test-build.mk: handle partial holes in a more generic manner
15663
15664         * Makefile.in: m4 depends on libiberty
15665
15666 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15667
15668         * configure.in: add m4, textutils, fileutils, sed, shellutils,
15669         time, wdiff, and find to configdirs
15670
15671         * Makefile.in: all, clean, and install rules for the new programs
15672         added to configure.in
15673
15674 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15675
15676         * configure.in: use mh-sun for all *-sun-* hosts
15677
15678 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15679
15680         * Makefile.in: define flags for X11 include files and library file
15681         locations, pass them down to the programs that need this info
15682
15683         * build-all.mk: added a 'native' target, to 3stage the native toolchain
15684
15685 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15686
15687         * configure.in: start building libg++ for HP-UX targets
15688
15689 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
15690
15691         * README:  Update references to files moved into etc/.
15692
15693 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
15694
15695         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
15696         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
15697
15698 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15699
15700         * configure: accept dash as well as underscore in long option
15701         names for FSF compatibility.
15702
15703 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
15704
15705         * config.sub: added -sco3.2v4 support from FSF.
15706
15707 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15708
15709         * configure.in: expand the section that adds or removes
15710         directories from the list of programs to build, to handle native
15711         vs. cross in addition to host v. native
15712
15713 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
15714
15715         * Makefile.in:  Replace C++ in macro names with CXX.
15716         This is less likely to break ...
15717
15718 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15719
15720         * test-build.mk: add -w to GNU_MAKE
15721
15722 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15723
15724         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15725         add 'sparc' to list of recognized cpus.  This needed to make
15726         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15727         Delete some redundant ose68 variants.  Recognize -wrs as an os,
15728         then changes that into $CPU-wrs-vxworks.
15729
15730         * configure.in: remove most references to gdbtest, regularize
15731         target based program removal
15732
15733         * test-build.mk: import from p3 tree (many fixes and changes)
15734
15735 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
15736
15737         * Makefile.in: added rules to handle tcl, tk, and expect
15738
15739         * configure.in: handle those directories if they exist
15740
15741 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15742
15743         * config.sub: removed bogus hppabsd and hppahpux names, since
15744         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15745
15746 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15747
15748         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
15749         depends upon all-xiberty
15750
15751         * Makefile.in: changes from p3, including:
15752
15753         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
15754
15755         * Makefile.in (XTRAFLAGS): include newlib directories if
15756         newlib/Makefile exists, rather than if host != target.
15757
15758         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
15759
15760         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15761         from the same source tree and not building a cross-compiler.  This
15762         matters for the libg++ configuration if reconfiguring a tree that
15763         has already been installed.
15764
15765         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
15766
15767         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15768         pick up the machine and system specific header files.
15769
15770         * Makefile.in: added AS_FOR_TARGET, passed down in
15771         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15772         the C compiler to use to create programs which are run in the
15773         build environment, set it to default to $(CC), and passed it down
15774         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15775
15776         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
15777
15778         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15779         We need them for unusual native builds, like systems without
15780         ranlib.
15781
15782         * configure: also define $(host_canonical) and
15783         $(target_canonical), which are the full, canonical names for the
15784         given host and target
15785
15786 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
15787
15788         * Makefile.in:  Added separate definitions for C++.
15789
15790 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
15791
15792         * configure.in (configdirs):  Add deja-gnu.
15793
15794 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
15795
15796         * README:  Update for configure.texi and gdb-4.7 release.
15797
15798 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
15799
15800         * Makefile.in:  Move "all" target to top of file.
15801         Previously, first target was ".PHONY" which caused BSD4.4 make
15802         to build .PHONY when make was run without arguments.
15803
15804 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
15805
15806         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
15807         Library-copylefted code in libiberty.
15808
15809 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
15810
15811         * config.sub:  Replace m68kmote with plain old m68k.
15812
15813 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
15814
15815         * Makefile.in:  Remove space from blank line, avoid Make complaints.
15816
15817 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
15818
15819         * config.sub: Complain if no argument is given.  Added support for
15820         386bsd as OS and target alias.
15821
15822 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
15823
15824         * Makefile.in (XTRAFLAGS): include newlib directories if
15825         newlib/Makefile exists, rather than if host != target.
15826
15827 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
15828
15829         * config.sub: recognize sparclite-wrs-vxworks.
15830
15831         * Makefile.in (install-xiberty): added *-xiberty make rules (from
15832         p3.) Added clean-xiberty to clean.
15833
15834 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15835
15836         * configure.in: use *-*-* instead of nested cases for host and target
15837
15838 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
15839
15840         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15841         from the same source tree and not building a cross-compiler.  This
15842         matters for the libg++ configuration if reconfiguring a tree that
15843         has already been installed.
15844
15845 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
15846
15847         * config.sub (i486v/i486v4):  Merge in from FSF version.
15848
15849 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
15850
15851         * configure: only set PWD if it is already set.
15852
15853 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
15854
15855         * configure: just set PWD=`pwd` at the top, since Ultrix sh
15856         doesn't have unset and all success paths (and most error paths)
15857         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15858         to just ${PWD} to avoid confusion.)
15859
15860 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
15861
15862         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15863         even for a native compilation.
15864
15865 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
15866
15867         Changes to make the gdb.tar.Z rule work better.
15868
15869         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
15870         (DEVO_SUPPORT):  Add configure.texi.
15871         (bfd-ilrt.tar.Z):  Remove ancient rule.
15872
15873 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
15874
15875         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15876         pick up the machine and system specific header files.
15877
15878         * configure.in, config.sub: added new target m68010-adobe-scout,
15879         with alias of adobe68k.  Changed configure.in to check for
15880         -scout before -sco* to avoid a false match.
15881
15882         * Makefile.in: added AS_FOR_TARGET, passed down in
15883         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15884         the C compiler to use to create programs which are run in the
15885         build environment, set it to default to $(CC), and passed it down
15886         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15887
15888 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15889
15890         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15891         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
15892         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15893         FOR_TARGET variants, to newlib and libg++.
15894
15895 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15896
15897         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15898         first.
15899
15900 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
15901
15902         * config.sub:  Accept `elf' as an environment.
15903
15904 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15905
15906         * Makefile.in (all-opcodes):  cd into the right directory
15907
15908 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
15909
15910         * configure: added -program_transform_name option, used as
15911         argument to sed when installing programs.
15912         configure.texi: added documentation for -program_prefix,
15913         -program_suffix and -program_transform_name.
15914
15915 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
15916
15917         * config.sub:  Accept i486 where i386 ok.
15918
15919 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
15920
15921         * config.sub: accept we32k
15922
15923 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
15924
15925         * config.sub, configure.in: accept OSE68000 and OSE68k.
15926
15927         * Makefile.in: don't create all directories for ``make install'';
15928         let the subdirectories create the ones they need.
15929
15930 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15931
15932         * COPYING: new file, GPL v2
15933
15934 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15935
15936         * Makefile.in: use the new gen-info-dir, which needs a template
15937         argument (which also lives in texinfo)
15938
15939         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15940
15941 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
15942
15943         * config.sub (ncr3000):  Change i386 to i486.
15944
15945 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15946
15947         * Makefile.in: add install-rcs, install-grep to
15948         install-no-fixedincludes, removed install-bison and install-libgcc
15949
15950 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
15951
15952         * configure.in: grab the HPUX makefile fragment if on HPUX
15953
15954 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15955
15956         * Makefile.in: eradicate bison spoor (ditto libgcc).
15957          configure.in: recognise m68{k,000}-ericsson-OSE.
15958          es1800 is alias for m68k-ericsson-OSE
15959
15960 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15961
15962         * configure.in: rearrange the parts that remove programs from
15963         configdirs, based now on HOST==TARGET or by canonical triple.
15964
15965 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15966
15967         * test-build.mk: recurse explicitly with -f test-build.mk when
15968           appropriate.  predicate stage3 and comparison on the existence
15969           of gcc.  That is, if gcc isn't around, we aren't three-staging.
15970           On very clean, also remove ...stamp-co.  Build in-place before
15971           doing other builds.
15972
15973 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15974
15975         * Makefile.in, configure.in: add tgas
15976
15977 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15978
15979         * Makefile.in: a number of changes merged in from progressive.
15980
15981         * configure.in: add libm.
15982
15983         * .cvsignore: ignore some stuff that comes from test-build.mk.
15984
15985 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
15986
15987         * config.sub:  Add es1800 (m68k-ericsson-es1800).
15988
15989 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15990
15991         * configure: Add program_suffix (parallel to program_prefix)
15992         * Makefile.in: adjust directory-creating script for losing decstation
15993
15994 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
15995
15996         * configure:  Minor $subdir-related fixes.
15997
15998 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15999
16000         * configure: fix various problems with propogating
16001         makefile_target_frag in subdirs.
16002         * configure.in: config libgcc if its there
16003
16004 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
16005
16006         * config.sub:  HPPA merge.
16007
16008 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
16009
16010         * Makefile.in:  Replace all-bison with all-byacc in all
16011         dependency lines for other tools (which now use byacc).
16012
16013 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
16014
16015         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
16016
16017 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
16018
16019         * Makefile.in: make gprof rules similar to byacc rules (instead of
16020         vestigal $(unsubdir) that didn't work...)
16021
16022 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
16023
16024         * config.sub:  Add support for Linux.
16025         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
16026         (at least for libg++).
16027
16028 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
16029
16030         * configure.texi: fix doc for the -nfp option to configure
16031
16032 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
16033
16034         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16035
16036 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
16037
16038         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16039         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16040         * configure.in: added solaris* host_makefile_frag hook.
16041
16042 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16043
16044         * config.sub: changed recognition of m68000 so that various
16045         m68k types can be specified via m680[01234]0
16046
16047 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16048
16049         * config.sub (basic_machine): fix sed so that '-foo' isn't
16050         completely substituted out while .+'-foo' loses the '-foo'
16051
16052 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16053
16054         * config.sub ($os): Add -aout.
16055
16056 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
16057
16058         * configure:  If host_makefile_frag is absolute, don't
16059         prefix ${invsubdir} (relevant to libg++ auto-configure).
16060
16061 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16062
16063         * Makefile.in (tooldir): Define it.
16064         (all-ld): Depend on all-flex.
16065
16066 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
16067
16068         * Makefile.in (check):  Fix libg++ special case.
16069
16070 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
16071
16072         * configure: do not bury `pwd` into config.status, thus do fewer
16073           pwd's.
16074
16075         * configure: print the "Building in" message only when building in
16076           other than "." AND verbose.
16077
16078         * configure: remove -s, rework -v to better accommodate guested
16079           configures.
16080
16081         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16082
16083 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
16084
16085         * Makefile.in: macroize flags passed on recursion.  remove
16086           fileutils.
16087
16088 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
16089
16090         * configure: get makesrcdir right for subdirs deeper than 1.
16091
16092         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16093           install.
16094
16095 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
16096
16097         * Makefile.in: don't print subdir_do or recursion lines.
16098
16099 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
16100
16101         * standards.texi: added menu item.
16102
16103         * Makefile.in: build and install standards.info.
16104
16105         * standards.texi: new file.
16106
16107 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16108
16109         * configure: test for and move config.status pieces from
16110           ${subdir}/.
16111
16112 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
16113
16114         * configure:  Test for existance of files before trying to mv
16115         them, to avoid numerous non-existance messages.
16116
16117 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
16118
16119         * configure: correct final line of config.status.
16120
16121         * configure: patch from eggert.  Avoids a protection problem if
16122           the original Makefile.in is read only.
16123
16124         * configure: use move-if-change from gcc to create config.status.
16125           Some makefiles depend on config.status to tell if a directory
16126           has been reconfigured for a different host.  This change
16127           prevents those directories from remaking everything in the case
16128           where the reconfig was only intended to rebuild a Makefile.
16129
16130         * configure: test for config.sub with "config.sub sun4" rather
16131           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
16132           host alias from a missing config.sub.
16133
16134 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16135
16136         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16137           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
16138
16139 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
16140
16141         * configure: mkdir ${subdir} as needed.
16142
16143 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
16144
16145         * Makefile.in,configure.in: added autoconf.
16146
16147 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16148
16149         * Makefile.in: no longer pass against on recursion.
16150
16151         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16152           definitions are not inherited.
16153
16154         * configure: correct makesrcdir when subdir is .
16155
16156 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
16157
16158         * configure:  Add support for 'subdirs' variable, which is
16159         like 'configdirs', except that configure doesn't re-invoke
16160         itself for subdirs, it just creates a Makefile for each subdir.
16161         * configure.texi:  Document subdirs.
16162
16163 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16164
16165         * configure.in: added flex to configdirs
16166
16167 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
16168
16169         * Makefile.in: remove clean-stamps from clean.
16170
16171 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
16172
16173         * configure.in:  Add gdbtest to configdirs.
16174
16175 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
16176
16177         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
16178         to recursive makes.
16179         * configure.in:  Recognize new ncr3000 config.
16180
16181 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
16182
16183         * Makefile.in, configure.in: removed references to gdbm.
16184
16185 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
16186
16187         * config.sub:  Don't canonicalize os value
16188         newsos* to bsd (readline needs to check for newsos).
16189         (This fix was earlier made Jan 31, but got re-broken.)
16190
16191 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
16192
16193         * configure.in:  sco is an os, not a vendor!
16194
16195         * configure:  Quote $( better.  Keep various shells happy.
16196
16197 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
16198
16199         * Makefile.in: eliminate stamp-files.
16200
16201 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
16202
16203         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
16204           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16205
16206 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
16207
16208         * config.sub:  fix iris/iris3.
16209
16210 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
16211
16212         * configure: re-add -rm.
16213
16214 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
16215
16216         * Maskefile.in: add .stmp-rcs to all.
16217
16218         * configure.in: remove gas from rs6000 build, use aix host fragment.
16219
16220 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
16221
16222         * configure: pass down site_option during recursion.
16223
16224 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
16225
16226         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
16227
16228 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
16229
16230         * configure: Change exec_prefix so that it really defaults to prefix.
16231
16232 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
16233
16234         * Makefile.in, configure.in:  Add support for mmalloc library.
16235
16236 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
16237
16238         * Makefile.in: add stmp dependencies for a few more things.
16239
16240 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
16241
16242         * configure: adjusted error message on objdir/srcdir configure
16243           collision, per john's suggestion.
16244
16245         * Makefile.in: add libiberty stmp to all and all.cross.
16246
16247 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
16248
16249         * Makefile.in: remove force dependencies, add grep to all.
16250
16251 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
16252
16253         * Makefile.in: drop flex.  make stamp files work.
16254
16255         * configure: added test for conflicting configuration in srcdir,
16256           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
16257           gets cranky.  use relative paths for configure and srcdir
16258           whenever possible.  Send some error messages to stderr that were
16259           going to stdout.
16260
16261 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
16262
16263         * Makefile.in:  Fix libg++ rule to check for gcc directory
16264         before using gcc/gcc.  Also pass XTRAFLAGS.
16265
16266 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
16267
16268         * Makefile.in: added stmp-files so that directories aren't polled
16269           when they are already built.
16270
16271         * configure.texi: fixed a node pointer problem.
16272
16273 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
16274
16275         * config.sub configure.in gdb/configure.in
16276         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16277         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16278         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
16279
16280 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16281
16282         * configure: -recurring becomes -silent.  corrected help message
16283           for -site= option.
16284
16285         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16286
16287 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16288
16289         * configure: when building Makefile for crosses, replace
16290           tooldir and program_prefix.  default srcdir from location of
16291           config.sub.  remove "for host in hosts" and "for target in
16292           targets" loops.
16293
16294 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16295
16296         * Makefile.in: Do not pass bindir or mandir to cvs.
16297
16298 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
16299
16300         * Makefile.in, configure.in: removed traces of namesubdir,
16301           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
16302           copyrights to '92, changed some from Cygnus to FSF.
16303
16304         * configure.texi: remove most references to multiple hosts,
16305           multiple targets, subdirs, etc.
16306
16307         * configure.man: removed rcsid. reference config.sub not
16308           config.subr.
16309
16310         * Makefile.in: mkdir $(infodir) on install-info.
16311
16312 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
16313
16314         * configure.texi:  Explain better about .gdbinit and about
16315         the environment that configure.in sections run in.
16316
16317 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
16318
16319         * configure.in:  Ultrix is only a decstation if it's a MIPS.
16320
16321 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
16322
16323         * README:  DOC.configure => cfg-paper.texi.
16324
16325 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
16326
16327         * config.sub (near case $os):  Don't convert newsos* to bsd!
16328
16329 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
16330
16331         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
16332         the number of copies of COPYING that go into the GDB tar file.
16333
16334 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
16335
16336         * bfd/configure.in, gdb/config/mh-i386sco,
16337         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16338         Fix SCO configuration stuff.
16339
16340 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
16341
16342         * Makefile.in:  For libg++, make sure the -I pointing
16343         to the gcc directory goes *after* all the libg++-local -I flags.
16344         Also, move just-gcc dependency from just-libg++ to all-libg++.
16345
16346 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
16347
16348         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
16349
16350 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
16351
16352         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
16353
16354 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
16355
16356         * config.sub:  Add stratus configuration frags.  Also
16357         submitted to FSF.
16358
16359 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
16360
16361         * Makefile.in (DEV_SUPPORT):  add configure.man.
16362
16363         * config.sub(Decode manufacturer-specific):  add -none*.
16364
16365 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
16366
16367         * Makefile.in:  remove form feeds to make Sun's make happy.
16368         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
16369
16370 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
16371
16372         * Makefile.in (AR_FLAGS):  Make quieter.
16373
16374 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
16375
16376         * configure.in:  Add libg++.
16377         * configure:  When verbose, don't output the command line at each
16378         level; it will be unremarkably the same as the previous version,
16379         which will be the same as what the user typed.
16380
16381 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
16382
16383         * configure.in, Makefile.in: fix clean-info, add flex.  add
16384           fileutils.
16385
16386         * configure: be less sensitive to spaces in Makefile.in.  Do not
16387           look for sources in "..".  Doing so breaks subdirectories that
16388           might have their own configure.  If a subdir has it's own
16389           configure script, use it.
16390
16391 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
16392
16393         * cfg-paper.texi: some changes suggested by rms.
16394
16395 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
16396
16397         * config.sub:  Merge in some small additions from the FSF version,
16398         taken from the gcc distribution, to bring the Cygnus and FSF
16399         versions into closer sync.
16400
16401 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
16402
16403         * configure.in:  Changed svr4 references to sysv4.
16404
16405 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
16406
16407         * configure: added -V for version number option.
16408
16409 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
16410
16411         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16412           renamed from DOC.configure to cfg-paper.texi.
16413
16414 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16415
16416         * configure, config.subr, config.sub: config.subr is now
16417           config.sub again.
16418
16419 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
16420
16421         * configure.texi: new file, in progress.
16422
16423         * Makefile.in: build info file and install the man page for
16424           configure.
16425
16426         * configure.man: new file, first cut.
16427
16428         * configure: find config.subr again now that configuration "none"
16429           has gone.  removed all traces of the -ansi option.  removed all
16430           traces of the -languages option.
16431
16432         * config.subr: resync from rms.
16433
16434 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16435
16436         * configure, config.sub, config.subr: merge config.sub into
16437           config.subr, call the result config.subr, remove config.sub, use
16438           config.subr.
16439
16440         * Makefile.in: revised install for dir.info.
16441
16442 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16443
16444         * configure.in: add decstation host makefile frag.
16445
16446         * Makefile.in: BISON now bison -y again.  also install-gcc on
16447           install.  clean-gdbm on clean.  infodir belongs in datadir.
16448           Make directories for info install.  Build dir.info here then
16449           install it.
16450
16451 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16452
16453         * Makefile.in: fix for bad directory tests.
16454
16455 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16456
16457         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
16458           regexp.  -srcdir relative was being handled incorrectly.
16459
16460         * Makefile.in: unwrapped some for loops so that parallel makes
16461           work again and so one can focus one's attention on a particular
16462           package.
16463
16464 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16465
16466         * configure: added PWD as a stand in for `pwd` (for speed). use
16467           elif wherever possible.  make -srcdir work without -objdir.
16468           -objdir= commented out.
16469
16470 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16471
16472         * configure: +options become --options.  -subdirs commented out.
16473           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
16474           Makefile now at top of generated Makefile.  Removed cvs log
16475           entries.  added -srcdir.  create .gdbinit only if there is one
16476           in ${srcdir}.
16477
16478         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
16479           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
16480           and mandir now keyed off datadir by default.
16481
16482 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16483
16484         * Freshly created ChangeLog.
16485
16486 \f
16487 Local Variables:
16488 mode: change-log
16489 left-margin: 8
16490 fill-column: 76
16491 version-control: never
16492 End: