OSDN Git Service

2010-09-05 Tobias Burnus <burnus@net-b.de>
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
2
3         * configure.ac: Enable LTO by default on Darwin.
4         * configure: Regenerate.
5
6 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7
8         * MAINTAINERS (Write After Approval): Add myself.
9
10 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
11
12         * MAINTAINERS (Write After Approval): Add myself.
13
14 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
15
16         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
17         ports
18
19 2010-07-28  David Yuste  <david.yuste@gmail.com>
20
21         * MAINTAINERS (Write After Approval): Add myself.
22
23 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
24
25         * configure.ac: Support all v850 targets.
26         * configure: Regenerate.
27
28 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
29
30         PR bootstrap/44455
31         * configure.ac (extra_mpfr_configure_flags): Copy from
32         extra_mpc_gmp_configure_flags.
33         * configure: Re-generated.
34
35 2010-07-22  Andi Kleen  <ak@linux.intel.com>
36
37         * MAINTAINERS (Write After Approval): Add myself.
38
39 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
40
41         * MAINTAINERS (Write After Approval): Add myself.
42
43 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
44
45         * MAINTAINERS (Write After Approval): Add myself.
46
47 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
48
49         PR target/44862
50         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
51         Provide -B option to allow for link spec %s substitutions for
52         libstdc++.a on darwin.
53         * Makefile.in: Regenerate.
54
55 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
56
57         * MAINTAINERS (Reviewers): Update my e-mail address
58
59 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
60
61         * Makefile.def (configure-gcc): Depend on all-libelf.
62         * Makefile.in: Rebuild.
63
64 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
65
66         * MAINTAINERS (Write After Approval): Add myself in the right place.
67
68 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
69
70         * MAINTAINERS (Write After Approval): Add myself.
71
72 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
73
74         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
75
76 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
77
78         * config.sub: Update to version 2010-05-21.
79         * config.guess: Update to version 2010-04-03.
80
81 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
82
83         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
84         * configure: Regenerate.
85
86 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
87
88         * MAINTAINERS (Write After Approval): Add myself.
89
90 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
91
92         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
93         a platform that supports LTO.
94         * configure: Regenerate.
95
96 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
97
98         * configure.ac: Allow all the versions greater than 0.10 of PPL.
99         * configure: Regenerated.
100
101 2010-04-27  Roland McGrath  <roland@redhat.com>
102             H.J. Lu  <hongjiu.lu@intel.com>
103
104         * configure.ac (--enable-gold): Support both, both/gold and
105         both/bfd to add gold to configdirs without removing ld.
106         * configure: Regenerated.
107
108         * Makefile.def: Add install-gold dependency to install-ld.
109         * Makefile.in: Regenerated.
110
111 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
112
113         PR lto/42776
114         * configure.ac (--enable-lto): Refactor handling so libelf tests
115         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
116         and allow LTO to be explicitly enabled on non-ELF platforms that
117         are known to support it inside else-clause.
118         * configure: Regenerate.
119
120 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
121
122         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
123         * configure: Regenerate.
124
125 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
126
127         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
128         * configure: Regenerate.
129
130 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
131
132         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
133         separately.
134         * configure: Regenerate.
135
136 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
137
138         * MAINTAINERS (Write After Approval): Add myself.
139
140 2010-04-14  Tristan Gingold  <gingold@adacore.com>
141
142         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
143         * configure: Regenerate.
144
145 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
146
147         * configure: Regenerate after change to elf.m4.
148
149 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
150
151         * MAINTAINERS (Write After Approval): Add myself.
152
153 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
154
155         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
156         * configure: Regenerated.
157
158 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
159
160         * configure.ac: Print "buggy but acceptable" when CLooG
161         revision is less than 9.
162         * configure: Regenerated.
163
164 2010-04-01  Diego Novillo  <dnovillo@google.com>
165
166         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
167
168 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
169
170         PR bootstrap/43615
171         PR bootstrap/43328
172
173         Revert:
174
175         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
176
177         * configure.ac: Do not pass --enable-multilib nor
178         --disable-multilib in baseargs.  Accept explicitly passed
179         --enable_multilib.
180         * configure: Regenerate.
181
182 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
183
184         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
185
186 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
187
188         * MAINTAINERS: Remove myself.
189
190 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
191
192         PR bootstrap/43328
193         * configure.ac: Do not pass --enable-multilib nor
194         --disable-multilib in baseargs.  Accept explicitly passed
195         --enable_multilib.
196         * configure: Regenerate.
197
198 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
199
200         * MAINTAINERS (spu port): Remove me.
201
202 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
203
204         * configure.ac (tic6x-*-*): New case.
205         * configure: Regenerate.
206
207 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
208
209         * config.sub: Update to version 2010-03-22.
210         * config.guess: Update to version 2009-12-30.
211
212 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
213
214         PR ada/42554
215         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
216         * configure: Regenerate.
217
218 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
219
220         * MAINTAINERS: Update my email address.
221
222 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
223
224         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
225         (ghassan.shobaki@amd.com): Removed.
226
227 2010-03-17  Alan Modra  <amodra@gmail.com>
228
229         * MAINTAINERS: Update my email address.
230
231 2010-03-16  Diego Novillo  <dnovillo@google.com>
232
233         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
234         Matthews.
235
236 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
237
238         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
239         Gutson, Jeffrey D. Oldham and Mark Shinwell.
240
241 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
242
243         * MAINTAINERS: Update my email address.
244
245 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
246
247         * MAINTAINERS: Update my email address.
248
249 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
250
251         * MAINTAINERS: Update my email address.
252
253 2010-03-09  Jie Zhang  <jie@codesourcery.com>
254
255         * MAINTAINERS: Update my email address.
256
257 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
258
259         PR libstdc++/32499
260         * configure.ac (RANLIB): Default to true.
261         (STRIP): Likewise.
262         (RANLIB_FOR_TARGET): Remove superfluous : argument.
263         * configure: Regenerate.
264
265 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
266
267         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
268         (Write After Approval): Update my email address.
269
270 2010-02-17  Nick Clifton  <nickc@redhat.com>
271
272         PR 11238
273         * Makefile.tpl (local-distclean): Also remove config.cache files in
274         sub-directories as there may not be Makefiles present in the
275         sub-directories.
276         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
277         the config.cache files found by the find command.
278
279         * Makefile.in: Regenerate.
280         * configure.ac: Revert previous delta.
281         * configure: Regenerate.
282
283 2010-02-15  Nick Clifton  <nickc@redhat.com>
284
285         PR 11238
286         * configure.ac: Delete config.cache files in sub-directories when
287         deleting Makefiles.
288         * configure: Regenerate.
289
290 2010-02-12  Ben Elliston  <bje@gnu.org>
291
292         * MAINTAINERS: Update my email address.
293
294 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
295
296         * MAINTAINERS (spu port): Update my email address.
297
298 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
299
300         * MAINTAINERS: Add myself as a maintainer for the bfin port.
301
302 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
303
304         * configure.ac: Add "recommended" version checks for GMP/MPC.
305         Update recommended GMP/MPFR/MPC versions.
306         * configure: Regenerate.
307
308 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
309
310         * MAINTAINERS: Move my Embecosm email address into the
311         write-after-approval section.
312
313 2010-01-26  Ian Lance Taylor  <iant@google.com>
314
315         * MAINTAINERS: Add myself as Go frontend maintainer.
316
317 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
318
319         PR libstdc++/36101, PR libstdc++/42813
320         * configure.ac (bootstrap_target_libs): Make inclusion of
321         target-libgomp conditional on libgomb being in target_configdirs.
322         * configure: Regenerate.
323
324 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
325
326         PR libstdc++/36101, PR libstdc++/42813
327         * configure.ac (bootstrap_target_libs): Include target-libgomp.
328         * configure: Regenerate.
329
330 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
331
332         PR libstdc++/36101, PR libstdc++/42813
333         * configure.ac (target_configdirs): Substitute.
334         * Makefile.def: Bootstrap target module libgomp.
335         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
336         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
337         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
338         * configure, Makefile.in: Regenerate.
339
340 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
341
342         * MAINTAINERS: Adjust my details.
343
344 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
345
346         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
347
348 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
349
350         * MAINTAINERS: reindented my entry with tabs instead of spaces.
351
352 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
353
354         * MAINTAINERS (Write After Approval): Add myself.
355
356 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
357
358         * MAINTAINERS (Write After Approval): Add myself.
359
360 2010-01-11  Richard Guenther  <rguenther@suse.de>
361
362         PR lto/41569
363         * Makefile.def (all-lto-plugin): Depend on all-gcc.
364         * Makefile.in: Regenerated.
365
366 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
367
368         * configure.ac: Enable libjava build on x86_64-*freebsd*.
369         * configure: Regenerate.
370
371 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
372             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
373
374         PR bootstrap/42424
375         * configure.ac: Include libtool m4 files.
376         (_LT_CHECK_OBJDIR): Call it.
377         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
378         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
379
380         * configure: Regenerate.
381
382 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
383
384         PR bootstrap/41818
385         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
386         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
387         * Makefile.in: Regenerate.
388
389 2010-01-02  Richard Guenther  <rguenther@suse.de>
390
391         PR lto/41529
392         * configure.ac: Include config/elf.m4.  Disable LTO if not
393         builting for an elf target.
394         * configure: Regenerate.
395
396 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
397
398         * MAINTAINERS: Change my email address.
399
400 2009-12-18  Ben Elliston  <bje@au.ibm.com>
401
402         * config.sub, config.guess: Update from upstream sources.
403
404 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
405
406         * MAINTAINERS (Write After Approval): Add myself.
407
408 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
409
410         PR middle-end/30447
411         PR middle-end/30789
412         PR other/40302
413
414         * configure.ac: Require MPC.
415         * configure: Regenerate.
416
417 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
418
419         PR target/38384
420         PR bootstrap/40972
421         * libtool.m4: Sync from git Libtool.
422         * ltoptions.m4: Likewise.
423         * ltversion.m4: Likewise.
424         * lt~obsolete.m4: Likewise.
425         * ltmain.sh: Likewise.
426
427 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
428
429         * configure.ac: Update minimum MPC version to 0.8.
430         * configure: Regenerate.
431
432 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
433
434         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
435         * configure: Regenerated.
436
437 2009-11-21  Ian Lance Taylor  <iant@google.com>
438
439         * configure.ac: Change default of poststage1_ldflags to be empty if
440         poststage1_libs is set.  When poststage1_libs is empty, and
441         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
442         * configure: Rebuild.
443
444 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
445
446         * MAINTAINERS (Write After Approval): Update my email address.
447
448 2009-11-20  Ben Elliston  <bje@au.ibm.com>
449
450         * config.guess: Update from upstream sources.
451
452 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
453
454         * Makefile.def: Restore host and target settings for gmp.
455         * Makefile.in: Rebuild.
456
457 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
458
459         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
460         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
461         Fix portability of test of C++ as bootstrap language.  Add
462         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
463         * configure: Rebuild.
464         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
465         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
466         in-tree building.
467         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
468         (POSTSTAGE1_HOST_EXPORTS): Use it.
469         (STAGE[+id+]_CXXFLAGS): New.
470         (BASE_FLAGS_TO_PASS): Pass it down.
471         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
472         extra_exports.
473         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
474         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
475         extra_exports.
476         * Makefile.in: Rebuild.
477
478 2009-11-17  Ben Elliston  <bje@au.ibm.com>
479
480         * config.sub, config.guess: Update from upstream sources.
481
482 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
483
484         * MAINTAINERS (Write After Approval): Add myself.
485
486 2009-11-09  Jon Beniston  <jon@beniston.com>
487
488         * MAINTAINERS (Write After Approval): Add myself.
489
490 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
491
492         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
493         paths for *-w64-mingw* and x86_64-*mingw*.
494         * configure: Regenerated.
495
496 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
497
498         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
499
500 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
501
502         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
503         Phil Edwards to Write-After Approval.
504
505 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
506
507         * configure.ac: Disable target-winsup & co for
508         x86_64-*-mingw* and *-w64-mingw* targets.
509         * configure: Regenerated.
510
511 2009-10-16  Nick Clifton  <nickc@redhat.com>
512
513         * MAINTAINERS: Add myself as a maintainer for the RX port.
514
515 2009-10-26  Johannes Singler  <singler@kit.edu>
516
517         * MAINTAINERS (Write After Approval): Update my e-mail address.
518
519 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
520
521         * configure.ac (CLooG test): Use = with test.
522         * configure: Regenerate.
523
524 2009-10-22  Richard Guenther  <rguenther@suse.de>
525
526         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
527         cloog if the ppl version check failed.  Move flags saving
528         before setting in libelf check.
529         * configure: Regenerate.
530
531 2009-10-21  Richard Guenther  <rguenther@suse.de>
532
533         * configure.ac: Adjust the ppl and cloog configure to work as
534         documented.  Disable cloog if ppl was disabled.  Omit the version
535         checks if they were disabled.
536         * configure: Re-generate.
537
538 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
539
540         * configure.ac: Add 'lto' to enable_languages, not
541         new_enable_languages, and only if not already present.
542         * configure: Regenerate.
543
544 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
545
546         * README: Refer to the various COPYING* files instead of just
547         COPYING.
548         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
549
550 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
551
552         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
553         
554 2009-10-07  Richard Guenther  <rguenther@suse.de>
555
556         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
557         and Richard Guenther as reviewers.
558         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
559         as reviewers.
560
561 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
562
563         * config.sub: Update from upstream sources.
564
565 2009-10-06  Ian Lance Taylor  <iant@google.com>
566
567         * Makefile.def: check-gold depends upon all-gas.
568         * Makefile.in: Rebuild.
569
570 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
571
572         * MAINTAINERS (Write After Approval): Add myself.
573
574 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
575
576         * Makefile.def: all-lto-plugin depends on all-libiberty.
577         set bootstrap=true for lto-plugin.
578         Add lto-plugin.
579         * Makefile.in: Regenerate.
580         * configure.ac (host_libs): Add lto-plugin.
581         * configure: Regenerate.
582
583 2009-10-03  Diego Novillo  <dnovillo@google.com>
584
585         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
586         (HOST_LIBELFLIBS): Define.
587         (HOST_LIBELFINC): Define.
588         * Makefile.in: Regenerate.
589         * configure.ac: Add --enable-lto.
590         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
591         If --enable-lto is used, add 'lto' to new_enable_languages.
592         If --enable-lto is used and gold is enabled, add
593         lto-plugin to configdirs.
594         * configure: Regenerate.
595
596 2009-10-03  Simon Baldwin  <simonb@google.com>
597
598         * configure.ac: If --with-system-zlib, suppress local zlib and
599         pass --with-system-zlib to subdir configure scripts.
600         * configure: Regenerate.
601
602 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
603             Paolo Bonzini  <bonzini@gnu.org>
604
605         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
606         $(srcdir).
607         * Makefile.in: Rebuilt.
608
609 2009-09-26  Gary Funck  <gary@intrepid.com>
610
611         * MAINTAINERS (Write After Approval): Add myself.
612
613 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
614
615         * configure.ac: Update minimum MPC version to 0.7.
616         * configure: Regenerate.
617
618 2009-09-25  Nick Clifton  <nickc@redhat.com>
619
620         * configure.ac: Pass any --cache-file=/dev/null option on to
621         subconfigures.
622         * configure: Regenerate.
623
624 2009-09-23  Nick Clifton  <nickc@redhat.com>
625
626         * config.sub, config.guess: Update from upstream sources.
627
628 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
629
630         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
631         * Makefile.in: Rebuilt.
632
633 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
634
635         PR bootstrap/32272
636         * configure.ac: Error out if $srcdir isn't '.' but contains
637         host-${host_noncanonical}.
638         * configure: Regenerate.
639
640 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
641
642         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
643         maintainer.
644
645 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
646
647         * configure.ac: If bootstrapping a combined tree with
648         --enable-gold, require c++ in stage1_languages.
649         * configure: Regenerate.
650
651         * configure.ac: Also add target_libs of stage1_languages to
652         bootstrap_target_libs.
653         * configure: Regenerate.
654
655         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
656         with --enable-languages not containing c++.
657         * configure: Regenerate.
658
659 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
660
661         * configure.ac: Disable java and boehm-gc for bfin-*-*.
662         * configure: Regenerate.
663
664 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
665
666         * MAINTAINERS (Write After Approval): Update my e-mail address,
667         and move from from here...
668         (Waiting for paperwork): To here.
669
670 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
671
672         * MAINTAINERS (Reviewers): Add self as driver reviewer.
673
674 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
675
676         * configure.ac: Do not use $extrasub for replacing @if/@endif
677         parts in Makefile; instead, use additional arguments to
678         AC_CONFIG_COMMANDS to do the replacement manually, with several
679         sed invocations, to avoid HP-UX sed command limits.
680         * configure: Regenerate.
681
682 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
683
684         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
685         blank before -L.
686
687 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
688
689         * configure.ac (with-build-config): Document.  Handle without.
690         Handle missing argument.
691         * configure: Rebuilt.
692
693 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
694
695         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
696         Default to bootstrap-debug only if compare-debug works.
697         * configure: Rebuilt.
698         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
699         * Makefile.in: Rebuilt.
700
701 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
702
703         * MAINTAINERS (OS Port Maintainers): Update my email address.
704
705 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
706
707         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
708         * Makefile.in: Rebuilt.
709
710 2009-09-01  Chris Demetriou  <cgd@google.com>
711
712         * MAINTAINERS (Write After Approval): Add myself.
713
714 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
715
716         PR debug/30161
717         * include/dwarf2.h (enum dwarf_tag): Added
718         DW_TAG_GNU_template_template_param
719         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
720
721 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
722
723         * Makefile.tpl (AWK): Fix typo.
724         * Makefile.in: Regenerate.
725
726 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
727
728         * configure.ac: Detect awk and sed.
729         * Makefile.def (flags_to_pass): Add AWK and SED.
730         * Makefile.tpl (AWK, SED): New.
731         (BASE_FLAGS_TO_PASS): Add AWK and SED.
732         * configure: Regenerate.
733         * Makefile.in: Regenerate.
734
735 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
736
737         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
738         (collapseslashes): Likewise.
739
740 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
741
742         * configure.ac (AC_PREREQ): Bump to 2.64.
743
744 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
745
746         * configure.ac: Remove --with-datarootdir, --with-docdir,
747         --with-pdfdir, --with-htmldir switches.
748         * configure: Regenerate.
749
750         * configure: Regenerate.
751
752         * compile: Sync from Automake 1.11.
753         * depcomp: Likewise.
754         * install-sh: Likewise.
755         * missing: Likewise.
756         * mkinstalldirs: Likewise.
757         * ylwrap: Likewise.
758
759 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
760
761         * ltmain.sh (func_normal_abspath): New function.
762         (func_relative_path): Likewise.
763         (func_mode_help): Document new -bindir option for link mode.
764         (func_mode_link): Add new -bindir option, and use it to place
765         output DLL if specified.
766
767 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
768
769         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
770         (baseargs): Add --disable-option-checking.
771         * configure: Regenerate.
772
773         * Makefile.def (configure-target-libiberty): Depend on
774         all-binutils and all-ld.
775         (configure-target-newlib): Likewise.
776         * Makefile.in: Regenerate.
777
778 2009-08-17  Ben Elliston  <bje@au.ibm.com>
779
780         * config.sub, config.guess: Update from upstream sources.
781
782 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
783
784         Sync from src, merge:
785
786         2009-07-02  Tristan Gingold  <gingold@adacore.com>
787
788         * configure.ac: Do not exclude gas for i386-*-darwin.
789         Add a case for x86_64-*-darwin.
790         * configure: Regenerate.
791
792 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
793
794         * MAINTAINERS: Add my name to Write After Approval list.
795
796 2009-08-06  Michael Eager  <eager@eagercon.com>
797
798         * configure.ac: Add Microblaze target.
799         * configure: Regenerate.
800
801 2009-07-31  Christian Bruel  <christian.bruel@st.com>
802
803         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
804         * configure: Regenerate.
805         
806 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
807
808         * MAINTAINERS (Write After Approval): Update my e-mail address.
809
810 2009-07-06  Ian Lance Taylor  <iant@google.com>
811
812         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
813         * configure: Rebuild.
814
815 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
816
817         * MAINTAINERS: Move myself to the Graphite Reviewers.
818
819 2009-06-30  Wei Guozhi  <carrot@google.com>
820
821         * MAINTAINERS: Add my name to Write After Approval list.
822
823 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
824
825         PR bootstrap/40338
826         * configure.ac (comparestring): Create new variable.
827         * Makefile.tpl (comparestring): Use to skip some comparisions.
828         * configure: Regenerate.
829         * Makefile.in: Regenerate.
830
831 2009-06-26  Doug Evans  <dje@sebabeach.org>
832
833         * Makefile.def (host_modules): Add cgen.
834         * Makefile.in: Regenerate.
835         * configure.ac (host_tools): Add cgen.
836         * configure: Regenerate.
837
838 2009-06-23  DJ Delorie  <dj@redhat.com>
839
840         * MAINTAINERS: Add myself as mep maintainer.
841
842 2009-06-23  Ian Lance Taylor  <iant@google.com>
843
844         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
845         boot_languages.  Only bootstrap target libraries listed in
846         target_libs for some boot language.  Add --with-stage1-ldflags,
847         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
848         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
849         if not building with C++.
850         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
851         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
852         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
853         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
854         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
855         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
856         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
857         * configure, Makefile.in: Rebuild.
858
859 2009-06-23  Li Feng  <nemokingdom@gmail.com>
860
861         * MAINTAINERS: Added my name to write-after-approval list.
862
863 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
864
865         * configure.ac: Define is_elf for QNX Neutrino targets.
866         * configure: Regenerate.
867
868 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
869
870         * MAINTAINERS: Added my name to the write-after-approval list
871
872 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
873
874         * configure.ac: Detect MPC in default directory.
875         * configure: Regenerate.
876
877 2009-06-03  Jerome Guitton  <guitton@adacore.com>
878             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
879
880         * Makefile.tpl (all): Avoid a trailing backslash.
881         * Makefile.in: Regenerate.
882
883 2009-06-03  Ben Elliston  <bje@au.ibm.com>
884
885         * config.sub, config.guess: Update from upstream sources.
886
887 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
888
889         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
890         to noconfdirs.
891         * configure: Regenerate.
892
893 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
894
895         * Makefile.tpl ([+compare-target+]): Compare all stage
896         directories, rather than just gcc.
897         * Makefile.in: Rebuilt.
898
899 2009-06-01  Doug Kwan  <dougkwan@google.com>
900
901         * configure.ac: Support gold for target arm*-*-*.
902         * configure: Regenerate.
903
904 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
905
906         * Makefile.def: Add MPC support and dependencies.
907         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
908
909         * Makefile.in, configure: Regenerate.
910
911 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
912
913         * Makefile.tpl (all): Avoid harmless warning in make all when
914         gcc-bootstrap is enabled but stage_last does not exist.
915         * Makefile.in: Rebuilt.
916
917 2009-05-24  Nicolas Roche  <roche@adacore.com>
918
919         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
920         * Makefile.in: Regenerate.
921
922 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
923
924         * MAINTAINERS: Update my e-mail address.
925
926 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
927
928         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
929         * configure:  Regenerate.
930
931 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
932
933         PR other/40159
934         * Makefile.tpl (all): Don't assume gcc-bootstrap and
935         gcc-no-bootstrap are mutually exclusive.
936         * Makefile.in: Rebuilt.
937
938 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
939
940         PR other/40159
941         * Makefile.tpl (all): Don't end with unconditional success.
942         * Makefile.in: Rebuilt.
943
944 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
945
946         PR target/37137
947         * Makefile.def (flags_to_pass): Remove redundant and incomplete
948         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
949         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
950         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
951         stage_configureflags, stage_cflags and stage_libcflags into
952         explicit Makefile macros.
953         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
954         GFORTRAN.
955         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
956         CC.  Set CC_FOR_BUILD from CC.
957         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
958         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
959         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
960         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
961         and GFORTRAN.
962         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
963         (_LIBCFLAGS): Renamed to _TFLAGS.
964         (do-compare-debug, do-compare3-debug): Drop.
965         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
966         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
967         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
968         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
969         (XGCC_FLAGS_FOR_TARGET): New.
970         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
971         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
972         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
973         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
974         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
975         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
976         TFLAGS.
977         (BUILD_CONFIG): Include if requested.
978         (all): Set TFLAGS on bootstrap.
979         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
980         (all-stageid-prefixmodule): Likewise.
981         (do-clean, distclean-stageid): Set TFLAGS.
982         (restrap): Fix whitespace.
983         * Makefile.in: Rebuilt.
984
985 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
986
987         * config.guess: Sync with src.
988
989 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
990
991         * configure.ac ($with_ppl):  Default to no if not supplied.
992         ($with_cloog):  Likewise.
993         configure:  Regenerate.
994
995 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
996
997         * MAINTAINERS: Update my e-mail address.
998
999 2009-04-27  Nick Clifton  <nickc@redhat.com>
1000
1001         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
1002
1003 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
1004
1005         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1006         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1007         * Makefile.in: Regenerate.
1008
1009 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1010
1011         PR bootstrap/39739
1012         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1013         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1014
1015         * configure, Makefile.in: Regenerate.
1016
1017 2009-04-21  Taras Glek  <tglek@mozilla.com>
1018
1019         * include/hashtab.h: Update GTY annotations to new syntax
1020         * include/splay-tree.h: Likewise
1021
1022 2009-04-17  Ben Elliston  <bje@au.ibm.com>
1023
1024         * config.sub, config.guess: Update from upstream sources.
1025
1026 2009-04-15  Anthony Green  <green@moxielogic.com>
1027
1028         * configure.ac: Add moxie support.
1029         * configure: Rebuilt.
1030
1031 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
1032
1033         * configure.ac: Change copyright header to refer to version
1034         3 of the GNU General Public License and to point readers at the
1035         COPYING3 file and the FSF's license web page.
1036         * Makefile.def: Likewise.
1037         * Makefile.tpl: Likewise.
1038         * Makefile.in: Regenerate.
1039
1040 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
1041
1042         * configure.ac: Restore match for darwin9 or later. Use double
1043         brackets since regeneration eats one pair.
1044         * configure: Regenerate.
1045
1046 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1047
1048         PR gas/10039
1049         * configure.ac: Require texinfo 4.7.
1050         * configure: Regenerated.
1051
1052 2009-04-09  Nick Clifton  <nickc@redhat.com>
1053
1054         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
1055         the GCC Runtime Library Exception.
1056
1057 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1058
1059         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1060         * configure: Regenerate.
1061
1062 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
1063
1064         * Makefil.def (languages): New entries.
1065         * Makefile.tpl (check-gcc-*): New generic target.
1066         * Makefile.in: Regenerate.
1067
1068 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
1069
1070         * MAINTAINERS:  Update my email address.
1071
1072 2009-03-18  Tom Tromey  <tromey@redhat.com>
1073
1074         * configure: Rebuild.
1075         * configure.ac (host_libs): Add libiconv.
1076         * Makefile.in: Rebuild.
1077         * Makefile.def (host_modules): Add libiconv.
1078         (configure-gdb, all-gdb): Depend on libiconv.
1079
1080 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1081
1082         * configure.ac: Treat gdb as supported on x86_64-darwin.
1083         * configure: Regenerate.
1084
1085 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1086
1087         * configure.ac (--with-host-libstdcxx): New option.
1088         * configure: Regenerate.
1089
1090 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
1091
1092         * MAINTAINERS:  Move myself into the write after approval list.
1093
1094 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
1095
1096         * MAINTAINERS: Update e-mail address.
1097         
1098 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
1099
1100         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
1101
1102 2009-03-10  Ira Rosen  <irar@il.ibm.com>
1103
1104         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
1105
1106 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1107
1108         Backport from git Libtool:
1109
1110         2009-01-19  Robert Millan  <rmh@aybabtu.com>
1111         Support GNU/kOpenSolaris.
1112         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1113         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1114         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1115         GNU/kOpenSolaris.
1116
1117 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
1118
1119         * MAINTAINERS: Update e-mail address.
1120
1121 2009-02-24  Michael Eager  <eager@eagercon.com>
1122
1123         * MAINTAINERS (Write After Approval): Add self.
1124
1125 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
1126
1127         * MAINTAINERS (Write After Approval): Add myself.
1128
1129 2009-02-05  Andreas Schwab  <schwab@suse.de>
1130
1131         * Makefile.tpl (stage_last): Define $r and $s before using
1132         $(RECURSE_FLAGS_TO_PASS).
1133         * Makefile.in: Regenerate
1134
1135 2009-01-30  Ian Lance Taylor  <iant@google.com>
1136
1137         * MAINTAINERS: Move myself to the Global Reviewers list.
1138
1139 2009-01-29  Robert Millan  <rmh@aybabtu.com>
1140
1141         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1142         * configure: Regenerate.
1143
1144 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
1145
1146         * MAINTAINERS: Make whitespace consistent.
1147         Remove Robert Millan from Write After Approval.
1148
1149 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1150
1151         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1152         (all-opcodes): Depend on all-libiberty.
1153         * Makefile.in: Regenerate.
1154
1155 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1156
1157         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1158         * configure: Regenerate.
1159
1160 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
1161
1162         * MAINTAINERS (Write After Approval): Add myself.
1163
1164 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
1165
1166         * MAINTAINERS: Add myself to reviewers (Fortran).
1167
1168 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
1169
1170         PR tree-optimization/38515
1171         * configure.ac (cloog-polylib): Removed.
1172         (with_ppl, with_cloog): Test for "no".
1173         * configure: Regenerated.
1174
1175 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
1176
1177         * MAINTAINERS: Moved myself to reviewers (Fortran).
1178
1179 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
1180
1181         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
1182         (Write After Approval): Remove myself.
1183
1184 2009-01-03  Diego Novillo  <dnovillo@google.com>
1185
1186         * MAINTAINERS: Remove myself from alias maintainership.
1187
1188 2009-01-02  David Ayers  <ayers@fsfe.org>
1189
1190         * MAINTAINERS: Update e-mail address.
1191
1192 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
1193
1194         * MAINTAINERS: Make whitespace consistent.
1195
1196 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1197
1198         Backport from upstream Libtool:
1199         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1200         Add cache variables to tests that require the linker to work.
1201         For shlibpath_overrides_runpath, this also changes the semantics
1202         to let the result from the C compiler take precedence.
1203
1204 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1205
1206         * config.sub, config.guess: Update from upstream sources.
1207
1208 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
1209
1210         * configure.ac (ppllibs): Add by default the lib flags.
1211         * configure: Regenerate.
1212
1213 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
1214
1215         * MAINTAINERS:  Add myself to the write after approval list.
1216
1217 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1218
1219         * configure.ac: Add double brackets on darwin[912].
1220         * configure: Regenerate.
1221
1222 2008-12-03  Daniel Kraft  <d@domob.eu>
1223
1224         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
1225         Approval to Reviewer section (for Fortran front-end).
1226
1227 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
1228
1229         * configure.ac: Expand to darwin10 and later.
1230         * configure: Regenerate.
1231
1232 2008-12-02  Andreas Schwab  <schwab@suse.de>
1233
1234         * Makefile.def: configure-target-boehm-gc depends on
1235         all-target-libstdc++-v3.
1236         * Makefile.in: Regenerate.
1237
1238 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
1239
1240         * MAINTAINERS:  Add myself as mingw maintainer.
1241
1242 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1243
1244         * config.sub, config.guess: Update from upstream sources.
1245
1246 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
1247
1248         * README.SCO: Remove.
1249
1250 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
1251
1252         * MAINTAINERS:  Add myself to the write after approval list.
1253
1254 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
1255
1256         * MAINTAINERS:  Update my email address in WAA section.
1257
1258 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
1259
1260         * MAINTAINERS: Update e-mail address.
1261
1262 2008-11-27  Toon Moene  <toon@moene.org>
1263
1264         * MAINTAINERS: Change e-mail address.
1265
1266 2008-11-27  Tristan Gingold  <gingold@adacore.com>
1267
1268         * configure.ac: Build gdb for i?86-*-darwin*
1269         * configure: Regenerated.
1270
1271 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
1272
1273         * MAINTAINERS: Added my full name.
1274
1275 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1276
1277         PR bootstrap/38014
1278         PR bootstrap/37923
1279
1280         Revert:
1281
1282         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1283
1284         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1285         * Makefile.in: Regenerated.
1286
1287         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1288
1289         PR gdb/921
1290         PR gdb/1646
1291         PR gdb/2175
1292         PR gdb/2176
1293
1294         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1295         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1296         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1297         (HOST_EXPORTS): Pass CPPFLAGS.
1298         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1299         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1300         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1301         * Makefile.in, configure: Regenerated.
1302         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1303         and CPPFLAGS_FOR_BUILD.
1304
1305 2008-11-06  Jeff Law  <law@redhat.com>
1306
1307         * MAINTAINERS: Add myself as middle end maintainer.
1308
1309 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
1310
1311         * MAINTAINERS (Write after approval): Add myself.
1312
1313 2008-11-05  Diego Novillo  <dnovillo@google.com>
1314
1315         * MAINTAINERS (Global Reviewers): Add myself.
1316         (Non-Algorithmic Maintainers): Remove myself.
1317
1318 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
1319
1320         * MAINTAINERS (Write after approval): Add myself.
1321
1322 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
1323
1324         * MAINTAINERS (Write after approval): Add myself.
1325
1326 2008-10-31  Ben Elliston  <bje@au.ibm.com>
1327
1328         * configure.ac (spu-*-*): Remove special case.
1329         * configure: Regenerate.
1330
1331 2008-10-30  Catherine Moore  <clm@codesourcery.com>
1332
1333         * MAINTAINERS (Write after approval): Update my email address.
1334
1335 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
1336
1337         * configure.ac [spu-*-*]: Do not set skipdirs.
1338         * configure: Re-generate.
1339
1340 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
1341
1342         * MAINTAINERS (Various Maintainers): Add myself to reload.
1343
1344 2008-10-25  Richard Guenther  <rguenther@suse.de>
1345
1346         * MAINTAINERS (Various Maintainers): Add myself as middle-end
1347         maintainer.  Remove myself as libgcc-math maintainer.
1348         (Non-Algorithmic Maintainers): Remove myself.
1349
1350 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1351
1352         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1353         * Makefile.in: Regenerated.
1354
1355 2008-10-23  Cary Coutant  <ccoutant@google.com>
1356
1357         * MAINTAINERS (Write after approval): Add myself.
1358
1359 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1360
1361         PR gdb/921
1362         PR gdb/1646
1363         PR gdb/2175
1364         PR gdb/2176
1365
1366         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1367         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1368         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1369         (HOST_EXPORTS): Pass CPPFLAGS.
1370         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1371         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1372         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1373         * Makefile.in, configure: Regenerated.
1374         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1375         and CPPFLAGS_FOR_BUILD.
1376
1377 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
1378
1379         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
1380         Sebastian Pop.
1381
1382 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
1383
1384         * MAINTAINERS (Write After Approval): Added myself.
1385
1386 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1387
1388         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1389         recommended version to 2.3.2.
1390
1391         * configure: Regenerate.
1392
1393 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
1394
1395         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
1396
1397 2008-09-29  David Daney <david.daney@caviumnetworks.com>
1398
1399         * MAINTAINERS (Write After Approval): Update e-mail address.
1400
1401 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
1402
1403         * libtool.m4: Update to libtool 2.2.6.
1404         * lt~obsolete.m4: Update to libtool 2.2.6.
1405         * ltmain.sh: Update to libtool 2.2.6.
1406         * ltsugar.m4: Update to libtool 2.2.6.
1407         * ltversion.m4: Update to libtool 2.2.6.
1408         * ltoptions.m4: Update to libtool 2.2.6.
1409         * ltgcc.m4: Update to match changes from libtool 2.2.6.
1410
1411 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
1412
1413         * MAINTAINERS (Write After Approval): Add myself.
1414
1415 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1416
1417         * MAINTAINERS (Write After Approval): Update my name.
1418
1419 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
1420
1421         * MAINTAINERS: Add myself in "Write After Approval".
1422
1423 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
1424
1425         * MAINTAINERS: Add myself as ia64 maintainer.
1426
1427 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
1428
1429         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
1430         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
1431         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
1432         and Michael Tiemann from Write After Approval since they do not
1433         actually have access.
1434
1435 2008-09-05  Richard Guenther  <rguenther@suse.de>
1436
1437         * configure.ac: Initialize clooglibs to -lcloog.
1438         * configure: Re-generate.
1439
1440 2008-09-04  Le-Chun Wu  <lcwu@google.com>
1441
1442         * MAINTAINERS (Write After Approval): Add myself.
1443
1444 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
1445
1446         * configure.ac (--with-cloog-polylib): New.
1447         (--disable-cloog-version-check): New.
1448         (--disable-ppl-version-check): New.
1449         * configure: Re-generate.
1450
1451 2008-09-03  Richard Guenther  <rguenther@suse.de>
1452
1453         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1454         cloog test.
1455         * configure: Re-generate.
1456
1457 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
1458
1459         Add picoChip port.
1460         * MAINTAINERS: Add picoChip maintainers.
1461
1462 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
1463             Tobias Grosser  <grosser@fim.uni-passau.de>
1464             Jan Sjodin  <jan.sjodin@amd.com>
1465             Harsha Jagasia  <harsha.jagasia@amd.com>
1466             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1467             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1468             Adrien Eliche  <aeliche@isty.uvsq.fr>
1469
1470         Merge from graphite branch.
1471         * configure: Regenerate.
1472         * Makefile.in: Regenerate.
1473         * configure.ac (host_libs): Add ppl and cloog.
1474         Add checks for PPL and CLooG.
1475         * Makefile.def (ppl, cloog): Added modules and dependences.
1476         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1477         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1478
1479 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1480
1481         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1482         (GCC_SHLIB_SUBDIR): New.
1483         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1484         * configure: Regenerate.
1485         * Makefile.in: Regenerate.
1486
1487 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
1488
1489         * MAINTAINERS: Consistently use tabs to separate columns.
1490
1491 2008-08-29  Tristan Gingold  <gingold@adacore.com>
1492
1493         * MAINTAINERS (Write after Approval): Add myself.
1494
1495 2008-08-28  Tristan Gingold  <gingold@adacore.com>
1496
1497         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1498         Enable bfd, binutils and opcodes.
1499         * configure: Regenerate.
1500
1501 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1502
1503         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
1504
1505 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1506
1507         * MAINTAINERS:  Use correct Umlaut for last name.
1508
1509 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1510
1511         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
1512
1513 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
1514
1515         * MAINTAINERS: Update my email address.
1516
1517 2008-08-16  Nicolas Roche  <roche@adacore.com>
1518
1519         * Makefile.tpl: Add BOOT_ADAFLAGS.
1520         * Makefile.in: Regenerate.
1521
1522 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
1523
1524         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1525         * configure: Regenerate.
1526
1527 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
1528
1529         * configure.ac: Add makefile fragments for hpux.
1530         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1531         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1532         * configure: Regenerate.
1533         * Makefile.in: Regenerate.
1534
1535 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
1536
1537         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
1538
1539 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
1540
1541         * MAINTAINERS (Write after Approval): Add myself.
1542
1543 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
1544
1545         * MAINTAINERS (Write After Approval):  Add myself.
1546
1547 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
1548
1549         * MAINTAINERS (Write After Approval):  Add myself.
1550
1551 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
1552
1553         * MAINTAINERS: Update my email address.
1554
1555 2008-06-25  Joey Ye  <joey.ye@intel.com>
1556
1557         * MAINTAINERS (Write After Approval):  Add myself.
1558
1559 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1560
1561         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1562         * Makefile.in: Regenerate.
1563         * configure: Regenerate.
1564
1565 2008-06-17  Daniel Kraft  <d@domob.eu>
1566
1567         * MAINTAINERS (Write After Approval):  Add myself.
1568
1569 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1570
1571         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1572         "$@" is still intact with both Autoconf 2.59 and 2.62.
1573         * configure: Regenerate.
1574
1575 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1576
1577         * Makefile.tpl: Fix comment errors.
1578         * Makefile.in: Regenerate.
1579
1580 2008-06-12  David S. Miller  <davem@davemloft.net>
1581             David Edelsohn  <edelsohn@gnu.org>
1582
1583         * configure.ac: Add powerpc*-*-* to gold supported targets.
1584         * configure: Regenerate.
1585
1586 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
1587
1588         PR tree-optimization/36218
1589         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1590         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1591         (all prefix="build-"): Pass them to build-system sub-makes.
1592         * Makefile.in: Regenerate.
1593
1594 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
1595
1596         * MAINTAINERS (mt port): Remove.
1597         (sco5, unixware, sco udk): Remove.
1598         (Kean Johnston): Add to Write After Approval.
1599
1600 2008-05-30  Julian Brown  <julian@codesourcery.com>
1601
1602         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1603         of libobjc for ARM EABI Linux.
1604         * configure: Regenerate.
1605
1606 2008-05-18  Xinliang David Li   <davidxl@google.com>
1607
1608         * ChangeLog: Remove wrong ChangeLog entry.
1609
1610 2008-05-17  Xinliang David Li   <davidxl@google.com>
1611
1612         * MAINTAINERS (Write After Approval): Add myself.
1613
1614 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
1615
1616         * MAINTAINERS (Write After Approval): Add myself.
1617
1618 2008-05-14  Rafael Espíndola  <espindola@google.com>
1619
1620         * config-ml.in: don't handle --enable-shared and --enable-static.
1621
1622 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
1623
1624         * MAINTAINERS: Update my email address.
1625
1626 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
1627
1628         * MAINTAINERS: Update my email address.
1629
1630 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
1631
1632         * MAINTAINERS (Write After Approval): Add myself.
1633
1634 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
1635
1636         * MAINTAINERS (Write After Approval): Add myself.
1637
1638 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
1639
1640         * MAINTAINERS (crx): Add myself.
1641
1642 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1643
1644         Sync with src:
1645         2008-04-14  David S. Miller  <davem@davemloft.net>
1646
1647         * configure.ac: Add sparc*-*-* to gold supported targets.
1648         * configure: Regenerate.
1649
1650 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1651
1652         PR bootstrap/35457
1653         * configure.ac: Include override.m4.
1654         * configure: Regenerate.
1655
1656 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1657
1658         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
1659         * Makefile.in: Regenerate.
1660
1661 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
1662
1663         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
1664         as nonconfigurable directories list.
1665         * configure: Regenerate.
1666
1667 2008-04-14  Ben Elliston  <bje@au.ibm.com>
1668
1669         * config.sub, config.guess: Update from upstream sources.
1670
1671 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
1672
1673         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
1674         * Makefile.in: Regenerate.
1675
1676 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
1677
1678         * configure.ac: Do not build libssp for the AVR.
1679         * configure: Regenerate.
1680
1681 2008-04-07  Ian Lance Taylor  <iant@google.com>
1682
1683         * Makefile.def: check-gold depends upon all-binutils.
1684         * Makefile.in: Regenerate.
1685
1686 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
1687
1688         * MAINTAINERS (Write After Approval): Add myself.
1689
1690 2008-04-04  Nick Clifton  <nickc@redhat.com>
1691
1692         PR binutils/4334
1693         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
1694         builds.
1695         * configure: Regenerate.
1696
1697 2008-04-04  NightStrike  <NightStrike@gmail.com>
1698
1699         PR other/35151
1700         * configure.ac: Combine rules for mingw32 and mingw64.
1701         * configure: Regenerate.
1702
1703 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
1704
1705         * MAINTAINERS (Write After Approval): Add myself.
1706
1707 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
1708
1709         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
1710         * Makefile.in (.NOTPARALLEL): Ditto.
1711
1712 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
1713
1714         * MAINTAINERS (Write After Approval): Add myself.
1715
1716 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
1717
1718         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
1719         * Makefile.in (.NOTPARALLEL): Regenerate.
1720
1721 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
1722
1723         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
1724         * Makefile.in: Regenerate.
1725
1726 2008-03-26  Jakub Staszak  <kuba@et.pl>
1727
1728         * MAINTAINERS (Write After Approval): Add myself.
1729
1730 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1731
1732         * MAINTAINERS:  Update e-mail address.
1733
1734 2008-03-20  Ian Lance Taylor  <iant@google.com>
1735
1736         * configure.ac: Add support for --enable-gold.
1737         * Makefile.def: Add gold as a directory like ld.
1738         * configure, Makefile.in: Regenerate.
1739
1740 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1741
1742         * configure.ac: m4_include config/proginstall.m4.
1743         * configure: Regenerate.
1744
1745         Backport from upstream Libtool:
1746
1747         2007-10-12  Eric Blake  <ebb9@byu.net>
1748
1749         Deal with Autoconf 2.62's semantic change in m4_append.
1750         * ltsugar.m4 (lt_append): Replace broken versions of
1751         m4_append.
1752         (lt_if_append_uniq): Don't require separator to be overquoted,
1753         and avoid broken m4_append.
1754         (lt_dict_add): Fix typo.
1755         * libtool.m4 (_LT_DECL): Don't overquote separator.
1756
1757 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
1758
1759         * config.rpath: Add AIX 6 support.
1760
1761 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
1762
1763         * Makefile.def (stageprofile).  Remove -fprofile-generate
1764         from stage_libcflags.
1765         * Makefile.in: Regenerate.
1766
1767 2008-03-13  Ben Elliston  <bje@au.ibm.com>
1768
1769         * config.sub, config.guess: Update from upstream sources.
1770
1771 2008-03-06  Tom Tromey  <tromey@redhat.com>
1772
1773         * MAINTAINERS: Update for treelang deletion.
1774
1775 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
1776
1777         * MAINTAINERS: Update my email address.
1778
1779 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
1780
1781         * MAINTAINERS (darwin port): Add myself as a maintainer.
1782         (objective-c/c++): Add myself as a maintainer.
1783
1784 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
1785
1786         * MAINTAINERS (Write After Approval): Update my email address.
1787
1788 2008-02-25  Tomas Bily  <tbily@suse.cz>
1789
1790         * MAINTAINERS (Write After Approval): Add myself.
1791
1792 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
1793
1794         * MAINTAINERS (OpenMP): Add myself.
1795
1796 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
1797
1798         PR bootstrap/32009
1799         PR bootstrap/32161
1800
1801         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
1802         * configure: Regenerate.
1803
1804         * Makefile.def: Define stage_libcflags for all bootstrap stages.
1805         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
1806         STAGE4_LIBCFLAGS): New.
1807         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
1808         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
1809         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
1810         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
1811         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
1812         for target modules.  Don't export LIBCFLAGS.
1813         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
1814         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
1815         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
1816         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
1817         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
1818         * Makefile.in: Regenerate.
1819
1820 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1821
1822         PR libgcj/33085
1823         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
1824         Do not use -DDLL_EXPORT.  Backport from upstream.
1825
1826 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1827
1828         * MAINTAINERS (Write After Approval): Add myself.
1829
1830 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
1831
1832         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
1833         * configure: Regenerate.
1834
1835 2008-01-31  Marc Gauthier  <marc@tensilica.com>
1836
1837         * configure.ac (xtensa*-*-*): Recognize processor variants.
1838         * configure: Regenerate.
1839
1840 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1841
1842         PR bootstrap/34922
1843         * configure.ac (PARSE_ARGS): Push suitable setting of
1844         ac_subdirs_all, for `./configure --help=recursive'.
1845         Handle `+' in generic toplevel directory disabling.
1846         * configure: Regenerate.
1847
1848 2008-01-28  Nick Clifton  <nickc@redhat.com>
1849
1850         * MAINTAINERS (xstormy16): Take over maintainership.
1851
1852 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
1853
1854         * MAINTAINERS (c4x port): Remove.
1855
1856 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
1857
1858         * libtool.m4: Backport AIX 6 support from ToT Libtool.
1859
1860 2008-01-23  Ben Elliston  <bje@au.ibm.com>
1861
1862         * config.sub, config.guess: Update from upstream sources.
1863
1864 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
1865
1866         * MAINTAINERS (Write After Approval): Add myself.
1867
1868 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
1869
1870         * MAINTAINERS: Update my email address.
1871
1872 2008-01-09  Raksit Ashok  <raksit@google.com>
1873
1874         * MAINTAINERS (Write After Approval): Add myself.
1875
1876 2008-01-09  Raksit Ashok  <raksit@google.com>
1877
1878         * MAINTAINERS (Write After Approval): Add myself.
1879
1880 2008-01-08  Ben Elliston  <bje@au.ibm.com>
1881
1882         * config.sub, config.guess: Update from upstream sources.
1883
1884 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1885
1886         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
1887         Change recommended MPFR from 2.2.1 -> 2.3.0.
1888         * configure: Regenerate.
1889
1890 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
1891
1892         * MAINTAINERS: Update my email address.
1893
1894 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
1895
1896         * MAINTAINERS: Update my email address.
1897
1898 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
1899
1900         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
1901         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
1902         * Makefile.in: Regenerate.
1903
1904 2007-12-10  Mark Heffernan  <meheff@google.com>
1905
1906         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
1907         misplaced entries.
1908
1909 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
1910
1911         * configure.ac: Enable libjava for x86_64-*-darwin9.
1912         * configure: Regenerate.
1913
1914 2007-12-07  Bill Maddox  <maddox@google.com>
1915
1916         * MAINTAINERS (Write After Approval): Add myself.
1917
1918 2007-12-05  Ben Elliston  <bje@au.ibm.com>
1919
1920         * config.sub, config.guess: Update from upstream sources.
1921
1922 2007-12-02  Matthias Klose  <doko@ubuntu.com>
1923
1924         * config-ml.in: Remove 64bit configure tests.
1925
1926 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1927
1928         * config-ml.in: Robustify against white space in absolute file
1929         names.
1930
1931         * config-ml.in (multi-clean): Substitute ${Makefile}.
1932         Remove superfluous ${Makefile} in list.
1933
1934 2007-11-19  Thiemo Seufer  <ths@mips.com>
1935
1936         * config-ml.in: Don't hardcode the Makefile name.
1937
1938 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
1939
1940         * MAINTAINERS (Write After Approval): Add myself.
1941
1942 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
1943
1944         * MAINTAINERS (Write After Approval): Add myself.
1945
1946 2007-11-06  Doug Kwan  <dougkwan@google.com>
1947
1948         * MAINTAINERS (Write After Approval): Add myself.
1949
1950 2007-10-25  Ben Elliston  <bje@au.ibm.com>
1951
1952         * MAINTAINERS (mercury): Remove entry.
1953         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
1954
1955 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
1956
1957         * Makefile.def (dependencies): Make configure-gdb depend on
1958         all-intl.
1959         * Makefile.in: Regenerated.
1960
1961 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
1962
1963         * MAINTAINERS (Fortran maintainer): Remove myself.
1964
1965 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
1966
1967         * Makefile.def: To avoid problems running with parallel makes,
1968         build newlib before libgloss so that target specific header
1969         files are availble.
1970         * Makefile.in: Regenerate
1971
1972 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
1973
1974         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
1975         * Makefile.in: Regenerate.
1976
1977 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
1978
1979         * MAINTAINERS (Register allocation reviewer): Add myself.
1980
1981 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
1982
1983         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
1984         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
1985         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
1986         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
1987         * configure: Regenerate.
1988
1989 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
1990
1991         * MAINTAINERS (Register allocation reviewer): Add myself.
1992
1993 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
1994
1995         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
1996         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
1997         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
1998         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
1999         * configure.ac: Default them to host tools for $host = $build.
2000         Subst them.
2001
2002         * configure: Regenerate.
2003         * Makefile.in: Regenerate.
2004
2005 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
2006
2007         * MAINTAINERS (Register allocation reviewer): Add myself.
2008
2009 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
2010
2011         * MAINTAINERS (Register allocation reviewer): Add myself.
2012
2013 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
2014
2015         * MAINTAINERS (Write After Approval): Fix typo.
2016
2017 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
2018
2019         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2020         * configure: Regenerate.
2021
2022 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
2023
2024         PR bootstrap/31906
2025         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
2026         they're already prefixed.
2027
2028 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
2029
2030         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2031         libstdc++.
2032         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2033         * configure: Regenerate.
2034         * Makefile.in: Regenerate.
2035
2036 2007-09-17  Andreas Schwab  <schwab@suse.de>
2037
2038         * configure.ac: Raise minimum makeinfo version to 4.6.
2039         * configure: Regenerate.
2040
2041 2007-09-17  Johannes Singler  <singler@ira.uka.de>
2042
2043         * MAINTAINERS (write-after-approval) add myself
2044
2045 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
2046
2047         * configure.ac: Correct makeinfo version check.
2048         * configure: Regenerate.
2049
2050 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
2051
2052         * MAINTAINERS: Update my email address.
2053
2054 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
2055
2056         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
2057         to $skipdirs and only disable gprof for newlib.  Use the normal
2058         mips*-elf* handling in other respects.
2059         * configure: Regnerate.
2060
2061 2007-09-12  David Daney  <ddaney@avtrex.com>
2062
2063         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2064         enabling libgcj.
2065         * configure: Regenerate.
2066
2067 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2068
2069         PR other/32154
2070         * configure.ac: For libgloss targets, point the linker to the linker
2071         script, startup code and simulator library.
2072         * configure: Regenerate.
2073
2074 2007-09-07  Andrew Haley  <aph@redhat.com>
2075
2076         * configure.ac (noconfigdirs): Remove target-libffi and
2077         target-libjava.
2078         * configure: Regenerate.
2079
2080 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2081
2082         PR target/33281
2083         * configure.ac: Use config/mh-mingw on mingw.
2084         * configure: Regenerate.
2085
2086 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
2087
2088         * MAINTAINERS (Write After Approval): Add myself.
2089
2090 2007-09-05  Richard Guenther  <rguenther@suse.de>
2091
2092         * configure.ac (--enable-stage1-checking): If neither --enable-checking
2093         nor --disable-checking is provided also turn on yes and types
2094         checking for stage1.
2095         * configure: Re-generate.
2096
2097 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
2098
2099         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
2100         (Write After Approval): Remove myself.
2101
2102 2007-08-29  Nick Clifton  <nickc@redhat.com>
2103
2104         * config.sub, config.guess: Update from upstream sources.
2105
2106 2007-08-22  Bud Davis  <jmdavis@link.com>
2107
2108         * MAINTAINERS (Write After Approval): Added myself.
2109         * MAINTAINERS (Reviewers): Removed myself.
2110
2111 2007-08-18  Paul Brook  <paul@codesourcery.com>
2112             Joseph Myers  <joseph@codesourcery.com>
2113
2114         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2115         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2116         * Makefile.in: Regenerate.
2117         * configure.ac (--with-debug-prefix-map): New.
2118         * configure: Regenerate.
2119
2120 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
2121             Nigel Stephens  <nigel@mips.com>
2122
2123         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
2124         as target_makefile_frag.
2125         * configure: Regenerate.
2126
2127 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2128
2129         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2130         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2131         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2132         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2133         (do-compare, do-compare3, do-compare-debug): New.
2134         ([+compare-target+]): Use them.
2135
2136 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
2137
2138         * MAINTAINERS (Write After Approval): Change my email address.
2139
2140 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2141             Ben Elliston  <bje@au.ibm.com>
2142
2143         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2144         --silent if $silent.
2145         * configure: Regenerate.
2146
2147 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
2148
2149         * MAINTAINERS (Various Maintainers): Add myself as
2150         loop infrastructure maintainer.  Update my e-mail
2151         address.
2152
2153 2007-07-31  Diego Novillo  <dnovillo@google.com>
2154
2155         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
2156         Adjust description.
2157
2158 2007-07-26  Richard Guenther  <rguenther@suse.de>
2159
2160         * configure.ac: Add types checking to stage1 checking flags.
2161         * configure: Regenerate.
2162
2163 2007-07-17  Nick Clifton  <nickc@redhat.com>
2164
2165         * COPYING3: New file.  Contains version 3 of the GNU General
2166         Public License.
2167         * COPYING3.LIB: New file.  Contains version 3 of the GNU
2168         Lesser General Public License.
2169
2170 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2171
2172         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
2173
2174 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2175
2176         * MAINTAINERS (S/390 co-maintainer): Add myself.
2177         (Write After Approval): Remove myself.
2178
2179 2007-07-13  Dan Hipschman  <dsh@google.com>
2180
2181         * MAINTAINERS (Write After Approval): Add myself.
2182
2183 2007-07-11  Nick Clifton  <nickc@redhat.com>
2184
2185         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
2186         WINDRES export.
2187         * Makefile.in: Regenerate.
2188
2189 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2190
2191         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
2192         maintainer.
2193
2194 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2195
2196         * lt~obsolete.m4: New. Import from 20070318 libtool.
2197
2198 2007-07-03  Julian Brown  <julian@codesourcery.com>
2199
2200         * MAINTAINERS (Write After Approval): Add myself.
2201
2202 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2203
2204         * configure.ac: Rewrite 'configure --help' strings to look nicer.
2205         * configure: Regenerate.
2206
2207 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2208
2209         * configure.ac: Add some missing m4 quotation.
2210         * configure: Regenerate.
2211
2212 2007-07-02  Simon Baldwin  <simonb@google.com>
2213
2214         * MAINTAINERS (Write After Approval): Add myself.
2215
2216 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
2217
2218         * configure: Regenerate.
2219
2220 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
2221
2222         * Makefile.def: Add windmc tool to build.
2223         * Makefile.tpl: Likewise.
2224         * configure.ac: Likewise.
2225         * Makefile.in: Regenerate.
2226         * configure: Regenerate.
2227
2228 2007-06-28  DJ Delorie  <dj@redhat.com>
2229
2230         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2231         not building newlib.
2232         * configure: Regenerated.
2233
2234 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
2235
2236         * MAINTAINERS (Write After Approval): Add myself.
2237
2238 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
2239
2240         * MAINTAINERS (Write After Approval): Add myself.
2241
2242 2007-06-19  Chris Matthews  <chrismatthews@google.com>
2243
2244         * MAINTAINERS (Write After Approval): Add myself.
2245
2246 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2247
2248         * MAINTAINERS (Write After Approval): Add myself.
2249
2250 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
2251
2252         * Makefile.def: Add dependency from configure-gdb to all-bfd.
2253         * Makefile.in: Regenerated.
2254
2255 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
2256
2257         * configure.ac: Don't add target-libmudflap to noconfigdirs for
2258         bfin*-*-uclinux* targets.
2259         * configure: Regenerate.
2260
2261 2007-06-14  Ian Lance Taylor  <iant@google.com>
2262
2263         * MAINTAINERS: Add myself as non-algorithmic global write
2264         maintainer.
2265
2266 2007-06-14  Diego Novillo  <dnovillo@google.com>
2267
2268         * MAINTAINERS: Add self as middle-end maintainer and
2269         non-algorithmic global write maintainer.
2270
2271 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2272
2273         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
2274         Move all Fortran maintainers except Paul Brook into the
2275         Non-Autopoiesis section.
2276
2277 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
2278
2279         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2280         (distclean-stage[+id+]): Possibly delete stage_last.
2281         * Makefile.in: Regenerate.
2282
2283 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
2284
2285         * MAINTAINERS (Various Maintainer): Fix typo.
2286
2287 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
2288
2289         * MAINTAINERS (Various Maintainer): Add myself as
2290         dataflow maintainer.
2291
2292 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2293
2294         * config.sub, config.guess: Update from upstream sources.
2295
2296 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2297
2298         * Makefile.tpl: Fix spelling error.
2299         * Makefile.in: Regenerate.
2300
2301 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
2302
2303         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2304         lt_cv_sys_max_cmd_len.
2305
2306 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
2307
2308         * MAINTAINERS (Various Maintainers): Add myself as
2309         auto-vectorizer maintainer.
2310
2311 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
2312
2313         PR libjava/32098
2314         * libtool.m4: Revert previous change.
2315         * ltgcc.m4: Put it here.
2316
2317 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
2318
2319         * MAINTAINERS (Various Maintainers): Add myself as
2320         auto-vectorizer maintainer.
2321
2322 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
2323
2324         PR libjava/32098
2325         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
2326
2327 2007-05-30  Richard Guenther  <rguenther@suse.de>
2328
2329         * MAINTAINERS (Various Maintainers): Add myself as
2330         auto-vectorizer maintainer.
2331
2332 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
2333
2334         PR bootstrap/29382
2335         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2336         * configure: Rebuilt.
2337
2338 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
2339
2340         * MAINTAINERS (Write After Approval): Removed my name.
2341
2342 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
2343
2344         * MAINTAINERS (Write After Approval): Remove myself.
2345
2346 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
2347
2348         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2349
2350 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
2351
2352         * ltmain.sh: Update from ToT Libtool.
2353         * libtool.m4: Update from ToT Libtool.
2354         * ltsugar.m4: New. Update from ToT Libtool.
2355         * ltversion.m4: New. Update from ToT Libtool.
2356         * ltoptions.m4: New. Update from ToT Libtool.
2357         * ltconfig: Remove.
2358         * ltcf-c.sh: Remove.
2359         * ltcf-cxx.sh: Remove.
2360         * ltcf-gcj.sh: Remove.
2361
2362 2007-05-22  Ollie Wild  <aaw@google.com>
2363
2364         * MAINTAINERS (Write After Approval): Add myself.
2365
2366 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
2367
2368         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2369         stage_cflags.
2370         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2371         Remove CFLAGS/LIBCFLAGS.
2372         (configure-stage[+id+]-[+prefix+][+module+],
2373         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2374         * Makefile.in: Regenerate.
2375
2376 2007-05-15  Diego Novillo  <dnovillo@google.com>
2377
2378         * MAINTAINERS: Update e-mail address.
2379
2380 2007-05-15  Revital Eres  <eres@il.ibm.com>
2381
2382         * MAINTAINERS (Write After Approval): Add myself.
2383
2384 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
2385
2386         * MAINTAINERS (Write After Approval): Updated my address.
2387
2388 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
2389
2390         * MAINTAINERS (Write After Approval): Add myself.
2391
2392 2007-05-11  Silvius Rus  <rus@google.com>
2393
2394         * MAINTAINERS (Write After Approval): Add myself.
2395
2396 2007-04-23  Tom Tromey  <tromey@redhat.com>
2397
2398         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
2399
2400 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
2401
2402         * MAINTAINERS (cpplib): Rename to ...
2403         (libcpp): ... this.  Add C/C++ front end maintainers.
2404
2405 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
2406
2407         * config-ml.in: Pass ${ml_config_env} to configure calls.
2408
2409 2007-04-04  Christian Bruel  <christian.bruel@st.com>
2410
2411         * MAINTAINERS (Write After Approval): Add myself.
2412
2413 2007-04-02  Dave Korn  <dave.korn@artimi.com>
2414
2415         * MAINTAINERS (Write After Approval): Add myself.
2416
2417 2007-03-31  Tobias Burnus  <burnus@net-b.de>
2418
2419         * MAINTAINERS (fortran 95 front end): Add myself.
2420
2421 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2422
2423         * MAINTAINERS (Write After Approval): Add myself.
2424
2425 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
2426
2427         * MAINTAINERS (Modulo Scheduler): Add myself.
2428
2429 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
2430
2431         * MAINTAINERS (fortran 95 front end): Add myself.
2432         (c++ front end): whitespace fix.
2433
2434 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
2435
2436         * MAINTAINERS (Write After Approval): Add myself.
2437
2438 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
2439
2440         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2441         of glob.  Quote arguments with single quotes too.
2442         * configure: Regenerate.
2443
2444 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
2445
2446         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2447         * Makefile.in: Regenerate
2448
2449 2007-03-07  Andreas Schwab  <schwab@suse.de>
2450
2451         * configure: Regenerate.
2452
2453 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2454
2455         * configure.ac: Add "--with-pdfdir" configure option,
2456         which defines pdfdir variable.
2457         * Makefile.def (target=fixincludes): Add install-pdf to
2458         missing targets.
2459         (recursive_targets): Add install-pdf target.
2460         (flags_to_pass): Add pdfdir.
2461         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2462         target.
2463         * configure: Regenerate
2464         * Makefile.in: Regenerate
2465
2466 2007-02-28  Eric Christopher  <echristo@apple.com>
2467
2468         Revert:
2469         2006-12-07  Mike Stump  <mrs@apple.com>
2470
2471         * Makefile.def (dependencies): Add dependency for
2472         install-target-libssp and install-target-libgomp on
2473         install-gcc.
2474         * Makefile.in: Regenerate.
2475
2476 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
2477
2478         * configure: Regenerate.
2479         * configure.ac: Move statements after variable declarations.
2480
2481 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
2482
2483         * MAINTAINERS: Add myself as sh maintainer.
2484
2485 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
2486
2487         * configure.ac: Adjust for loop syntax.
2488         * configure: Regenerate.
2489
2490 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2491
2492         * configure: Rebuilt.
2493
2494 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2495
2496         * configure.ac: Drop multiple occurrences of --enable-languages,
2497         and fix its quoting.
2498         * configure: Rebuilt.
2499
2500 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
2501             Nathan Sidwell  <nathan@codesourcery.com>
2502             Vladimir Prus  <vladimir@codesourcery.com>
2503             Joseph Myers  <joseph@codesourcery.com>
2504
2505         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2506         * configure: Regenerate.
2507
2508 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
2509
2510         * ltconfig (freebsd*): Default to elf.
2511
2512 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2513
2514         * configure.ac (target_libraries): Move libgcc before libiberty.
2515         * configure: Regenerated.
2516
2517 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2518             Paolo Bonzini  <bonzini@gnu.org>
2519
2520         PR bootstrap/30753
2521         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
2522         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
2523         * configure: Regenerated.
2524
2525 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2526
2527         * MAINTAINERS (Language Front End Maintainers): Update my mail
2528         address.
2529
2530 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2531
2532         PR bootstrap/30748
2533         * configure.ac: Correct syntax for Solaris ksh.
2534         * configure: Regenerated.
2535
2536 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2537
2538         * configure.ac: Sync with src.
2539         * configure: Regenerate.
2540
2541 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2542
2543         * Makefile.in: Regenerate.
2544
2545 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2546
2547         * config.sub: Sync with src.
2548
2549 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2550
2551         * Makefile.tpl (build_alias, host_alias, target_alias): Use
2552         noncanonical equivalents.
2553         * configure.in: Rename to...
2554         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
2555         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
2556         target_noncanonical.  Use them.  Rewrite removal of configure
2557         arguments for autoconf 2.59.  Discard variable settings.  Force
2558         program_transform_name for native tools.
2559
2560         * Makefile.in: Regenerated.
2561         * configure: Regenerated with autoconf 2.59.
2562
2563 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
2564
2565         * MAINTAINERS (Write After Approval): Add myself.
2566
2567 2007-01-31  Andreas Schwab  <schwab@suse.de>
2568
2569         * Makefile.tpl (LDFLAGS): Substitute it.
2570         * Makefile.in: Regenerate.
2571
2572 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
2573
2574         * MAINTAINERS (Write After Approval): Add myself.
2575
2576 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
2577
2578         * MAINTAINERS (spu port): Add myself.
2579
2580 2007-01-23  Richard Guenther  <rguenther@suse.de>
2581
2582         PR bootstrap/30541
2583         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
2584         * Makefile.tpl (GNATBIND): Substitute it.
2585         (GNATMAKE): Likewise.
2586         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
2587         of STAGE_PREFIX.
2588         * Makefile.in: Regenerate.
2589         * configure: Regenerate.
2590
2591 2007-01-18  Mike Stump  <mrs@apple.com>
2592
2593         * configure.in: Re-enable -Werror for gcc builds.
2594
2595 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
2596
2597         * MAINTAINERS (Write After Approval): Add myself.
2598
2599 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2600
2601         * configure.in: Change == to = in test command.
2602         * configure: Regenerate.
2603
2604 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2605             Nick Clifton  <nickc@redhat.com>
2606             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
2607
2608         * configure.in (build_configargs, host_configargs, target_configargs):
2609         Remove build/host/target parameters.
2610         (host_libs): Add gmp and mpfr.
2611         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2612         * Makefile.def (gmp, mpfr): New.
2613         (gcc): Remove target.
2614         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2615         target_os, target_vendor): New.
2616         (configure): Add host_alias/target_alias arguments; adjust invocations.
2617         * configure: Regenerate.
2618         * Makefile.in: Regenerate.
2619
2620 2007-01-11  Matt Fago  <fago@earthlink.net>
2621
2622         * configure.in: Try to link to functions only in mpfr 2.2.x
2623         to improve robustness of configure tests.
2624         * configure: Regenerate.
2625
2626 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
2627
2628         * MAINTAINERS: Add myself as i386 maintainer.
2629
2630 2007-01-08  Jan Hubicka  <jh@suse.cz>
2631
2632         * MAINTAINERS: Add myself as i386 maintainer.
2633
2634 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
2635
2636         * configure.in: Add support for an x86_64-mingw* target.
2637         * configure: Regenerate.
2638
2639 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
2640
2641         * Makefile.tpl (all-target): Correct @if conditional for target
2642         modules.
2643         * configure.in: Omit libiberty if building only target libgcc.
2644         * configure, Makefile.in: Regenerated.
2645
2646 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
2647
2648         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
2649         * configure: Regenerate.
2650
2651 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
2652
2653         * Makefile.def (target_modules): Add libgcc.
2654         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
2655         * Makefile.tpl (clean-target-libgcc): Delete.
2656         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2657         on gcc even for bootstrapped modules.  Rewrite handling of
2658         lang_env_dependencies to loop over target_modules.
2659         * configure.in (target_libraries): Add target-libgcc.
2660         * Makefile.in, configure: Regenerated.
2661
2662 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2663
2664         * configure.in: Reorganize recognition of languages.  Add
2665         --enable-stage1-languages.  Show supported languages for the chosen
2666         target rather than all recognized languages.
2667         * configure: Regenerate.
2668
2669 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2670
2671         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2672         * Makefile.in: Regenerate.
2673
2674 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2675
2676         * configure.in: Warn that MPFR 2.2.0 is buggy.
2677         * configure: Regenerate.
2678
2679 2006-12-27  Ian Lance Taylor  <iant@google.com>
2680
2681         * configure.in: When removing Makefiles to force a reconfigure, also
2682         remove prev-DIR*/Makefile.
2683         * configure: Regenerate.
2684
2685 2006-12-22  Andreas Schwab  <schwab@suse.de>
2686
2687         * configure: Regenerate with correct autoconf version.
2688
2689 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
2690
2691         * configure.in: add AC_SUBST for *_FOR_TARGET.
2692         * configure: Regenerate.
2693
2694 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2695
2696         * configure.in: Simplify logic for rejecting languages that cannot
2697         be built.  Separate the case when a language is unsupported,
2698         from the case when the user chooses not to build a language.
2699
2700 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2701
2702         * configure.in: Remove "$build" case for powerpc-*-darwin* since
2703         it only affects bootstrap and could be tested on "$host" as well.
2704         * configure: Regenerate.
2705         * config/mh-ppc-darwin: Add to the stage1 cflags here.
2706
2707 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2708
2709         PR bootstrap/29544
2710         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2711         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2712         move here comment from Makefile.tpl.
2713         * Makefile.tpl: Move some definitions higher in the file.
2714         (STAGE1_CHECKING): New.
2715         * configure.in: Add --enable-stage1-checking.
2716         * configure: Regenerate.
2717         * Makefile.in: Regenerate.
2718
2719 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2720
2721         * MAINTAINERS: Add myself as build system maintainer.
2722
2723 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
2724
2725         * MAINTAINERS (Write After Approval): Add myself.
2726
2727 2006-12-13  Eric Christopher  <echristo@apple.com>
2728
2729         * MAINTAINERS: Add myself as darwin maintainer.
2730
2731 2006-12-11  Ian Lance Taylor  <ian@airs.com>
2732
2733         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
2734
2735 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
2736
2737         MAINTAINERS: Update my entry.
2738
2739 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
2740
2741         * configure.in:  Handle spu makefile frag.
2742         * Makefile.tpl (MAINT): Define
2743         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2744         * configure: Regenerate.
2745         * Makefile.in: Regenerate.
2746
2747 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2748
2749         * config.guess: Import latest version.
2750         * config.sub: Likewise.
2751
2752 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2753
2754         * configure.in (spu-*-*): Don't skip target-libiberty.
2755         * configure: Regenerate.
2756
2757 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2758
2759         PR bootstrap/30134
2760         * configure.in: Correct x86 darwin support for libjava to powerpc
2761         and i?86 only.
2762         * configure: Regenerate.
2763
2764 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
2765
2766         * configure.in: Add x86 darwin support for libjava.
2767         * configure: Regenerate.
2768
2769 2006-12-07  Mike Stump  <mrs@apple.com>
2770
2771         * Makefile.def (dependencies): Add dependency for
2772         install-target-libssp and install-target-libgomp on
2773         install-gcc.
2774         * Makefile.in: Regenerate.
2775
2776 2006-12-04  Richard Guenther  <rguenther@suse.de>
2777
2778         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
2779         (Non-Algorithmic Maintainers): Move over non-algorithmic
2780         loop optimizer maintainers, add myself as a non-algorithmic
2781         middle-end maintainer.
2782
2783 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
2784
2785         * MAINTAINERS (Write After Approval): Add myself.
2786
2787 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2788
2789         * configure.in: Update error message for missing GMP/MPFR.
2790
2791         * configure: Regenerate.
2792
2793 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2794
2795         * configure.in: Update MPFR version in error message.
2796
2797         * configure: Regenerate.
2798
2799 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2800
2801         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
2802         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
2803         --with-gmp-lib): New flags.
2804
2805         * configure: Regenerate.
2806
2807 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
2808
2809         * MAINTAINERS (Write After Approval): Change my email address.
2810
2811 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2812
2813         * MAINTAINERS (Write After Approval): Add myself.
2814
2815 2006-11-22  Philipp Thomas  <pth@suse.de>
2816
2817         * MAINTAINERS (i18n): Update e-mail address.
2818
2819 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
2820
2821         * MAINTAINERS (spu port): Add myself as maintainer.
2822         (Write After Approval): Remove myself.
2823
2824 2006-11-22  Ben Elliston  <bje@au.ibm.com>
2825
2826         * configure.in (skipdirs): Don't build libssp for SPU.
2827         * configure: Regenerate.
2828
2829 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2830
2831         * MAINTAINERS (spu port): Add myself as maintainer.
2832         (libobjc): Update my email address.
2833
2834 2006-11-21  Andrea Bona  <andrea.bona@st.com>
2835
2836         * MAINTAINERS (Write After Approval): Add myself.
2837
2838 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
2839
2840         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
2841         * configure : Rebuilt.
2842
2843 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
2844
2845         * MAINTAINERS (Write After Approval): Add myself.
2846
2847 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
2848
2849         * MAINTAINERS (Write After Approval): Add myself.
2850
2851 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2852
2853         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
2854         libmpfr.a.
2855         * configure: Regenerate.
2856
2857 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
2858
2859         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
2860         (unstage): Test for stage_last presence.
2861
2862         PR bootstrap/29802
2863         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
2864         STAGE_PREFIX.
2865         * Makefile.in: Regenerate.
2866
2867 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
2868
2869         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
2870         maintainers.
2871
2872 2006-11-14  Erven Rohou  <erven.rohou@st.com>
2873
2874         * MAINTAINERS (Write After Approval): Add myself.
2875
2876 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
2877
2878         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
2879         and stageN-package/Makefile.
2880         * Makefile.in: Regenerated.
2881
2882 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
2883
2884         * configure.in: Remove target-libgloss from noconfigdirs for
2885         bfin-*-*.
2886         * configure: Regenerated.
2887
2888 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2889
2890         * configure.in (have_gmp): Only error if the gcc directory exists.
2891
2892         * configure: Regenerate.
2893
2894 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2895
2896         * configure.in: Robustify error message for missing GMP/MPFR.
2897
2898         * configure: Regenerate.
2899
2900 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
2901
2902         * MAINTAINERS (Write After Approval): Add myself.
2903
2904 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
2905
2906         * MAINTAINERS: Change email address.
2907
2908 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
2909
2910         * MAINTAINERS (Write After Approval): Add myself.
2911
2912 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
2913
2914         * MAINTAINERS (Write After Approval): Add myself.
2915
2916 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
2917
2918         * MAINTAINERS (Write After Approval): Move myself to
2919         Write After Approval section.
2920
2921 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2922
2923         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
2924         need_gmp anymore.
2925         * configure: Regenerate.
2926
2927 2006-10-16  Tobias Burnus  <burnus@net-b.de>
2928
2929         * MAINTAINERS (Write After Approval): Add myself.
2930
2931 2006-10-16  Ben Elliston  <bje@au.ibm.com>
2932
2933         * config.guess: Import latest version.
2934         * config.sub: Likewise.
2935
2936 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
2937
2938         * Makefile.def: Added pdf target handling.
2939         * Makefile.tpl: Added pdf target handling.
2940         * Makefile.in: Regenerated.
2941
2942 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
2943
2944         * MAINTAINERS: Add self as score port maintainer.
2945
2946 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
2947
2948         * MAINTAINERS (Write After Approval): Add myself.
2949
2950 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
2951
2952         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
2953         or newer.
2954         * configure: Regenerated.
2955
2956 2006-09-27  Dave Brolley  <brolley@redhat.com>
2957
2958         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
2959         using $s instead of $r.
2960         * configure: Regenerated.
2961
2962 2006-09-26  Thiemo Seufer  <ths@mips.com>
2963
2964         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2965         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2966         * configure: Regenerate.
2967
2968 2006-09-24  Graeme Peterson  <gridly@gmail.com>
2969
2970         * MAINTAINERS (Write After Approval): Remove myself.
2971
2972 2006-09-22  Chao-ying Fu  <fu@mips.com>
2973
2974         * MAINTAINERS (Write After Approval): Add myself.
2975
2976 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
2977
2978         * MAINTAINERS: Add self as soft-fp maintainer.
2979
2980 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
2981
2982         * MAINTAINERS: Add myself as avr maintainer.
2983         Remove Marek Michalkiewicz as avr maintainer.
2984
2985 2006-09-07  Roberto Costa  <roberto.costa@st.com>
2986
2987         * MAINTAINERS (Write After Approval): Add myself.
2988
2989 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
2990
2991         * configure.in: Never build newlib for a Mingw host.
2992         Never build newlib as Mingw target library.
2993         Test the existence of winsup/cygwin for building a Cygwin newlib,
2994         rather than just winsup.
2995         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
2996         building a Mingw target.
2997         * configure: Regenerate.
2998
2999 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3000
3001         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
3002
3003 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
3004
3005         * config.guess: Import from src (was more updated).
3006         * config.sub: Likewise.
3007
3008 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
3009
3010         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3011         * configure: Regenerated.
3012
3013 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
3014
3015         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3016         for stages after the first.
3017
3018 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
3019
3020         * Makefile.def: Add dependencies for configure-opcodes
3021         on configure-intl and all-opcodes on all-intl.
3022         * Makefile.in: Regenerated.
3023
3024 2006-07-13  Ben Elliston  <bje@au.ibm.com>
3025
3026         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
3027
3028 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3029
3030         Port to hosts whose 'sort' and 'tail' implementations
3031         treat operands with leading '+' as file names, as POSIX
3032         has required since 2001.  However, make sure the code still
3033         works on pre-POSIX hosts.
3034         * ltmain.sh: Don't assume "sort +2" is equivalent to
3035         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3036
3037 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
3038
3039         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
3040
3041 2006-07-04  Peter O'Gorman  <peter@pogma.com>
3042
3043         * ltconfig: chmod 644 before ranlib during install.
3044
3045 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3046
3047         PR bootstrap/18058
3048         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3049         if the bootstrap compiler is a GCC version that supports it.
3050         * configure: Regenerate.
3051
3052 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3053
3054         * configure.in: Fix thinkos in previous check-in.
3055         * configure: Regenerate.
3056
3057 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3058
3059         PR other/27063
3060         * configure.in: Test subdir_requires and give an appropriate
3061         error message.
3062         * configure: Regenerate.
3063
3064 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
3065
3066         * MAINTAINERS (Write After Approval): Add myself.
3067
3068 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
3069
3070         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3071
3072 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
3073
3074         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3075
3076 2006-06-20  David Ayers  <d.ayers@inode.at>
3077
3078         PR bootstrap/28072
3079         * configure.in: Add target-boehm-gc to noconfigdirs depending on
3080         whether target-libjava is being configured instead of whether the
3081         java front end is enabled.
3082         * configure: Regenerate.
3083
3084 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3085
3086         PR target/27540
3087         * configure.in: Only enable libgomp on IRIX 6.
3088         * configure: Regenerate.
3089
3090 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
3091
3092         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3093         too.
3094         * Makefile.in: Regenerate.
3095
3096 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
3097
3098         * config-ml.in: Alter CCASFLAGS to include special
3099         multilib options the same as is done for CFLAGS.
3100
3101 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3102
3103         * configure.in: Don't enable libgomp on hpux10.
3104         * configure: Rebuilt.
3105
3106 2006-06-12  David Ayers  <d.ayers@inode.at>
3107
3108         PR bootstrap/27963
3109         PR target/19970
3110         * configure.in: Remove target-boehm-gc from noconfigdirs where
3111         ${libgcj} is specified.
3112         * configure: Regenerate.
3113
3114 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
3115
3116         Sync from src:
3117
3118         * configure.in: Sync.
3119         * configure: Regenerated.
3120
3121         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3122
3123         * Makefile.def: Added dependencies from sim and gdb on intl, and
3124         added configure dependencies to everything with an all dependency
3125         on intl.
3126         * Makefile.in: Regenerated.
3127
3128 2006-06-06  David Ayers  <d.ayers@inode.at>
3129
3130         PR libobjc/13946
3131         * Makefile.def: Add dependencies for libobjc which boehm-gc.
3132         * Makefile.in: Regenerate.
3133         * configure.in: Add --enable-objc-gc at toplevel and have it
3134         enable boehm-gc for Objective-C.
3135         Remove target-boehm-gc from libgcj.
3136         Add target-boehm-gc to target_libraries.
3137         Add target-boehm-gc to noconfigdirs where ${libgcj}
3138         is specified.
3139         Assert that boehm-gc is supported when requested for Objective-C.
3140         Only build boehm-gc if needed either for Java or Objective-C.
3141         * configure: Regenerate.
3142
3143 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
3144
3145         PR 27674
3146         * Makefile.tpl (configure-[+prefix+][+module+],
3147         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3148         Remove rule to unstage bootstrapped modules.
3149         (stage_current): New.
3150         * Makefile.in: Regenerate.
3151
3152 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3153
3154         * MAINTAINERS (Write After Approval): Update my e-mail address.
3155
3156 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
3157
3158         * include/libiberty.h: Declare pex_run_in_environment.
3159
3160 2006-05-31  Asher Langton  <langton2@llnl.gov>
3161
3162         * MAINTAINERS (Write After Approval): Add myself.
3163
3164 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
3165
3166         * Makefile.def (bfd, opcodes): Fix lib_path.
3167         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3168         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
3169         * Makefile.in: Regenerate.
3170
3171 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3172
3173         * Makefile.in: Regenerate.
3174
3175 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3176
3177         * Makefile.def: Add install-html target. Add datarootdir
3178         docdir and htmldir to flags_to_pass.
3179         * Makefile.tpl: Add install-html target.
3180         * Makefile.in: Regenerate.
3181         * configure.in: Add --with-datarootdir, --with-docdir, and
3182         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
3183         * configure: Regenerate.
3184
3185 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
3186
3187         * configure.in: Enable gprof for cross builds.
3188         * configure: Regenerate.
3189
3190 2006-05-22  Richard Guenther  <rguenther@suse.de>
3191
3192         Revert
3193         2006-01-31  Richard Guenther  <rguenther@suse.de>
3194         Paolo Bonzini  <bonzini@gnu.org>
3195
3196         * Makefile.def (target_modules): Add libgcc-math target module.
3197         * configure.in (target_libraries): Add libgcc-math target library.
3198         (--enable-libgcc-math): New configure switch.
3199         * Makefile.in: Re-generate.
3200         * configure: Re-generate.
3201         * libgcc-math: New toplevel directory.
3202
3203 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3204             Andreas Tobler  <a.tobler@schweiz.ch>
3205
3206         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
3207         * configure: Rebuilt.
3208
3209 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
3210
3211         * MAINTAINERS (Write After Approval): Add myself.
3212
3213 2006-05-01  DJ Delorie  <dj@redhat.com>
3214
3215         * configure.in: Restore CFLAGS if GMP isn't present.
3216         * configure: Regenerate.
3217
3218 2006-05-01  Richard Guenther  <rguenther@suse.de>
3219
3220         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
3221         maintainer.
3222
3223 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
3224
3225         * MAINTAINERS (Write After Approval): Add myself.
3226
3227 2006-04-28  Jan Beulich  <jbeulich@novell.com>
3228
3229         * MAINTAINERS (Write After Approval): Add myself.
3230
3231 2006-04-18  DJ Delorie  <dj@redhat.com>
3232
3233         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
3234         reference libgloss so that libssp can be built in a combined
3235         tree.
3236         * configure: Regenerate.
3237
3238 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
3239
3240         * MAINTAINERS (Write After Approval): Add myself.
3241
3242 2006-04-05  Ben Elliston  <bje@au.ibm.com>
3243
3244         * configure.in: Require makeinfo 4.4 or higher.
3245         * configure: Regenerate.
3246
3247 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
3248
3249         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
3250         Rearrange the entries of other libraries to have them in one place.
3251
3252 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
3253
3254         * MAINTAINERS (Write After Approval): Remove myself.
3255         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3256
3257 2006-03-14  Richard Guenther  <rguenther@suse.de>
3258
3259         * configure: Regenerate with autoconf 2.13.
3260
3261 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
3262
3263         * MAINTAINERS: Use my work address.
3264
3265         * MAINTAINERS: Update my E-mail address.
3266
3267 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
3268
3269         * configure.in: Handle --disable-<component> generically.
3270         * configure: Regenerate.
3271
3272 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3273
3274         PR libgcj/17311
3275         * ltmain.sh: Don't use "$finalize_rpath" for compile.
3276
3277 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
3278
3279         * MAINTAINERS (Write After Approval):  Remove myself.
3280         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3281
3282 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
3283
3284         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
3285         (TARGET_CONFIGDIRS): Remove.
3286         * configure.in: Remove AC_SUBST(target_configdirs).
3287         * Makefile.in, configure: Regenerated.
3288
3289 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
3290
3291         * MAINTAINERS (Write After Approval):  Remove myself.
3292         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3293
3294 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
3295
3296         PR bootstrap/25670
3297
3298         * Makefile.tpl ([+compare-target+]): Print explanation messages.
3299
3300         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3301         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3302         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3303         BUILD_PREFIX, BUILD_PREFIX_1.
3304         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3305
3306         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3307         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3308
3309         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3310         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3311         of `cat stage_current`.  Always provide the `r' and `s' variables.
3312         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3313         a single shell execution.
3314         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3315         bootstrapped modules, make the stage1 module if the build was not
3316         started yet, else build the current stage.
3317         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3318         (all-build, all-host, all-target, [+make_target+]-host,
3319         [+make_target+]-target): Do not use \-continued lines.
3320         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3321         (current_stage, restrap, stage_last): New.
3322
3323         * Makefile.in: Regenerate.
3324         * configure: Regenerate.
3325
3326 2006-02-19  Bud Davis  <jmdavis@link.com>
3327
3328         * MAINTAINERS (Write After Approval):  Remove myself.
3329         (Language Front End Maintainers):  Add myself as fortran 95
3330         maintainer and update e-mail address.
3331
3332 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3333
3334         * MAINTAINERS (Write After Approval):  Remove myself.
3335         (Language Front End Maintainers):  Add myself as fortran 95
3336         maintainer.
3337
3338 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
3339
3340         * MAINTAINERS (Write After Approval): Add myself.
3341
3342 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
3343
3344         * MAINTAINERS (Write After Approval):  Remove myself.
3345         (Language Front End Maintainers):  Add myself as
3346         fortran 95 maintainer.
3347
3348 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3349
3350         Sync from src:
3351
3352         2005-12-27  Leif Ekblad  <leif@rdos.net>
3353
3354         * configure.in: Add support for RDOS target.
3355         * configure: Regenerate.
3356
3357 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3358             Andreas Schwab  <schwab@suse.de>
3359
3360         * configure: Regenerate.
3361
3362 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
3363
3364         * configure.in (enable_libgomp): Add AIX.
3365         * configure: Regenerate.
3366
3367 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
3368
3369         * MAINTAINERS (Write After Approval): Add myself.
3370
3371 2006-02-03  Lee Millward  <lee.millward@gmail.com>
3372
3373         * MAINTAINERS (Write After Approval): Add myself.
3374
3375 2006-01-31  Richard Guenther  <rguenther@suse.de>
3376         Paolo Bonzini  <bonzini@gnu.org>
3377
3378         * Makefile.def (target_modules): Add libgcc-math target module.
3379         * configure.in (target_libraries): Add libgcc-math target library.
3380         (--enable-libgcc-math): New configure switch.
3381         * Makefile.in: Re-generate.
3382         * configure: Re-generate.
3383         * libgcc-math: New toplevel directory.
3384
3385 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
3386
3387         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3388         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3389         the assembler, linker and binutils.
3390         * configure: Regenerate.
3391
3392 2006-01-22  Dirk Mueller  <dmueller@suse.de>
3393
3394         * MAINTAINERS (Write After Approval): Add myself.
3395
3396 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
3397
3398         * configure: Regenerate.
3399
3400 2006-01-18  Richard Henderson  <rth@redhat.com>
3401             Jakub Jelinek  <jakub@redhat.com>
3402             Diego Novillo  <dnovillo@redhat.com>
3403
3404         * libgomp: New directory.
3405         * Makefile.def: Add target_module libgomp.
3406         * Makefile.in: Regenerate.
3407         * configure.in (target_libraries): Add target-libgomp.
3408         * configure: Regenerate.
3409
3410 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
3411
3412         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3413         @ from continuation.
3414         * Makefile.in: Rebuilt.
3415
3416 2006-01-04  Chris Lattner  <sabre@gnu.org>
3417
3418         * MAINTAINERS (Write After Approval): Add myself.
3419
3420 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3421
3422         PR bootstrap/24252
3423
3424         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3425         * Makefile.tpl (OBJDUMP): New.
3426         (EXTRA_HOST_FLAGS): Add it.
3427         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3428
3429         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3430         to use symbolic links between directories.  Avoid race conditions
3431         or make them harmless.
3432         * configure.in: Do not try to use symbolic links between directories.
3433
3434         * Makefile.def (LEAN): Pass.
3435         * Makefile.tpl (LEAN): Define.
3436         (stage[+id+]-start): Accept that the previous directory does not
3437         exist, if the bootstrap is lean.
3438         (stage[+id+]-bubble): Invoke lean bootstrap commands after
3439         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
3440         configure substitution.
3441         ([+compare-target+]): Likewise.
3442         ([+bootstrap-target+]-lean): New.
3443         * configure.in: Remove lean bootstrap support from here.
3444
3445         * Makefile.in: Regenerate.
3446         * configure: Regenerate.
3447
3448 2006-01-04  Ben Elliston  <bje@au.ibm.com>
3449
3450         * MAINTAINERS (libdecnumber): Add myself.
3451
3452 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
3453
3454         * libtool-ldflags: New script.
3455
3456 2006-01-02  Andreas Schwab  <schwab@suse.de>
3457
3458         * configure.in: When reconfiguring remove Makefile in
3459         all stage directories.
3460         * configure: Regenerate.
3461
3462 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
3463
3464         * MAINTAINERS: Update my email address.
3465
3466 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
3467
3468         Revert Ada-related part of the previous change.
3469
3470         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3471         Do not pass.
3472         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3473         * Makefile.in: Regenerate.
3474         * configure.in: Do not include mt-ppc-aix target fragment.
3475         * configure: Regenerate.
3476
3477 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
3478
3479         * configure.in: Select appropriate fragments for PowerPC/AIX.
3480         * configure: Regenerate.
3481
3482         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3483         BOOT_CFLAGS, BOOT_LDFLAGS.
3484         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3485         BOOT_CFLAGS, BOOT_LDFLAGS.
3486         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3487         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3488         (stage): Fail if we cannot complete the work.
3489         * Makefile.in: Regenerate.
3490
3491 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
3492
3493         * configure.in: Replace ms1 with mt.
3494         * configure: Rebuilt.
3495
3496 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
3497
3498         * MAINTAINERS: Update my email address.
3499
3500 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
3501
3502         * Makefile.tpl (all, do-[+make_target+], do-check, install,
3503         install-host-nogcc): Don't invoke $(stage) at the end.
3504         * Makefile.in: Regenerate.
3505
3506 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
3507
3508         * configure.in: Flip the top-level bootstrap switch.
3509         * configure: Regenerate.
3510
3511 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
3512
3513         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3514         $(stage) and $(unstage).
3515         (EXTRA_TARGET_FLAGS): Correct double-quoting.
3516         (all): Remove stray semicolon.
3517         (local-distclean): Don't handle multilib.tmp and multilib.out.
3518         (install.all): Set $s for consistency.
3519         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3520         check_multilibs setting.  Always make the install directory.
3521         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3522         Correct @if/@endif.
3523         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3524         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3525         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3526         (multilib.out): Remove.
3527         * Makefile.in: Regenerated.
3528
3529 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
3530
3531         * MAINTAINERS (Write After Approval): Add myself.
3532
3533 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3534
3535         * MAINTAINERS: Add myself as mt maintainer.
3536
3537         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
3538
3539 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
3540
3541         * MAINTAINERS: Change email address.
3542
3543 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3544
3545         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3546         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3547         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
3548         Find in-tree tools if available.
3549         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3550         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3551         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3552         (COMPILER_*_FOR_TARGET): New.
3553         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3554         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3555         (CONFIGURED_*, USUAL_*): Remove.
3556         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3557         STRIP): Use autoconf substitutions.
3558         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3559         COMPILER_NM_FOR_TARGET): New.
3560         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3561
3562         (all): Make all-host and all-target in parallel.
3563         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3564         that $$r and $$s are set before invoking a recursive make.
3565         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3566         ([+bootstrap-target+]): Inline most of the `all' target.
3567
3568 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3569
3570         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3571         from the gcc build directory.
3572         * Makefile.in: Regenerate.
3573
3574 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3575
3576         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
3577         depend on all-libdecnumber.
3578         * configure.in (host_libs): Include libdecnumber.
3579         * Makefile.in: Regenerate.
3580         * configure: Likewise.
3581
3582 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3583
3584         * libdecnumber: Import decNumber sources from the dfp-branch.
3585
3586 2005-11-21  Kean Johnston  <jkj@sco.com>
3587
3588         * config.sub, config.guess: Sync from upstream sources.
3589
3590 2005-11-21  Ben Elliston  <bje@au.ibm.com>
3591
3592         Import from Autoconf sources:
3593
3594         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3595         * config/move-if-change: Don't output "$2 is unchanged";
3596         suggested by Ben Elliston.  Handle weird characters correctly.
3597
3598 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
3599
3600         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
3601         to match upstream libtool for darwin.
3602
3603 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
3604
3605         * Makefile.def: Remove gdb dependencies for gdbtk.
3606         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3607         (configure-gdb, install-gdb): New rules.
3608         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3609         * Makefile.in, configure: Regenerated.
3610
3611 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
3612
3613         * MAINTAINERS (Write After Approval): Add myself.
3614
3615 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
3616
3617         * MAINTAINERS (Write After Approval): Add myself.
3618
3619 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
3620
3621         * MAINTAINERS (alias analysis): Add Daniel Berlin and
3622         Diego Novillo.
3623
3624 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
3625
3626         PR bootstrap/24297
3627         * Makefile.tpl (do-[+make-target+], do-check, install,
3628         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3629         are set before recursing.
3630         * Makefile.in: Regenerate.
3631
3632 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
3633
3634         PR bootstrap/18939
3635         * Makefile.def (gcc) <target>: Fix thinko.
3636         * Makefile.in: Regenerate.
3637
3638 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
3639
3640         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3641         * configure: Regenerate.
3642
3643 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
3644
3645         * MAINTAINERS (Write After Approval): Add self.
3646
3647 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
3648
3649         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3650         target-libffi, target-qthreads, target-libjava, and
3651         targetlibobjc.
3652         * configure: Regenerate.
3653
3654 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
3655
3656         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3657         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3658         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3659         (USUAL_OBJDUMP_FOR_TARGET): New.
3660         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3661         * configure.in: Check for $OBJDUMP_FOR_TARGET.
3662         * configure, Makefile.in: Regenerated.
3663
3664 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3665
3666         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3667         before other host packages.
3668
3669 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
3670
3671         * MAINTAINERS: Add self as sh libraries/configury maintainer.
3672
3673 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3674
3675         PR bootstrap/22340
3676
3677         * configure.in (default_target): Remove.
3678         * Makefile.tpl (all): Do not use prerequisites as subroutines
3679         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3680         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3681         use prerequisites as subroutines.
3682         (check-host, check-target): New.
3683         (bootstrap configure & all targets): Do not use stage*-start
3684         if the directory layout is already ok.
3685         (non-bootstrap configure & all targets): Prepend a $(unstage).
3686         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
3687         (NOTPARALLEL): Remove.
3688         (unstage, stage variables): New variables.
3689         (unstage, stage targets): Simply expand to those variables.
3690
3691         * configure: Regenerate.
3692         * Makefile.in: Regenerate.
3693
3694 2005-10-04  James E Wilson  <wilson@specifix.com>
3695
3696         * Makefile.def (lang_env_dependencies): Add libmudflap.
3697         * Makefile.in: Regenerate.
3698
3699 2005-10-03  Andreas Schwab  <schwab@suse.de>
3700
3701         Backport from libtool CVS:
3702         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
3703
3704         * ltmain.sh: add support for installing into temporary
3705         staging area (e.g. 'make install DESTDIR=...')
3706
3707 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
3708
3709         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3710         * configure: Regenerated.
3711
3712 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
3713
3714         * configure: Regenerate with the correct
3715         autoconf version.
3716
3717 2005-09-30  Catherine Moore  <clm@cm00re.com>
3718
3719         * configure.in (bfin-*-*): New.
3720         * configure: Regenerated.
3721
3722 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
3723
3724         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3725         (LIPO_FOR_TARGET): New.
3726         (CONFIGURED_LIPO_FOR_TARGET): New.
3727         (USUAL_LIPO_FOR_TARGET): New.
3728         (STRIP_FOR_TARGET): New.
3729         (CONFIGURED_STRIP_FOR_TARGET): New.
3730         (USUAL_STRIP_FOR_TARGET): New.
3731         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3732         STRIP_FOR_TARGET.
3733         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3734         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3735         * Makefile.in: Regenerate.
3736         * configure: Regenerate.
3737
3738 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
3739
3740         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3741         (rs6000-*-aix*): Same.
3742         * configure: Regenerate.
3743
3744 2005-09-16  Tom Tromey  <tromey@redhat.com>
3745
3746         * MAINTAINERS: Add self as java maintainer.
3747
3748 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3749
3750         * configure.in: Recognize f95 in the --enable-languages option,
3751         and substitute it for fortran, issuing a warning.
3752         * configure: Regenerate.
3753
3754 2005-08-30  Phil Edwards  <phil@codesourcery.com>
3755
3756         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
3757         * configure:  Regenerated.
3758
3759 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
3760
3761         * MAINTAINERS: Add self as ms1 maintainer.
3762
3763 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
3764
3765         * Makefile.def (libssp): Add to lang_env_dependencies.
3766         * Makefile.in: Regenerate.
3767
3768 2005-08-18  Ian Lance Taylor  <ian@airs.com>
3769
3770         * MAINTAINERS: Add myself as middle-end maintainer.
3771
3772 2005-08-17  Christian Groessler  <chris@groessler.org>
3773
3774         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3775         * Makefile.in: Regenerate.
3776
3777 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
3778
3779         * MAINTAINERS (write after approval): Added myself.
3780
3781 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
3782
3783         * MAINTAINERS (Write After Approval): Add myself.
3784
3785 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
3786
3787         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3788         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3789         Look for alternate names of the target cc and c++
3790         * configure: Regenerate.
3791
3792 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
3793
3794         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3795         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3796         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3797         tools; remove code to manually set them.
3798         (Target tools): Look in the environment for them.
3799         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3800         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3801         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3802         build directory.
3803         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3804         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3805         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3806         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3807         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3808         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3809         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3810         * configure: Regenerate.
3811         * Makefile.in: Regenerate.
3812
3813 2005-07-28  Ben Elliston  <bje@au.ibm.com>
3814
3815         * MAINTAINERS: Update for removed CPU targets.
3816
3817 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
3818
3819         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
3820         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
3821         * Makefile.in: Regenerated.
3822
3823 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
3824
3825         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3826         (CFLAGS_FOR_TARGET): Use it.
3827         (CXXFLAGS_FOR_TARGET): Likewise.
3828         * Makefile.in: Regenerated.
3829         * configure.in (--with-build-sysroot): New option.
3830         * configure: Regenerated.
3831
3832 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
3833
3834         * Makefile.tpl: Wrap install between unstage and stage
3835         * Makefile.in: Regenerate.
3836
3837 2005-07-21  Eric Christopher  <echristo@apple.com>
3838
3839         * MAINTAINERS: Update affiliation.
3840
3841 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
3842
3843         * MAINTAINERS: Add self as crx port maintainer.
3844
3845 2005-07-20  DJ Delorie  <dj@redhat.com>
3846
3847         * MAINTAINERS: Add self as m32c maintainer.
3848
3849 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
3850
3851         * all files: Update FSF address.
3852
3853 2005-07-15  Eric Christopher  <echristo@redhat.com>
3854
3855         * MAINTAINERS: Change affiliation.
3856
3857 2005-07-14  Jim Blandy  <jimb@redhat.com>
3858
3859         * configure.in: Add cases for Renesas m32c.
3860         * configure: Regenerated.
3861
3862 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
3863
3864         * COPYING.LIB: Update from fsf.org.
3865
3866 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
3867
3868         * COPYING, compile, config.guess,
3869         config.sub, install-sh, missing, mkinstalldirs,
3870         symlink-tree, ylwrap: Sync from upstream sources.
3871         * config-ml.in: Update FSF address.
3872
3873 2005-07-13  Eric Christopher  <echristo@redhat.com>
3874
3875         * configure.in: Add toplevel noconfigdir support for tpf.
3876         * configure: Regenerate.
3877
3878 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
3879
3880         PR ada/22340
3881
3882         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3883         * Makefile.in: Regenerate.
3884
3885 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
3886
3887         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
3888         Brolley to write-after-approval.
3889
3890 2005-07-07  Andreas Schwab  <schwab@suse.de>
3891
3892         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3893         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3894         * Makefile.in: Regenerated.
3895
3896 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
3897
3898         * configure.in: Don't build sim or rda when targetting darwin.
3899         * configure: Regenerate.
3900
3901 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
3902
3903         * configure.in: Add --enable-libssp and --disable-libssp.
3904         * configure: Regenerate with autoconf-2.13.
3905
3906 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
3907
3908         * Makefile.def (target_modules): Add libssp.
3909         * configure.in (target_libraries): Add target-libssp.
3910         * configure: Rebuilt.
3911         * Makefile.in: Rebuilt.
3912
3913 2005-07-01  Zack Weinberg  <zackw@panix.com>
3914
3915         * MAINTAINERS: Change email address.  Resign from maintainership.
3916
3917 2005-07-01  Richard Guenther  <rguenther@suse.de>
3918
3919         * MAINTAINERS: Change my e-mail address and affiliation.
3920
3921 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
3922
3923         * Makefile.def (stagefeedback): Come after profile.
3924         Define profiledbootstrap target.
3925         * Makefile.tpl (profiledbootstrap): Remove.
3926         (stageprofile-end): Zap stagefeedback.
3927         (stagefeedback-start): Copy all .gcda files, not only GCC's.
3928         * Makefile.in: Regenerate.
3929
3930 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
3931
3932         * MAINTAINERS: Update my email address.
3933
3934 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
3935
3936         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
3937         In 'cpp' stanza, support '#line' as well as '# '.
3938
3939 2005-06-08  Andreas Schwab  <schwab@suse.de>
3940
3941         * MAINTAINERS: Move myself from 'Write After Approval' to
3942         'CPU Port Maintainers' section as m68k maintainer.
3943
3944 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
3945
3946         * configure.in (unsupported_languages): New macro.
3947         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
3948         non-ported target libraries in noconfigdirs.
3949         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3950         non-linux-gnu.  Remove libgcj_ex_libffi.
3951         <lang_frag loop>: Set add_this_lang=no if the language is in
3952         unsupported_languages.
3953         * configure: Regenerate.
3954
3955 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
3956
3957         * configure.in: Fix typo in handling of --with-mpfr-dir.
3958         * configure: Regenerate.
3959
3960 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
3961
3962         * MAINTAINERS: Update my email address.
3963
3964 2005-06-02  Jim Blandy  <jimb@redhat.com>
3965
3966         * config.sub: Add cases for the Renesas m32c.  (This patch has been
3967         accepted into the master sources.)
3968
3969 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
3970             Michael Snyder  <msnyder@redhat.com>
3971             Stan Cox  <scox@redhat.com>
3972
3973         * configure.in: Set noconfigdirs for ms1.
3974
3975         * configure: Regenerate.
3976
3977 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
3978
3979         * MAINTAINERS (Write After Approval): Add self.
3980
3981 2005-06-01  Josh Conner  <jconner@apple.com>
3982
3983         * MAINTAINERS (Write After Approval): Add self.
3984
3985 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
3986
3987         * MAINTAINERS: Update my email address.
3988
3989 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
3990
3991         * MAINTAINERS (Write After Approval): Add self.
3992
3993 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
3994
3995         * MAINTAINERS (Write After Approval): Remove self.
3996
3997 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
3998
3999         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4000         (Dependencies): Consider target modules for bootstrap dependencies.
4001         Make target bootstrap modules depend on each stage's gcc.
4002         * Makefile.in: Regenerate.
4003
4004 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
4005
4006         * Makefile.def (configure-gcc): Depend on binutils having been built.
4007         (all-gcc): No need to do it here.
4008         * Makefile.in: Regenerate.
4009
4010 2005-05-19  Paul Brook  <paul@codesourcery.com>
4011
4012         * configure.in: Rewrite misleading error message when requested
4013         language cannot be built.
4014         * configure: Regenerate.
4015
4016 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
4017
4018         * ylwrap: Import from Automake 1.9.5.
4019
4020 2005-05-13  David Ung  <davidu@mips.com>
4021
4022         * MAINTAINERS (Write After Approval): Add self.
4023
4024 2005-05-09  Mike Stump  <mrs@apple.com>
4025
4026         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
4027         lt_cv_sys_max_cmd_len for now.
4028
4029 2005-05-09  Stan Cox  <scox@redhat.com>
4030
4031         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
4032
4033 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
4034
4035         * README.SCO: Update the URL.
4036
4037 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
4038
4039         * ltconfig: Define file_list_spec.  Pass file_list_spec and
4040         with_gnu_ld to libtool.
4041         * ltcf-c.sh (aix[45]): Define file_list_spec.
4042         * ltcf-cxx.sh (aix[45]): Same.
4043         * ltcf-gcj.sh (aix[45]): Same.
4044         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
4045         exists, write list of input files to temporary file.
4046
4047 2005-05-04  Mike Stump  <mrs@apple.com>
4048
4049         * configure.in: Always pass --target to target configures as
4050         otherwise rebuilds that do --recheck will fail.
4051         * confiugure: Rebuilt.
4052
4053 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
4054
4055         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4056         STAGE_HOST_EXPORTS.
4057         (configure, all): Add bootstrap support.
4058         (Host modules, target modules): Pass post-stage1 flags and exports.
4059         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4060         * Makefile.in: Regenerate.
4061
4062 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
4063
4064         * configure: Regenerate.
4065
4066 2005-04-27  Mike Stump  <mrs@apple.com>
4067
4068         * MAINTAINERS: Add self as darwin maintainer.
4069
4070 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
4071
4072         * config.sub: Update from master copy.
4073
4074 2005-04-21  Mike Stump  <mrs@apple.com>
4075
4076         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
4077         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
4078
4079 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
4080
4081         * configure.in <crisv32-*-*, cris-*-*>: New local variable
4082         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
4083         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
4084         "*-*-elf" and "*-*-linux*".
4085         * configure: Regenerate.
4086
4087 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
4088
4089         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
4090
4091 2005-04-12  Mike Stump  <mrs@apple.com>
4092
4093         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
4094
4095 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
4096
4097         * MAINTAINERS (Write After Approval): Add myself.
4098
4099 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
4100
4101         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
4102
4103 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
4104
4105         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4106         (TARGET_CONFIGARGS): Include --with-target-subdir.
4107         (configure, all): New macros.  Use them throughout.
4108         * Makefile.in: Regenerate.
4109
4110 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
4111
4112         * MAINTAINERS (Write After Approval): Add myself.
4113
4114 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4115
4116         * MAINTAINERS: Remove 'loop unrolling' maintainer.
4117
4118 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
4119
4120         * MAINTAINERS: Move John Carr to Write After Approval.
4121
4122 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
4123
4124         * config/mh-mingw32: Delete.
4125         * configure.in: Don't use it.
4126         * configure: Regenerate.
4127
4128 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
4129
4130         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4131         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4132         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
4133         (HOST_LIB_PATH): Generate from Makefile.def.
4134         (TARGET_LIB_PATH): Likewise.
4135         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4136         * Makefile.in: Regenerate.
4137         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4138         (RPATH_ENVVAR): Include Darwin case.
4139         * configure: Regenerate.
4140
4141 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
4142
4143         * MAINTAINERS (Various Maintainers): Remove self.
4144         (Write After Approval): Add self.
4145
4146 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
4147
4148         * MAINTAINERS (Various Maintainers): Add self.
4149
4150 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
4151
4152         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4153         * configure: Regenerate.
4154
4155 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
4156
4157         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4158         gcc_version, and gcc_version_trigger from set of flags to pass.
4159         * Makefile.tpl: Remove definitions of above variables.
4160         (config.status): Remove dependency on $(gcc_version_trigger).
4161         * Makefile.in: Regenerate.
4162         * configure.in: Do not reference config/gcc-version.m4 nor
4163         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
4164         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
4165         * configure: Regenerate.
4166
4167 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
4168             Andrew Pinski  <pinskia@physics.uc.edu>
4169
4170         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4171         * Makefile.in: Regenerate.
4172
4173 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
4174
4175         * MAINTAINERS (Write After Approval): Add myself.
4176
4177 2005-03-03  David Ayers  <d.ayers@inode.at>
4178
4179         * MAINTAINERS (Write After Approval): Add myself.
4180
4181 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
4182
4183         PR libgcj/20160
4184         * ltmain.sh: Avoid creating archives with components that have
4185         duplicate basenames.
4186
4187 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
4188
4189         PR bootstrap/20250
4190         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4191         instead of check.
4192         * Makefile.in: Regenerate.
4193
4194 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4195
4196         * Makefile.in: Regenerate to fix conflict between the previous two
4197         patches.
4198
4199 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4200
4201         PR bootstrap/17383
4202         * Makefile.def (target_modules): Remove "stage", now unnecessary.
4203         * Makefile.tpl (HOST_SUBDIR): New substitution.
4204         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4205         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4206         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4207         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4208         (Host modules, Bootstrapped modules): Use it.
4209         (Build modules, Target modules): Do not create symlink trees,
4210         always configure out-of-srcdir.
4211         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4212         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4213         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4214         $(HOST_SUBDIR).  Create a symlink for host_subdir.
4215
4216         * Makefile.in: Regenerate.
4217         * configure: Regenerate.
4218
4219 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4220
4221         Merged from libada-gnattools-branch:
4222         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4223
4224         * gnattools: New directory.
4225         * Makefile.def: Add gnattools as a module, depending on target-libada.
4226         * Makefile.in: Regenerate.
4227         * configure.in: Include gnattools in host_tools; disable it if ada
4228         is disabled.
4229         * configure: Regenerate.
4230
4231 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
4232
4233         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
4234         treelang maintainer.
4235         (Write After Approval): Remove myself.
4236
4237 2005-02-23  Paul Schlie  <schlie@comcast.net>
4238
4239         * configure.in: Allow darwin targeted ports to build tk, itcl and
4240         libgui.
4241         * configure: Regenerate.
4242
4243 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4244
4245         PR libgcj/10353
4246         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4247         * configure: Regenerate.
4248
4249 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
4250
4251         * MAINTAINERS (Write After Approval): Add myself.
4252
4253 2005-02-10  Ian Lance Taylor  <ian@airs.com>
4254
4255         * MAINTAINERS: Update my e-mail address.
4256
4257 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
4258
4259         * MAINTAINERS (Write After Approval): Add myself.
4260
4261 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
4262
4263         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4264         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4265         target-libgloss when not *-*-elf and *-*-aout.
4266         * configure: Regenerate.
4267
4268 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
4269
4270         * MAINTAINERS: Remove obsolete entries.
4271
4272         * MAINTAINERS (Write After Approval): Add Michael Matz.
4273
4274 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
4275
4276         * MAINTAINERS: Remove self as cpplib maintainer.
4277
4278 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4279
4280         * install-sh, config.sub: Import from upstream.
4281
4282 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4283
4284         PR bootstrap/18222
4285         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4286         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4287         * Makefile.in: Regenerate.
4288
4289 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
4290
4291         * MAINTAINERS: Update my email address.
4292
4293 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
4294             Andreas Schwab  <schwab@suse.de>
4295
4296         PR bootstrap/18033
4297         * config-ml.in: Eval option if surrounded by single quotes.
4298
4299 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
4300
4301         Revert 2004-12-28 Makefile changes, a better fix will be
4302         applied to mainline and src after GCC 4.0 branches.
4303
4304 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
4305
4306         PR bootstrap/17383
4307
4308         * Makefile.def (target_modules): Remove stage parameter,
4309         it is always true now.
4310         * Makefile.tpl (configure-build-[+module+],
4311         configure-target-[+module+]): Always build symlink tree
4312         for the directory and for include.  BUILD_SUBDIR and
4313         TARGET_SUBDIR cannot be . anymore.
4314         * Makefile.in: Regenerate.
4315
4316 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
4317
4318         Revert 2004-12-08 Makefile changes.
4319
4320 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
4321
4322         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
4323         cygwin, mingw.
4324
4325 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
4326
4327         * configure.in (sh64-*-*): Reenable gprof.
4328         * configure: Regenerate.
4329
4330 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
4331
4332         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4333         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4334         (EXTRA_TARGET_FLAGS): Add PICFLAG.
4335         * Makefile.in: Regenerate.
4336
4337 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
4338
4339         * MAINTAINERS: Update my email address.
4340
4341 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
4342
4343         * Makefile.tpl: Generate normal dependencies if the LHS module is
4344         not bootstrapped.
4345         * Makefile.in: Regenerate.
4346
4347 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4348
4349         * configure.in: Include config/gxx-include-dir.m4.  Use
4350         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
4351         * configure: Regenerate.
4352
4353 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4354
4355         * config.if: Delete.
4356         * configure.in: Set libstdcxx_incdir directly.
4357         * configure: Regenerate.
4358
4359 2004-12-02  Eric Christopher  <echristo@redhat.com>
4360
4361         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
4362         * Makefile.in: Regenerate.
4363
4364 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4365
4366         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4367         * configure: Regenerate.
4368
4369 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4370
4371         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
4372         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
4373         * configure: Regenerate.
4374
4375 2004-12-01  Eric Christopher  <echristo@redhat.com>
4376
4377         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
4378         of things to remove.
4379
4380 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
4381
4382         * MAINTAINERS (Write After Approval): Update my e-mail address.
4383
4384 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
4385
4386         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
4387         from CVS libtool to always pass_all.
4388
4389 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4390
4391         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4392         (hppa*64*-*-*): Delete incorrect comment.
4393         * configure: Rebuilt.
4394
4395 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4396
4397         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
4398
4399 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4400
4401         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
4402         from CVS libtool to always pass_all.
4403
4404 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4405
4406         * install-sh, compile: Import from automake.
4407
4408 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4409
4410         * config.guess, config.sub:  Import from savannnah.
4411
4412 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
4413
4414         * MAINTAINERS (Write After Approval): Add myself
4415
4416 2004-11-12  Mike Stump  <mrs@apple.com>
4417
4418         * Makefile.def: Add html support.
4419         * Makefile.tpl: Likewise.
4420         * Makefile.in: Regenerate.
4421
4422 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
4423
4424         PR 18423
4425         * configure.in: Remove all instances of build-fixincludes from
4426         noconfigdirs.
4427         (build_configargs): Supply --target to subdirectories.
4428         * configure: Regenerate.
4429
4430         * Makefile.def: Make gcc install depend on fixincludes install.
4431         * Makefile.in: Regenerate.
4432
4433 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
4434
4435         * MAINTAINERS: Add myself as gcc testsuite maintainer.
4436
4437 2004-11-11  Paul Brook  <paul@codesourcery.com>
4438
4439         * MAINTAINERS: Add self as arm maintainer.  Update email address.
4440
4441 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
4442
4443         * configure.in (noconfigdirs) [mmix-*-*]: Disable
4444         target-libgfortran.
4445         * configure: Regenerate.
4446
4447 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
4448
4449         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4450         like CC.
4451
4452 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
4453
4454         * Makefile.def (host fixincludes): Specify missing targets.
4455         * Makefile.in: Regenerate.
4456
4457 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
4458
4459         * MAINTAINERS: Add myself
4460
4461 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
4462
4463         * MAINTAINERS (Write After Approval): Add myself.
4464
4465 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
4466
4467         * Makefile.def: Build fixincludes for the host, too.
4468         * Makefile.in: Regenerate.
4469         * configure.in (host_tools): Add fixincludes.
4470         * configure: Regenerate.
4471
4472 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
4473
4474         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4475         * configure: Regenerated.
4476
4477 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
4478
4479         PR other/17783
4480         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4481         * configure: Regenerated.
4482
4483 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
4484
4485         * README.SCO: Update per FSF instructions.
4486
4487 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
4488
4489         PR target/18151
4490         * configure.in (case ${target}): Do not build fixincludes for avr.
4491         * configure: Regenerated.
4492
4493 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
4494
4495         * configure.in (case ${target}): Do not build fixincludes
4496         on platforms where it is not used.
4497         * configure: Regenerated.
4498
4499 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
4500
4501         * configure.in: Use an absolute path to install-sh.
4502         * configure: Regenerated.
4503
4504 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4505
4506         * MAINTAINERS (Write After Approval): Add myself.
4507
4508 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
4509
4510         * MAINTAINERS: Remove from Write After Approval those that are
4511         already maintainers.
4512
4513 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
4514
4515         * MAINTAINERS:  Update my email address.
4516
4517 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4518
4519         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4520         * configure: Regenerate.
4521
4522 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
4523
4524         * MAINTAINERS:  Update my email address.
4525
4526 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
4527
4528         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
4529         entries belonging to this category.
4530
4531 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
4532
4533         * MAINTAINERS: Update my e-mail address.
4534
4535 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
4536
4537         Fix wrong conflict resolution in:
4538
4539         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4540
4541         * Makefile.in: Regenerate.
4542         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4543         in the recursive `make', instead of hardwiring `all'.
4544         (Autogenerated TARGET-* variables): New.
4545
4546 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
4547
4548         * configure.in: Enable target-libgloss for crx-*-*.
4549         * configure: Regenerate.
4550
4551 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4552
4553         * MAINTAINERS (Various Maintainers): Move the "windows,
4554         cygwin, mingw" maintainer to ...
4555         (OS Port Maintainers): ... here.
4556
4557 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4558
4559         * MAINTAINERS (Write After Approval): Remove those that are
4560         maintainers of some subsystem.
4561
4562 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
4563
4564         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4565         * ltcf-cxx.sh (tpf*): Likewise.
4566         * ltconfig (tpf*): Add TPF OS configuration support.
4567
4568 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
4569
4570         * MAINTAINERS: Change my email address to my new work account.
4571
4572 2004-09-24  Michael Roth  <mroth@nessie.de>
4573
4574         * configure.in (--without-headers): Add missing double quotes.
4575         * configure: Regenerate.
4576
4577 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
4578
4579         * ylwrap: Revert to previous version.
4580
4581 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
4582
4583         PR bootstrap/17369
4584         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4585         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4586         SET_GCC_LIB_PATH_CMD.
4587         (BASE_TARGET_EXPORTS): Likewise.
4588         * Makefile.in: Regenerated.
4589
4590         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4591         * configure: Regenerated.
4592
4593 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
4594
4595         * config.guess: New upstream version
4596         * compile, depcomp, install-sh, ylwrap: Likewise.
4597
4598 2004-09-19  Roger Sayle  <roger@eyesopen.com>
4599
4600         * config/mh-x86omitfp: New host makefile fragment.  Add
4601         -fomit-frame-pointer to the default BOOT_CFLAGS.
4602         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4603         * configure: Regenerate.
4604
4605 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
4606
4607         PR target/11572
4608         * configure.in (*-*-darwin*): Renable libobjc.
4609         * configure: Regenerate.
4610
4611 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
4612
4613         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
4614
4615 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
4616
4617         * Makefile.def: Remove libbanshee.
4618         * Makefile.tpl: Ditto.
4619         * configure.in: Ditto.
4620         * Makefile.in: Regen.
4621         * configure: Ditto.
4622
4623 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
4624
4625         * ltmain.sh: Use $pic_object as $non_pic_object if
4626         $non_pic_object=none.
4627
4628 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
4629
4630         * missing: Import latest version from master repository.
4631
4632 2004-09-06  Nick Clifton  <nickc@redhat.com>
4633
4634         * config.sub: Import latest version from master repository.
4635         * config.guess: Likewise.
4636         This includes these changes:
4637
4638         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
4639
4640         * config.sub: Handle crisv32, alias etraxfs.
4641         * config.guess (crisv32:Linux:*:*): Handle.
4642
4643         2004-08-13  Brad Smith  <brad@comstyle.com>
4644
4645         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4646         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4647
4648         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4649
4650         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4651         assume the processor is a powerpc.  This is because coreutils
4652         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4653         in this case, due to a MacOS X bug that causes
4654         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4655         to return a negative number.
4656         Problem reported by Petter Reinholdtsen in:
4657         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4658
4659         2004-07-19  Ben Elliston  <bje@gnu.org>
4660
4661         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4662
4663         2004-06-24  Ben Elliston  <bje@gnu.org>
4664
4665         * config.guess: Update copyright years.
4666         * config.sub: Likewise.
4667
4668         2004-06-22  Robert Millan  <robertmh@gnu.org>
4669
4670         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4671         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4672
4673         2004-06-22  Stanley F. Quayle <stan@stanq.com>
4674
4675         * config.guess (*:*VMS:*:*): New entry. Replaces
4676         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4677         manufacturer.
4678
4679         2004-06-22  Ben Elliston  <bje@gnu.org>
4680
4681         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4682         * config.sub: Likewise.
4683
4684         2004-06-22  Ben Elliston  <bje@gnu.org>
4685
4686         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4687         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4688
4689         2004-06-11  Ben Elliston  <bje@gnu.org>
4690
4691         * config.guess (pegasos:OpenBSD:*:*): Remove.
4692
4693         2004-06-11  Ben Elliston  <bje@gnu.org>
4694
4695         From Wouter Verhelst <wouter@grep.be>:
4696         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4697
4698         2004-06-11  Ben Elliston  <bje@gnu.org>
4699
4700         * config.guess (luna88k:OpenBSD:*:*): New.
4701
4702         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
4703
4704         * config.guess (m32r*:Linux:*:*): New case.
4705         * config.sub: Handle m32rle.
4706
4707         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
4708
4709         From Jens Petersen  <petersen@redhat.com>:
4710         * config.sub: Handle sparcv8.
4711
4712         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
4713
4714         From Tom Smith <smith@cag.lkg.hp.com>:
4715         * config.guess: Version suffixes are equally significant on Tru64
4716         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
4717         prefix of "P" (patched kernel).
4718
4719         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
4720
4721         * config.sub: Add support for National Semiconductor CRX target.
4722
4723 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
4724
4725         * MAINTAINERS (Various Maintainers): Remove myself as web page
4726         maintainer, add myself as maintainer of build status lists.
4727
4728 2004-09-03  Jan Beulich  <jbeulich@novell.com>
4729
4730         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4731         *-*-netware, but add target-libmudflap.
4732         Consolidate *-*-netware targets (of which really only i?86 exists)
4733         into a single entry.
4734         * configure: Likewise.
4735
4736 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
4737
4738         * Makefile.tpl (sorry): Remove.
4739         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4740         (cleanstrap targets): Depend on distclean, not distclean-stage1.
4741         (do-clean): Clean per-stage directories too.
4742         (do-distclean): Run distclean-stage1 too.
4743         (.NOTPARALLEL): Enable during toplevel bootstrap.
4744         (stage[+id+]-bubble): Enable parallel execution during
4745         the recursive invocation.
4746         * Makefile.in: Regenerate.
4747
4748         Fix previous checkin:
4749
4750         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4751         include.
4752         * configure.in: Fix indentation.
4753         * configure: Regenerate.
4754
4755 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
4756
4757         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4758         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4759         * configure: regenerate
4760         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4761         -mdynamic-no-pic
4762
4763 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
4764
4765         * Makefile.def (build_modules): Add fixincludes.
4766         (dependencies): Make gcc depend on fixincludes.
4767         * configure.in (build_tools): Add fixincludes.
4768         (build_configdirs): Always include build_libs.
4769         * Makefile.in: Regenerate.
4770         * configure: Regenerate.
4771
4772 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
4773
4774         * Makefile.def (bootstrap stages): Add 'lean' parameter.
4775         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4776         phony targets; do not generate timestamp files.
4777         (distclean-stageN): Remove references to their timestamp files.
4778         (restageN, touch-stageN): Remove.
4779         (stageN-bubble): Rewritten.
4780         (compare): Support lean bootstraps.
4781         * Makefile.in: Regenerate.
4782
4783         * configure.in: Only warn when bootstrapping but
4784         build != host or build != target.  Support lean bootstraps.
4785         * configure: Regenerate.
4786
4787 2004-08-26  Phil Edwards  <phil@codesourcery.com>
4788
4789         * configure.in:  Give a better error message if GMP/MPFR are missing
4790         and a language needing them has been requested.
4791         * configure:  Regenerated.
4792
4793 2004-08-25  Phil Edwards  <phil@codesourcery.com>
4794
4795         * configure.in:  Print a list of available language front-ends if
4796         a requested one is missing.  Tidy stray tab characters.
4797         * configure:  Regenerated.
4798
4799 2004-08-19  Michael Koch  <konqueror@gmx.de>
4800
4801         * gcc/doc/install.texi: Update entry about automake for libjava.
4802
4803 2004-08-17  Robert Millan  <robertmh@gnu.org>
4804
4805         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4806         (instead of FreeBSD).
4807         * configure: Regenerate.
4808
4809 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4810
4811         * Makefile.in: Regenerate.
4812         * configure: Regenerate.
4813
4814         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4815         stage_*_flags.
4816         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4817         for bootstrapped modules if toplevel bootstrap is going.
4818         (GCC bootstrap): Generate per-stage targets for all bootstrapped
4819         modules.  Adjust for changes in Makefile.def.  Enable several
4820         rules even in non-bootstrap mode, just to avoid peppering the
4821         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4822         (stage-[+prev+]-bubble): Remove.
4823
4824         * Makefile.def (Dependencies): Depend on all-build-bison,
4825         all-build-flex, all-build-byacc, all-build-texinfo, rather
4826         than the host variations.
4827         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
4828         with BUILD_SUBDIR.
4829         (BISON): Update for recent Bisons.
4830         (YACC): Fix typo.
4831         (cross): Depend on all-build.
4832         (all): Do not depend on all-build.
4833         (prebootstrap): Remove.
4834         (dep-kind): Accept separate prefixes for MODULE and ON variables.
4835         (Prebootstrap dependencies): Add them to the per-stage targets
4836         and to all-prebootstrap.
4837         * configure.in (build_configdirs): Always enable build_tools.
4838         (BUILD_DIR_PREFIX): Remove.
4839
4840         * Makefile.def (gcc): Add target variable.
4841         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4842         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4843         in the recursive `make', instead of hardwiring `all'.
4844         (Autogenerated TARGET-* variables): New.
4845
4846 2004-08-13  Brian Booth  <bbooth@redhat.com>
4847
4848         * MAINTAINERS: Remove myself from write-after-approval.
4849
4850 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4851
4852         * src-release: Stop distributing mmalloc with gdb (which doesn't
4853         use it).
4854         * Makefile.def: GDB doesn't depend on mmalloc anymore.
4855         * Makefile.in: Regenerate.
4856
4857 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
4858
4859         * configure.in (arm*-*-eabi*): New target.
4860         * configure: Regenerate.
4861
4862 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
4863
4864         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4865         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4866         (Dependencies): New section.
4867         * Makefile.tpl (Dependencies): Generate from Makefile.def.
4868         (configure-target-[+module+]): Depend on maybe-all-gcc
4869         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
4870         (toplevel profiledbootstrap): Fix dependencies.
4871         * Makefile.in: Regenerate.
4872
4873 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
4874
4875         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4876         target-libiberty to noconfigdirs.
4877         * configure: Regenerate.
4878
4879 2004-08-03  Paul Brook  <paul@codesourcery.com>
4880
4881         * configure.in: Check for MPFR as well as GMP.
4882         * configure: Regenerate.
4883
4884 2004-08-01  Robert Millan  <robertmh@gnu.org>
4885
4886         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4887         libmudflap for all GNU-based systems (with Glibc).
4888         * configure: Regenerate.
4889
4890 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
4891
4892         * Makefile.def (host-modules): Add gcc.
4893         * Makefile.in: Regenerate.
4894         * Makefile.tpl (sorry): New rule.
4895         (configure-host, all-host, [+make_target+]-host, do-check,
4896         install-host): Do not add gcc as a special case.
4897         (host modules): Add a small special-casing for gcc.  Export
4898         extra_make_flags through the environment.
4899         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4900         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4901         other recursive targets for gcc): Remove.
4902
4903         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4904         (stage, unstage): New rules.
4905         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4906         distclean-stage[+id+]): Use stage_current.
4907         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4908         the stage*-start rules.
4909
4910 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
4911
4912         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
4913         use -all_load flag.
4914
4915 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
4916
4917         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
4918         * configure: Regenerate.
4919
4920 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
4921
4922         * maintainer-scripts/gcc_release: Revert yesterday's change.
4923
4924 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
4925
4926         * MAINTAINERS: Add myself to write-after-approval.
4927
4928 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
4929
4930         * libf2c: Removed.
4931         * gcc/gccbug.in: Updated because of libf2c removal.
4932         * maintainer-scripts/gcc_release: Ditto.
4933
4934 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
4935
4936         * configure.in: Build libmudflap by default on FreeBSD.
4937         * configure: Regenerated.
4938
4939 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
4940
4941         * configure.in: Do not build libmudflap by default on non-GNU/Linux
4942         systems.
4943         * configure: Regenerated.
4944
4945 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4946
4947         PR target/16344
4948         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4949         feedback based compiler.
4950         * Makefile.in: Rebuilt.
4951
4952 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
4953
4954         * Makefile.def (host_modules): Set bootstrap=true for flex.
4955         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4956         * Makefile.in: Rebuilt.
4957
4958 2004-07-07  Jan Hubicka  <jh@suse.cz>
4959
4960         * MAINTAINERS: Add self as a profile feedback maintainer.
4961
4962 2004-07-05  Phil Edwards  <phil@codesourcery.com>
4963
4964         * configure.in:  Do not prepend $srcdir to /dev/null in
4965         makefile fragments.
4966         * configure:  Regenerate.
4967
4968 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
4969
4970         * Makefile.def (build_modules): Add bison, byacc, flex,
4971         m4, texinfo.
4972         (flags_to_pass): Add FLEX.
4973         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4974         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4975         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4976         DEFAULT_MAKEINFO): Remove.
4977         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4978         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4979         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4980         objdir or else use configured tool.
4981         (all-build): New.
4982         (all): Depend on it.
4983         (Build module dependencies): Add.
4984         * Makefile.in: Regenerate.
4985         * configure.in: Better support for multiple build modules,
4986         matching what is done for host/target modules.  Do not look
4987         for "plausible" locations of build tools if Canadian cross.
4988         Use autoconf's AC_PROG_CC to find a C compiler.  Define
4989         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
4990         * configure: Regenerate.
4991
4992 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4993
4994         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4995         * Makefile.in: Regenerate.
4996
4997 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4998
4999         * Makefile.tpl (configure-build-[+module+],
5000         configure-[+module+], configure-target-[+module+]): Pass
5001         [+extra_configure_args+].
5002         (all-build-[+module+], all-[+module+], check-[+module+],
5003         install-[+module+], [+make_target+]-[+module+],
5004         all-target-[+module+], check-target-[+module+],
5005         install-target-[+module+], [+make_target+]-target-[+module+]):
5006         Pass [+extra_make_args+].
5007         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5008         (GCC_HOST_EXPORTS): Remove.
5009         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5010         cross, check-gcc, check-gcc-c++, install-gcc,
5011         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5012         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5013         * Makefile.in: Regenerate.
5014
5015 2004-06-21  Matthew Sachs  <msachs@apple.com>
5016
5017         * MAINTAINERS: Added self to write-after-approval.
5018
5019 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
5020
5021         * configure.in: Check for srcdir/winsup rather than build directory
5022         winsup.
5023         * configure: Regenerate.
5024
5025 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
5026
5027         * configure.in: Don't build Cygwin native newlib if winsup
5028         directory is missing.  Emit warning instead.
5029         * configure: Regenerate.
5030
5031 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
5032
5033         * Makefile.tpl (touch-stage[+id+]): New.
5034         (restage[+prev+]): Depend on touch-stage[+id+].
5035
5036         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5037         Use it throughout.
5038
5039         * Makefile.def: Add profile and feedback bootstrap stages.
5040         Remove next field from bootstrap stages.
5041         * Makefile.tpl (LN, LN_S): Substitute.
5042         (stageN-start, stageN-end): Use double-colon rules, to
5043         provide a hook for additional setup commands.
5044         (distclean-stageN-gcc, restageN): Create dependencies from
5045         [+prev+], not from [+next+].
5046         (stageN-bubble): Add commands for successive stages from
5047         [+prev+], using double-colon rules.
5048         (all-stageN-gcc): Fix typo.
5049         (stagefeedback-start, profiledbootstrap): New.
5050         * Makefile.in: Regenerate.
5051         * configure.in: Call ACX_PROG_LN.
5052         * configure: Regenerate.
5053
5054 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
5055
5056         * MAINTAINERS (Write After Approval): Add myself.
5057
5058 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
5059
5060         * MAINTAINERS (Write After Approval): Add myself.
5061
5062 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
5063
5064         * configure.in: Fix --enable-bootstrap breakage introduced in trees
5065         without gcc.
5066         * configure: Regenerate.
5067
5068 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5069
5070         * Makefile.tpl: Fix typo.
5071         * Makefile.in: Regenerate.
5072
5073 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5074
5075         * configure.in: Remove new- prefix from toplevel
5076         bootstrap targets.
5077         * configure: Regenerate.
5078
5079 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5080
5081         * Makefile.tpl (all.normal): Rename to all.
5082         (all): Replace with a rule to pick the default
5083         target from configure.
5084         (all-gcc, configure-gcc): Use conditionals to
5085         do nothing when toplevel bootstrap is going on.
5086         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5087         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5088         * configure.in: Support --enable-bootstrap.
5089
5090         * Makefile.def: Remove new- prefix from toplevel
5091         bootstrap targets.
5092         * Makefile.tpl: Likewise.
5093
5094         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
5095         target.
5096
5097         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5098         $(RECURSE_FLAGS) to recursive invocation of make.
5099
5100         * Makefile.in: Regenerate.
5101         * configure: Regenerate.
5102
5103 2004-05-30  Andreas Jaeger  <aj@suse.de>
5104             Jim Wilson  <wilson@specifixinc.com>
5105
5106         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5107         like CC.
5108
5109 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
5110
5111         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5112         * configure: Regenerate.
5113
5114 2004-05-25  Daniel Jacobowitz  <drow@false.org>
5115
5116         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5117         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5118         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
5119         targets.
5120         * Makefile.in: Regenerate.
5121
5122 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
5123
5124         * configure.in: Test the ability to symlink directories.
5125         * configure: Regenerate.
5126
5127         * Makefile.def (bootstrap-stage): New definitions.
5128         * Makefile.tpl (configure-stage1-gcc,
5129         configure-stage2-gcc, configure-stage3-gcc,
5130         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5131         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5132         new-restage3, compare): Autogenerate, see Makefile.in
5133         entry for behavioral changes.
5134         (distclean-stage1, new-stage1-start, new-stage1-end,
5135         new-stage1-bubble, distclean-stage2, new-stage2-start,
5136         new-stage2-end, new-stage2-bubble, distclean-stage3,
5137         new-stage3-start, new-stage3-end): New autogenerated targets.
5138         (objext, prebootstrap, BOOT_CFLAGS,
5139         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5140         targets.
5141
5142         * Makefile.in: Regenerate.
5143         (distclean-stage1, new-stage1-start, new-stage1-end,
5144         new-stage1-bubble, distclean-stage2, new-stage2-start,
5145         new-stage2-end, new-stage2-bubble, distclean-stage3,
5146         new-stage3-start, new-stage3-end): New targets.
5147         (all-stage1-gcc): Move prebootstrap dependency from here...
5148         (configure-stage1-gcc): ...to here.
5149         (new-bootstrap): Use bubble targets.
5150         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5151         Use per-stage distclean targets.
5152         (configure-stage1-gcc, configure-stage2-gcc,
5153         configure-stage3-gcc, all-stage1-gcc,
5154         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5155         Use new-stageN-start to prepare the tree.
5156
5157 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
5158
5159         * Makefile.def (host_modules): add libcpp.
5160         * Makefile.tpl: Add dependencies on and for libcpp.
5161         * Makefile.in: Regenerate.
5162         * configure.in: Add libcpp host module.
5163         * configure: Regenerate.
5164
5165 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
5166
5167         * Makefile.tpl: Whenever a recursive target is defined, wrap
5168         it in a special @if/@endif block, and prepare its maybe
5169         dependency in the @if/@endif block
5170         * configure.in: Instead of writing maybe dependencies, remove
5171         the @if/@endif statements, and remove the @if/@endif blocks
5172         that remain.
5173         * configure: Regenerate.
5174         * Makefile.in: Regenerate.
5175
5176 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
5177
5178         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
5179
5180 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
5181
5182         PR bootstrap/15120
5183         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
5184         * */configure: Rebuilt.
5185
5186 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
5187
5188         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5189         of libf2c.
5190         * configure, Makefile.in: Regenerate.
5191
5192 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
5193
5194         * MAINTAINERS (Write After Approval): Add myself.
5195
5196 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
5197
5198         Merge from tree-ssa-20020619-branch.
5199
5200         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5201         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5202         (HOST_GMPLIBS): Define.
5203         (HOST_GMPINC): Define.
5204         (TARGET_LIB_PATH): Add libmudflap.
5205         (GFORTRAN_FOR_TARGET): Define.
5206         (configure-build*): Export GFORTRAN.
5207         (configure-gcc): Export GMPLIBS and GMPINC.
5208         (all-gcc): Add maybe-all-libbanshee.
5209         (configure-target-libgfortran): Define.
5210         * Makefile.in: Regenerate.
5211         * configure.in (host_libs): Add libbanshee.
5212         (target_libraries): Add target-libmudflap and target-libgfortran.
5213         Add --with-libbanshee.
5214         Handle --disable-libmudflap.
5215         (*-*-freebsd*): Use with_gmp.
5216         Add $(libgcj) to noconfigdirs.
5217         * configure: Regenerate.
5218         * depcomp: New file.
5219         * MAINTAINERS: Add tree-ssa maintainers.
5220
5221 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
5222
5223         * MAINTAINERS (Various Maintainers): Add myself.
5224
5225 2004-04-30  Brian Ford  <ford@vss.fsi.com>
5226
5227         * MAINTAINERS (Write After Approval): Add myself.
5228
5229 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
5230
5231         * MAINTAINERS (Write After Approval): Add myself.
5232
5233 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
5234
5235         * config/acx.m4: Fix fastcompare support for new-bootstrap.
5236         * configure: Regenerate.
5237
5238 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
5239
5240         Revert:
5241         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5242
5243         * Makefile.def (flags_to_pass): Remove *dir variables that
5244         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5245         as well as prefix and exec_prefix.
5246         * Makefile.in: Regenerate.
5247
5248 2004-04-26  Robert Millan  <robertmh@gnu.org>
5249
5250         Add patches from libtool CVS.
5251         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5252         * ltconfig: Likewise.
5253         * ltcf-c.sh: Likewise.
5254         * ltcf-cxx.sh: Likewise.
5255         * ltcf-gcj.sh: Likewise.
5256
5257 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5258
5259         * Makefile.def (host_modules): Mark with the bootstrap
5260         flag packages on which gcc depends.
5261         * Makefile.tpl (all-bootstrap): Use it.
5262         * Makefile.in: Regenerate.
5263
5264 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5265
5266         * Makefile.def (flags_to_pass): Remove *dir variables that
5267         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5268         as well as prefix and exec_prefix.
5269         * Makefile.in: Regenerate.
5270
5271 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5272
5273         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5274         * configure: Regenerate.
5275         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5276         * gcc/Makefile.tpl (compare): Use the result of the test.
5277         * gcc/Makefile.in: Regenerate.
5278
5279 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
5280
5281         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5282         Always relocate gcc and prev-gcc to the original names, even
5283         if the build fails.
5284         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5285         New targets.
5286
5287 2004-04-23  Laurent GUERBY <laurent@guerby.net>
5288
5289         * MAINTAINERS: Update my email address.
5290
5291 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5292
5293         * configure.in (mips*-*-irix5*): Enable ld.
5294         * configure: Regenerate.
5295
5296 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5297
5298         * configure: Regenerate.
5299
5300 2004-04-15  James E Wilson  <wilson@specifixinc.com>
5301
5302         * Makefile.tpl (configure-[+module+], configure-gcc,
5303         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5304         Set and export LDFLAGS.
5305         * Makefile.in: Regenerate.
5306
5307 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
5308
5309         * MAINTAINERS: Add myself to write-after-approval.
5310
5311 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5312
5313         PR bootstrap/14871
5314         * Makefile.tpl: If we don't have built-in-tree target tools,
5315         use the ones found by configure rather than hacking around with
5316         program_transform_name.
5317         * configure.in: Give Makefile.tpl the information necessary
5318         to do that.
5319         * Makefile.in: Regenerate.
5320         * configure: Regenerate.
5321
5322 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
5323
5324         PR bootstrap/14760
5325         * configure.in: When computing baseargs, strip *all* copies of
5326         offending options.  Also, don't match/substitute the trailing space,
5327         so that this actually works when two similar options are separated by
5328         only one space.
5329         * configure: Regenerate.
5330
5331 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
5332
5333         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5334         (rs6000-*-aix*): Same.
5335         * configure: Regenerate.
5336
5337 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
5338
5339         * MAINTAINERS: Add myself to write-after-approval.
5340
5341 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
5342
5343         * MAINTAINERS: Add myself to write-after-approval.
5344
5345 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
5346
5347         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5348         STRICT_WARN, WARN_CFLAGS flags passed down to make.
5349         * Makefile.in: Regenerate.
5350
5351         * configure.in (top level bootstrap support): Rework --enable-werror
5352         to set @stage2_werror_flag@.
5353         * configure: Regenerate.
5354         * Makefile.tpl (top level bootstrap support): Pass
5355         @stage2_werror_flag@ down to configure in stages 2 and 3.
5356         * Makefile.in: Regenerate.
5357
5358 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5359
5360         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5361         for stages 2 and 3 as well as in make.  As a consequence, remove
5362         OUTPUT_OPTION (now detected by configure) from the flags passed down
5363         to make.
5364         * Makefile.in: Regenerate.
5365
5366         * Makefile.tpl (new-bootstrap): Fix typo.
5367         * Makefile.in: Regenerate.
5368
5369 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
5370
5371         * Makefile.tpl: Rearrange by moving recursive_targets rules
5372         into their proper sections.
5373         * Makefile.tpl (top level bootstrap support): Move disabling
5374         of coverage flags from 'make' to 'configure'; improve comments.
5375         * Makefile.in: Regenerate.
5376
5377         * Makefile.tpl (experimental top level bootstrap) Move stage1
5378         language setting from all- target to configure- target; disable
5379         intermodule optimization in stage 1; prevent gratuitous rebuilds
5380         of stage 1.
5381         * Makefile.in: Regenerate.
5382         * configure.in: Comma-separate stage 1 language list for top
5383         level bootstrap.
5384         * configure: Regenerate.
5385
5386         * Makefile.tpl: Clean up experimental top level bootstrap support:
5387         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5388         prev-gcc in configure- targets as well as all- targets.
5389         * Makefile.in: Regenerate.
5390
5391 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
5392
5393         * compile: New file imported from automake.
5394
5395 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
5396
5397         * configure.in: Remove symbolic link section.
5398         * configure: Regenerate.
5399         * Makefile.tpl (links): Remove.
5400         * Makefile.in: Regenerate.
5401
5402 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
5403             Nathanael Nerode  <neroden@gcc.gnu.org>
5404
5405         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5406         Set with AC_CHECK_PROGS.
5407         * configure.in: Fix comment typo from last patch.
5408         * configure: Regenerate.
5409
5410 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
5411
5412         * Makefile.tpl: Introduce experimental top level bootstrap support.
5413         * Makefile.in: Regenerate.
5414         * configure.in: Introduce support for top level bootstrap.
5415         * configure: Regenerate.
5416
5417 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5418             Paolo Bonzini  <bonzini@gnu.org>
5419
5420         PR bootstrap/14522
5421         * configure.in: Cope with shells that do not support unquoted ^
5422         * configure: Regenerate.
5423
5424 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5425             Paolo Bonzini  <bonzini@gnu.org>
5426
5427         PR bootstrap/14522
5428         * configure.in: Cope with shells that do not support nesting
5429         quotes inside quoted backquote substitutions.
5430         * configure: Regenerate.
5431
5432 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
5433
5434         PR bootstrap/14522
5435         * configure.in: Fix escaping of $.
5436         * configure: Regenerate.
5437
5438 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
5439
5440         * configure: Regenerate, since I forgot to while committing Paolo's
5441         changes.
5442
5443 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
5444
5445         PR ada/14131
5446         Move language detection to the top level.
5447         * configure.in: Find default values for the tools as
5448         soon as possible.  Disable ada if GNAT is not found.
5449         Emit error message about missing languages.  Expand
5450         --enable-languages=all for the gcc subdirectory.
5451
5452 2004-03-10  Ben Elliston  <bje@gnu.org>
5453
5454         * MAINTAINERS: Update my email address.
5455
5456 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
5457
5458         * ltconfig: Disable building static libraries if building shared
5459         libraries on AIX 5L.
5460
5461 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
5462
5463         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5464         and disable libgcj.
5465         * configure: Regenerated.
5466
5467 2004-03-01  Brian Booth  <bbooth@redhat.com>
5468
5469         * MAINTAINERS: Add myself to write-after-approval.
5470
5471 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
5472
5473         * MAINTAINERS: Add myself to write-after-approval.
5474
5475 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5476
5477         PR bootstrap/7087
5478         * Makefile.tpl: Guard XFOO sed statements better.
5479         * Makefile.tpl: Add dependency for configure-target-libada.
5480         * Makefile.in: Regenerate (incidentally fixes broken
5481         commit when libada-branch was merged).
5482
5483 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
5484
5485         * MAINTAINERS: Add myself to write-after-approval.
5486
5487 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
5488
5489         * MAINTAINERS: Add Nicola Pero and myself as libobjc
5490         maintainers.
5491
5492 2004-02-20  Andrew Cagney  <cagney@redhat.com>
5493
5494         * config.guess: Update from version 2003-10-16 to 2004-02-16.
5495         * config.sub: Update from version 2003-11-03 to 2004-02-16.
5496
5497 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5498
5499         PR bootstrap/11932
5500         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5501
5502 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
5503
5504         * MAINTAINERS: Added myself to write-after-approval.
5505
5506 2004-02-14  Michael Koch  <konqueror@gmx.de>
5507
5508         * MAINTAINERS: Added myself to write-after-approval.
5509
5510 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
5511
5512         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
5513         some OS port maintainers to OS port maintainers section.
5514
5515 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
5516
5517         * MAINTAINERS: Add self.
5518
5519 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
5520
5521         * MAINTAINERS: Alphabetize.
5522
5523 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
5524
5525         * MAINTAINERS: Remove myself.
5526
5527 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
5528
5529         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5530         (rs6000-*-aix*): Same.
5531         * configure: Regenerate.
5532
5533 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
5534
5535         * configure.in (host): Add in missing $noconfigdirs to defines.
5536         * configure: Regenerate.
5537
5538 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
5539             Nathanael Nerode  <neroden@gcc.gnu.org>
5540
5541         PR ada/6637, PR ada/5911
5542         Merge with libada-branch:
5543         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5544         with appropriate dependencies. Add --enable-libada configure switch.
5545         * configure, Makefile.in: Regenerate.
5546
5547 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
5548
5549         * MAINTAINERS: Add myself to write-after-approval.
5550
5551 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5552
5553         * configure.in: Don't pass --with-stabs on IRIX 5 either.
5554         * configure: Regenerate.
5555
5556 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
5557
5558         Merge from upstream:
5559
5560         * ltmain.in: When setting IFS to '~', be careful about user
5561         arguments that contain '~'.
5562
5563         2004-02-04  Peter O'Gorman  <peter@pogma.com>
5564
5565         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
5566         Also test $base_compile against $CC with escaped arguments. Bug
5567         reported by Geoff Keating <geoffk@apple.com>.
5568
5569 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
5570
5571         * MAINTAINERS: Remove i960 port.
5572
5573 2004-01-23  DJ Delorie  <dj@redhat.com>
5574
5575         * Makefile.def (target_modules) [libiberty]: Don't stage.
5576         * Makefile.in: Rebuilt.
5577
5578 2004-01-20  Caroline Tice  <ctice@apple.com>
5579
5580         * MAINTAINERS: Add myself to write-after-approval.
5581
5582 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
5583
5584         * MAINTAINERS: Update my email address.
5585
5586 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
5587
5588         * MAINTAINERS: Add myself to write-after-approval.
5589
5590 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5591
5592         * MAINTAINERS: Remove entries without email address.
5593
5594 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
5595
5596         * MAINTAINERS: Add myself to write-after-approval.
5597
5598 2004-01-15  Steven Bosscher  <stevenb@suse.de>
5599
5600         * MAINTAINERS: Update my email address.
5601
5602 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
5603
5604         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5605         * Makefile.tpl (configure-target-[+module+]): Support stage.
5606         * Makefile.in: Rebuilt.
5607
5608 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
5609
5610         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
5611
5612 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
5613
5614         * MAINTAINERS: Add myself as a MIPS maintainer.
5615
5616 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5617
5618         * configure.in: Use ./config.cache, not config.cache.
5619         * configure: Regenerate.
5620         * Makefile.tpl: Special-casing not needed for GCC any more.
5621         * Makefile.in: Regenerate.
5622
5623         * configure.in: Don't share a cache file for host dirs.
5624         * configure: Regenerate.
5625
5626         * config-ml.in: Don't mess with the cache file.
5627
5628 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5629
5630         * MAINTAINERS: Move myself from 'Write After Approval' to
5631         'CPU Port Maintainers' section as SPARC maintainer.
5632
5633 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5634
5635         * Makefile.tpl: Make GCC use a separate config.cache.
5636         * Makefile.in: Regenerate.
5637
5638         PR bootstrap/11932, PR bootstrap/11933
5639         (I don't know if it will fix either of them, but it relates
5640         to them.)
5641         * configure.in: Don't use shared config.cache for target
5642         directories.
5643         * configure: Regenerate.
5644
5645 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
5646
5647         * MAINTAINERS: Add myself to 'Write After Approval' section.
5648
5649 2003-12-31  Roger Sayle  <roger@eyesopen.com>
5650
5651         * configure.in (ia64*-*-hpux*): Disable building java libraries.
5652         * configure: Regenerated.
5653
5654 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
5655
5656         * MAINTAINERS: Remove the mn10200 maintainer.
5657
5658 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
5659
5660         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5661         * configure: Regenerated.
5662
5663 2003-12-16  Jan Hubicka  <jh@suse.cz>
5664
5665         * MAINTAINERS: Add myself as callgraph maintainer.
5666
5667 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
5668
5669         * configure.in (raw_libstdcxx_flags): Remove the leading space.
5670         * configure: Regenerate.
5671
5672 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5673
5674         * MAINTAINERS: Move myself from 'Bug database only accounts' to
5675         'Write After Approval' section. Update email.
5676
5677 2003-12-01  James Lemke  <jim@wasabisystems.com>
5678
5679         * MAINTAINERS (Write After Approval): Add myself.
5680
5681 2003-11-20  Matt Thomas  <matt@3am-software.com>
5682
5683         * MAINTAINERS: Add myself as a vax port maintainer.
5684
5685 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
5686
5687         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5688         (configure-build-[+module+], configure-[+module+]): Likewise.
5689         (configure-target-[+module+], configure-gcc, config.status): Likewise.
5690         * Makefile.in: Regenerate.
5691
5692 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
5693
5694         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
5695         shared/dylibed libraries.
5696         * ltmain.sh: Likewise.
5697         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
5698         * ltcf-cxx.sh: Likewise.
5699         * ltcf-gcj.sh: Likewise.
5700         * ltconfig: Likewise.
5701
5702 2003-11-17  Stan Cox  <scox@redhat.com>
5703
5704         * MAINTAINERS: Add myself as iq2000 port maintainer.
5705
5706 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
5707
5708         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5709         * Makefile.in: Regenerate.
5710
5711 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
5712
5713         * config.sub: Update to 2003-11-03 version.
5714
5715 2003-10-20  Phil Edwards  <phil@codesourcery.com>
5716
5717         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
5718         * configure:  Regenerate.
5719
5720 2003-10-20  Nicolas Pitre  <nico@cam.org>
5721
5722         * MAINTAINERS: Add myself to 'Write After Approval' section.
5723
5724 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
5725
5726         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
5727
5728 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
5729
5730         * MAINTAINERS: Update my email address.
5731
5732 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5733
5734         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
5735
5736 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
5737
5738         * MAINTAINERS: Add myself to 'Write After Approval' section.
5739
5740 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
5741
5742         * config.guess: Update to 2003-10-16 version.
5743         * config.sub: Update to 2003-10-16 version.
5744
5745 2003-10-15  David Daney  <ddaney@avtrex.com>
5746
5747         * MAINTAINERS: Added myself to 'Write After Approval' section.
5748
5749 2003-10-15  Falk Hueffner  <falk@debian.org>
5750
5751         * MAINTAINERS: Move myself from 'Bug database only accounts' to
5752         'Write After Approval' section. Update email.
5753
5754 2003-10-14  Roger Sayle  <roger@eyesopen.com>
5755
5756         * MAINTAINERS: Move myself from 'Write After Approval' to
5757         'Various Maintainers' section as middle-end maintainer.
5758
5759 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5760
5761         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5762         HOST_FLAGS_TO_PASS.
5763         * Makefile.in: Regenerate.
5764
5765 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
5766
5767         * config.guess: Update to 2003-10-07 version.
5768         * config.sub: Update to 2003-10-07 version.
5769
5770 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5771
5772         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
5773         * ltconfig (irix5*, irix6*): Don't override version_type.
5774
5775 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
5776
5777         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5778         * configure: Rebuilt
5779         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5780         * Makefile.in: Rebuilt
5781
5782 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5783
5784         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5785
5786 2003-09-30  Carlo Wood  <carlo@alinoe.com>
5787
5788         * MAINTAINERS (Write After Approval): Add myself.
5789
5790 2003-09-29  Paul Koning  <ni1d@arrl.net>
5791
5792         * MAINTAINERS: Move myself from "Write After Approval"
5793         to CPU platform maintainers for pdp11 platform.
5794
5795 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
5796
5797         * MAINTAINERS: Move myself from 'Write After Approval' to
5798         'Various Maintainers' section as libffi testsuite maintainer.
5799
5800 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
5801
5802         * configure.in: Pass a computed --program-transform-name
5803         to subconfigures.
5804         * configure: Regenerated.
5805
5806 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
5807
5808         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5809         * Makefile.in: Regenerate.
5810
5811         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5812         * Makefile.in: Regenerate.
5813
5814 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
5815
5816         * MAINTAINERS: Move myself from 'Write After Approval'
5817         to 'Various Maintainers' (objective-c) section.
5818
5819 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
5820
5821         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5822         quoting.
5823         * configure: Regenerated.
5824
5825 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
5826
5827         * MAINTAINERS (Write After Approval): Add myself to write after
5828         approval list.
5829
5830 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
5831
5832         * MAINTAINERS (Write After Approval): Add myself.
5833
5834 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
5835
5836         * MAINTAINERS: Update my e-mail address.
5837
5838 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
5839
5840         * libtool.m4 (LD): Correct powerpc64 host match.
5841
5842 2003-09-06  James E Wilson  <wilson@tuliptree.org>
5843
5844         * MAINTAINTERS: Update my affiliation and email address.
5845
5846 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5847
5848         * MAINTAINERS (Write After Approval): Add myself.
5849
5850 2003-09-04  DJ Delorie  <dj@redhat.com>
5851
5852         * configure: Regenerate.
5853
5854 2003-09-04  Robert Millan  <robertmh@gnu.org>
5855
5856         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
5857
5858 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5859
5860         * configure.in: Ensure arguments to sed are properly spaced.
5861         * configure: Regenerate.
5862
5863 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
5864
5865         * MAINTAINERS: Update my e-mail address.
5866
5867 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
5868
5869         * MAINTAINERS (Write After Approval): Add myself.
5870
5871 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
5872
5873         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5874         * configure: Regenerated.
5875
5876 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
5877
5878         * MAINTAINERS: Update my email address.
5879
5880 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
5881
5882         * configure.in:  Use newline instead of semicolon when assuming
5883         shell arguments in a for loop.
5884         * configure:  Regenerated.
5885
5886 2003-08-22  Jason Eckhardt  <jle@rice.edu>
5887
5888         * MAINTAINERS: Resurrect the i860 maintainer.
5889
5890 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
5891
5892         PR 8180
5893         * configure.in: When testing with_libs and with_headers, treat
5894         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
5895         * configure: Regenerate.
5896
5897         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5898         make, shell, etc.
5899         (baseargs): Likewise.
5900         * configure: Regenerate.
5901
5902 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
5903
5904         * MAINTAINERS (Write After Approval): Add myself.
5905
5906 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
5907
5908         * configure.in: Disable libgcj for darwin not on powerpc.
5909         * configure: Rebuild.
5910
5911 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
5912
5913         * config-ml.in, symlink-tree: Add license.
5914
5915 2003-08-03  Richard Stallman  <rms@gnu.org>
5916             Eben Moglen  <moglen@columbia.edu>
5917
5918         * README.SCO: New file.
5919
5920 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
5921
5922         * Makefile.tpl (check, check-c++): Express dependencies using
5923         dependencies rather than commands.
5924         * Makefile.in: Regenerate.
5925
5926 2003-08-01  Andrew Cagney  <cagney@redhat.com>
5927
5928         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5929         * configure: Ditto.
5930
5931 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
5932
5933         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5934         * Makefile.in: Update.
5935
5936 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
5937
5938         * configure.in: Enable libgcj for darwin.
5939         * configure: Rebuild.
5940
5941 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
5942
5943         * config-ml.in:  Use ac_configure_args directly instead of
5944         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
5945         actually seen.
5946
5947 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5948
5949         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5950         creating target and build subdirs to build all parent dirs as needed.
5951         * Makefile.in: Rebuild.
5952         * configure.in: Don't build dirs explicitly here.
5953         * configure: Rebuild.
5954
5955 2003-07-26  Paul Brook  <paul@nowt.org>
5956
5957         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
5958
5959 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
5960
5961         * Makefile.tpl (all-make): Depend on intl.
5962         * Makefile.in: Rebuilt.
5963
5964 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
5965
5966         * install-sh:  Update to newer upstream versions (associated with
5967         aclocal 1.7).
5968         * mkinstalldirs:  Likewise.
5969         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
5970
5971 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
5972
5973         * MAINTAINERS: Move self from Bug database only accounts
5974         to write-after-approval.
5975
5976 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
5977
5978         * config.if: Remove unused libc_interface determination.
5979
5980 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
5981
5982         * MAINTAINERS: Move self from write-after-approval to
5983         build machinery (*.in).
5984
5985 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5986
5987         PR bootstrap/11273
5988         PR bootstrap/11408
5989         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
5990         unused INSTALL_PROGRAM_ARGS.
5991         * configure.in: Use AC_PROG_INSTALL.
5992         * Makefile.in: Regenerate.
5993         * configure: Regenerate.
5994
5995 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
5996
5997         * MAINTAINERS: Alphabetize.
5998
5999 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
6000
6001         * configure: Rebuilt.
6002         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
6003         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6004         newlib nor libgloss.
6005         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
6006         * configure.in (am33_2.0-*-linux*): Added.
6007
6008 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
6009
6010         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6011         * configure: Regenerate.
6012
6013 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
6014
6015         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
6016         * Makefile.in: Regenerate.
6017
6018 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6019
6020         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
6021         * Makefile.in: Regenerate.
6022
6023 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
6024
6025         * Makefile.tpl: Replace PWD with PWD_COMMAND.
6026         * Makefile.in: Regenerated.
6027
6028         * config-ml.in: Replace PWD with PWD_COMMAND.
6029
6030 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6031
6032         * intl: New directory; see intl/ChangeLog for details.
6033         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
6034         * Makefile.tpl: all-gcc depends on maybe-all-intl.
6035         * Makefile.in: Regenerate.
6036
6037 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6038
6039         * configure.in: Clean up config-lang.in handling.  Delete
6040         useless assignment to "subdirs".
6041         * configure: Regenerate.
6042
6043 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6044
6045         * configure.in: Rename 'target_libs' to 'target_libraries'.
6046         Remove useless reference to 'target_libs'.
6047         * configure: Regenerate.
6048
6049 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
6050
6051         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6052         * Makefile.in: Regenerate.
6053
6054 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6055
6056         * Makefile.def: Introduce flags_to_pass.
6057         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6058         * Makefile.in: Regenerate.
6059
6060 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
6061
6062         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6063         and target-libgloss.
6064         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6065         <h8300*-*-*>: Disable libf2c and ${libgcj}.
6066         * configure: Regenerate.
6067
6068 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
6069
6070         * configure.in: Update testsuite_flags to new location.
6071         * configure. Regenerate.
6072
6073 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6074
6075         * Makefile.tpl: Remove BUILD_CC stuff.
6076         * Makefile.in: Regenerate.
6077
6078 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
6079
6080         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
6081
6082 2003-06-16  Graeme Peterson  <gp@qnx.com>
6083
6084         * MAINTAINERS (Write After Approval): Add myself.
6085
6086 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
6087
6088         * config.guess: Update to 2003-06-12 version.
6089         * config.sub: Update to 2003-06-13 version.
6090
6091 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
6092
6093         * config.guess: Update to 2003-06-06 version.
6094         * config.sub: Update to 2003-06-06 version.
6095
6096 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6097
6098         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6099         * configure. Regenerate.
6100
6101 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6102
6103         * configure.in: Disable serial configure by default.
6104         * configure: Regenerate.
6105         * Makefile.tpl: Abolish .NOTPARALLEL.
6106         * Makefile.in: Regenerate.
6107
6108         * Makefile.tpl: Replace {build,host,target}_canonical by
6109         {build,host,target}.
6110         * Makefile.in: Regenerate.
6111
6112         * Makefile.tpl: Fix stupid pasto.
6113         * Makefile.in: Regenerate.
6114
6115 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6116
6117         * Makefile.tpl: Remove bogus conditional.
6118         * Makefile.in: Regenerate.
6119
6120 2003-06-05  Jan Hubicka  <jh@suse.cz>
6121
6122         * Makefile.tpl (profiledbootstrap): New target.
6123         * Makefile.in (profiledbootstrap): New target.
6124
6125 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
6126
6127         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
6128         Pinski. Remove user names from other bugzilla-only maintainers.
6129
6130 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6131
6132         * Makefile.tpl: Make 'recursive targets' using autogen rather
6133         than shell loop.  Remove duplicate 'clean' targets and false
6134         comments.
6135         * Makefile.def: Add systematic dependencies to 'recursive' targets.
6136         Add systematic method of specifying missing targets in subdirs.
6137         Add copyright boilerplate.
6138         * Makefile.in: Regenerate.
6139         * configure.in: Add 'recursive targets' to maybe list.
6140         * configure: Regenerate.
6141
6142         * MAINTAINERS: "GNATS only" -> "Bug database only".
6143
6144         * Makefile.tpl: Rename [+target+] to [+make_target+].
6145         * Makefile.def: Rename 'target' to 'make_target'.
6146
6147 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
6148
6149         * MAINTAINERS: Add self as options handling maintainer.
6150
6151 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
6152
6153         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
6154         been too long since I touched those ports.
6155
6156 2003-05-28  DJ Delorie  <dj@redhat.com>
6157
6158         * Makefile.tpl: Make maybe-check-gcc .PHONY.
6159         * Makefile.in: Regenerate.
6160
6161 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6162
6163         * configure.in: Use curly braces in the definition of tooldir.
6164         * configure: Regenerate.
6165
6166 2003-05-21  DJ Delorie  <dj@redhat.com>
6167
6168         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6169         newlib or libgloss.
6170         * Makefile.in: Regenerate.
6171
6172 2003-05-21  DJ Delorie  <dj@redhat.com>
6173
6174         * Makefile.tpl: Add missing empty maybe-check-gcc target.
6175         * Makefile.in: Regenerate.
6176
6177 2003-05-20  Ian Lance Taylor  <ian@airs.com>
6178
6179         * MAINTAINERS: Update my e-mail address.
6180
6181 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6182
6183         * configure.in: Switch more things to use maybe dependencies.
6184         * Makefile.tpl: Switch more things to use maybe dependencies.
6185         Factor out common code from autogen IF statements.
6186         * configure: Regenerate.
6187         * Makefile.in: Regenerate.
6188
6189 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
6190
6191         * configure.in: Accept i[3456789]86 for machine type.
6192         * configure: Regenerate.
6193
6194 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6195
6196         * configure.in: Switch more things to use maybe dependencies.
6197         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
6198         * configure: Regenerate.
6199         * Makefile.tpl: Switch more things to use maybe dependencies.
6200         * Makefile.in: Regenerate.
6201
6202 2003-05-16  Andreas Schwab  <schwab@suse.de>
6203
6204         * Makefile.tpl (install-opcodes): Define.
6205         * Makefile.in: Rebuild.
6206
6207 2003-05-13  Andreas Jaeger  <aj@suse.de>
6208
6209         * config.guess: Update to 2003-05-09 version.
6210         * config.sub: Update to 2003-05-09 version.
6211
6212 2003-05-13  Michael Eager  <eager@mvista.com>
6213
6214         * configure.in: Correct sed script so that options in quotes are not
6215         deleted.
6216         * configure: Rebuild.
6217
6218 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
6219
6220         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6221         and $$s/newlib/libc/sys/cygwin32 include paths.
6222         * configure: Ditto.
6223
6224 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
6225
6226         * MAINTAINERS: Update my email addresses.
6227
6228 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
6229
6230         * config-ml.in: Propagate INSTALL variables.
6231
6232 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6233
6234         * MAINTAINERS: Remove duplicate entries in Write After Approval.
6235
6236 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
6237
6238         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6239         * Makefile.in: Regenerate.
6240
6241 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
6242
6243         * MAINTAINERS (GNATS only): Add Falk Hueffner.
6244
6245 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
6246
6247         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
6248
6249 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
6250
6251         * Makefile.tpl: Clean $(BUILD_SUBDIR).
6252         * Makefile.in: Regenerated.
6253
6254 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
6255
6256         * MAINTAINERS (Write After Approval): Upgrade myself from
6257         GNATS only to write-after-approval. Update my mail address.
6258
6259 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
6260
6261         (OS Port Maintainers: freebsd): Add myself.
6262
6263 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
6264
6265         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
6266
6267 2003-04-22  Kean Johnston  <jkj@sco.com>
6268
6269         * MAINTAINERS (SCO ports): Added myself.
6270
6271 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
6272
6273         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
6274
6275 2003-04-19  Kean Johnston  <jkj@sco.com>
6276
6277         * MAINTAINERS (Write After Approval): Add myself.
6278
6279 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6280
6281         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6282         * Makefile.in: Regenerate.
6283
6284 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
6285
6286         * configure.in (powerpc64*-*-linux*): Remove.
6287         * configure: Rebuilt.
6288
6289 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
6290
6291         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
6292         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6293         and restrap.
6294         * Makefile.in:  Regenerate.
6295
6296 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
6297
6298         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6299         * configure: Regenerated.
6300
6301 2003-04-15  DJ Delorie  <dj@redhat.com>
6302
6303         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
6304
6305 2003-04-13  Nick Clifton  <nickc@redhat.com>
6306
6307         * config-ml.in: Remove support for --disable-aix removing
6308         call-aix multilibs.
6309
6310 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
6311
6312         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6313         * */configure: Rebuilt.
6314
6315 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
6316
6317         * MAINTAINERS: Add my email address.
6318
6319 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
6320
6321         * MAINTAINERS (Write After Approval): Add myself.
6322
6323 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6324
6325         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6326         * Makefile.in: Regenerate.
6327
6328 2003-03-14  Michael Chastain  <mec@shout.net>
6329
6330         * Makefile.in: Regenerate with correct Makefile.def.
6331
6332 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6333
6334         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
6335         Make macro.
6336         * Makefile.in: Regenerate.
6337         * configure.in: Clean up gxx_include_dir logic.
6338         * configure: Regenerate.
6339
6340 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
6341
6342         * MAINTAINERS (Write After Approval): Add myself.
6343
6344 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
6345
6346         * MAINTAINERS: Update my mail address.
6347
6348 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6349
6350         * configure.in (gxx_include_dir): Fix typo.
6351         * configure: Regenerated.
6352
6353 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6354
6355         * Makefile.tpl: Reindent.
6356         * Makefile.in: Regenerate.
6357         * configure.in: Reindent.  Don't set unused variables.
6358         * configure: Regenerate.
6359
6360 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
6361
6362         * configure.in: Include $(build_tooldir)/sys-include in
6363         FLAGS_FOR_TARGET.
6364         * configure: Regenerated.
6365
6366 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6367
6368         * Makefile.tpl: Always pass down RANLIB.
6369         * Makefile.in: Regenerate.
6370
6371         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6372         * Makefile.in: Regenerate.
6373         * configure.in: Remove unused logic relating to --enable-shared
6374         and --enable-threads.  Remove bogus comments.  Remove redundant
6375         noconfigdirs.
6376         * configure: Regenerate.
6377
6378         * configure.in: Replace ${libstdcxx_version} by its value.
6379         Remove reference to mh-dgux.
6380         * configure: Regenerate.
6381
6382 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
6383
6384         * MAINTAINERS (Write After Approval): Add myself.
6385
6386 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6387
6388         * Makefile.tpl: Rearrange.
6389         * Makefile.in: Regenerate.
6390
6391 2003-02-25  Uwe Stieber  <uwe@wwws.de>
6392
6393         * configure.in: Add support for kaOS as cross build target system.
6394         * configure: Regenerated.
6395
6396 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
6397
6398         * MAINTAINERS (Write after approval): Add myself.
6399
6400 2003-02-21  James E Wilson  <wilson@tuliptree.org>
6401
6402         * MAINTAINERS: Update my email address.
6403
6404 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
6405
6406         * MAINTAINERS: Add self to blanket write privs. section.
6407
6408 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
6409
6410         * Makefile.tpl: Add definition of CPPFLAGS to pass into
6411         configure-target-* as some target builds may require additional
6412         flags for preprocessor tests.
6413         * Makefile.in: Regenerated.
6414
6415 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
6416
6417         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6418         * ltconfig: Handle it.
6419         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6420         auto-detecting it.
6421
6422         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6423         it is used as argument to $CC.
6424         * ltcf-gcj.sh: Likewise.
6425
6426         * configure.in: Introduce --enable-maintainer-mode.
6427         * configure: Rebuilt.
6428         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6429         for maintainer mode.
6430         * Makefile.in: Rebuilt.
6431
6432 2003-02-18  Jason Merrill  <jason@redhat.com>
6433
6434         * Makefile.tpl (check-c++): Allow parallelism.
6435
6436 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6437
6438         * MAINTAINERS: Remove John Carr (who never actually had access to
6439         gcc.gnu.org).
6440
6441 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
6442
6443         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6444         don't configure target-libobjc.
6445         * configure: Regenerate.
6446
6447 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6448
6449         * Makefile.tpl (RANLIB): Define.
6450         * Makefile.in: Regenerate.
6451
6452 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
6453
6454         * MAINTAINERS: Update my email.
6455
6456 2003-02-06  Keith R Seitz  <keiths@redhat.com>
6457
6458         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6459         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6460         * Makefile.in: Regenerated.
6461         * configure.in: Remove all traces of snavigator, db, and grep.
6462         * configure: Regenerated.
6463
6464 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6465
6466         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
6467         After Approval.
6468
6469 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6470
6471         * MAINTAINERS (Write after approval): Add myself.
6472
6473 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
6474
6475         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6476         * Makefile.in: Regenerated.
6477
6478 2003-01-30  Roger Sayle  <roger@eyesopen.com>
6479
6480         * config.guess: Updated to 2003-01-30's version.
6481         * config.sub: Updated to 2003-01-28's version.
6482
6483 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
6484
6485         * config.if: If gcc_version is already set, just use it.  Don't set
6486         gcc_version_trigger if it's already set, otherwise set it to
6487         gcc/version.c, but only if the file exists.  If it is not set and
6488         gcc/version.c does not exist, try to extract the version number from
6489         $CC.
6490
6491 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
6492
6493         * MAINTAINERS: Add myself to write-after-approval list.
6494
6495 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
6496
6497         * configure.in:  Revert 24Jan change.
6498         * configure:  Regenerate.
6499
6500 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6501
6502         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
6503         entry of HJ Lu.
6504
6505 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6506
6507         * configure.in: Revert previous change.
6508         * configure: Regenerate.
6509
6510 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6511
6512         * configure.in: Make rda native-only.
6513         * configure: Regenerate.
6514
6515 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6516
6517         * MAINTAINERS: Move myself from GNATS-only-accounts to
6518         write-after-approval.
6519
6520 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6521
6522         * configure.in: Add missing \.
6523         * configure: Rebuilt.
6524
6525 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
6526
6527         * configure.in (baseargs): Avoid using \| in sed regular
6528         expressions.
6529         * configure: Rebuilt.
6530
6531 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
6532
6533         * configure.in (baseargs): Remove all supported forms of
6534         --cache-file, --srcdir, --host, --build and --target options
6535         from argument lists.
6536         * configure: Rebuilt.
6537
6538 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
6539
6540         * MAINTAINERS: Add myself to write-after-approval list.
6541
6542 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
6543
6544         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6545         * configure: Rebuilt.
6546
6547 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6548
6549         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6550         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6551         * Makefile.in: Regenerate.
6552         * configure: Regenerate.
6553
6554 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
6555
6556         * configure.in: Remove Makefile in build, host and target modules
6557         unless configure was run with --no-recursion.
6558         * configure: Rebuilt.
6559
6560 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6561
6562         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6563         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6564         * Makefile.in: Regenerate.
6565
6566 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
6567
6568         * config.guess: Update to 2003-01-03 version.
6569         * config.sub: Update to 2003-01-03 version.
6570
6571 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6572
6573         * configure: Regenerate with proper autoconf 2.13.
6574
6575 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6576
6577         * configure.in: Add AC_PREREQ for consistency.
6578         * configure: Regenerate.
6579
6580 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
6581
6582         * configure.in (GDB_TK): Add tcl directories conditional on
6583         gdb/gdbtk directory being present.
6584         * configure: Regenerate.
6585
6586 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
6587
6588         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
6589         used by gcc if LD is not defined and we are not doing a Canadian Cross.
6590         * configure: Rebuilt.
6591
6592 2002-12-31  Tom Tromey  <tromey@redhat.com>
6593
6594         * Makefile.in: Rebuilt.
6595         * Makefile.def (target_modules) [libffi]: Allow installation.
6596
6597 2002-12-31  Andreas Schwab  <schwab@suse.de>
6598
6599         * configure.in: Fix use of $program_transform_name.
6600         * configure: Regenerated.
6601
6602 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
6603
6604         * configure.in (baseargs): Don't remove first configure argument.
6605         * configure: Regenerated.
6606
6607 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
6608
6609         * Makefile.tpl (local-distclean): Don't remove...
6610         (multilib.ts): ... this.  Moved into...
6611         (multilib.out): ... this.  Don't use sub-make.
6612         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6613         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6614         (configure-build-[+module+], configure-[+module+],
6615         configure-target-[+module+], configure-gcc): ... these.  Test
6616         for Makefile existence.  Drop config.status from dependencies.
6617         * Makefile.in: Rebuilt.
6618         * configure.in: Move gcc-version-trigger to the end of
6619         ac_configure_args.  Add comments to maybedep.tmp and
6620         serdep.tmp.  Introduce --disable-serial-configure.  Remove
6621         nonopt from baseargs, matching and removing corresponding
6622         whitespace while at it.
6623         * configure: Rebuilt.
6624
6625 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
6626
6627         * configure.in (host_configargs): Replace reference to
6628         no-longer-defined buildopts with --build=${build_alias}.
6629         * configure: Rebuilt.
6630
6631         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
6632         program_transform_name to standard idiom.
6633         (AUTOGEN, AUTOCONF): Define.
6634         (Makefile.in): Use $(AUTOGEN).
6635         (Makefile): Depend on config.status, and use autoconf-style rule to
6636         build it.  Move original commands to...
6637         (config.status): ... this new target.
6638         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
6639         $(AUTOCONF).
6640         * Makefile.in: Rebuilt.
6641
6642 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6643
6644         * Makefile.tpl: Fix dramatic bustage due to change in
6645         program_transform_name.
6646         * Makefile.in: Regenerate.
6647
6648         * configure.in: Remove unnecessary PATH setting.
6649         * configure: Regnerate.
6650
6651         * configure.in: Don't default to unprefixed tools unless
6652         the native tools will work.
6653         * configure: Regenerate.
6654
6655         * configure.in: Convert to autoconf script.  Blow away lots
6656         of now-redundant Makefile fragments.
6657         * configure: Generate using Autoconf.
6658         * Makefile.tpl: Rewrite to reflect autoconfiscation.
6659         * Makefile.in: Regenerate.
6660
6661 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6662
6663         * configure: Fix stupid bug where RANLIB was mistakenly included.
6664
6665         * configure.in: Rename (buildargs, hostargs, targargs) to
6666         (build_configargs, host_configargs, target_configargs).
6667
6668         * configure.in: Move logic out of sed statement.
6669
6670         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
6671         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6672
6673 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
6674
6675         * config.sub: Import from master repository
6676         * config.guess: Ditto
6677
6678 2002-12-24  Andreas Schwab  <schwab@suse.de>
6679
6680         * Makefile.tpl (multilib.out): Fix missing space.
6681         * Makefile.in: Regenerate.
6682
6683 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6684
6685         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
6686         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
6687         * Makefile.in: Regenerate.
6688         * configure.in: Remove unnecessary leftovers.
6689
6690 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
6691
6692         * configure.in (extra_ranlibflags_for_target): New variable.
6693         (*-*-darwin): Add -c to ranlib commands.
6694         * configure (tooldir): Handle extra_ranlibflags_for_target.
6695
6696 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6697
6698         * Makefile.tpl: Revert HJL's change.
6699         * Makefile.in: Regenerated.
6700         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6701         always.
6702
6703 2002-12-19  Andreas Schwab  <schwab@suse.de>
6704
6705         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6706         * Makefile.in: Regenerate.
6707
6708 2002-12-18  H.J. Lu  <hjl@gnu.org>
6709
6710         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6711         * Makefile.in: Regenerated.
6712
6713         * configure.in (build_prefix): New. Substitute.
6714
6715 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6716
6717         * Makefile.tpl: Don't let real targets depend on phony targets.
6718         * Makefile.in: Regenerate.
6719
6720         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6721         * Makefile.in: Regenerate.
6722
6723 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
6724
6725         * config.sub: Import from master repository
6726         * config.guess: Ditto
6727
6728 2002-12-16  Jason Merrill  <jason@redhat.com>
6729
6730         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6731         previous 'make bootstrap'.
6732         * Makefile.in: Regenerate.
6733
6734 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
6735
6736         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6737
6738 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6739
6740         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6741         * Makefile.in: Regenerate.
6742
6743 2002-12-13  Jason Merrill  <jason@redhat.com>
6744
6745         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
6746         library tests.
6747         (check-c++): Just depend on it and check-target-libstdc++-v3.
6748         * Makefile.in: Regenerate.
6749
6750 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
6751
6752         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6753         * Makefile.in: Rebuilt.
6754
6755 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
6756
6757         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
6758
6759 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6760
6761         * configure: Fix bug put in by gremlins.
6762
6763         * Makefile.tpl: Substitute more autoconfily.
6764         * configure: Substitute more autoconfily.
6765         * Makefile.in: Regenerate.
6766
6767 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
6768
6769         * config.sub: Import from master repository
6770         * config.guess: Ditto
6771         * MAINTAINERS: Added Svein Seldal under write after approval
6772
6773 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
6774
6775         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6776         * Makefile.in (all-sim): Ditto.
6777
6778 2002-12-06  DJ Delorie  <dj@redhat.com>
6779
6780         * Makefile.tpl: Change configure dependencies to not have real
6781         targets depend on phony targets.
6782
6783 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
6784
6785         * configure.in: Revert unintentional change.
6786
6787         * Makefile.tpl: Change dependency for */multilib.out so that
6788         it works when gcc isn't in the tree.
6789
6790         * configure.in: Substitute more.
6791         * configure: Run subconfigures from the Makefile.
6792         * Makefile.tpl: Run subconfigures from the Makefile; add a few
6793         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
6794
6795 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6796
6797         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
6798
6799 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6800
6801         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6802         and corresponding dependencies.
6803         * Makefile.in: Regenerate.
6804
6805         * configure.in (host_tools): Order binutils, gas and ld for
6806         convenience in running the testsuites.
6807
6808         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6809         * Makefile.in: Regenerate.
6810         * configure.in: Introduce rules to serialize subconfigure runs.
6811
6812         * configure.in: Introduce BASE_CC_FOR_TARGET.
6813         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
6814         Realize configure-build-* targets.  Realize configure-target-* targets.
6815         * Makefile.in: Regenerate.
6816
6817 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6818
6819         * configure: Move gcc_version_trigger stuff from here...
6820         * configure.in: ...to here.
6821
6822         * configure.in: Separate subconfigure options added by this file from
6823         options given by the user.  Add machinery to put args for host
6824         subconfigures into the Makefile.
6825
6826         * Makefile.tpl: Remove 'vault' targets.
6827         * Makefile.tpl: Reorder and comment dependencies.
6828         * Makefile.in: Regenerate.
6829
6830 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6831         * configure.in: Fix my broken commit of previous patch. (sigh)
6832
6833 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
6834
6835         * configure.in: Move host-specific darwin noconfigdirs into
6836         the host-specific section.
6837
6838 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
6839
6840         * configure.in: Move host-specific darwin noconfigdirs into
6841         the host-specific section.
6842
6843 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6844
6845         * configure: Remove skip-this-dir support.
6846         * Makefile.tpl: Remove skip-this-dir support.
6847
6848         * Makefile.tpl: Remove leftover support for non-autoconfiscated
6849         subdirectories.
6850         * Makefile.in: Regenerate.
6851
6852         * Makefile.tpl: Strip out useless setting of 'dir'.
6853         * Makefile.in: Regenerate.
6854
6855 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6856
6857         * configure.in: Fix deeply stupid bug.
6858
6859         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6860         shell code in CXX_FOR_TARGET
6861         * Makefile.def: Introduce raw_cxx.
6862         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6863         RAW_CXX_FOR_TARGET.
6864         * Makefile.in: Regenerate.
6865
6866 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
6867
6868         * Makefile.tpl: Remove unnecessary ifs.
6869         * Makefile.in: Regenerate.
6870
6871         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
6872         dependencies.  Maybe-ize build-libiberty.  Create dummy install
6873         targets for 'no_install' modules.
6874         * configure: Move GDB_TK substitution to configure.in.  Move
6875         build_modules stuff to configure.in.
6876         * configure.in: Implement soft dependency machinery.  Maybe-ize
6877         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
6878         * Makefile.in: Regenerate.
6879
6880 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6881
6882         * Makefile.tpl: Make all-target, install-target behave similarly
6883         to all, install (only hitting configured targets).  Eliminate
6884         unused macro defintions.
6885
6886         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6887         build != host.
6888
6889         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6890
6891         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6892
6893         * configure.in: Produce lists of subdir targets we're actually
6894         configuring.  Remove references to "dosrel".
6895         * Makefile.tpl: Let configure set which subdir targets are hit.
6896         Remove install-cross; clean up install; remove ALL.  Remove
6897         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
6898         Autogenerate host module targets.  Remove empty dependency lines
6899         and redundant dependency; rearrange slightly.
6900         * Makefile.def: Add host-side libtermcap, utils.
6901
6902         * Makefile.in: Regenerate.
6903
6904 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6905
6906         * ltconfig (osf[345]): Append $major to soname_spec.
6907         Reflect this in library_names_spec.
6908         * ltmain.sh (osf): Prefix $major with . for use as extension.
6909
6910 2002-11-19  Andreas Jaeger  <aj@suse.de>
6911
6912         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
6913         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
6914         and sparc64 GNU/Linux systems.
6915
6916 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
6917
6918         * MAINTAINERS: Update email.
6919
6920 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6921
6922         * MAINTAINERS: Complete James Dennett's entry.
6923
6924 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
6925
6926         * MAINTAINERS (Write After Approval): Add myself.
6927
6928 2002-11-13  Bruce Korb  <bkorb@gnu.org>
6929
6930         * Makefile.tpl: syntactic cleanup
6931
6932 2002-11-13  Stuart Hastings  <stuart@apple.com>
6933
6934         * MAINTAINERS: Add myself to write-after-approval list.
6935
6936 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6937
6938         * Makefile.def: Add list of recursive targets to autogenerate.
6939         Add build_modules.
6940         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
6941         targets.  Autogenerate *-build-* targets.
6942         * Makefile.in: Regenerate.
6943
6944 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6945
6946         * configure: More autoconf-style substitutions.
6947         * Makefile.tpl: More autoconf-style substitutions.
6948         * Makefile.in: Regenerate.
6949
6950 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6951
6952         * configure: Substitute more variables in a more autoconf-friendly
6953         way.  Simplify slightly.
6954         * Makefile.tpl: Make more variables substitutable in an
6955         autoconf-friendly way.
6956         * Makefile.in: Regenerate.
6957
6958 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
6959
6960         * MAINTAINERS (Write After Approval): Add myself.
6961
6962 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6963
6964         * configure.in (v810*): Remove special setting of tools.
6965
6966         * configure: Add support for extra required flags for ar or nm.
6967         * configure.in (aix4.3+): Use above support for target-specific
6968         issues, rather than using config/mt-aix43.
6969
6970 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6971
6972         * configure: Remove 'removing', which doesn't work.  Replace $subdir
6973         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
6974         with $srcdir.  Reformat indentation.  Substitute some variables
6975         formerly hard-coded in the Makefile for build=host.
6976         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6977         * Makefile.def: Autogenerate more.
6978         * Makefile.in: Regenerate.
6979
6980 2002-11-04  Adam Nemet  <anemet@lnxw.com>
6981
6982         * MAINTAINERS (Write After Approval): Add myself.
6983
6984 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
6985
6986         * Makefile.def (host_modules): Add rda.
6987         * Makefile.in: Regenerate.
6988         * configure.in (target_tool): Add target-rda to list.
6989
6990 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6991
6992         * MAINTAINERS: Remove "co-maintainer" note for web pages.
6993
6994 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
6995
6996         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
6997         and restrap targets to this rule.
6998         * Makefile.in:  Regenerate.
6999
7000 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7001
7002         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
7003         GNATS only accounts.
7004
7005 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
7006
7007         * configure.in (i[3456]86-*-linux*): Add check to disable
7008         ${libgcj} for glibc1.
7009
7010 2002-10-24  Denis Chertykov  <denisc@overta.ru>
7011
7012         * MAINTAINERS: Add myself as ip2k port maintainer.
7013
7014 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
7015
7016         * configure.in: Add tic4x target.
7017
7018 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7019
7020         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7021         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7022         * Makefile.in: Regenerate.
7023
7024         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7025         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7026         * Makefile.in: Regenerate.
7027
7028 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
7029
7030         * MAINTAINERS: Add myself as web pages co-maintainer.
7031
7032 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7033
7034         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7035         * Makefile.in: Regenerate.
7036
7037 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
7038
7039         * MAINTAINERS: Add myself and Nathan Sidwell
7040         <nathan@codesourcery.com> as VxWorks maintainers.
7041
7042 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7043
7044         * Makefile.def: Remove order dependency comments.
7045         * Makefile.tpl: Add explicit install-install dependencies.
7046         * Makefile.in: Regenerate.
7047
7048         * Makefile.tpl: Remove material now in src-release.  (Finally!)
7049         * Makefile.in: Regenerate.
7050
7051         * Makefile.tpl: Add configure-target (for src-release in src)
7052         * Makefile.in: Regenerate.
7053
7054 2002-09-30  Nick Clifton  <nickc@redhat.com>
7055
7056         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7057
7058 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
7059
7060         * configure.in (s390*-*-linux*): Enable libgcj.
7061
7062 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
7063
7064         * configure: Revert accidentally applied changes.
7065
7066         * Makefile.tpl: Make more autoconf-friendly.
7067         * Makefile.in: Regenerate.
7068         * configure: Make substitution more autoconf-like.
7069
7070 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
7071
7072         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7073         single entry to handle all these.
7074         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
7075         libjava on arm-*-elf.
7076
7077 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
7078
7079         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7080         things that depend on them.
7081
7082 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7083
7084         * Makefile.tpl: Make subsituted variables more autoconfy.
7085         * Makefile.in: Regenerate.
7086         * configure: Make seds more autoconfy.
7087
7088 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7089
7090         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7091         * Makefile.in: Regenerate.
7092         * configure.in: Rewrite sed statements to look autoconfy.
7093
7094         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7095         all-target-foo on configure-target-foo.
7096         * Makefile.def: Ditto.
7097         * Makefile.in: Rebuild.
7098
7099 2002-09-25  Andrew Haley  <aph@redhat.com>
7100
7101         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
7102
7103 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7104
7105         * Makefile.def: New file.
7106         * Makefile.tpl: New file.
7107         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7108         * contrib/gcc_update: Note that Makefile.in is a generated file.
7109
7110         * configure.in: Minor rearrangement.  Simplify tests.
7111
7112 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
7113
7114         * configure.in (with_headers): Skip copy if value is "yes".
7115         (with_libs): Likewise.
7116
7117 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7118
7119         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7120         * configure.in (sh*-*-pe*): Ditto.
7121         * configure.in (mips*-*-pe*): Ditto.
7122         * configure.in (*arm-wince-pe): Ditto.
7123
7124         * configure.in: Rearrange.
7125
7126 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
7127
7128         * MAINTAINERS: Update my email address.
7129
7130 2002-08-30  Paul Koning  <pkoning@equallogic.com>
7131
7132         * MAINTAINERS: (Write After Approval): Add myself.
7133
7134 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
7135
7136         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
7137
7138 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
7139
7140         * MAINTAINERS: Change my mailing address.
7141
7142 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
7143
7144         * MAINTAINERS (Write After Approval): Remove myself.
7145         (Various Maintainers: c++ runtime libs): Add myself.
7146
7147 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
7148
7149         * MAINTAINERS (Write After Approval): Remove myself.
7150         (Various Maintainers: c++ runtime libs): Add myself.
7151
7152 2002-08-15  Eric Christopher  <echristo@redhat.com>
7153
7154         * config.sub: Import from master repository.
7155         * config.guess: Ditto.
7156
7157 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
7158
7159         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7160         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7161         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7162
7163 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
7164
7165         * MAINTAINERS: Add self to rs6000 vector extensions.
7166
7167 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
7168
7169         * libiberty/configure: Reverted unintended yesterday's check in.
7170
7171 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
7172
7173         * boehm-gc/configure, libf2c/configure: Rebuilt.
7174         * libffi/configure, libiberty/configure: Ditto.
7175         * libjava/configure, libobjc/configure: Ditto.
7176         * libstdc++-v3/configure, zlib/configure: Ditto.
7177         Merged from binutils:
7178         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
7179         From Steve Ellcey <sje@cup.hp.com>:
7180         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7181         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7182         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7183         IA64.
7184         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7185         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7186         soname_spec, sys_lib_search_path_spec): Ditto.
7187
7188 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
7189
7190         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7191
7192 2002-08-04  H.J. Lu  (hjl@gnu.org)
7193
7194         * configure.in (mips*-*-linux*): Don't skip target-libffi.
7195
7196 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
7197
7198         * MAINTAINERS (Write After Approval): Add myself.
7199
7200 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
7201
7202         * configure.in: Move generic linux case to end.  Copy generic
7203         linux noconfigdirs to mips*-*-linux* entry and new
7204         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
7205
7206 2002-07-19  Michael Matz  <matz@suse.de>
7207
7208         * MAINTAINERS: Add myself as ra* maintainer.
7209
7210 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
7211
7212         * config.guess: Update to 2002-07-09 version.
7213         * config.sub: Update to 2002-07-03 version.
7214
7215 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
7216
7217         * MAINTAINERS: Fix typo in a maintainer email address.
7218
7219 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7220
7221         * configure.in: Remove two redundant tests.
7222
7223 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7224
7225         * configure.in (mips*-*-irix6*o32): Enable stabs.
7226
7227 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
7228
7229         * configure.in: Don't build grez.
7230         * Makefile.in: Ditto.
7231
7232         * Makefile.in: Remove references to bsp, cygmon, libstub.
7233         * configure.in: Ditto.
7234
7235         * configure.in: Remove leftover reference to gdbtest.
7236
7237 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
7238
7239         * configure.in (gxx_include_dir):  Change to match versioned
7240         C++ headers if --enable-version-specific-runtime-libs is used.
7241
7242 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
7243
7244         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7245
7246 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7247
7248         * configure.in: Make --without-x work.
7249
7250 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7251
7252         * configure.in: Rearrange target Makefile fragment collection.
7253
7254         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7255         cvs[src].
7256         * configure.in: Ditto.
7257
7258 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
7259
7260         * MAINTAINERS (Write After Approval): Update my e-mail address.
7261
7262 2002-06-24  Ben Elliston  <bje@redhat.com>
7263
7264         * configure.in (host_tools): Remove cgen.
7265
7266         * Makefile.in (all-cgen): Remove; runs from its source directory.
7267         (check-cgen, install-cgen, clean-cgen): Likewise.
7268         (all-opcodes): Do not depend on all-cgen.
7269         (all-sim): Likewise.
7270
7271 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7272
7273         * Makefile.in: Eliminate 'apache' targets.
7274         * configure.in: Eliminate 'apache' targets.
7275
7276         * configure.in: Eliminate redundant tests.  Reorganize.
7277
7278         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7279
7280         * config-ml.in: Eliminate references to Cygnus configure.
7281
7282         * Makefile.in: Eliminate references to building emacs.
7283
7284 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
7285
7286         * MAINTAINERS: Update my email address.
7287
7288 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
7289
7290         * config.if (libstdcxx_incdir): Version C++ headers.
7291         (cxx_incdir): Remove.
7292
7293 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7294
7295         * MAINTAINERS (Write After Approval): Add self.
7296
7297 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
7298
7299         * configure.in: Add support for ip2k.
7300
7301 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
7302
7303         * configure.in: Fix AIX configury bug.
7304
7305 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
7306
7307         * MAINTAINERS (Write After Approval): Add self.
7308
7309 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7310
7311         * configure.in: replace ${topsrcdir} with ${srcdir}
7312
7313         * configure.in: Move definition of libstdcxx_flags
7314         right above usage, rather than waaay earlier.
7315
7316         * configure.in: Pull definition of is_cross_compiler earlier.
7317
7318         * configure.in: Rearrange a little.
7319
7320         * configure.in: Remove references to librx.
7321         * Makefile.in: Remove references to librx.
7322
7323 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
7324
7325         * config.sub: Add support for avr target.
7326         Import from master sources, rev 1.255
7327
7328 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
7329
7330         * configure, .cvsignore:  Revert previous change...
7331         * Makefile:  ...delete.
7332
7333 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7334
7335         * configure.in: Eliminate ${gasdir} variable.
7336
7337 2002-06-18  Dave Brolley  <brolley@redhat.com>
7338
7339         * configure.in: Add support for frv.
7340         * config.sub: Add support for frv.
7341
7342 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7343
7344         * configure:  Remove garbage from previous commit.
7345
7346 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7347
7348         * configure:  For in-source builds, make a subdir and re-exec there.
7349         * Makefile:  New file.  Pass targets through to build directory.
7350         * .cvsignore:  No longer ignore "Makefile".
7351
7352 2002-06-16  Douglas Rupp  <rupp@gnat.com>
7353
7354         * MAINTAINERS (Write After Approval): Add self.
7355
7356 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7357
7358         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7359
7360 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
7361
7362         * configure.in (vax-*-netbsd*): Re-enable gas.
7363
7364 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
7365
7366         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7367         BUILD_PREFIX_1, to correct nomenclature.
7368         * configure: Likewise.
7369
7370         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7371         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7372
7373 2002-05-31  Olaf Hering  <olh@suse.de>
7374
7375         * config-ml.in: Propogate DESTDIR also.
7376
7377 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
7378
7379         * configure.in (vax-*-netbsd*): Don't build gas for this
7380         platform.
7381
7382 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7383
7384         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7385         and libgcj for AVR.
7386
7387 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
7388
7389         * MAINTAINERS (Write After Approval): Add myself.
7390
7391 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7392
7393         * config.guess: Update to 2002-05-22 version.
7394         * config.sub: Likewise.
7395
7396 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7397
7398         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7399         * config-ml.in: Likewise.
7400         * configure: Likewise.
7401         * configure.in: Likewise.
7402
7403 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
7404
7405         * MAINTAINERS: Update my email address.
7406
7407 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
7408
7409         * configure.in: Simplify makefile fragment collection.
7410
7411         * configure.in: Remove code to build emacs.
7412
7413         * configure.in : Remove --srcdir argument from targargs and buildargs
7414         (it's always overridden in the Makefile anyway).  Rearrange a bit.
7415
7416         * configure: Move some logic to configure.in.
7417         * configure.in: Move some logic from configure.
7418
7419 2002-05-11  Tom Tromey  <tromey@redhat.com>
7420
7421         * MAINTAINERS: Reflect libgcj reality.
7422
7423 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
7424
7425         * Makefile.in: Honour DESTDIR.
7426
7427 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
7428
7429         * config.guess: Import 2002-03-20 version.
7430         * config.sub: Import 2002-04-26 version.
7431
7432 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7433
7434         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
7435
7436 2002-05-07  Tim Josling  <tej@melbpc.org.au>
7437
7438         * MAINTAINERS: Add self.
7439
7440 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
7441
7442         * ltmain.sh: Detect and handle object name conflicts
7443         while piecewise linking a static library.
7444
7445 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
7446
7447         * configure.in (noconfigdirs): Don't disable libgcj on
7448         sparc64-*-solaris* and sparcv9-*-solaris*.
7449
7450 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
7451
7452         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7453
7454 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
7455
7456         * configure.in (FLAGS_FOR_TARGET): Do not add
7457         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7458         on i[3456]86-*-linux*.
7459
7460 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
7461
7462         * configure.in (noconfigdirs): Replace [ ] with test.
7463
7464         * configure.in (noconfigdirs): Do not add target-newlib if
7465         target == i[3456]86-*-linux*, and host == target.
7466
7467 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
7468
7469         * configure.in: delete reference to absent file
7470
7471         * configure.in: replace '[' with 'test'
7472
7473         * configure.in: Eliminate references to gash.
7474         * Makefile.in: Eliminate references to gash.
7475
7476         * configure.in: remove useless references to 'pic' makefile fragments.
7477
7478         * configure.in: (*-*-windows*) Finish removing.
7479
7480         * configure.in: Eliminate redundant test for libgui.
7481
7482 2002-04-29  Roger Sayle  <roger@eyesopen.com>
7483
7484         * MAINTAINERS: Add self and realphabetize.  Update entries
7485         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
7486         entry for a29k port maintainer.
7487
7488 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
7489
7490         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7491         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7492
7493 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
7494
7495         * configure.in: remove references to dead files
7496
7497 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
7498
7499         * MAINTAINERS: Add information about purpose of this file.
7500
7501 2002-04-18  Tom Tromey  <tromey@redhat.com>
7502
7503         * configure.in: Disallow configuring libgcj when it is already
7504         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
7505         Solaris 2.8 by default.  For PR libgcj/6158.
7506
7507 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7508
7509         * configure.in:  Move default CC setting out of config/mh-* fragments
7510         directly into here.
7511
7512 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7513
7514         * configure.in: don't even try to configure or make a subdirectory
7515         if there's no configure script for it.
7516
7517 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
7518
7519         * MAINTAINERS: Remove chill maintainers.
7520         * Makefile.in (CHILLFLAGS): Remove.
7521         (CHILL_LIB): Remove.
7522         (TARGET_CONFIGDIRS): Remove libchill.
7523         (CHILL_FOR_TARGET): Remove.
7524         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7525         CHILL_LIB.
7526         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7527         (CHECK_TARGET_MODULES): Likewise.
7528         (INSTALL_TARGET_MODULES): Likewise.
7529         (CLEAN_TARGET_MODULES): Likewise.
7530         (configure-target-libchill): Remove.
7531         (all-target-libchill): Remove.
7532         * configure.in (target_libs): Remove target-libchill.
7533         Do not compute CHILL_FOR_TARGET.
7534         * libchill: Remove directory.
7535
7536 2002-04-11  DJ Delorie  <dj@redhat.com>
7537
7538         * Makefile.in, configure.in: Sync with binutils, entries
7539         follow...
7540
7541 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7542
7543         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
7544         (do-tar, do-bz2): New rules.
7545         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
7546         (gdb-tar): New rule.
7547         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
7548         (insight_dejagnu.tar): New rule.
7549         (insight.tar): New rule.
7550         (gdb+dejagnu.tar): New rule.
7551         (gdb.tar): New rule.
7552
7553 2002-02-01  Mo DeJong  <supermo@bayarea.net>
7554
7555         * Makefile.in: Add all-tix to deps for all-snavigator
7556         so that tix is built when building snavigator.
7557
7558 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
7559
7560         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7561         ld and gdb are not supported.
7562
7563 2002-01-07  Mark Salter  <msalter@redhat.com>
7564
7565         * configure.in: Remove target-bsp and target-cygmon from arm builds.
7566         Allow target-libgloss to be built for arm, strongarm, and xscale.
7567
7568 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
7569
7570         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7571         options for i[3456]86-pc-linux* native builds.
7572
7573 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
7574
7575         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7576         files from .po files for a distribution.
7577
7578 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
7579
7580         * configure.in: Enable libstdc++-v3 for h8300 targets.
7581
7582 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
7583
7584         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
7585         version from bfd/.
7586
7587 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
7588
7589         * Makefile.in (VER): When present, extract the version number from
7590         the file version.in.
7591
7592 2001-05-24  Tom Rix  <trix@redhat.com>
7593
7594         * configure.in : enable ld for aix
7595
7596 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7597
7598         * config.guess: Add linux target for S/390.
7599
7600 2000-11-07  Philip Blundell  <pb@futuretv.com>
7601
7602         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7603
7604 2000-11-03  Philip Blundell  <pb@futuretv.com>
7605
7606         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7607         files.
7608
7609 2001-01-15  Ben Elliston  <bje@redhat.com>
7610
7611         * configure.in (host_tools): Add sid.
7612         Always configure cgen.
7613
7614 2000-11-24  Nick Clifton  <nickc@redhat.com>
7615
7616         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
7617
7618
7619 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
7620
7621         * Makefile.in (ALL_MODULES): Add all-cgen.
7622         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7623         (all-cgen): New target.
7624         (all-opcodes,all-sim): Depend on all-cgen.
7625         * configure.in (host_tools): Add cgen.
7626         Only configure cgen if --enable-cgen-maint.
7627
7628 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
7629
7630         * configure.in: Add *-*-freebsd* configurations.
7631
7632 2002-04-08  Tom Tromey  <tromey@redhat.com>
7633
7634         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7635         Fixes PR libgcj/6068.
7636
7637 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
7638
7639         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7640
7641 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7642
7643         * configure.in (alpha*-dec-osf*): Enable libgcj.
7644
7645 2003-03-27  Matthew Gingell  <gingell@gnat.com>
7646
7647         * MAINTAINERS (Write After Approval): Add myself.
7648
7649 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
7650
7651         Fix for: PR bootstrap/3591, target/5676
7652         * configure.in (mcore-pe): Disable the configuration of
7653         libstdc++-v3 since exceptions are not supported.
7654
7655 2002-03-20  Anthony Green  <green@redhat.com>
7656
7657         * configure.in: Enable libgcj for xscale-elf target.
7658
7659 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
7660
7661         * MAINTAINERS:  Update my email address.
7662
7663 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
7664
7665         * ltmain.sh (relink_command): Fix typo in previous change.
7666
7667 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
7668
7669         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
7670         (relink_command): Added --tag flags.
7671         (mode=install): If relinking fails; error out.
7672
7673 2002-03-12  Richard Henderson  <rth@redhat.com>
7674
7675         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
7676         .NOTPARALLEL tag.
7677         (do-check): Rename from check.
7678         (check): Allow parallel check.
7679
7680 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
7681
7682         * MAINTAINERS: Add myself as maintainer for xtensa port.
7683         Fix alphabetical order in CPU port maintainer list.
7684         Remove myself from Write After Approval list.
7685
7686 2002-03-11  Richard Henderson  <rth@redhat.com>
7687
7688         * Makefile.in (.NOTPARALLEL): Add fake tag.
7689
7690 2002-03-07  H.J. Lu  (hjl@gnu.org)
7691
7692         * configure.in: Enable gprof for mips*-*-linux*.
7693
7694 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
7695
7696         * MAINTAINERS (Write After Approval): Add myself.
7697
7698 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
7699
7700         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7701         libjava.
7702         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7703
7704 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
7705
7706         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7707         because its Makefile is there; test for the executable instead.
7708
7709 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
7710
7711         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7712         libstdc++-v3 and libjava.
7713
7714 2002-02-11  Adam Megacz  <adam@xwt.org>
7715
7716         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7717         boehm-gc
7718
7719 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
7720
7721         * config.guess: Updated to 2002-01-30's version.
7722         * config.sub: Updated to 2002-02-01's version.
7723         Contribute sh64-elf.
7724         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
7725         * configure.in: Added sh64-*-*.
7726
7727 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
7728
7729         * MAINTAINERS: Belatedly add myself to write after approval list.
7730
7731 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
7732
7733         * MAINTAINERS: Put self in as maintainer for x86-64 port.
7734         Remove self as Write After Approval.
7735
7736 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
7737
7738         * MAINTAINERS: Put self in as maintainer for contrib/regression
7739         directory.
7740
7741 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
7742
7743         * MAINTAINERS:  Update my email address.
7744
7745 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
7746
7747         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
7748         target-libiberty, and target-libgloss.  Skip Java-related
7749         libraries if not supported for NetBSD on target CPU.
7750
7751 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
7752
7753         * install-sh: Use _inst.$$_ for temp file name.
7754
7755 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
7756
7757         * MAINTAINERS (Write After Approval): Move my contact info
7758         from here...
7759         (OS Port Maintainers): ...to here (netbsd).
7760
7761 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
7762
7763         * MAINTAINERS (Write After Approval): Add myself.
7764
7765 2002-01-17  H.J. Lu  <hjl@gnu.org>
7766
7767         * Makefile.in (all-fastjar): Also depend on all-libiberty.
7768         (all-target-fastjar): Also depend on all-target-libiberty.
7769
7770 2002-01-16  H.J. Lu  (hjl@gnu.org)
7771
7772         * config.guess: Import from master sources, rev 1.225.
7773         * config.sub: Import from master sources, rev 1.238.
7774
7775 2002-01-16  Kazu Hirata  <kazu@hxi.com>
7776
7777         * MAINTAINERS (Write After Approval): Remove myself.
7778
7779 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
7780
7781         * MAINTAINERS (Write After Approval): Add myself.
7782
7783 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
7784
7785         * MAINTAINERS: Add self as docs co-maintainer.
7786
7787 2001-12-11  Matthias Klose  <doko@debian.org>
7788
7789         * MAINTAINERS (Write After Approval): Add myself.
7790
7791 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
7792
7793         * MAINTAINERS: Update my email address.
7794
7795 2001-12-07  Turly O'Connor  <turly@apple.com>
7796         * MAINTAINERS (Write After Approval): Add myself.
7797         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
7798         (rs6000_initialize_trampoline): Call __trampoline_setup for
7799         ABI_DARWIN too.
7800         * darwin-tramp.asm: New file, implements __trampoline_setup.
7801         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
7802
7803 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
7804
7805         * MAINTAINERS (Write After Approval): Add myself.
7806
7807 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
7808
7809         * configure, configure.in: Use temp file for long sed commands.
7810
7811 2001-12-03  Laurent Guerby  <guerby@acm.org>
7812
7813         * config.sub: Update to version 1.232 on subversion.
7814
7815 2001-12-03  Ben Elliston  <bje@redhat.com>
7816
7817         * MAINTAINERS: Update mail address for config.* patches.
7818
7819 2001-11-27  DJ Delorie  <dj@redhat.com>
7820             Zack Weinberg  <zack@codesourcery.com>
7821
7822         When build != host, create libiberty for the build machine.
7823
7824         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7825         CONFIG_ARGUMENTS.
7826         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7827         New variables.
7828         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7829         and rules.
7830         (all.normal): Depend on ALL_BUILD_MODULES.
7831         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7832         (all-build-libiberty): Depend on configure-build-libiberty.
7833
7834         * configure: Calculate and substitute proper value for
7835         ALL_BUILD_MODULES.
7836         * configure.in: Create the build subdirectory.
7837         Calculate and substitute TARGET_CONFIGARGS (formerly
7838         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7839
7840 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
7841
7842         * MAINTAINERS (write-after-approval): Add self.
7843
7844 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
7845
7846         * MAINTAINERS (GNATS only accounts): Remove self.
7847
7848 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
7849
7850         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7851         libf2c.
7852
7853 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
7854
7855         * MAINTAINERS (Write After Approval): Add self.
7856
7857 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
7858
7859         * MAINTAINERS: mips and s390 are also CPU ports.
7860
7861 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
7862
7863         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
7864
7865 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
7866
7867         * MAINTAINERS: Alphabetize.
7868
7869 2001-11-09  Kazu Hirata  <kazu@hxi.com>
7870
7871         * MAINTAINERS (Various maintainers: h8 port): Add myself.
7872
7873 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7874
7875         * MAINTAINERS (Various maintainers: hppa port): Added myself.
7876
7877 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
7878
7879         * configure.in (--enable-languages): Be more permissive about
7880         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
7881
7882 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
7883
7884         * config.sub: Import from master sources, rev. 1.230.
7885         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
7886
7887 2001-11-07  Laurent Guerby  <guerby@acm.org>
7888
7889         * MAINTAINERS (Write After Approval): Add self.
7890
7891 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
7892
7893         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7894
7895 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
7896
7897         * config.sub: Import from master sources, rev 1.226.
7898         * config.guess: Import from master sources, rev 1.216.
7899
7900 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
7901
7902         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7903         * MAINTAINERS: Add self as maintainer of MMIX port.
7904         Remove old after-approval entry.
7905
7906 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
7907
7908         * ChangeLog, configure: Fix spelling errors.
7909
7910 2001-10-20  Brendan Kehoe  <brendan@zen.org>
7911
7912         * MAINTAINERS: Tweak my address.
7913
7914 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
7915
7916         * MAINTAINERS: Update my email address.
7917
7918 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
7919
7920         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7921         * MAINTAINERS: Add self as maintainer of CRIS port.
7922
7923 2001-10-10  Geert Bosch  <bosch@gnat.com>
7924
7925         * MAINTAINERS (Various maintainers: Ada front end):
7926         Added Robert Dewar.
7927
7928 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
7929
7930         * MAINTAINERS (Write After Approval): Added self
7931
7932 2001-10-02  Geert Bosch  <bosch@gnat.com>
7933
7934         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7935
7936 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
7937
7938         * configure: Handle temporary files securely using mkdir.
7939
7940 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
7941
7942         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7943
7944 2001-09-26  Will Cohen  <wcohen@redhat.com>
7945
7946         * configure.in (*-*-linux*): Disable configuration of target-newlib
7947         and target-libgloss.
7948
7949 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
7950
7951         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7952         RANLIB.
7953
7954 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
7955
7956         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7957         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7958         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7959         avoid quotes nesting problems.
7960         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7961         (DO_X): Export only variables that are set.
7962
7963 2001-09-19  Ben Elliston  <bje@redhat.com>
7964
7965         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7966         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7967         semantics.  Use the shell built-in "type" command instead.
7968
7969 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
7970
7971         Merged from gcc-3_0-branch:
7972         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
7973         * ltcf-c.sh: Use $objext, not $ac_objext.
7974         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
7975         * ltcf-cxx.sh: Add support for GNU.
7976         2001-07-22  Timothy Wall  <twall@redhat.com>
7977         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
7978         default settings if using GNU tools with that configuration.
7979         * ltcf-cxx.sh: Ditto.
7980         * ltcf-gcj.sh: Ditto.
7981         2001-07-21  Michael Chastain  <chastain@redhat.com>
7982         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7983         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
7984         * ltmain.sh: Mark as gcc-local.
7985
7986 2001-08-30  Eric Christopher  <echristo@redhat.com>
7987             Jason Eckhardt  <jle@redhat.com>
7988
7989         * config.guess: Merge from master sources.
7990         * config.sub: Merge from master sources, add support for mipsisa32.
7991
7992 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
7993         * config.sub: Merge from master sources, rev 1.219.
7994         * MAINTAINERS: Add self as contact for stormy16 port.
7995
7996 2001-08-14  Zack Weinberg  <zackw@panix.com>
7997
7998         * config.sub: Merge from master sources, rev 1.218.
7999         * config.guess: Merge from master sources, rev 1.209.
8000
8001 2001-08-11  Graham Stott  <grahams@redhat.com>
8002
8003         * Makefile.in (check-c++): Add missing semicolon.
8004
8005 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
8006
8007         * MAINTAINERS (Various maitainers: predict.def): Added myself.
8008
8009 2001-07-30  Eric Christopher  <echristo@redhat.com>
8010
8011         * MAINTAINERS (Various maintainers: mips port): Added myself.
8012
8013 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
8014
8015         * configure.in (sh-*-linux*): New.
8016
8017 2001-07-27  Richard Henderson  <rth@redhat.com>
8018
8019         * .cvsignore: Add LAST_UPDATED.
8020
8021 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
8022
8023         * MAINTAINERS (Various maintainers: s390 port): Added myself.
8024
8025 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
8026
8027         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
8028
8029 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
8030
8031         * MAINTAINERS (Write After Approval): Added myself.
8032
8033 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8034
8035         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8036         and libgcj on m68hc11/m68hc12.
8037
8038 2001-06-27  H.J. Lu  (hjl@gnu.org)
8039
8040         * Makefile (CFLAGS_FOR_BUILD): New.
8041         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8042
8043 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8044
8045         * README: Remove version number.
8046
8047 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8048
8049         * INSTALL/README: Update wrt. to the installation instructions now
8050         residing in gcc/doc/install.texi.
8051
8052 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8053
8054         * README: Replace with a cut-down and updated version of gcc/README.
8055
8056 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
8057
8058         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
8059         multilibs to be disabled.
8060
8061 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
8062
8063         * MAINTAINERS (Write After Approval): Add myself.
8064
8065 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
8066
8067         * config.guess: Import CVS version 1.195.
8068         * config.sub: Import CVS version 1.212.
8069
8070 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
8071
8072         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8073         gcc/xgcc is built, use -print-prog-name to find out the program
8074         name to use.
8075
8076 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
8077
8078         * config.guess:  Import CVS version 1.194.  All gcc-local changes
8079         appear to also be in the master copy.
8080         * config.sub:  Import CVS version 1.211.
8081
8082 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
8083
8084         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8085         with_gcc]: Use `gcc -shared' to build a shared library.
8086
8087 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8088
8089         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8090         archives.
8091
8092 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8093
8094         * MAINTAINERS (Write After Approval): Add myself.
8095
8096 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
8097
8098         * configure.in (libstdcxx_flags): Do not try to execute
8099         libstdc++-v3/testsuite_flags until it exists.
8100
8101 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
8102
8103         * MAINTAINERS: Update my email address.
8104
8105 2001-05-31  Graham Stott  <grahams@redhat.com>
8106
8107         * MAINTAINERS (Write After Approval): Add myself.
8108
8109 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
8110
8111         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
8112         libraries when using g++ with native linker.
8113
8114 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
8115
8116         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8117
8118 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
8119
8120         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8121         [aix4*|aix5*]: Prepend blank.
8122
8123 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
8124
8125         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8126         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
8127         of subdir/configure scripts to use the new libtool.m4.
8128
8129 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
8130
8131         * MAINTAINERS (Write After Approval): Add myself.
8132
8133 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
8134
8135         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8136
8137 2001-05-11  Ben Elliston  <bje@redhat.com>
8138
8139         * Makefile.in (all-sid): New target.
8140         (check-sid, clean-sid, install-sid): Likewise.
8141
8142 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
8143
8144         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8145
8146 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8147
8148         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8149         libgcj.
8150
8151 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8152
8153         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8154         gcc/xgcc is built, use -print-prog-name to find out the program
8155         name to use.
8156
8157 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
8158
8159         * configure.in (noconfigdirs): Don't reset it from scratch in the
8160         target case; only append to it.
8161
8162         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8163         sparc-*-solaris2.8]: Disable ${libgcj}.
8164
8165 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
8166
8167         * configure.in (libgcj_saved): Copy from $libgcj.
8168         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8169         --disable-libgcj.
8170
8171 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
8172
8173         * MAINTAINERS: Remove self as MIPS maintainer and
8174         C front end maintainer.
8175
8176 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
8177
8178         * configure.in: Move *-chorusos target case to the proper switch.
8179         Disable libgcj.
8180
8181 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8182
8183         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8184         1.641.2.228.
8185
8186 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8187
8188         * Makefile.in (STAGE1_CFLAGS): Pass down.
8189
8190 2001-04-13  Alan Modra  <amodra@one.net.au>
8191
8192         * config.guess: Add hppa64-linux support.  Note for next import that
8193         this is already in the master file.
8194         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
8195
8196 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8197
8198         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8199         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8200
8201 2001-04-11  Stan Shebs  <shebs@apple.com>
8202
8203         * MAINTAINERS: Add self as Darwin port maintainer.
8204
8205 2001-04-11  Alan Modra  <amodra@one.net.au>
8206
8207         * MAINTAINERS: Update my email address.
8208
8209 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
8210
8211         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8212         recent versions of FreeBSD (release 3 or later).
8213         * ltconfig: On FreeBSD, -lc must not be provided when building
8214         a shared library or else the standard -pthread gcc option is
8215         rendered worthless to later users of the built library.
8216
8217 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8218
8219         * MAINTAINERS: Add self and RTH as C front end maintainers.
8220
8221 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
8222
8223         * config.sub: Make sure to match an already-canonicalized
8224         machine name (eg. mn10300-unknown-elf).
8225
8226 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
8227
8228         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8229         New macros.
8230         (bootstrap, cross): Use RECURSE_FLAGS.
8231         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8232
8233 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
8234
8235         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8236
8237 2001-03-22  Colin Howell  <chowell@redhat.com>
8238
8239         * Makefile.in (DO_X): Do not backslash single-quotes in
8240         backquotes (two places).
8241
8242 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8243
8244         Re-installed:
8245         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8246         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8247         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8248         * ltcf-cxx.sh: Likewise.
8249         * ltcf-gcj.sh: Likewise.
8250
8251 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8252
8253         * MAINTAINERS: Add myself as "documentation co-maintainer".
8254
8255 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8256
8257         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8258         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8259
8260 2001-03-19  Tom Tromey  <tromey@redhat.com>
8261
8262         * config-ml.in: Handle GCJ and GCJFLAGS.
8263
8264 2001-03-21  Michael Chastain  <chastain@redhat.com>
8265
8266         * Makefile.in: all-m4 depends on all-texinfo.
8267
8268 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
8269
8270         * MAINTAINERS: Add myself to write after approval list.
8271
8272 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
8273
8274         * Makefile.in (DO_X): Quote nested quotes.
8275
8276 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
8277
8278         * MAINTAINERS: Add myself to write after approval list.
8279
8280 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
8281
8282         * Makefile.in (DO_X): Use double quotes for quoting
8283         "RANLIB=$${RANLIB}".
8284
8285 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
8286
8287         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
8288
8289 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
8290
8291         * configure.in: Only use `lang_requires' for languages athat are
8292         actually enabled.
8293
8294 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
8295
8296         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
8297
8298 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
8299
8300         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8301
8302 2001-03-07  Tom Tromey  <tromey@redhat.com>
8303
8304         * configure.in: Allow config-lang.in to set `lang_requires' to list
8305         of other required languages.
8306
8307 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
8308
8309         * Makefile.in: Remove RANLIB definition. Use RANLIB
8310         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8311         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8312
8313 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
8314             Alexandre Oliva  <aoliva@redhat.com>
8315
8316         * Makefile.in (check-c++): Use tabs, not spaces.
8317
8318 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
8319
8320         * MAINTAINERS: add myself to Write After Approval list.
8321
8322 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
8323
8324         * Makefile.in (check-c++): New rule.
8325
8326         * configure.in (target_libs): Remove libg++.
8327         (noconfigdirs): Remove libg++.
8328         (noconfigdirs): Same.
8329         (noconfigdirs): Same.
8330         (noconfigdirs): Same.
8331
8332         * config-ml.in: Remove libg++ references.
8333
8334         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8335         (ALL_TARGET_MODULES): Same.
8336         (configure-target-libg++): Remove.
8337         (all-target-libg++): Remove.
8338         (configure-target-libio): Remove.
8339         (all-target-libio): Remove.
8340         (check-target-libio): Remove.
8341         (.PHONY): Remove.
8342         (libg++.tar.bz2): Remove.
8343         (all-target-cygmon): Remove libio.
8344         (all-target-libstdc++): Remove.
8345         (configure-target-libstdc++): Remove.
8346         (TARGET_LIB_PATH): Remove libstdc++.
8347         (ALL_GCC_CXX): Remove libstdc++.
8348         (all-target-gperf): Correct.
8349
8350 2001-02-16  Nick Clifton  <nickc@redhat.com>
8351
8352         * configure.in (noconfigdirs): Allow configuration of texinfo
8353         for Cygwin hosts.
8354
8355 2001-02-15  Anthony Green  <green@redhat.com>
8356
8357         * configure: Introduce GCJ_FOR_TARGET.
8358         * configure.in: Ditto.
8359         * Makefile.in: Ditto.
8360
8361 2001-02-13  Andreas Schwab  <schwab@suse.de>
8362
8363         * MAINTAINERS: Update mail address.
8364
8365 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8366
8367         * config.guess: Add linux target for S/390.
8368         * config.sub: Likewise.
8369
8370 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
8371
8372         * configure.in: for *-chorusos, don't config target-newlib and
8373         target-libgloss.
8374
8375 2001-02-06  Ben Elliston  <bje@redhat.com>
8376
8377         * configure: Output host type to stdout, not stderr.
8378
8379 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
8380
8381         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
8382         * ltcf-cxx.sh: Likewise.
8383
8384         * config.if: Assume enable_libstdcxx_v3 is defined.
8385
8386 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
8387
8388         Remove V2 C++ library.
8389         * configure.in: Remove --enable-libstdcxx_v3 support.
8390
8391 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
8392
8393         * include/demangle.h: Add prototype for java_demangle_v3.
8394
8395 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
8396
8397         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
8398
8399 2001-01-27  Richard Henderson  <rth@redhat.com>
8400
8401         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8402
8403 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8404
8405         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8406         Don't unset, it's non-portable and no longer necessary, set to empty
8407         instead.
8408
8409 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8410
8411         * ltconfig: Shell portability fix for the tagname validity check.
8412
8413 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
8414
8415         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8416         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8417
8418 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8419
8420         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8421
8422 2001-01-26  Tom Tromey  <tromey@redhat.com>
8423
8424         * configure.in: Allow libgcj to be built on Sparc Solaris.
8425
8426 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
8427
8428         * ltcf-c.sh: Add aix5 case.
8429         * ltcf-cxx.sh: Likewise.
8430         * ltconfig: Likewise.
8431
8432 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
8433
8434         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8435         keep at least one of build_libtool_libs or build_old_libs set to
8436         yes.
8437
8438         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8439         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8440
8441 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
8442
8443         * configure.in: Enable libgcj on several additional platforms.
8444
8445 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
8446
8447         * configure.in: Enable libgcj for linux targets.
8448
8449 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8450
8451         * MAINTAINERS (Write After Approval): Add myself.
8452
8453 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8454
8455         * MAINTAINERS: Add myself as vax port maintainer.
8456
8457 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
8458
8459         * MAINTAINERS: Add myself as Mercury front-end maintainer.
8460
8461 2001-01-09  Mike Stump  <mrs@wrs.com>
8462
8463         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8464         failures of subdirectories.
8465
8466 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8467
8468         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8469         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8470         * ltcf-cxx.sh: Likewise.
8471         * ltcf-gcj.sh: Likewise.
8472         * ltconfig.sh: Fix typo.
8473
8474 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8475
8476         * configure: handle DOS-style absolute paths.
8477
8478 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8479
8480         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8481
8482 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
8483
8484         * MAINTAINERS: Add myself as avr port co-maintainer.
8485
8486 2000-12-28  Ben Elliston  <bje@redhat.com>
8487
8488         * MAINTAINERS: Add myself under ``Write After Approval''.
8489
8490 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
8491
8492         * texinfo: Remove directory from GCC.
8493
8494 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8495
8496         * COPYING: Update to current
8497         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
8498         to 19yy as example year in copyright notice).
8499
8500 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
8501
8502         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8503         (libstdcxx_incdir): Pass down.
8504         * config.if: Remove expired bits for cxx_interface, add stub.
8505         (libstdcxx_incdir): Add variable for g++ include directory.
8506         * configure.in (gxx_include_dir): Use it.
8507
8508 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
8509
8510         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
8511         with old-email address from ``Write After Approval''.
8512
8513 2000-12-15  Andreas Jaeger  <aj@suse.de>
8514
8515         * configure.in: Handle lang_dirs.
8516
8517 2000-12-14  Tom Tromey  <tromey@redhat.com>
8518
8519         * MAINTAINERS: Removed brads.
8520
8521         * MAINTAINERS: Added gcj developers.
8522
8523 2000-12-13  Anthony Green  <green@redhat.com>
8524
8525         * configure.in: Disable libgcj for any target not specifically
8526         listed.  Disable libgcj for x86 and Alpha Linux until compatible
8527         with g++ abi.
8528
8529 2000-12-13  Mike Stump  <mrs@wrs.com>
8530
8531         * Makefile.in (local-distclean): Also remove fastjar.
8532
8533 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
8534
8535         * contrib/gcc_update: Add fastjar --touch entries.
8536
8537 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
8538
8539         * configure.in: Disable language-specific target libraries for
8540         languages that aren't enabled.
8541
8542 2000-12-10  Anthony Green  <green@redhat.com>
8543
8544         * configure.in: Define libgcj.  Disable libgcj target libraries for
8545         most targets.
8546
8547 2000-12-10  Neil Booth  <neilb@earthling.net>
8548
8549         * MAINTAINERS: Update mail address, remove from WAA list.
8550
8551 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8552
8553         * libjava: Imported from /cvs/java.
8554         * libffi: Likewise.
8555         * Boehm-gc: Likewise.
8556
8557 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8558
8559         * configure.in (target_libs): Revert 2000-12-08 patch.
8560         (noconfigdirs): Added target-libjava.
8561
8562 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8563
8564         * djunpack.bat: removed.
8565
8566 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8567
8568         * Makefile.in: handle DOS-style absolute paths.
8569         * config-ml.in: likewise.
8570         * symlink-tree: likewise.
8571
8572 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8573
8574         * fastjar: Imported.
8575
8576 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8577
8578         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8579         libjava.
8580         * configure.in (target_libs): Removed `target-libjava'.
8581
8582 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8583
8584         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8585         (ALL_MODULES): Added fastjar.
8586         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8587         (all-target-libjava): all-fastjar replaces all-zip.
8588         (all-fastjar): Added.
8589         (configure-target-fastjar, all-target-fastjar): Likewise.
8590         * configure.in (host_tools): Added fastjar.
8591
8592 2000-12-07  Mike Stump  <mrs@wrs.com>
8593
8594         * Makefile.in (local-distclean): Remove leftover built files.
8595
8596 2000-11-24  Nick Clifton  <nickc@redhat.com>
8597
8598         * configure.in (xscale-elf): Add target.
8599         (xscale-coff): Add target.
8600
8601 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
8602
8603         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8604         recent versions of FreeBSD (release 3 or later).
8605         * ltconfig: On FreeBSD, -lc must not be provided when building
8606         a shared library or else the standard -pthread gcc option is
8607         rendered worthless to later users of the built library.
8608
8609 2000-11-16  Fred Fish  <fnf@be.com>
8610
8611         * configure.in (enable_libstdcxx_v3): Fix typo,
8612         libstd++ -> libstdc++.
8613
8614 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8615
8616         * MAINTAINERS: Add self to Write After Approval list.
8617
8618 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
8619
8620         * MAINTAINERS: Update my email address.  Add myself to global write
8621         privs list.
8622
8623 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
8624
8625         * Makefile.in: Merge with src and libgcj.
8626         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
8627         configure-target-<library> when their configure scripts need the C
8628         or C++ library to have already been built to work properly.
8629         (do_proto_toplev): Set them to an empty string.
8630
8631         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8632         (REALLY_SET_LIB_PATH): Use them.
8633
8634 2000-11-17  Stan Shebs  <shebs@apple.com>
8635
8636         * MAINTAINERS: Add self to Write After Approval list.
8637
8638 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8639
8640         * configure: Provide the original toplevel configure arguments
8641         (including $0) to subprocesses in the environment rather than
8642         through gcc/configargs.h.
8643
8644 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8645
8646         * MAINTAINERS: Remove references to cccp. Change C9X reference to
8647         C99.  Alphabetise "Write After Approval" list.
8648
8649 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
8650
8651         * configure: Turn on libstdc++ V3 by default.
8652
8653         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
8654         if we've got GCC.
8655
8656 2000-11-11  Philip Blundell  <philb@gnu.org>
8657
8658         * MAINTAINERS: Add self to Write After Approval list.
8659
8660 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
8661
8662         * ltcf-c.sh (aix4): Improve shared library configuration; require
8663         exporting symbols.
8664         * ltcf-cxx.sh (aix4): Define.
8665         * ltconfig (aix4): Define library and soname specs appropriate for
8666         AIX.  Define command to create export symbols list.
8667
8668 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
8669
8670         * config.sub: Add support for Sun Chorus
8671
8672 2000-10-31  Nick Clifton  <nickc@redhat.com>
8673
8674         * MAINTAINERS: Rename <name>@cygnus.com addresses to
8675         <name>@redhat.com.  Also installed new email address for Clint
8676         Popetz.
8677
8678 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
8679
8680         * etc: Remove directory from GCC.
8681
8682 2000-10-16  Michael Meissner  <meissner@redhat.com>
8683
8684         * configure (gcc/configargs.h): Only create if there is a build GCC
8685         directory created.
8686
8687 2000-10-16  Matthias Klose  <doko@debian.org>
8688
8689         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
8690         when configured for libstdc++-v3.
8691
8692 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
8693
8694         * configure: Save configure arguments to gcc/configargs.h.
8695
8696 2000-10-04  Philipp Thomas  <pthomas@suse.de>
8697
8698         * config.guess: Import CVS version 1.157.
8699         * config.sub: Import CVS version 1.181.
8700
8701 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
8702
8703         * Makefile.in (bootstrap): avoid recursion if subdir missing
8704         (cross): ditto
8705         (do-proto-toplev): ditto
8706
8707 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
8708
8709         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
8710         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
8711
8712         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
8713         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
8714         all affected `configure' scripts.
8715
8716 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
8717
8718         * MAINTAINERS: Add self as cpplib co-maintainer.
8719
8720 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
8721
8722         * MAINTAINERS: Add self to Write After Approval list.
8723
8724 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8725
8726         * INSTALL/README: egcs -> GCC update.
8727
8728 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
8729
8730         * MAINTAINERS: Add myself to Write After Approval list.
8731
8732 2000-09-15  Kazu Hirata  <kazu@hxi.com>
8733
8734         * MAINTAINERS: Add myself to Write After Approval list.
8735
8736 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
8737
8738         * configure.in: Do not build byacc for hppa64.  Provide paths to the
8739         X11 libraries for hppa64.
8740
8741 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8742
8743         * MAINTAINERS: Add myself as 68hc11 port maintainer.
8744
8745 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
8746
8747         * Makefile.in (all-zlib): Added dummy target.
8748
8749         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8750         ltcf-gcj.sh: Updated from libtool multi-language branch.
8751
8752 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
8753
8754         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8755         (bootstrap*): Depend on all-bootstrap.
8756
8757 2000-09-05  Philipp Thomas  <pthomas@suse.de>
8758
8759         * config.guess: Import CVS version 1.156.
8760         * config.sub: Import CVS version 1.179.
8761
8762 2000-09-02  Anthony Green  <green@cygnus.com>
8763
8764         * Makefile.in (all-gcc): Depend on all-zlib.
8765         (CLEAN_MODULES): Add clean-zlib.
8766         (ALL_MODULES): Add all-zlib.
8767         * configure.in (host_libs): Add zlib.
8768
8769 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
8770
8771         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8772         crosses, but add gcc/include to the header search path for them.
8773
8774 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
8775
8776         * MAINTAINERS: Add self to Write After Approval list.
8777
8778 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8779
8780         * config.guess: Import CVS version 1.152.
8781         * config.sub: Import CVS version 1.177.
8782
8783 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
8784
8785         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8786         $targargs to tell whether newlib is going to be built.
8787
8788         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8789         $$r/TARGET_SUBDIR/libio for _G_config.h.
8790
8791 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
8792
8793         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
8794
8795 2000-08-22  DJ Delorie  <dj@redhat.com>
8796
8797         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
8798
8799 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
8800
8801         * config-ml.in (CC, CXX): Avoid trailing whitespace.
8802         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8803         sub-configures.
8804
8805 2000-08-21  DJ Delorie  <dj@redhat.com>
8806
8807         * MAINTAINERS: Add self as a libiberty maintainer
8808
8809 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
8810
8811         * configure.in (libstdcxx_flags): Use
8812         libstdc++-v3/src/libstdc++.INC.
8813
8814 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
8815
8816         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8817
8818 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
8819
8820         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8821
8822         * configure: Make enable_threads and enable_shared defaults
8823         explicit.  Substitute enable_threads into generated Makefiles.
8824         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8825         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8826
8827 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
8828
8829         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
8830
8831 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
8832
8833         * config-ml.in (CC): Remove bogus duplicate quotation mark from
8834         previous delta.
8835
8836 2000-08-11  Jason Merrill  <jason@redhat.com>
8837
8838         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8839         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8840         (FLAGS_FOR_TARGET): Not here.
8841         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8842
8843 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
8844
8845         * config-ml.in (CC, CXX): Don't introduce a leading space.
8846
8847 2000-08-07  DJ Delorie  <dj@delorie.com>
8848
8849         * MAINTAINERS: Add self as a DJGPP maintainer
8850
8851 2000-08-07  DJ Delorie  <dj@redhat.com>
8852
8853         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8854         "if we're also building gcc, and it's a gcc that will run on the
8855         build machine, we want to use its includes instead of the system's
8856         default includes".
8857
8858 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
8859
8860         * MAINTAINERS: Add self to Write After Approval list.
8861
8862 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
8863
8864         * configure.in (libstdcxx_flags): Don't use `"'.
8865
8866         * config-ml.in: Adjust multilib search paths to the
8867         appropriate multilib tree.
8868
8869 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
8870
8871         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8872         commas in $LANGUAGES.
8873
8874 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
8875
8876         * configure.in: Re-enable all references to libg++ and librx.
8877
8878 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
8879
8880         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
8881         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
8882         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
8883         * ltcf-cxx.sh (need_lc): Set based on postdeps.
8884
8885         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8886
8887 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
8888
8889         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8890         CXX_FOR_TARGET for sed.
8891
8892 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
8893
8894         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8895         Do not override if already set in the environment or in configure.
8896         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8897         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8898
8899 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
8900
8901         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
8902         the libtool CVS tree multi-language branch.
8903         * ltconfig, ltmain.sh: Updated.
8904
8905 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
8906
8907         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
8908         (clean-target): Depend on it.
8909
8910         * Makefile.in (FLAGS_FOR_TARGET): New macro.
8911         (GCC_FOR_TARGET): Use it.
8912         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8913         * configure.in: ... here.
8914         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
8915         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8916
8917 2000-07-24  Eric Christopher  <echristo@cygnus.com>
8918
8919         * MAINTAINERS: Add self to Write After Approval list.
8920
8921 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
8922
8923         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8924         (configure-target-libchill, configure-target-libobjc): Likewise.
8925
8926         * configure.in: Use the same cache file for all target libs.
8927         * config-ml.in: But different cache files per multilib variant.
8928
8929 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8930
8931         * configure (topsrcdir): Don't use dirname.
8932
8933 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
8934
8935         * MAINTAINERS: Add self to Write After Approval list.
8936
8937 2000-07-20  Jason Merrill  <jason@redhat.com>
8938
8939         * configure.in: Remove all references to libg++ and librx.
8940
8941         * configure, configure.in, Makefile.in: Unify gcc and binutils.
8942
8943 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
8944
8945         * config.sub: Update to subversions version 2000-07-06.
8946
8947 2000-07-12  Andrew Haley  <aph@cygnus.com>
8948
8949         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8950         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8951
8952 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
8953
8954         * symlink-tree:  Check number of arguments.
8955
8956 2000-07-05  Jim Wilson  <wilson@cygnus.com>
8957
8958         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8959         search path for a g++ extracted from the build tree.  This
8960         will allow link tests run by configure scripts in
8961         subdirectories to succeed.
8962
8963 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
8964
8965         * ltconfig: Add support for mips-dde-sysv4.2MP
8966
8967 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8968
8969         * MAINTAINERS: Add myself as loop discovery maintainer.
8970
8971 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
8972
8973         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8974         `os2'. Force ac_cv_exeext to be ".exe" in that case.
8975
8976 2000-06-19  Timothy Wall  <twall@cygnus.com>
8977
8978         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8979         * config.sub: Add tic54x target.
8980
8981 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
8982
8983         * MAINTAINERS: Add self as Fortran maintainer,
8984         remove Craig Burley.
8985
8986 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8987
8988         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8989         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8990
8991 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
8992
8993         * MAINTAINERS: Add self as i18n maintainer
8994
8995 20000-05-21  H.J. Lu  (hjl@gnu.org)
8996
8997         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8998         directory are used if they exist. Make sure
8999         $(build_tooldir)/include is searched for header files,
9000         $(build_tooldir)/lib/ for library files.
9001         (GCC_FOR_TARGET): Likewise.
9002         (CXX_FOR_TARGET): Likewise.
9003
9004 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
9005
9006         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9007
9008 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
9009
9010         * Makefile.in (configure-target-libiberty): Depend on
9011         configure-target-newlib.
9012
9013 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
9014
9015         * configure.in, Makefile.in: Merge all libffi-related
9016         configury stuff from the libgcj tree.
9017
9018 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9019
9020         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9021         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9022
9023 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9024
9025         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9026         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9027         current version information.  Add to proto-toplev directory.
9028         (gdb-taz): Build do-djunpack.
9029
9030 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
9031
9032         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9033
9034 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9035
9036         * MAINTAINERS: Add self to Write After Approval list.
9037
9038 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9039
9040         * ltmain.sh: Preserve in relink_command any environment
9041         variables that may affect the linker behavior.
9042
9043 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
9044
9045         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9046
9047 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
9048
9049         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9050
9051 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
9052
9053         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9054         with the version name.
9055
9056 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
9057
9058         * MAINTAINERS: Add self as bb-reorder maintainer.
9059
9060 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
9061
9062         * config.if: Tweak.
9063
9064 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
9065
9066         * djunpack.bat: New file.
9067
9068 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9069
9070         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9071         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9072         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9073         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9074
9075 2000-04-16  Dave Pitts  <dpitts@cozx.com>
9076
9077         * config.sub (case $basic_machine): Change default for "ibm-*"
9078         to "openedition".
9079
9080 2000-04-13  Andreas Jaeger  <aj@suse.de>
9081
9082         * MAINTAINERS: Added myself.
9083
9084 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9085
9086         * Makefile.in (gdb-taz): New target.  GDB specific archive.
9087         (do-md5sum): New target.
9088         (MD5PROG): Define.
9089         (PACKAGE): Default to TOOL.
9090         (VER): Default to a shell script.
9091         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
9092         md5 checksum generation.
9093         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9094         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9095         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9096         insight.tar.bz2): Use gdb-taz to create archive.
9097
9098 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9099
9100         * configure (warn_cflags): Delete.
9101
9102 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
9103
9104         * MAINTAINERS: Added myself.
9105
9106 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
9107             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
9108
9109         * configure.in (enable_libstdcxx_v3): Add.
9110         (target_libs): Add bits here to switch between libstdc++-v2 and
9111         libstdc++-v3.
9112         * config.if: And this file too.
9113         * Makefile.in: Add libstdc++-v3 targets.
9114
9115 2000-04-05  Michael Meissner  <meissner@redhat.com>
9116
9117         * config.sub (d30v): Add d30v as a basic machine type.
9118
9119 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
9120
9121         * configure.in: -linux-gnu*, not -linux-gnu.
9122
9123 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9124
9125         * MAINTAINERS: Add self in write-after-approval section.
9126
9127 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
9128
9129         * MAINTAINERS: Add self as ia64 port maintainer.
9130
9131 2000-03-08  Neil Booth  <NeilB@earthling.net>
9132
9133         * MAINTAINERS: Add self in write-after-approval section.
9134
9135 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9136
9137         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9138         (do-tar-bz2): Replace TOOL with PACKAGE.
9139         (gdb.tar.bz2): Remove GDBTK from GDB package.
9140         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9141         dejagnu.tar.bz2): New packages.
9142
9143 2000-02-27  Andreas Jaeger  <aj@suse.de>
9144
9145         * configure.in: Add entry for mips*-*-linux*, move catch all
9146         *-*-*linux* entry below this one.
9147
9148 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
9149
9150         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9151
9152 2000-02-24  Nick Clifton  <nickc@cygnus.com>
9153
9154         * config.sub: Support an OS of "wince".
9155
9156 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9157
9158         * config.guess, config.sub: Updated to match config's 2000-02-15
9159         version.
9160
9161 2000-02-23  Linas Vepstas  <linas@linas.org>
9162
9163         * config.sub: Add support for Linux/IBM 370.
9164         * configure.in: Likewise.
9165
9166 2000-02-22  Nick Clifton  <nickc@cygnus.com>
9167
9168         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9169
9170 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
9171
9172         * config.guess: Guess "cygwin" rather than "cygwin32".
9173
9174 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9175
9176         * configure (gcc_version): When setting, narrow search to
9177         lines containing `version_string'.
9178
9179 2000-02-15  Denis Chertykov  <denisc@overta.ru>
9180
9181         * config.sub: Add support for avr target.
9182
9183 2000-02-14  Nick Clifton  <nickc@cygnus.com>
9184
9185         * MAINTAINERS: Add maintainers for MCore port.
9186
9187 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9188
9189         * config.sub: Add mmix-knuth-mmixware.
9190
9191 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9192
9193         * MAINTAINERS: Pair cccp with cpplib maintainership.
9194
9195 2000-01-27  Christopher Faylor  <cgf@redhat.com>
9196
9197         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9198         structure stuff to -L library search.
9199         (CXX_FOR_TARGET): Ditto.
9200         (CROSS_CHECK_MODULES): Fix spelling mistake.
9201
9202 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
9203
9204         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9205         the C++ compiler.
9206
9207 2000-01-12  Richard Henderson  <rth@cygnus.com>
9208
9209         * configure.in: Don't build some bits for beos.
9210
9211 2000-01-12  Joel Sherrill (joel@OARcorp.com)
9212
9213         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9214         as include files.
9215
9216 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
9217
9218         * Add self as cpplib maintainer, as requested by Jason
9219         Merrill.  Correct my e-mail address.
9220
9221 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
9222
9223         * configure.in: Use mt-aix43 to handle *_TARGET defs,
9224         not mh-aix43.
9225
9226 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
9227
9228         * MAINTAINERS: Add myself to "write after approval" list.
9229
9230 1999-12-14  Richard Henderson  <rth@cygnus.com>
9231
9232         * config.guess (alpha-osf, alpha-linux): Detect ev67.
9233         * config.sub: Accept alphaev[78], alphaev8.
9234
9235 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9236
9237         * config.guess, config.sub: Update from autoconf.
9238
9239 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
9240
9241         * MAINTAINERS:  update my playtime e-address.
9242
9243 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9244
9245         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9246         necessary libraries are missing.
9247
9248 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
9249
9250         * MAINTAINERS: Add new 'write after approval' maintainer.
9251
9252 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9253
9254         * MAINTAINERS: Add new Java maintainer.
9255
9256 1999-10-25  Andreas Schwab  <schwab@suse.de>
9257
9258         * configure: Fix quoting inside arguments of eval.
9259
9260 1999-10-21  Nick Clifton  <nickc@cygnus.com>
9261
9262         * config-ml.in: Allow suppression of some ARM multilibs.
9263
9264 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
9265
9266         * config.guess: Add OS/390 match pattern.
9267         * config.sub: Add mvs, openedition targets.
9268         * configure.in (i370-ibm-opened*): New.
9269
9270 1999-09-04  Steve Chamberlain  <sac@pobox.com>
9271
9272         * config.sub: Add support for configuring for pj.
9273
9274 1999-08-31  Nick Clifton  <nickc@cygnus.com>
9275
9276         * config.sub (maybe_os): Add support for configuring for fr30.
9277
9278 1999-08-25  Nick Clifton  <nickc@cygnus.com>
9279
9280         * configure.in: Do not configure or build ld for AIX
9281         platforms.  ld is known to be broken on these platforms.
9282
9283 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9284
9285         * config-ml.in: Pass compiler flag corresponding to multidirs to
9286         subdir configures.
9287
9288 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
9289
9290         * Makefile.in (LDFLAGS): Define.
9291
9292 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
9293
9294         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9295         noconfigdirs.
9296         (*-*-cygwin*): Likewise.
9297
9298 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
9299
9300         * mkdep: New file.
9301         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9302         (BINUTILS_SUPPORT_DIRS): Add mkdep.
9303
9304         From Eli Zaretskii <eliz@is.elta.co.il>:
9305         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9306         long file name when using DJGPP on MS-DOS.
9307
9308 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
9309
9310         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9311
9312 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
9313
9314         * Makefile.in (check-target-libio): Remove all-target-libstdc++
9315         dependency as this causes "make check" to globally "make all"
9316
9317 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
9318
9319         * configure.in (target_libs): Added target-zlib.
9320         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9321         (CONFIGURE_TARGET_MODULES): Likewise.
9322         (CHECK_TARGET_MODULES): Likewise.
9323         (INSTALL_TARGET_MODULES): Likewise.
9324         (CLEAN_TARGET_MODULES): Likewise.
9325         (configure-target-zlib): New target.
9326         (all-target-zlib): Likewise.
9327         (all-target-libjava): Depend on all-target-zlib.
9328         (configure-target-libjava): Depend on configure-target-zlib.
9329
9330         * Makefile.in (configure-target-libjava): Depend on
9331         configure-target-newlib.
9332         (configure-target-boehm-gc): New target.
9333         (configure-target-qthreads): New target.
9334
9335         * configure.in (target_libs): Added target-qthreads.
9336         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9337         (CONFIGURE_TARGET_MODULES): Likewise.
9338         (CHECK_TARGET_MODULES): Likewise.
9339         (INSTALL_TARGET_MODULES): Likewise.
9340         (CLEAN_TARGET_MODULES): Likewise.
9341         (all-target-qthreads): New target.
9342         (configure-target-libjava): Depend on configure-target-qthreads.
9343         (all-target-libjava): Depend on all-target-qthreads.
9344
9345         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9346         (CONFIGURE_TARGET_MODULES): Likewise.
9347         (CHECK_TARGET_MODULES): Likewise.
9348         (INSTALL_TARGET_MODULES): Likewise.
9349         (CLEAN_TARGET_MODULES): Likewise.
9350         (all-target-libjava): New target.
9351         (all-target-boehm-gc): Likewise.
9352         * configure.in (target_libs): Added libjava, boehm-gc.
9353
9354 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
9355
9356         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9357         configure.bat in SUPPORT_FILES.
9358         (gas+binutils.tar.bz2): Likewise.
9359
9360         * makeall.bat: Remove; obsolete.
9361
9362 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
9363
9364         From Mark Elbrecht:
9365         * configure.bat: Remove; obsolete.
9366
9367 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
9368
9369         * configure: Add -W -Wall to the default CFLAGS when compiling with
9370         gcc.
9371
9372 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
9373
9374         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9375
9376 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
9377
9378         * configure.in: Build ld on IRIX6.
9379
9380 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
9381
9382         * Makefile.in: Change distribution targets to use bzip2 instead of
9383         gzip.
9384         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9385         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9386
9387 1999-06-04  Nick Clifton  <nickc@cygnus.com>
9388
9389         * config.sub: Add mcore target.
9390
9391 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
9392
9393         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9394
9395 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
9396
9397         * config.guess (dummy): Changed to $dummy.
9398
9399 1999-05-24  Nick Clifton  <nickc@cygnus.com>
9400
9401         * config.sub: Tidied up case statements.
9402
9403 1999-05-22  Ben Elliston  <bje@cygnus.com>
9404
9405         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9406         <jiro@din.or.jp>.
9407
9408         * config.guess: Merge with FSF version. Future changes will be
9409         more accurately recorded in this ChangeLog.
9410         * config.sub: Likewise.
9411
9412 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
9413
9414          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9415
9416 1999-04-30  Tom Tromey  <tromey@cygnus.com>
9417
9418         * ltmain.sh: [mode link] Always use CC given by ltconfig.
9419
9420 1999-04-23  Tom Tromey  <tromey@cygnus.com>
9421
9422         * ltconfig, ltmain.sh: Update to libtool 1.2f.
9423
9424 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
9425
9426         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9427         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9428         Bad merge removed these two changes.
9429
9430 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
9431                           Martin Heller (Ing.-Buero_Heller@t-online.de)
9432
9433         * config.guess (interix Alpha): Add.
9434
9435 1999-04-11  Richard Henderson  <rth@cygnus.com>
9436
9437         * configure.in (i?86-*-beos*): Do config gperf; don't config
9438         gdb, newlib, or libgloss.
9439
9440 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
9441
9442         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9443         link a trivial program with -mabi=64.  If it fails, remove mabi=64
9444         from multidirs.
9445
9446 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
9447
9448         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9449
9450 1999-04-08  Nick Clifton  <nickc@cygnus.com>
9451
9452         * config.sub: Add support for mcore targets.
9453
9454 1999-04-07  Michael Meissner  <meissner@cygnus.com>
9455
9456         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9457         not mt-ospace, in order to shut up assembler warning about using
9458         symbols that are named the same as registers.
9459
9460 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
9461
9462         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9463         dependency list for all-target-cygmon.
9464
9465 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
9466
9467         * config-ml.in: Check $host, not $target, for selective multilibs.
9468         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9469         thumb interworking, and underscore prefix multilibs.
9470
9471 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
9472
9473         * missing: Update to version from current automake.
9474
9475 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
9476
9477         * configure (gxx_include_dir): Removed.
9478
9479         * configure.in (gxx_include_dir): Handle it.
9480         * Makefile.in: Likewise.
9481
9482 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
9483
9484         * config.sub (mips64vr4111,mips64vr4111el) Add.
9485
9486 1999-03-21  Ben Elliston  <bje@cygnus.com>
9487
9488         * config.guess: Correct typo for detecting ELF on FreeBSD.
9489
9490 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
9491
9492         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9493         config/mh-djgpp.
9494
9495 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
9496
9497         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9498         all-target-newlib to dependency list for all-target-bsp.
9499
9500 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9501
9502         * config.sub: Add i386-uwin support.
9503         * config.guess: Likewise.
9504
9505 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9506
9507         * configure.in: cleanup, add mh-*pic handling for arm, special
9508         case powerpc*-*-aix*
9509
9510 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
9511
9512         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9513         can be built.
9514
9515 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
9516
9517         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9518         targets.
9519
9520 1999-03-02  Nick Clifton  <nickc@cygnus.com>
9521
9522         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9523
9524 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
9525
9526         * config.sub: Check for "cygwin*" rather than "cygwin32*"
9527
9528 1999-02-24  Nick Clifton  <nickc@cygnus.com>
9529
9530         * config.sub: Fix typo in arm recognition.
9531
9532 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
9533
9534         * configure.in (noconfigdirs): Changed target_configdirs to
9535         include target-bsp only for m68k-*-elf* and m68k-*-coff*
9536         rather than m68k-*-* since it is not known to work on
9537         m68k-aout. Ditto for arm-*-*oabi.
9538
9539 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
9540
9541         * configure.in (*-*-windows*): Remove, no longer used.
9542
9543 1999-02-19  Ben Elliston <bje@cygnus.com>
9544
9545         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9546         Smart and improved by Andrew Cagney.
9547
9548 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
9549
9550         * config.guess: Recognize openbsd-*-hppa.
9551
9552 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
9553
9554         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9555         only if it is not empty.
9556
9557 1999-02-17  Nick Clifton  <nickc@cygnus.com>
9558
9559         Patch from: Scott Bambrough <scottb@corelcomputer.com>
9560
9561         * config.guess: Modified to recognize uname's armv* syntax.
9562
9563         * config.sub: Modified to recognize uname's armv* syntax.
9564
9565 1999-02-17  Mark Salter  <msalter@cygnus.com>
9566
9567         * configure.in: Added target-bsp for sparclite.
9568
9569 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
9570
9571         * config.sub: Recognize alphapca5[67] and up to alphaev8.
9572
9573 1999-02-08  Nick Clifton  <nickc@cygnus.com>
9574
9575         * configure.in: Add support for strongarm port.
9576         * config.sub: Add support for strongarm target.
9577
9578 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9579
9580         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9581         the old name config/mh-cygwin32.
9582         Enable texinfo.
9583
9584 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
9585
9586         * configure.in: Do build ld for ix86 Solaris.
9587
9588 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
9589
9590         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
9591         $AR_FOR_TARGET.  Likewise for RANLIB.
9592
9593 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
9594
9595         * config.sub (oabi):  Recognize.
9596         * configure.in (arm-*-oabi):  Handle.
9597
9598 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
9599
9600         * config.guess: Improve detection of i686 on UnixWare 7.
9601
9602 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9603
9604         * config.guess: Add support for i386-pc-interix.
9605         * config.sub: Likewise.
9606         * configure.in: Likewise.
9607
9608 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
9609
9610         * Makefile.in: Remove unneeded all-target-libio from
9611         from all-target-winsup target since it is now unneeded.
9612         Add all-target-libtermcap in its place since it is now
9613         needed.
9614
9615 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
9616
9617         * configure.in: makefile stub for cygwin target is probably
9618         unnecessary.  Remove it for now.
9619
9620 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
9621
9622         * configure.in: libtermcap.a should be built when cygwin is the
9623         target as well as the host.
9624         * config.guess: Allow mixed case in cygwin uname output.
9625         * Makefile.in: Add libtermcap target.
9626
9627 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
9628
9629         * config.sub: Clean up handling of hppa2.0.
9630
9631 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
9632
9633         * config.guess: Use C code to identify more HP machines.
9634
9635 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
9636
9637         * config.sub: Handle hppa2.0.
9638
9639 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
9640
9641         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9642         cygmon for all sparclite targets, regardless of object format.
9643
9644 1998-12-15  Mark Salter  <msalter@cygnus.com>
9645
9646         * configure.in: Added target-bsp for several target architectures.
9647
9648         * Makefile.in: Added rules for bsp.
9649
9650 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
9651
9652         * config.guess: Improve detection of hppa2.0 processors.
9653
9654 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
9655
9656         * config.guess: Recognize FreeBSD using ELF automatically.
9657
9658 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
9659
9660         * configure (skip-this-dir): Add handling for new shell script, which
9661         might be created by a sub-directory's configure to indicate, this particular
9662         directory is "unwanted".
9663         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9664
9665 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
9666
9667         * ltconfig: import from libtool, after changing libtool to
9668         account for the cygwin name change.
9669
9670 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
9671
9672         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9673         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9674
9675 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
9676
9677         * configure.in: Add libtermcap to list of cygwin dependencies.
9678
9679 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
9680
9681         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9682         they include winsup/include when it's a cygwin target.
9683
9684 1998-11-12  Tom Tromey  <tromey@cygnus.com>
9685
9686         * configure.in (host_tools): Added zip.
9687         * Makefile.in (all-target-libjava): Depend on all-zip.
9688         (all-zip): New target.
9689         (ALL_MODULES): Added all-zip.
9690         (NATIVE_CHECK_MODULES): Added check-zip.
9691         (INSTALL_MODULES): Added install-zip.
9692         (CLEAN_MODULES): Added clean-zip.
9693
9694 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
9695
9696         * Makefile.in: lose "32" from comment about cygwin.
9697
9698 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
9699
9700         * configure.in: Use -Os to build target libraries for the fr30.
9701
9702 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
9703
9704         * config.sub: Add fr30.
9705
9706 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
9707
9708         * configure.in: drop "32" from config/mh-cygwin32.  Check
9709         cygwin* instead of cygwin32*.
9710         * config.sub: Check cygwin* instead of cygwin32*.
9711
9712 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
9713
9714         * config.guess: Match any version of Unixware7.
9715
9716 1998-10-20  Syd Polk  <spolk@cygnus.com>
9717
9718         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9719         if desired.
9720
9721 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
9722
9723         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9724         these if the appropriate directories and files to not exist.
9725
9726 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
9727
9728         * Makefile.in (DEVO_SUPPORT): Add config.if.
9729
9730 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9731
9732         * configure: Add pattern to replace "build_tooldir"'s
9733         definition in the generated Makefile with "tooldir"'s
9734         actual value.
9735
9736 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
9737
9738         * config.sub: Bring back lost sparcv9.
9739
9740         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9741
9742 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
9743
9744         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9745         CC_FOR_TARGET and friends.
9746
9747 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
9748
9749         * Makefile.in (build_tooldir): New variable, same as tooldir.
9750         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9751         -B$(build_tooldir)/bin/.
9752         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9753
9754 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9755
9756         * README: Remove installation instructions and refer to the
9757         INSTALL directory instead.
9758
9759 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
9760
9761         * config.sub: Add support for i[34567]86-pc-udk.
9762         * configure.in: Likewise.
9763
9764 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
9765
9766         * Makefile.in: add bzip2 package building bits for user
9767         tools module
9768         * configure.in: ditto
9769
9770 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
9771
9772         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9773         (ALL_TARGET_MODULES): Add all-target-libobjc.
9774         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9775         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9776         (all-target-libchill): Add dependencies.
9777         * configure.in (target_libs): Add libchill.
9778
9779 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
9780
9781         * configure.in (target_subdir): Remove duplicate line.
9782
9783 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
9784
9785         * Makefile.in (all-automake): fix dependencies.
9786
9787 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
9788
9789         * configure.in: Minor cleanups for building in the $(target_alias)
9790         subdir.
9791
9792 1998-09-22  Jim Wilson  <wilson@cygnus.com>
9793
9794         * Makefile.in (bootstrap): Set r and s before make all.  Use
9795         BASE_FLAGS_TO_PASS in make all.
9796         (cross): Likewise.
9797
9798 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
9799
9800         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9801
9802 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
9803
9804         * config.sub: Fix typo in last change.
9805
9806 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9807
9808         * config.sub: Add support for C4x target.
9809         * configure.in: Likewise.
9810
9811 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
9812
9813         * config.sub: Recognize sparcv9 just like sparc64.
9814
9815 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
9816
9817         * config.guess: Match "Pent II" or "PentII" for OpenServer.
9818
9819 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
9820
9821         * config.guess: Correctly identify Pentium II sco boxes.
9822
9823         * config.guess: Fix "tr" code.  From Weiwen Liu.
9824
9825 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
9826
9827         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9828         stabs.
9829
9830 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
9831
9832         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9833         (ALL_TARGET_MODULES): Add all-target-libchill.
9834         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9835         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9836         (all-target-libchill): Add dependencies.
9837         * configure.in (target_libs): Add libchill.
9838
9839 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9840
9841         * config.guess: Avoid assumptions about "tr" behaves when
9842         LANG is set to something other than English.
9843
9844 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
9845
9846         * configure (gxx_include_dir): Changed to
9847         '${prefix}/include/g++'-${libstdcxx_interface}.
9848
9849         * config.if: New to determine the interfaces.
9850
9851 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
9852
9853         * config.guess: Detect and handle MPE/IX.
9854         * config.sub: Deal with MPE/IX.
9855
9856 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
9857
9858         * configure.in: Use mh-aix43.
9859
9860 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
9861
9862         * configure: Fix --without/--disable cases for gxx-include-dir.
9863
9864 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
9865
9866         * mdata-sh:  Imported.  Needed for automake support.
9867
9868 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
9869
9870         * Makefile.in (taz): Try "chmod -R og=u ." before
9871         "chmod og=u `find . -print`".
9872
9873 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
9874
9875         * configure.in: Add arm-elf and thumb-elf support.
9876
9877 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
9878
9879         * Makefile.in: Undo previous patch.
9880
9881 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
9882
9883         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9884         to here ...
9885         (install-no-fixedincludes): and here
9886         (INSTALL_MODULES): ... from here.
9887
9888 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
9889
9890         * config.sub: Merge with FSF.
9891
9892         * config.guess: Merge with FSF.
9893
9894 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
9895
9896         * configure (extraconfigdirs): New variable.
9897         (SUBDIRS): Add extraconfigdirs and recurse on them too.
9898         * Makefile.in (all): Move higher in file.
9899         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9900         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9901         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9902         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9903         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9904
9905 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
9906
9907         * Makefile.in (all-target-libjava): Depend on all-gcc and
9908         all-target-newlib.
9909         (configure-target-libjava): Depend on $(ALL_GCC).
9910
9911 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
9912
9913         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9914         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9915
9916 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
9917
9918         * INSTALL/README: Fix typo.
9919
9920 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
9921
9922         * ylwrap: Change absolute path checks to check for DOS style path
9923         names.
9924
9925         * ylwrap: Don't use a full path name if the source file is in the
9926         same directory.  From hjl@lucon.org (H.J. Lu).
9927
9928         * config-ml.in: Default to being verbose, to match Feb 18 change to
9929         configure.
9930
9931 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
9932
9933         Brought over from egcs:
9934
9935         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
9936
9937         * configure.in (target_subdir): Set to ${target_alias} instead
9938         of "libraries".
9939
9940         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
9941
9942         * configure.in (target_subdir): Set to libraries if enable_multilib.
9943
9944 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
9945
9946         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9947         multilibs, force reconfiguration the first time we create
9948         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9949
9950 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
9951
9952         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9953         avoid confusion with --no-recursion.
9954
9955 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
9956
9957         * configure.in: Win32 hosts shouldn't use install -x
9958         * install-sh: remove -x option, and special .exe-handling
9959         hack.
9960
9961 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
9962
9963         * config.guess: Recognize i586-pc-beos.
9964         * configure.in: Don't build some bits for beos.
9965
9966 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
9967
9968         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9969         CFLAGS default to -O2.
9970
9971         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9972         when using GNU ld.
9973
9974 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
9975
9976         * ltmain.sh: Correct install when using a different shell.
9977
9978 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
9979
9980         * ltconfig, ltmain.sh: Update to libtool 1.2b.
9981
9982 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
9983
9984         * makefile.vms: Update to build binutils/makefile.vms.  Add install
9985         target.
9986
9987 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
9988
9989         * ltconfig: Update to correct AIX handling.
9990
9991 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
9992
9993         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9994
9995         * configure.in (target_subdir): Set to ${target_alias} instead
9996         of "libraries".
9997
9998 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
9999
10000         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10001         (Makefile): Depend on $(gcc_version_trigger).
10002
10003         * configure (gcc_version): Change default initializer to empty
10004         string.
10005         (gcc_version_trigger): New variable; pass this variable down
10006         to subdir configures to enable them checking gcc's version
10007         themselves. Emit make macros for both gcc_version vars.
10008         (topsrcdir): Initialize reliably.
10009         (recursion line): Remove --with-gcc-version=${gcc_version}.
10010
10011 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10012
10013         * configure (enable_version_specific_runtime_libs): Implement new flag
10014         --enable-version-specific-runtime-libs which installs C++ runtime stuff
10015         in $(libsubdir); emit definition in each generated Makefile.
10016         (gxx_include_dir): Initialize depending on
10017         $enable_version_specific_runtime_libs.
10018
10019 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10020
10021         * configure (gcc_version): Initialize properly depending on
10022         how and where configure is started.
10023         (recursion line): Pass a --with-gcc-version=${gcc_version}
10024         to configures in subdirs.
10025
10026 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
10027
10028         * configure.in (noconfigdirs): Add configure pattern for mips tx39
10029         cygmon
10030
10031 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
10032
10033         * configure.in: Add cygmon and libstub support for mn10200.
10034
10035 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
10036
10037         * configure (gcc_version): Add new variable describing the
10038         particular gcc version we're building.
10039         * Makefile.in (libsubdir): Add new macro for the directory
10040         in which the compiler finds executables, libraries, etc.
10041         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10042         and libsubdir.
10043
10044 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10045
10046         * Makefile.in (local-clean): Remove *.log.
10047         (warning.log): Built with warn_summary from build.log.
10048         (mail-report.log): Run test_summary.
10049         (mail-report-with-warnings.log): Run test_summary including
10050         warning.log in the report.
10051
10052 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
10053
10054         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10055
10056 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10057
10058         * Makefile.in (grep): Grep no longer depends on libiberty.
10059
10060 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
10061
10062         * Makefile.in: all-snavigator needs all-libgui.
10063
10064 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
10065
10066         * configure.in: Add cygmon and libstub support for mn10300.
10067
10068 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
10069
10070         * missing: Update to version from automake 1.3.
10071
10072         * ltmain.sh: On installation, don't get confused if the same name
10073         appears more than once in the list of library names.
10074
10075 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10076
10077         * config.sub: Accept m68060 and m5200 as CPU names.
10078
10079 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
10080
10081         * configure: Use && rather than using -a in test, because odd
10082         strings can confuse test.
10083         * configure.in: Likewise.
10084
10085 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10086
10087         * ltconfig, ltmain.sh: Bring in Visual C++ support.
10088
10089 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10090
10091         * Makefile.in (boostrap2-lean, bootstrap3-lean,
10092         bootstrap4-lean): New targets.
10093
10094 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
10095
10096         * mpw-* Delete.  Not used.
10097
10098 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
10099
10100         * COPYING.LIB: Update FSF address.
10101
10102 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
10103
10104         * ltconfig, ltmain.sh: Update to libtool 1.2a.
10105
10106         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10107         GAS_SUPPORT_DIRS.
10108
10109 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
10110
10111         * ltconfig, ltmain.sh: Avoid producing a version number if
10112         -version-info was not used.
10113
10114 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10115
10116         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10117         building with newlib.
10118
10119 1998-04-30  Paul Eggert  <eggert@twinsun.com>
10120
10121         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10122         Solaris `make' causes it to continue to next definition.
10123
10124 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10125
10126         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10127         the right GUI libraries and files are installed along with GDB.
10128
10129 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10130
10131         * configure.in: Change alpha to alpha* in several places.
10132
10133 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
10134
10135         * config.sub: Recognize sparc86x.
10136
10137 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
10138
10139         * configure.in (--enable-target-optspace): Remove debug echo.
10140
10141 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
10142
10143         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10144
10145 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10146
10147         * ltconfig: Update cygwin32 support.
10148
10149         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10150         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10151         (GDB_SUPPORT_DIRS): Likewise.
10152
10153 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
10154
10155         * configure.in (target_makefile_frag): If --enable-target-optspace,
10156         use -Os to compile target libraries rather than -O2.  Default to
10157         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10158         not used.
10159         * configure.in (target_cflags): Ditto for d30v.
10160
10161 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
10162
10163         * Makefile.in (all-bfd): Depend on all-intl.
10164         (all-binutils): Likewise.
10165         (all-gas): Likewise.
10166         (all-gprof): Likewise.
10167         (all-ld): Likewise.
10168
10169 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
10170
10171         * configure.in (host_tools): Fix typo, lbtool -> libtool.
10172
10173 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10174
10175         * Makefile.in (all-bfd): Depend upon all-libiberty.
10176
10177         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10178
10179 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
10180
10181         * Makefile.in: Add libstub.
10182
10183         * configure.in: Ditto. Build libstub for targets that have cygmon
10184         support.
10185
10186 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
10187
10188         * configure.in: Don't set PICFLAG on ix86-cygwin32.
10189
10190 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
10191
10192         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10193         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
10194
10195 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
10196
10197         * configure: Define DEFAULT_M4 by searching PATH.
10198         * Makfile.in: Use DEFAULT_M4.
10199
10200 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10201
10202         * ltconfig: Add cygwin32 support.
10203
10204         * Makefile.in, configure.in: Add libtool as a native only directory
10205         to configure and build.
10206
10207 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
10208
10209         * Makefile.in (INSTALL_MODULES): Remove texinfo.
10210
10211 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
10212
10213         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10214
10215 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
10216
10217         * Makefile.in: add ash make rules
10218         * configure.in: add ash to native_only and host_tools lists
10219
10220 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
10221
10222         * Makefile.in (all-gettext, all-intl): New targets.
10223         (ALL_MODULES): Added all-gettext, all-intl.
10224         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10225         (INSTALL_MODULES): Added install-gettext, install-intl.
10226         (CLEAN_MODULES): Added clean-gettext, clean-intl.
10227
10228         * configure.in (host_tools): Added gettext.
10229         (native_only): Likewise.
10230         (noconfigdirs) [various cases]: Likewise.
10231         (host_libs): Added intl.
10232
10233 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
10234
10235         * configure: Do not disable building gdbtk for cygwin32 hosts.
10236
10237 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
10238
10239         * configure.in: Add thumb-coff target.
10240         * config.sub: Add thumb-coff target.
10241
10242 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10243
10244         * Makefile.in: Revert yesterday's change.
10245         (all-target-winsup):  all-target-librx stays out of here.
10246
10247 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10248
10249         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10250         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10251         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10252         Remove references to librx and libg++.
10253
10254 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
10255
10256         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10257         recursive makes
10258
10259 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
10260
10261         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10262         for newlib directory.
10263         (CXX_FOR_TARGET): Likewise.
10264
10265 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
10266
10267         * ltconfig: Update after libtool/ltconfig.in change for
10268         hpux11.
10269
10270 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
10271
10272         * ltconfig, ltmain.sh: Update to libtool 1.2.
10273
10274 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10275
10276         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10277         (install-gcc-cross): Instead, override LANGUAGES here.
10278
10279 1998-03-18  Dave Love  <d.love@dl.ac.uk>
10280
10281         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10282         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10283
10284 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
10285
10286         * configure.in: Add Thumb-pe target.
10287
10288 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
10289
10290         * Makefile.in - changed sn targets to snavigator
10291         * configure.in - changed sn targets to snavigator
10292
10293 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10294
10295         * config-ml.in: After building symlink tree call make distclean
10296         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10297         to be the case for libiberty.
10298
10299 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
10300
10301         * configure: When making link, also check the current
10302         directory. The configure scripts may create one.
10303
10304 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
10305
10306         * config.sub: Accept alphapca56 and alphaev6 properly.
10307
10308 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10309
10310         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10311
10312 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10313
10314         * config.sub (sco5): Fix typo.
10315
10316 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
10317
10318         * Makefile.in (INSTALL_MODULES): Move install-tcl before
10319         install-itcl.
10320         (install-itcl): Remove dependency on install-tcl.
10321
10322 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
10323
10324         * configure.in: Remove libgloss from noconfigdirs for MN10300.
10325
10326 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
10327
10328         * configure.in: Don't build libgui for a cygwin32 target when not on
10329         a cygwin32 host.
10330
10331 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10332
10333         * configure (redirect): Set to null, so default behavior of
10334         configure is now --verbose.
10335
10336 1998-02-16  Dave Love  <d.love@dl.ac.uk>
10337
10338         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10339         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10340
10341 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
10342
10343         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10344         this change to sync Makefile.in with its ChangeLog entries.
10345
10346 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
10347
10348         * ltmain.sh (mkdir): Check that the directory doesn't exist
10349         before we exit with error, so that we don't get races during
10350         parallel builds.
10351
10352 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10353
10354         * ltconfig, ltmain.sh: Update from libtool 1.0i.
10355
10356 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10357
10358         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10359         PICFLAG_FOR_TARGET.
10360         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10361
10362         * configure: Emit a definition for the new macro enable_shared
10363         into each Makefile.
10364
10365 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10366
10367         * configure.in (host_tools, native_only): Add libtool.
10368
10369 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
10370
10371         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10372         Fix typo in ming config comment.
10373
10374 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10375
10376         * ltconfig, ltmain.sh: Update from libtool 1.0h.
10377
10378 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
10379
10380         * config.sub: Add tic30 cases, and map c30 to tic30.
10381
10382 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
10383
10384         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10385         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10386         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10387         (CLEAN_TARGET_MODULES): Similarly
10388         (all-target-libf2c): Add dependences.
10389         * configure.in (target_libs): Add libf2c.
10390
10391 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
10392
10393         * configure.in: Remove expect from noconfigdirs when target
10394         is cygwin32.  OK to build expect and dejagnu with Canadian
10395         Cross.
10396
10397 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
10398
10399         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10400         host.
10401
10402         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10403         and mingw32.
10404
10405 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10406
10407         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10408         here as it is not defined in the toplevel Makefile.
10409
10410 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10411
10412         * configure (package_makefile_rules_frag): New variable, which names
10413         a file with generic rules, ...
10414         Change comment to mention we now have FIVE parts.
10415         * configure: Undo last change.
10416
10417 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
10418
10419         * config.guess: More accurate determination of HP processor types.
10420         * config.sub: More accurate determination of HP processor types.
10421
10422 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10423
10424         * configure (package_makefile_frag): Move inserting the
10425         ${package_makefile_frag} to where it should be according
10426         to the comment.
10427
10428 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
10429
10430         * config.guess: Add support for Linux/ARM.
10431
10432 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
10433
10434         * .cvsignore: Remove *-info and *-install since they match
10435         release-info and mpw-install, which we don't want to just ignore.
10436
10437 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
10438
10439         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10440
10441 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
10442
10443         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10444         local_prefix to sub-make invocations.
10445
10446 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
10447
10448         * configure.in: Check makefile fragments in the source
10449         directory.
10450
10451 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10452
10453         * configure.in: Check whether host and target makefile
10454         fragments exist before adding them to *_makefile_frag.
10455
10456 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
10457
10458         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10459
10460 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
10461
10462         * configure.in: Make sure we only replace RPATH_ENVVAR on
10463         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10464         regexp to sed.
10465
10466         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10467         to sub-makes.
10468
10469 1998-01-13  Lee Iverson   (leei@ai.sri.com)
10470
10471         * config-ml.in (multi-do): LDFLAGS must include multilib
10472         designator.
10473
10474 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
10475
10476         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10477
10478 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
10479
10480         * config.sub: Add mingw32 support.
10481         * configure.in: Likewise.
10482
10483 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10484
10485         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10486
10487 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
10488
10489         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10490         * configure (gxx_include_dir): Provide a definition for subdirs
10491         which do not use autoconf.
10492
10493 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
10494
10495         * config.guess: Sync with egcs.  Picks up new alpha support,
10496         BeOS & some additional linux support.
10497
10498 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
10499
10500         * config.guess: HP 9000/803 is a PA1.1 machine.
10501
10502 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
10503
10504         * configure.in: It's alpha*-...
10505
10506 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10507
10508         * configure.in (host_makefile_frag, target_makefile_frag):
10509         Handle multiple config files.
10510         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10511         alpha-*-*.
10512
10513 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
10514
10515         * mkdep: New file.
10516
10517 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
10518
10519         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10520
10521 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
10522
10523         * Makefile.in: Add libgui directory.
10524         (GDB_TK): Add all-libgui.
10525         * configure.in: Add libgui directory.
10526         * configure: Add all-libgui to GDB_TK.
10527
10528 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
10529
10530         * config-ml.in (multidirs): Add m32r to multilib list.
10531
10532 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
10533
10534         * Makefile.in (all-target-gperf): Change dependency to
10535         all-target-libstdc++.
10536
10537 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
10538
10539         * config.guess: Add BeOS support.
10540
10541 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
10542
10543         Source directory cvs renamed to cvssrc:
10544         * configure.in (host_tools): Change cvs to cvssrc.
10545         (native_only): Likewise.
10546         (noconfigdirs) [various cases]: Likewise.
10547         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10548         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10549         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10550         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10551         (all-cvssrc): Rename target from all-cvs.
10552
10553 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
10554
10555         * configure (gxx_include_dir): Fix thinko.
10556
10557 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
10558
10559         * Makefile.in (INSTALL_TARGET_CROSS): Define.
10560         (install-cross, install-gcc-cross): New targets.
10561
10562 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
10563
10564         * configure.in (noconfigdirs): Add support for Thumb target.
10565
10566         * config.sub (maybe_os): Add support for Thumb target.
10567
10568 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
10569
10570         * Makefile.in: Add rules for cygmon.
10571
10572         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10573
10574 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
10575
10576         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10577         * configure (gxx_include_dir): Provide a definition for subdirs
10578         which do not use autoconf.
10579
10580 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
10581
10582         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10583         11/18/97 build
10584
10585 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
10586
10587         * From Franz Sirl.
10588         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10589         found on RedHat Linux systems.
10590
10591 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
10592
10593         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10594         guesses.
10595
10596 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
10597
10598         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10599
10600 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
10601
10602         * ltmain.sh: If mkdir fails, check whether the directory was created
10603         anyhow by some other process.
10604
10605 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
10606
10607         * configure.in (d30v-*-*): Configure all directories.
10608
10609 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
10610
10611         * configure.in (d30v-*-*): Configure newlib, libiberty directories
10612         for the D30V.
10613
10614 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
10615
10616         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10617
10618 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
10619
10620         * include/libiberty.h: Add extern "C" { so it can be used with C++
10621         progrms.
10622         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
10623         programs.
10624
10625 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
10626
10627         * configure.in (d30v-*-*): Configure GCC now.
10628
10629 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
10630
10631         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10632         is no longer needed.
10633
10634 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
10635
10636         * Makefile.in: check-target-libio depends on all-target-libstdc++.
10637
10638 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
10639
10640         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10641         targets using "$@" to provide support for similar but not identical
10642         targets without having to duplicate code.
10643
10644 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
10645
10646         * makefile.vms: Fix to work with DEC C.
10647
10648 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
10649
10650         * config.sub: Add mips-tx39-elf to marketing names.
10651
10652 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
10653
10654         * ltmain.sh: Handle symlinks in generated script.
10655
10656 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
10657
10658         * configure: Handle autoconf style directory options: --bindir,
10659         --datadir, --includedir, --infodir, --libdir, --libexecdir,
10660         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10661         --sysconfdir.
10662         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10663         (sharedstatedir, localstatedir, oldincludedir): New variables.
10664         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10665         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10666         sbindir, sharedstatedir, and sysconfdir.
10667
10668 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10669
10670         * Makefile.in (bootstrap-lean): New target.
10671
10672 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
10673
10674         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
10675         sn, and gnuserv from noconfigdirs.
10676
10677 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
10678
10679         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10680
10681 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
10682
10683         * Makefile.in (cross): New target.
10684
10685 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
10686                           Jeff Law         <law@cygnus.com>
10687
10688         * Makefile.in (bootstrap2, bootstrap3): New targets.
10689         (all-bootstrap): Remove outdated and confusing target.
10690         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10691
10692 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10693
10694         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10695         windows.  Consistent with gdb/configure.
10696
10697 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
10698
10699         * configure.in: Name Linux target fragment.
10700
10701         * configure: Rewrite so that project Makefile fragment is inserted
10702         first and appears last in the resulting Makefile.
10703
10704 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10705
10706         * Makefile.in (install-itcl): Install tcl first.
10707
10708 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
10709
10710         * configure.in: remove bison from noconfigdirs for Cygwin32 host
10711
10712 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10713
10714         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10715
10716         * configure.in (skipdirs): Add target-librx for Linux.
10717         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10718
10719 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
10720
10721         * Makefile.in (bootstrap): New target.
10722
10723 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
10724
10725         * config.sub: Accept 'amigados' for backward compatibility.
10726
10727 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
10728
10729         * config.guess: Merge with FSF.
10730
10731 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
10732
10733         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10734
10735 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
10736
10737         * config.sub: Add "marketing-names" patch.
10738
10739 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
10740
10741         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
10742
10743 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
10744
10745         * config.sub: Handle v850-elf.
10746
10747 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
10748
10749         * .cvsignore (*-install): Remove.
10750
10751 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
10752
10753         * ltconfig: Set CONFIG_SHELL in libtool.
10754         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10755
10756 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
10757
10758         * configure.in (target_subdir): Set to libraries if enable_multilib.
10759
10760 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
10761
10762         * config.guess: Update from gcc directory.
10763
10764 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10765
10766         * Makefile.in (all-sim): Depends on all-readline.
10767
10768 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
10769
10770         * Makefile.in (BISON, YACC): Use $$s.
10771         (all-bison): Depend on all-texinfo.
10772
10773 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
10774
10775         * Makefile.in (BISON): Add -L flag.
10776         (YACC): Likewise.
10777
10778 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
10779
10780         * configure.in (noconfigdirs): Add support for v850e target.
10781
10782         * config.sub (maybe_os): Add support for v850e target.
10783
10784 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
10785
10786         * configure.in (noconfigdirs): Add support for v850ea target.
10787
10788         * config.sub (maybe_os): Add support for v850ea target.
10789
10790 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
10791
10792         * config.sub: Add mipstx39.  Delete r3900.
10793
10794 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10795
10796         * Makefile.in (all-autoconf): Depends on all-texinfo.
10797
10798 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
10799
10800         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10801         eabi targets.
10802
10803 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
10804
10805         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10806
10807         * configure: When handling a Canadian Cross, handle YACC as well as
10808         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
10809         * Makefile.in (all-bison): Depend upon all-texinfo.
10810
10811 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
10812
10813         * Makefile.in (BISON): bison, not byacc or bison -y.
10814         (YACC): bison -y or byacc or yacc.
10815         (various): Add *-bison as appropriate.
10816         (taz): No need to mess with BISON anymore.
10817
10818 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
10819
10820         * configure: If OSTYPE matches *win32*, try to find a good value for
10821         CONFIG_SHELL.
10822
10823 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
10824
10825         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10826         configure.in if it is present.
10827
10828 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
10829
10830         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10831
10832 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
10833
10834         * config.sub: Recognize `arc' cpu.
10835         * configure.in: Likewise.
10836         * config-ml.in: Likewise.
10837
10838 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
10839
10840         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10841
10842 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
10843
10844         * configure: Changed sed delimiter from ':' to '|' when
10845         attempting to substitute ${config_shell} for SHELL. On
10846         NT ${config_shell} may contain a ':' in it.
10847
10848 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
10849
10850         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10851
10852 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
10853
10854         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10855
10856 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
10857
10858         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10859
10860         * ylwrap: If the program is a relative path, force it to be
10861         absolute.
10862
10863 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10864
10865         * configure (tooldir): Set BISON to `bison -y' and not just bison.
10866
10867 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10868
10869         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
10870         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10871         for libraries.
10872
10873 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
10874
10875         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
10876         separated by spaces.
10877
10878 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
10879
10880         * ylwrap: New file.
10881         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10882
10883         * ltmain.sh: Handle /bin/sh at start of install program.
10884
10885         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10886
10887         * ltconfig, ltmain.sh: New files, from libtool 1.0.
10888         * missing: New file, from automake 1.2.
10889
10890 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
10891
10892         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
10893         check-tk to CHECK_X11_MODULES.
10894
10895 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
10896
10897         * config.sub: Merge with FSF.
10898
10899 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
10900
10901         * config.guess: Merge with FSF.
10902
10903 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10904
10905         * configure: Treat msdosdjgpp like go32.
10906         * configure.in: Likewise.  Don't remove gprof for go32.
10907
10908         * configure: Change Makefile.tem2 to Makefile.tm2.
10909
10910 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
10911
10912         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10913
10914 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10915
10916         * install-sh (chmodcmd): Set to null if the DST directory already
10917         exists.  Same as Nov 11th change.
10918
10919 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
10920
10921         * configure (GDB_TK): Needs itcl and tix.
10922
10923 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
10924
10925         * config.guess: Update from FSF.
10926
10927 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
10928
10929         * Makefile.in (GDB_TK): Depend on itcl and tix.
10930
10931 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
10932
10933         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10934         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10935         (INSTALL_SCRIPT): New variable.
10936         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10937         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10938         to -x.
10939         * install-sh: Add support for -x option.
10940
10941 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
10942
10943         * configure.in, Makefile.in: Treat tix like itcl.
10944
10945 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
10946
10947         * Makefile.in (WINDRES): New variable.
10948         (WINDRES_FOR_TARGET): New variable.
10949         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10950         (EXTRA_HOST_FLAGS): Add WINDRES.
10951         (EXTRA_TARGET_FLAGS): Add WINDRES.
10952         (EXTRA_GCC_FLAGS): Add WINDRES.
10953         ($(DO_X)): Pass down WINDRES.
10954         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10955         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10956         DLLTOOL_FOR_TARGET.
10957
10958 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
10959
10960         * configure.in: configure sim before gdb for win32-x-ppc
10961
10962 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10963
10964         Move gperf into the toplevel, from libg++.
10965         * configure.in (target_tools): Add target-gperf.
10966         (native_only): Add target-gperf.
10967         * Makefile.in (all-target-gperf): New target, depend on
10968         all-target-libg++.
10969         (configure-target-gperf): Empty rule.
10970         (ALL_TARGET_MODULES): Add all-target-gperf.
10971         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10972         (CHECK_TARGET_MODULES): Add check-target-gperf.
10973         (INSTALL_TARGET_MODULES): Add install-target-gperf.
10974         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10975
10976 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
10977
10978         * config.sub (mn10200): Recognize new basic machine.
10979
10980 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10981
10982         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10983         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10984
10985 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10986
10987         * configure.in: If we're building mips-sgi-irix6* native, turn on
10988         ENABLE_MULTILIB and set TARGET_SUBDIR.
10989
10990 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
10991
10992         * Makefile.in (all-sn): Depend on all-grep.
10993
10994 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
10995
10996         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10997
10998         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10999         Makefile.  From Jeff Makey <jeff@cts.com>.
11000         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11001
11002         * Makefile.in (DISTBISONFILES): Remove.
11003         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
11004         $(DEFAULT_YACC).
11005
11006         * configure.in: Build itl, db, sn, etc., when building for native
11007         cygwin32.
11008
11009         * Makefile.in (LD): New variable.
11010         (EXTRA_HOST_FLAGS): Pass down LD.
11011         ($(DO_X)): Likewise.
11012
11013 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
11014
11015         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11016
11017 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
11018
11019         * configure.in (targargs): Strip out any supplied --build argument
11020         before adding our own. Always add --build.
11021
11022 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
11023
11024         * configure.in (targargs): Pass --build if we're doing
11025         a cross-compile.
11026
11027 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
11028
11029         * configure: Use '|' instead of ":" as the separator in
11030         sed. Otherwise sed chokes on NT path names with drive
11031         designators. Also look for "?:*" as the leading characters in an
11032         absolute pathname.
11033
11034 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
11035
11036         * config.sub: Support for r3900.
11037
11038 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11039
11040         * configure.in: Use install-sh, not install.sh.
11041
11042 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11043
11044         * Makefile.in (taz): Improve check for BISON so it doesn't try to
11045         apply it twice.
11046
11047 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11048
11049         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11050         install-binutils.
11051
11052 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
11053
11054         * Makefile.in: Add automake targets.
11055         * configure.in (host_tools): Add automake.
11056
11057 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11058
11059         * configure: Default CXX to c++, not gcc.
11060         * Makefile.in (CXX): Set to c++, not gcc.
11061         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11062
11063 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
11064
11065         * install-sh: try appending a .exe if source file doesn't
11066         exist
11067
11068 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
11069
11070         * configure.in: Turn on multilib by default.
11071         (cross_only): Remove target-libiberty.
11072
11073         * Makefile.in (all-gcc): Don't depend on libiberty.
11074
11075 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
11076
11077         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11078
11079 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11080
11081         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11082         (DISTBISONFILES): Add ld/Makefile.in
11083
11084 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
11085
11086         * configure.in: if target is cygwin32 but host isn't cygwin32,
11087         don't configure gdb tcl tk expect, not just gdb.
11088
11089 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
11090
11091         * configure.in: Added gnuserv everywhere sn appears.
11092
11093         * Makefile.in (ALL_MODULES): Added all-gnuserv.
11094         (CROSS_CHECK_MODULES): Added check-gnuserv.
11095         (INSTALL_MODULES): Added install-gnuserv.
11096         (CLEAN_MODULES): Added clean-gnuserv.
11097         (all-gnuserv): New target.
11098
11099 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
11100
11101         * config.guess: Fixes for MIPS OpenBSD systems.
11102
11103 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11104
11105         * Makefile.in (INSTALL_XFORM): Remove.
11106         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11107
11108         * mkinstalldirs: New file, copied from automake.
11109         * Makefile.in (installdirs): Rename from install-dirs.  Use
11110         mkinstalldirs.  Change all users.
11111         (DEVO_SUPPORT): Add mkinstalldirs.
11112
11113 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11114
11115         * install-sh: Rename from install.sh.
11116         * Makefile.in (INSTALL): Change install.sh to install-sh.
11117         (DEVO_SUPPORT): Likewise.
11118
11119         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
11120         Graichen <graichen@rzpd.de>.
11121
11122 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
11123
11124         * config.guess: Recognize OpenBSD systems correctly.
11125
11126 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11127
11128         * README, Makefile.in (ETC_SUPPORT): Remove references to
11129         cfg-paper*, configure.{texi,man,info*}._
11130
11131 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
11132
11133         * Makefile.in (all.normal): Ensure that gcc is built after all
11134         the x11 - ie gdb - targets.
11135
11136 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
11137
11138         * makefile.vms: Don't run conf-a-gas.
11139
11140 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
11141
11142         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11143
11144 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
11145
11146         * configure.in: Remove noconfigdirs case since gdb also
11147         configures and builds for tic80-coff.
11148
11149 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11150
11151         * configure: Set cache_file to config.cache.
11152         * Makefile.in (local-distclean): Remove config.cache.
11153
11154 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11155
11156         * COPYING: Update FSF address.
11157
11158 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
11159
11160         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11161         noconfigdirs.
11162
11163 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11164
11165         * Makefile.in (install-dirs): Don't crash if prefix, and hence
11166         MAKEDIRS, is empty.
11167
11168 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
11169
11170         * config.sub: Tweak mn10300 entry.
11171
11172 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
11173
11174         * configure.in (host_tools): Put sim before gdb, so gdb's
11175         configure.tgt can determine if the simulator was configured.
11176
11177 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
11178
11179         * config.sub: Move BeOS $os case to be with other Cygnus
11180         local cases.
11181
11182 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
11183
11184         * config.sub: Remove misplaced comment that broke Linux.
11185
11186 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
11187
11188         * config.sub: Add BeOS support.
11189
11190 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
11191
11192         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11193
11194 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
11195
11196         * configure.in (noconfigdirs): Remove tcl and tk from
11197         noconfigdirs for cygwin32 builds.
11198
11199 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
11200
11201         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11202
11203 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
11204
11205         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11206         make-all.com, use makefile.vms instead.
11207
11208 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
11209
11210         * config.sub: Accept -lnews*.
11211
11212 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
11213
11214         * configure.in (noconfigdirs): Disable target-newlib,
11215         target-examples and target-libiberty for d30v.
11216
11217 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11218
11219         * configure.in (noconfigdirs): Enable ld for d30v.
11220
11221 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
11222
11223         * configure.in (tic80-*-*): Build compiler.
11224
11225 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
11226
11227         * configure.in (d30v-*): Remove sim directory from list of
11228         unsupported d30v directories
11229
11230 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11231
11232         * config.sub, configure.in: Add d30v target cpu.
11233
11234 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
11235
11236         * makefile.vms: New file.
11237         * make-all.com: Remove.
11238
11239 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
11240
11241         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11242
11243 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
11244
11245         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11246
11247 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
11248
11249         * Makefile.in (ALL_MODULES): Added all-db.
11250         (CROSS_CHECK_MODULES): Addec check-db.
11251         (INSTALL_MODULES): Added install-db.
11252         (CLEAN_MODULES): Added clean-db.
11253
11254 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
11255
11256         * config.guess: Merge with latest FSF sources.
11257
11258 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
11259
11260         * Makefile.in (ALL_MODULES): Added all-itcl.
11261         (CROSS_CHECK_MODULES): Added check-itcl.
11262         (INSTALL_MODULES): Added install-itcl.
11263         (CLEAN_MODULES): Added clean-itcl.
11264
11265 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
11266
11267         * configure.in: build gdb for mn10200
11268
11269 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
11270
11271         * Makefile.in (all-target-winsup): Depend on all-target-libio.
11272
11273 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
11274
11275         * configure.in (tic80-*-*): Turn off most targets right now.
11276
11277 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
11278
11279         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11280         rather than the makeinfo program.
11281         (do-info): Depend upon all-texinfo.
11282
11283 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11284
11285         * configure.in: Remove uses of config/mh-linux.
11286
11287         * config.sub, config.guess: Merge with latest FSF sources.
11288
11289 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
11290
11291         * config.sub (case $basic_machine): Add tic80 entries.
11292
11293 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
11294
11295         * config.sub, config.guess: Merge with latest FSF sources.
11296
11297 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11298
11299         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11300         * mpw-config.in: Test for NewFolderRecursive.
11301         * mpw-install: Use symbolic name for startup filename.
11302         * mpw-README: Add various additional details.
11303
11304 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
11305
11306         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11307
11308 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
11309
11310         * configure.in: Do build gcc and the target libraries for
11311         the mn10200.
11312
11313 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
11314
11315         * configure.in: don't avoid building gdb for mn10300 any more
11316         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11317         instead of single-quoting it.
11318
11319 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
11320
11321         * configure.in: Don't use --with-stabs on IRIX 6.
11322
11323 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
11324
11325         * configure.in (m32r): Build gdb, libg++ now.
11326
11327 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11328
11329         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
11330         directories from noconfigdirs.
11331
11332 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
11333
11334         * config.sub (basic_machine): added mips16 configuration
11335
11336 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11337
11338         * config.sub: Handle d10v-unknown.
11339
11340 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
11341
11342         * config.sub: Handle v850-unknown.
11343
11344 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
11345
11346         * Makefile.in: add findutils
11347         * configure.in: add findutils to list of host_tools
11348
11349 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
11350
11351         * config.sub: Handle mn10200 and mn10300.
11352
11353 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11354
11355         * configure.in (d10v-*): Do not build librx.
11356
11357 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
11358
11359         * configure.in (mn10300): Build everything except gdb & libgloss.
11360
11361 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
11362
11363         * config.guess:  Patch for Dansk Data Elektronik servers,
11364         from Niels Skou Olsen <nso@dde.dk>.
11365
11366         For ncr, use /bin/uname rather than uname, since GNU uname does not
11367         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
11368
11369         Patch for MIPS R4000 running System V,
11370         from Eric S. Raymond <esr@snark.thyrsus.com>.
11371
11372         Fix thinko for nextstep.
11373
11374         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11375
11376         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
11377         * config.guess: Guess mips-dec-mach_bsd4.3.
11378
11379         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
11380         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
11381         release numbers.
11382         * config.guess (mips-mips-riscos*):  Emit just enough of the
11383         release number.
11384
11385         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
11386         * config.guess (sparc-auspex-sunos*):  Added.
11387         (f300-fujitsu-*): Added.
11388
11389         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
11390         * config.guess:  Recognize a Tadpole as a sparc.
11391
11392 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11393
11394         * config.guess: Don't assume that NextStep version is either 2 or
11395         3.  NextStep 4 (aka OpenStep 4) has come out now.
11396
11397 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11398
11399         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11400         From Rik Faith <faith@cs.unc.edu>.
11401
11402 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
11403
11404         * config.sub: Contributions from bug-gnu-utils to:
11405         Support plain "hppa" (no version given) architecture, reported by
11406         OpenStep.
11407         OpenBSD like NetBSD.
11408         LynxOs is not a hardware supplier.
11409
11410         * config.guess: Contributions from bug-gnu-utils to add support for:
11411         OpenBSD like NetBSD.
11412         Stratus systems.
11413         More Pyramid systems.
11414         i[n>4]86 Intel chips.
11415         M680[n>4]0 Motorola chips.
11416         Use unknown instead of lynx for hardware manufacturer.
11417
11418 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11419
11420         * install.sh (chmodcmd): Set to null if the DST directory already
11421         exists.
11422
11423 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11424
11425         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11426         not use mt-ppc target Makefile fragment any more.
11427
11428 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11429
11430         * configure.in (*-*-windows):  Exclude everything but those dirs
11431         needed to build windows.
11432
11433 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
11434
11435         * Makefile.in (all-target-winsup): Depend on all-target-librx.
11436
11437 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11438
11439         * configure.in:  Exclude mmalloc from i386-windows.
11440
11441 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11442
11443         * Undo my previous change.
11444
11445 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
11446
11447         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11448         unconditionally.
11449         (MAKEOVERRIDES): Define (revert this part of October 18 change).
11450
11451 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11452
11453         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
11454         host to add it's own flags.
11455
11456 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
11457
11458         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11459
11460 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
11461
11462         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11463         (CXX_FOR_TARGET): Likewise.
11464         (GCC_FOR_TARGET): Define.
11465         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11466         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11467         CC_FOR_TARGET was specified on the command line.
11468         (MAKEOVERRIDES): Don't define.
11469
11470 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
11471
11472         * configure.in (m32r): Fix spelling of libg++ libs.
11473
11474 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
11475
11476         * config.sub (-apple*): Remove, now redundant.
11477
11478 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
11479
11480         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11481
11482         * configure: Rework yesterday's sed script patch.
11483
11484         * config.sub: Merge with FSF.
11485
11486 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
11487
11488         * config.guess:  Merge from FSF.
11489
11490         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
11491         * config.guess: Use pc instead of unknown, for pc clone systems.
11492         Change linux to linux-gnu.
11493
11494         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11495         * config.guess: Avoid non-portable tr syntax.
11496
11497 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
11498
11499         * test-build.mk (HOLES): Add "xargs" for gdb.
11500
11501         * configure: Avoid hpux10.20 sed bug.
11502
11503 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
11504
11505         * configure.in:  Add support for windows host
11506         (that is a build done under the Microsoft build environment).
11507
11508 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
11509
11510         * Makefile.in: Replace all uses of srcroot with s, to shrink
11511         command line lengths.
11512
11513         Patches from Geoffrey Noer <noer@cygnus.com>:
11514         * configure.in: If configuring for newlib, pass --with-newlib to
11515         subdirectories.
11516         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11517         -Bnewlib/ and -Lwinsup to gcc.
11518         (CXX_FOR_TARGET): Likewise.
11519
11520 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11521
11522         * Makefile.in (ETC_SUPPORT): Add configure.
11523
11524 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
11525
11526         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11527         host configuration file.
11528
11529 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
11530
11531         * configure.in: Break mn10x00 support into separate
11532         mn10200 and mn10300 configurations.
11533         * config.sub: Likewise.
11534
11535 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
11536
11537         * configure.in: Add lots of stuff to noconfigdirs for
11538         the mn10x00 targets.
11539
11540         * config.sub, configure.in: Add mn10x00 support.
11541
11542 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
11543
11544         * make-all.com: Call conf-a-gas, not config-a-gas.
11545
11546 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
11547
11548         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11549         targets.
11550
11551 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
11552
11553         * mpw-README: Add much more detail for native PowerMac.
11554         * mpw-install: New file.
11555         * mpw-configure: Add --norecursion and --help options.
11556         * mpw-config.in: Translate readme and install files when
11557         copying to objdir.
11558         * mpw-build.in: Don't always depend on byacc and flex.
11559         (install-only-top): New action.
11560
11561 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
11562
11563         * configure.in:  You can now configure GDB for the v850.
11564
11565 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
11566
11567         * configure.in (noconfigdirs): Don't configure any C++ dirs
11568         if targeting D10V.
11569
11570 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11571
11572         * config.sub: Recognize mips64vr5000.
11573
11574 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
11575
11576         * configure.in: Use a single line for host_tools and native_only.
11577
11578 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
11579
11580         * config.sub, configure.in: Add entries for m32r.
11581
11582 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
11583
11584         * Makefile.in (inet-install): Don't run install-gzip.
11585
11586 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
11587
11588         * configure.in:  Don't config lots of things for *-*-windows*.
11589
11590 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
11591
11592         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11593         (host_libs, host_tools): Copy from configure.in.
11594         * mpw-configure: Don't complain about directories not found.
11595
11596 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11597
11598         * configure.in (i[345]86): Recognize i686 for pentium pro.
11599         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11600         file.
11601
11602         * config.guess (i[345]86): Ditto.
11603
11604 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11605
11606         * configure.in (noconfigdirs): Removed gdb for D10V.
11607
11608 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
11609
11610         * configure.in: Remove ld, target-libio, target-libg++, and
11611         target-libstdc++ from noconfigdirs.
11612
11613 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
11614
11615         * configure: Fix three locations where shell scripts were
11616         being run directly rather than with config_shell.
11617
11618 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
11619
11620         * configure.in (v850-*-*): Set up initial $noconfigdirs.
11621         * config.sub (basic_machine): Recognize v850.
11622
11623 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
11624
11625         * mpw-configure: Handle multiple enable/disable options and
11626         pass them down recursively, handle -c and -s flags appropriately
11627         depending on choice of compiler, add escape mechanism for
11628         quoted arguments to gC.
11629
11630 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11631
11632         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11633         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11634         so that -mrelocatable-lib and -mno-eabi are used.
11635
11636         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11637         not support --print-multi-lib, don't abort.
11638
11639 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
11640
11641         * make-all.com: Run config-a-gas.
11642         * setup.com: Don't copy subdirectory files around.
11643
11644 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
11645
11646         * configure.in (*-*-ose): Remove exclusion of libgloss for this
11647         target, it now compiles correctly.
11648
11649 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
11650
11651         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11652
11653 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11654
11655         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11656
11657 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11658
11659         * configure.in (native_only): Add prms.
11660
11661 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
11662
11663         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11664         (BINUTILS_SUPPORT_DIRS): Likewise.
11665
11666 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11667
11668         * configure.in (d10v-*-*): Don't configure ld or gdb until the
11669         d10v support is added.
11670
11671 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11672
11673         * configure.in (d10v-*-*): New target.
11674
11675 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
11676
11677         * config.guess (HP 9000/811): Recognize this as a PA1.1
11678         machine.
11679
11680 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
11681
11682         * Makefile.in (do-tar-gz): New target, split out from tail end of
11683         taz target.  Run each command separately, don't use pipes.
11684         (taz): Use it.
11685
11686 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
11687
11688         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11689         * mpw-build.in: No builds should depend on building byacc or flex,
11690         they are assumed to be installed already.
11691
11692 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11693
11694         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11695         variable that CC_FOR_TARGET needs.
11696
11697 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11698
11699         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11700         options have changed since the last time the subdirectory was
11701         configured, and if it has, reconfigure.
11702         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11703         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11704
11705 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
11706
11707         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11708         CLEAN_MODULES): Add bash.
11709         (all-bash): New target.
11710
11711 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
11712
11713         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11714
11715 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11716
11717         * config.sub (basic_machine): Recognize d10v as a valid processor.
11718
11719 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
11720
11721         * mpw-configure: Add support for --bindir.
11722         * mpw-build.in: Use a GCC-specific build script for GCC actions.
11723
11724 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
11725
11726         * configure.in: add bash, time, gawk to list of hosttools and things
11727         to only build for native toolchains
11728
11729 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11730
11731         * Makefile.in (docdir): Remove.
11732
11733 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11734
11735         * Makefile.in (datadir): Set to $(prefix)/share.
11736
11737 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
11738
11739         * configure.in: build diff and patch for cygwin32-hosted
11740         toolchains.
11741
11742 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
11743
11744         * config.sub: Accept -rtems*.
11745
11746 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
11747
11748         * configure.in: enable dosrel for cygwin32-hosted builds,
11749                 remove diff from the list of things not buildable
11750                 via Canadian Cross
11751
11752 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
11753
11754         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
11755         don't get ". ".
11756
11757 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
11758
11759         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11760
11761 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
11762
11763         * Makefile.in (taz): Handle case where tex3patch didn't even get
11764         checked out.  Also, if it was found, put the symlink in a new util
11765         subdirectory.
11766
11767 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11768
11769         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11770
11771 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
11772
11773         * config.sub: Recognize -openvms.
11774         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11775         * make-all.com, setup.com: New files.
11776
11777 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
11778
11779         * Makefile.in (taz): tex3patch moved to texinfo/util.
11780
11781 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
11782
11783         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
11784         * configure.in: remove make from disable-if-Can-Cross list
11785                 enable gdb if ${host} and ${target} are cygwin32
11786
11787 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
11788
11789         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
11790         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11791
11792 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
11793
11794         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
11795         distinguish sysv/svr4/bsd variants.
11796         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11797
11798 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
11799
11800         * configure.in: Added copyright notice.
11801         * move-if-change: Added copyright notice.
11802
11803 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11804
11805         * configure.in (powerpcle-*-solaris*): Until we get shared
11806         libraries working, don't build gdb, sim, make, tcl, tk, or
11807         expect.
11808
11809 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
11810
11811         * config.guess:  Merge with FSF:
11812
11813         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11814         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11815
11816         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
11817         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11818
11819         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
11820         * config.guess:  Combine two OSF1 rules.
11821         Also recognize field test versions.  From mjr@zk3.dec.com.
11822         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
11823         because GNU uname does not support -p.  From pmr@pajato.com.
11824
11825 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
11826
11827         * Makefile.in (MAKEDIRS): Removed $(tooldir).
11828
11829 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
11830
11831         * mpw-README: Document GCCIncludes.
11832
11833 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
11834
11835         * configure.in (alpha-*-linux*): Set enable_shared to yes.
11836
11837 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11838
11839         * mpw-configure: Handle --enable-FOO and --disable-FOO.
11840
11841 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
11842
11843         * configure.in (*-*-cygwin32): Configure make.
11844
11845 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
11846
11847         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11848
11849 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
11850
11851         * Makefile.in (all-inet): Depend on all-perl.
11852
11853         * Makefile.in (inet-install): New target.
11854
11855         * Makefile.in (all-inet): Depend on all-tcl.
11856         (all-inet): Depend on all-send-pr.
11857
11858 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11859
11860         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11861         temporarily.
11862
11863 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
11864
11865         * configure.in: Don't configure --with-gnu-ld on AIX.
11866
11867 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
11868
11869         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11870
11871 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
11872
11873         * Makefile.in (ALL_MODULES): Added all-inet.
11874         (CROSS_CHECK_MODULES): Added check-inet.
11875         (INSTALL_MODULES): Added install-inet.
11876         (CLEAN_MODULES): Added clean-inet.
11877         (all-indent): New target.
11878
11879         * configure.in (host_tools): Added inet.
11880         (native_only): Added inet.
11881         (noconfigdirs): Added inet.
11882
11883 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
11884
11885         * configure.in: Don't configure libgloss if we are not configuring
11886         newlib.
11887
11888 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
11889
11890         * configure.in: Don't configure libgloss for unsupported
11891         architectures.
11892
11893 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11894
11895         * Makefile.in (CLEAN_MODULES): Add clean-apache.
11896
11897 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
11898
11899         * Makefile.in (ALL_MODULES): Include all-apache.
11900         (CROSS_CHECK_MODULES): Include check-apache.
11901         (INSTALL_MODULES): Include install-apache.
11902         (all-apache): New target.
11903
11904         * configure.in: Added apache everywhere perl is seen.
11905
11906 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11907
11908         * Makefile.in: Add support for clean-{module} and
11909         clean-target-{module} rules.
11910
11911 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
11912
11913         * configure.in (*-*-ose) do not build libgloss.
11914
11915 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11916
11917         * config.guess (prep*:SunOS:5.*:*): Turn into
11918         powerpele-unknown-solaris2.
11919
11920 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
11921
11922         * configure.in: Permit --enable-shared to specify a list of
11923         directories.
11924
11925 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
11926
11927         * configure.in (host==solaris): Pass only the first word of $CC
11928         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11929
11930 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
11931
11932         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11933
11934 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
11935
11936         * Makefile.in (ALL_MODULES): Include all-perl.
11937         (CROSS_CHECK_MODULES): Include check-perl.
11938         (INSTALL_MODULES): Include install-perl.
11939         (ALL_X11_MODULES): Include all-guile.
11940         (CHECK_X11_MODULES): Include check-guile.
11941         (INSTALL_X11_MODULES): Include install-guile.
11942         (all-perl): New target.
11943         (all-guile): New target.
11944
11945         * configure.in (host_tools): Include perl and guile.
11946         (native_only): Include perl and guile.
11947         (noconfigdirs): Don't build guile and perl; no ports have been
11948         done.
11949
11950 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
11951
11952         * configure (--enable-*): Handle quoted option lists such as
11953         --enable-sim-cflags='-g0 -O' better.
11954
11955 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11956
11957         * Makefile.in ({,inst}all-target): New rule so we can make and
11958         install all of the target directories easily.
11959
11960 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11961
11962         * configure.in: Add missing global flag in sed substitution when
11963         deleting `target-' from ${configdirs}.
11964
11965 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
11966
11967         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11968         option.
11969
11970         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11971         config/mh-necv4.
11972
11973         * install.sh: Correct misspelling of transformbasename.
11974
11975         * config.guess: Recognize mips-*-sysv*.
11976
11977 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
11978
11979         * config.sub: Recognize mon960.
11980
11981 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
11982
11983         * configure: Restore Canadian Cross handling of BISON and LEX,
11984         removed in Feb 20 change.
11985
11986 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
11987
11988         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11989         Mention make install.  Remove the old copyright date as well the
11990         clumsy and rather pointless copyright on the README file.
11991
11992 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11993
11994         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11995         Makefile after running symlink-tree, then run `make distclean' to
11996         avoid clobbering any generated files in srcdir.
11997
11998 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
11999
12000         * configure.in (m68k-*-netbsd*): Build everything now.
12001
12002 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12003
12004         * Makefile.in (taz): Fix quoting.
12005
12006 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
12007
12008         * configure.in (sparclet-*-*): Build everything now.
12009
12010 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12011
12012         * configure.in (m68k-*-linux*): New host.
12013
12014 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
12015
12016         * configure: Check for bison before byacc.
12017
12018 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
12019
12020         * Makefile.in configure:  Change the way LEX and BISON/YACC are
12021         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
12022         searching PATH.  These are used as fallbacks by Makefile.in if
12023         flex/bison/byacc aren't in objdir.
12024
12025 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
12026
12027         * Makefile.in: Make everything which depends upon all-bfd also
12028         depend upon all-opcodes, in case --with-commonbfdlib is used.
12029
12030 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12031
12032         * configure.in (host *-*-cygwin32): Don't build gdb if we are
12033         building NT native compilers on Unix.
12034
12035 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
12036
12037         * configure.in: Don't get CC from the host Makefile fragment if we
12038         can find gcc in PATH, or if this is a Canadian Cross.  Move the
12039         Solaris test for /usr/ucb/cc to the post target script, just after
12040         the compiler sanity test.
12041
12042 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
12043
12044         * config.sub: Merge with FSF.
12045
12046 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
12047
12048         * Makefile.in (RPATH_ENVVAR): New variable.
12049         (REALLY_SET_LIB_PATH): Use it.
12050         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12051
12052 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
12053
12054         * config.sub, configure.in: Recognize sparclet cpu.
12055
12056 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12057
12058         * config.guess:  Support m68k-cbm-sysv4.
12059
12060 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12061
12062         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12063         m68k-unknown-linuxaout from linker help string.  Put quotes around
12064         $ld_help_string.
12065
12066 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
12067
12068         * config.guess (powerpc-harris-powerunix): Add guess for port
12069         to new target.
12070
12071 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12072
12073         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12074
12075 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
12076
12077         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12078         $(REALLY_SET_LIB_PATH) in Makefile.
12079         * Makefile.in (SET_LIB_PATH): New variable.
12080         (REALLY_SET_LIB_PATH): New variable.
12081         ($(DO_X)): Use $(SET_LIB_PATH).
12082         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12083         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12084         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12085         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12086         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12087         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12088         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12089         (install-dosrel): Likewise.
12090         (all-opcodes): Depend upon all-libiberty.
12091
12092 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12093
12094         * config.guess (*:CYGWIN*): New
12095
12096 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12097
12098         * Makefile.in (all-target-winsup): All all-target-libiberty.
12099
12100 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12101
12102         * configure.in (noconfigdirs): Add missing # in front of comment.
12103
12104 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
12105
12106         * configure.in: add second pass to things added to noconfigdirs
12107         so *-gm-magic can exclude libgloss properly.
12108
12109 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
12110
12111         * mpw-configure (extralibs_name, rez_name): Set correctly
12112         for MWC68K compiler.
12113
12114         * mpw-README: Add more info on the necessary build tools.
12115
12116 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12117
12118         * configure.in, config.sub: Recognize cygwin32.
12119
12120 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
12121
12122         * config.guess, config.sub: Recognize A/UX.
12123
12124 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
12125
12126         * config.sub: Merge with gcc/config.sub.
12127
12128 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
12129
12130         * mpw-build.in (do-binutils): Add build of stamps.
12131
12132 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
12133
12134         * config.sub: Add recognition for mips64vr4100*-* targets.
12135
12136 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12137
12138         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12139         Add creation of gconfigargs with `--enable-shared' turned on.
12140         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12141         ($(host)-stamp-stage3-configured): Likewise.
12142         (HOLES): Add chatr and ldd.
12143         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12144
12145 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
12146
12147         * configure: Pass --nfp to recursive configures.
12148
12149 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12150
12151         * Makefile.in (DLLTOOL): New.
12152         (DLLTOOL_FOR_TARGET): New.
12153         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12154         (EXTRA_TARGET_FLAGS): Ditto.
12155         (EXTRA_GCC_FLAGS): Ditto.
12156         (CONFIGURE_TARGET_MODULES): Ditto.
12157         (DO_X): Ditto.
12158         * configure: Add DLLTOOL.
12159
12160 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
12161
12162         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12163         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12164         mh-sco, since old workarounds no longer needed, and don't
12165         build ld, since libraries have weak symbols in COFF.
12166
12167 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
12168
12169         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12170
12171 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12172
12173         * configure.in: Make sure that ${CC} can be used to compile an
12174         executable.
12175
12176 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12177
12178         * Makefile.in (all-gdb): Depend on $(GDB_TK).
12179         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12180         nothing depending on whether gdbtk is being built.
12181
12182 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
12183
12184         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12185
12186 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
12187
12188         * configure.in (noconfigdirs): Put ld or gas in this early, if the
12189         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12190
12191 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
12192
12193         * config-ml.in: Add support for
12194         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12195         Simplify setting of multidirs from --disable-foo.
12196
12197 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12198
12199         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12200         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12201         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12202         non-empty, pass them on to the  GCC make.
12203         (all-bootstrap): New rule that is like all-gcc, except it executes
12204         the GCC bootstrap rule instead of the GCC all rule.
12205
12206 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
12207
12208         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12209
12210 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12211
12212         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12213         DG/UX support.
12214
12215 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
12216
12217         * config.sub (i*86*) Change [345] to [3456]
12218
12219 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12220
12221         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12222         --with-gnu-ld=no.
12223
12224 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12225
12226         * config-ml.in (rs6000*, powerpc*): Add switches to control which
12227         AIX multilibs get built.
12228
12229 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12230
12231         * configure.in (i386-win32): Don't build expect if we're not
12232         building the tcl subdir.
12233
12234 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
12235
12236         * Makefile.in: (configure-target-examples, all-target-examples):
12237         New targets, configure and build example programs.
12238
12239 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
12240
12241         * mpw-configure: If an mpw-config.in generated a file mk.sed,
12242         use it as input to sedit the generated MPW makefile.
12243         * mpw-README: Add a suggestion about Gestalt.h.
12244
12245 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
12246
12247         * config.sub: Accept *-*-ieee*.
12248
12249 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
12250
12251         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
12252         Ronald F. Guilmette <rfg@monkeys.com>.
12253
12254 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12255
12256         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12257         for powerpc-pe native.
12258         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12259         (target==powerpc-pe): duplicate i386-win32 entry.
12260
12261 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12262
12263         * configure.in (noconfigdirs): Exclude target-newlib for all versions
12264         of vxworks, not just vxworks5.1.
12265
12266 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
12267
12268         * mpw-configure: Add support for exec-prefix.
12269
12270 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12271
12272         * config.guess: Recognize HP model 816 machines as having
12273         a PA1.1 processor.
12274
12275 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12276
12277         * configure: Ignore new autoconf configure options.
12278
12279 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12280
12281         * config.guess:  Recognize Pentium under SCO.
12282         From Robert Lipe <robertl@arnet.com>.
12283
12284 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12285
12286         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12287
12288 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
12289
12290         * configure.in: Don't configure gas for alpha-dec-osf*.
12291
12292 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
12293
12294         * configure.in: Default to --with-stabs for some targets for which
12295         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12296         i[345]86*-*-unixware*.
12297
12298 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12299
12300         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12301         rather than basing it on the target.  Simplify handling of options
12302         controlling which directories to configure.  Remove extraneous
12303         slash in multi-clean target.
12304
12305 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
12306
12307         * config-ml.in: Prefix more variables with ml_ so they don't collide
12308         with configure's.
12309
12310 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
12311
12312         * configure: Don't turn -v into --v.
12313
12314 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
12315
12316         * configure.in (targargs): Fix typo.
12317
12318         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12319
12320 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
12321
12322         * configure.in: Strip --host and --target options from
12323         CONFIG_ARGUMENTS, and always configure for --host only.  Add
12324         --with-cross-host option when building with a cross-compiler.
12325         * configure: Canonicalize the arguments put into config.status by
12326         always using `=' for an option with an argument.  Pass a presumed
12327         --host or --target explicitly.
12328
12329 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
12330
12331         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12332         into general OS recognition case.
12333
12334 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12335
12336         * configure.in (target_configdirs): add target-winsup only
12337         for win32 target systems.
12338
12339 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
12340
12341         * Makefile.in (all-target-libgloss): Depend upon
12342         configure-target-newlib, since when libgloss is built it looks to
12343         see if the newlib directory exists.
12344
12345 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
12346
12347         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12348         cfg-ml-*.in.
12349
12350 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
12351
12352         * configure: Handle LD and LD_FOR_TARGET when configuring a
12353         Canadian Cross.
12354
12355 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12356
12357         * configure.in (target_libs): add target-winsup.
12358         (target==i386-win32): add patch diff flex make to $noconfigdirs.
12359         (target==ppcle-pe): remove ld from $noconfigdirs.
12360
12361 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
12362
12363         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12364         Preserve relative path names in $srcdir.  Build symlink tree if
12365         configuring cross target dir and srcdir=. (= no VPATH support).
12366         (configure-target-libg++): Depend on configure-target-librx.
12367         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12368         * config-ml.in: New file.
12369         * symlink-tree: New file.
12370         * configure: Ensure srcdir="." if that's what it is.
12371
12372 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
12373
12374         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12375         includes and FLEX_SKELETON setting.
12376         * mpw-configure (--with-gnu-ld): New option, controls whether
12377         to use PPCLink or ld with PowerMac GCC.
12378         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12379         * mpw-config.in: Configure grez if targeting Mac.
12380
12381         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12382         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12383         just macos.
12384         * configure.in: Configure grez resource compiler if targeting Mac.
12385         * Makefile.in (all-grez, install-grez): New targets.
12386
12387 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
12388
12389         * configure: CXX defaults to gcc, not g++.  If we find
12390         gcc in the path, set CC to gcc -O2.
12391
12392 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
12393
12394         * configure: Default ${build} correctly.  Avoid picking up extra
12395         spaces when reading CC and CXX from Makefile.  When doing a
12396         Canadian Cross, use plausible default values for numerous
12397         variables.
12398         * configure.in: When doing a Canadian Cross, don't try to
12399         configure tools whose configure script can't handle it.
12400
12401 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12402
12403         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12404
12405 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12406
12407         * configure:  Remove dubious bug reporting address.
12408
12409 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12410
12411         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
12412         configure script, run that instead of this directory's configure.
12413         In either case, print a message that we're configuring the sub-dir.
12414
12415 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12416
12417         * configure.in: Before checking for the existence of various files,
12418         use sed to filter out "target-".
12419
12420 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12421
12422         * Makefile.in (DO_X): Split rule to decrease command line length
12423         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
12424         (Philippe De Muyter).
12425
12426 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12427
12428         * Makefile.in (all-patch): depend on all-libiberty.
12429
12430 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
12431
12432         * configure.in: If the only directory in target_configdirs which
12433         actually exists is libiberty, then set target_configdirs to empty,
12434         to avoid trying to build a target libiberty in a gas or gdb
12435         distribution.
12436
12437 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
12438
12439         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12440         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12441         systems.
12442
12443 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12444
12445         * configure.in (copy_dirs): Use sys-include instead of include
12446         for --with-headers option.
12447
12448 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
12449
12450         * Makefile.in, configure.in: Make winsup builds work with
12451         new scheme.
12452
12453 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
12454
12455         * configure.in: Build the linker on AIX.
12456
12457 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12458
12459         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
12460         where needed.
12461
12462 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
12463
12464         * Makefile.in (all-gcc): Fix typo.
12465
12466 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12467
12468         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
12469
12470 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12471
12472         * configure.in:  Rename libFOO to target-libFOO, and xiberty
12473         to target-xiberty, to provide more flexibility.
12474         (target_subdir):  Define.  Create if cross.
12475         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12476         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
12477         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12478         check-libFOO -> check-target-libFOO, etc.
12479         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12480         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12481         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12482         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
12483         allow ALL_GCC="" to only configure.
12484         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
12485         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
12486         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
12487
12488 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
12489
12490         * Makefile.in (taz): Build "info" in etc explicitly.
12491
12492 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
12493
12494         * configure.in:  Make sure that CC is undefined (as opposed to
12495         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
12496         problem with autoconf trying to configure on a host without GCC.
12497
12498 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12499
12500         * mpw-configure: Set host alias from choice of host compiler,
12501         only use generic MPW Makefile sed if present, edit a file
12502         named "hacked_Makefile.in" instead of "Makefile.in" if present.
12503         * mpw-README: Add problem notes about CW6 and CW7.
12504
12505 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
12506
12507         * Makefile.in (taz): Use ";" instead of ";;".
12508
12509 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12510
12511         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
12512         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12513         DISTDOCDIRS.
12514         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
12515         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
12516
12517 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12518
12519         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
12520         and gnats, because they are now subsumed by DISTSTUFFDIRS.
12521         Move bfd to DISTSTUFFDIRS.
12522
12523 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12524
12525         * Makefile.in (X11_LIB): Removed.
12526         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12527
12528         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12529
12530 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12531
12532         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12533         names.
12534
12535 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12536
12537         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12538
12539 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
12540
12541         * configure.in (i[345]86-*-win32): Always build newlib.
12542         Don't configure cvs, autoconf or texinfo.
12543         * Makefile.in (LD_FOR_TARGET): New.
12544         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12545         Pass down LD_FOR_TARGET.
12546
12547 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12548
12549         * winsup: New directory.
12550         * Makefile.in: Build winsup.
12551         * configure.in: Winsup is configured when target is win32.
12552         Can only build win32 target GDB when native.
12553
12554 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
12555
12556         * config.guess: Recognize HP model 819 machines as having
12557         a PA 1.1 processor.
12558
12559 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
12560
12561         * configure: Fix sed loop which substitutes for CC and CXX to
12562         avoid bug found in various sed implementations.
12563
12564 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12565
12566         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12567         simulator.  Use standard powerpc-*-eabi*.
12568
12569 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12570
12571         * configure.in: Stop putting gas and binutils in noconfigdirs for
12572         powerpc-*-aix* and rs6000-*-*.
12573
12574 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
12575
12576         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12577         -mcall-aixdesc libraries.
12578
12579 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
12580
12581         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12582
12583         * config.sub (arm | armel | armeb): Fix shell syntax.
12584
12585 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12586
12587         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12588         -msoft-float and -mcpu=common support.
12589         (powerpc*-*-eabisim*): Add support for building -mcall-aix
12590         libraries.
12591
12592 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12593
12594         * configure.in: Allow configuration and build of emacs19 for the alpha.
12595
12596 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12597
12598         * configure.in (CC): Get ^CC, not just any old CC, from
12599         ${host_makefile_frag}.
12600
12601 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12602
12603         * configure.in (CC): Try to get CC from
12604         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12605
12606 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12607
12608         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12609         only if it exists in $(srcdir).
12610
12611 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
12612
12613         * configure: If CC and CXX are not set in the environment, set
12614         them, based on either an existing Makefile or on searching for gcc
12615         in PATH.  Substitute for CC and CXX in Makefile.
12616         * configure.in: Remove libm from target_libs.  Separate
12617         target_configdirs from configdirs.  If CC is not set in
12618         environment, try to get it from a host Makefile fragment.  Rewrite
12619         changes of configdirs to use skipdirs instead.  A few minor
12620         tweaks.  Take directories out of target_configdirs as they are
12621         taken out of configdirs.  Remove existing Makefile files from
12622         subdirectories.  Substitute for TARGET_CONFIGDIRS and
12623         CONFIG_ARGUMENTS in Makefile.
12624         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12625         by configure.in.
12626         (CONFIG_ARGUMENTS): Likewise.
12627         (CONFIGURE_TARGET_MODULES): New variable.
12628         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12629         ($(CONFIGURE_TARGET_MODULES)): New target.
12630         (configure-libg++, configure-libio): New targets.
12631         (all-libg++): Depend upon configure-libg++.
12632         (all-libio): Depend upon configure-libio.
12633         (configure-libgloss, all-libgloss): New targets.
12634         (configure-libstdc++): New target.
12635         (all-libstdc++): Depend upon configure-libstdc++.
12636         (configure-librx, all-librx): New targets.
12637         (configure-newlib): New target.
12638         (all-newlib): Depend upon configure-newlib
12639         (configure-xiberty): New target.
12640         (all-xiberty): Depend upon configure-xiberty.
12641
12642 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12643
12644         * configure.in (host i[345]86-*-win32):  Expand the
12645         noconfigdirs again.
12646
12647 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
12648
12649         * mpw-configure: Fix sed command file name.
12650
12651 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12652
12653         * configure.in (host i[345]86-*-win32): Reduce the
12654         noconfigdirs again.
12655
12656 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
12657
12658         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12659         or powerpc*-*-pe*, since they are not yet supported.
12660
12661 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12662
12663         Add PowerMac support and many other enhancements.
12664         * mpw-configure: New option --cc to select compiler to use,
12665         paste options set according to --cc into the generated
12666         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12667         if mpw-make.sed is present.
12668         * mpw-config.in: Don't test for gC1, test for mpw-touch,
12669         add forward includes for PowerPC include files.
12670         * mpw-build.in: Build using Makefile.PPC if present.
12671         (do-byacc, etc): Remove separate version resource builds.
12672         (do-gas): Build "stamps" before "all".
12673         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12674         * mpw-README: Update to reflect --cc option, PowerMac support,
12675         and recently-reported compatibility problems.
12676
12677 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
12678
12679         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12680         embedded m68k systems (-aout, -coff, -elf, -vxworks).
12681         (--with-multilib-top): Pass to recursive invocations.
12682
12683 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
12684
12685         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12686         v810-*-*.
12687
12688 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12689
12690         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12691         gdb, ld and opcodes on v810-*-*.
12692
12693 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
12694
12695         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12696         (local-maintainer-clean): New target.
12697         (maintainer-clean): New target.
12698         (realclean): Just depend upon maintainer-clean.
12699
12700 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12701
12702         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12703
12704 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
12705
12706         * configure.in: Build ld in mips*-*-bsd* case.
12707
12708 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
12709
12710         * config.sub: Accept -lites* OS.  From Ian Dall.
12711
12712 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
12713
12714         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
12715         targets.
12716
12717 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12718
12719         * configure.in: treat i386-win32 canadian cross the same as
12720         i386-go32 canadian cross.
12721
12722 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12723
12724         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12725         running under the simulator to build a reduced set of libraries.
12726         (powerpc-*-eabiaix): Add fine grained multilib support added to
12727         other powerpc targets yesterday.
12728
12729 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12730
12731         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12732         -disable-softfloat, -disable-relocatable, -disable-aix, and
12733         -disable-sysv to control which multilib libraries get built.
12734
12735 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
12736
12737         * configure: Add Makefile.tem to list of files to remove in trap
12738         handler.
12739
12740 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12741
12742         * config.guess (*Linux*):  Add missing "exit"s.
12743         Also, need specific check for alpha-unknown-linux (uses COFF).
12744
12745 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12746
12747         * config.guess:  Merge with FSF:
12748
12749         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
12750         * config.guess (AIX4): More robust release numbering discovery.
12751
12752         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
12753         * config.guess (i386-sequent-ptx): Properly get version number.
12754
12755         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
12756         * config.guess (mips:*:4*:UMIPS): New case.
12757
12758 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
12759
12760         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12761         (i386-win32 host): Likewise.  Don't build readline.
12762
12763 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
12764
12765         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
12766         SUPPORT_FILES to submakes.
12767
12768 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
12769
12770         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12771         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12772         mpw-configure.
12773
12774 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
12775
12776         * configure.in (appdirs): Use =, not ==, in test expression when
12777         trying to build the text to print in the warning message for
12778         Solaris users.
12779
12780 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
12781
12782         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12783
12784 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12785
12786         * config.guess: Recognize lynx-2.3.
12787
12788 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
12789
12790         * config.sub (z8ksim): Deleted
12791         (z8k-*-coff): New, this is the one true name of the target.
12792
12793 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
12794
12795         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12796
12797 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
12798
12799         * config.guess (*:Linux:*:*): First try asking the linker what the
12800         default object file format is (elf, aout, or coff).  Then if this
12801         fails, try previous methods.
12802
12803 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12804
12805         * configure.in: Don't build newlib for *-*-vxworks5.1.
12806
12807 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12808
12809         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12810         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12811
12812 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
12813
12814         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12815
12816 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
12817
12818         * cfg-ml-com.in: New file.
12819         * cfg-ml-pos.in: New file.
12820
12821 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12822
12823         * COPYING.NEWLIB: Add HP free copyright to list.
12824
12825 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12826
12827         * config.sub: Recognize -eabi* for the system, not just -eabi.
12828
12829 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
12830
12831         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12832         * config.sub, configure.in (win32): New target and host.
12833
12834 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
12835
12836         * configure.in: Add i386-pe configuration.
12837
12838 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
12839
12840         * mpw-build.in (install): Install GDB after LD.
12841
12842 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
12843
12844         * mpw-config.in (elf/mips.h): Always forward-include, needed
12845         for GDB to build.
12846
12847 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12848
12849         * testsuite: New directory for customer acceptance and whole tool
12850         chain tests.
12851
12852 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
12853
12854         * configure: If per-host line isn't found, but AC_OUTPUT is found
12855         and a configure script exists, run it instead.
12856
12857 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12858
12859         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
12860
12861 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12862
12863         * configure: Set build_{cpu,vendor,os,alias} to host values when
12864         --build isn't specified.
12865
12866 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12867
12868         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12869         (FLAGS_TO_PASS): Pass them.
12870         (EXTRA_TARGET_FLAGS): Ditto.
12871
12872 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12873
12874         * Makefile.in (all-libg++): Depend on all-libstdc++.
12875
12876 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12877
12878         * configure.in (noconfigdirs): Enable all packages for
12879           i386-unknown-netbsd.
12880
12881 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
12882
12883         * configure.in (noconfigdirs): Don't configure tk for i386-go32
12884         hosted builds (DOS builds)
12885
12886 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
12887
12888         Changes for ARM based on patches from Richard Earnshaw:
12889         * config.sub: Handle armeb and armel.
12890         * configure.in: Omit arm linker only for riscix.
12891
12892 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12893
12894         * config.guess:  Update from FSF.
12895
12896 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
12897
12898         * config.sub: Recognize powerpcle as the little endian variant of
12899         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
12900         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
12901         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
12902         temporarily.
12903
12904 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
12905
12906         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12907
12908 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
12909
12910         * config.sub: Accept -lites* as a basic system type.
12911
12912 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
12913
12914         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12915         installed, and if so return linuxoldld as the system name.
12916
12917 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
12918
12919         * config.guess: Add hppa1.1-hp-lites support.
12920
12921 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12922
12923         * configure.in: Don't build newlib for m68k-vxworks5.1.
12924
12925 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12926
12927         * configure.in (mips-sgi-irix6): Use mh-irix5.
12928
12929 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
12930
12931         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12932
12933 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12934
12935         * test-build.mk: Enable building of shared libraries on IRIX 5 and
12936         OSF/1.  Fix compiler flags.
12937         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
12938
12939 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
12940
12941         * configure.in: Recognize --with-newlib.
12942         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12943
12944 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12945
12946         * Makefile.in: move {all,check,install}-gdb from *_MODULES
12947         to *_X11_MODULES due to gdbtk needing X include files et al.
12948
12949 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
12950
12951         Merge in support for Mac MPW as a host.
12952         (Old change descriptions retained for informational value.)
12953
12954         * mpw-config.in: Add generic include forwards for cpu-specific
12955         include files in aout and elf directories.
12956
12957         * mpw-configure: Added copyright.
12958         * mpw-config.in: Check for presence of required build tools.
12959         (target_libs): Add newlib.
12960         (target_tools): Add examples.
12961         (Read Me): Generate as "Read Me for MPW" instead.
12962         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12963         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12964         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12965
12966         * mpw-configure: Remove subdir-specific makefile hackery,
12967         delete mk.tmp after using it.
12968
12969         * mpw-build.in (all): Display start and end times.
12970
12971         * mpw-configure (host_canonical): Set.
12972         (target_cpu): Always add to makefiles.
12973         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12974         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12975         (mpw-mh-mpw): Look for in srcdir and srcroot.
12976         Use sed instead of mpw-edit-prefix to edit prefix definitions.
12977
12978         * mpw-build.in: (install-only): New target.
12979
12980         * mpw-configure (host_alias, target_alias): Rename from hostalias
12981         and targetalias, add into generated Makefile.
12982         (mk.tmp): If present, add into generated Makefile.
12983         * mpw-build.in (all-gas): Build config.h first before gas proper.
12984
12985         * mpw-configure (config.status): Write only if changed.
12986         * mpw-config.in (readline): Configure it (not built, just used for
12987         definitions).
12988
12989         * mpw-config.in (elf/mips.h): Add a forward include.
12990
12991         * mpw-config.in: Forward-include most .h files in include into
12992         extra-include.
12993         (readline): Don't build.
12994         mpw-build.in (install): Install GDB.
12995
12996         * mpw-configure (prefix, mpw_prefix): Handle it.
12997         * mpw-config.in (mmalloc, readline): Don't configure.
12998         * mpw-build.in (thisscript): Rename to ThisScript.
12999         Use mpw-build instead of BuildProgram everywhere.
13000         (mmalloc, readline): Don't build.
13001         * mpw-README: New file, basic documentation about the MPW port.
13002
13003         * mpw-config.in: Use forward-include to create include files.
13004
13005         * mpw-configure: Add more things to the top of each configured
13006         Makefile, including contents of config/mpw-mh-mpw.
13007         * mpw-config.in (extra-include): Create this directory and fill it
13008         with Posix-like include files when configuring.
13009
13010         * config.sub (apple, mac, mpw): Add various aliases.
13011
13012         * mpw-build.in: New file, top-level build script fragment for MPW.
13013         * mpw-configure: New file, configure script for MPW.
13014         * mpw-config.in: New file, config fragment for MPW.
13015
13016 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13017
13018         * configure.in (host_libs): Remove glob, since it is gone from the
13019         sources.
13020
13021 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13022
13023         * Makefile.in: define empty GDB_NLM_DEPS var.
13024
13025         * configure.in(target_makefile_frag): use config/mt-netware
13026         for netware targets.
13027
13028 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13029
13030         * config.sub: Merge in recent FSF changes.  Remove linux special
13031         cases.
13032
13033 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13034
13035         Revert this change:
13036
13037         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13038
13039                 * build-all.mk: Use CC=cc -Xs on Solaris.
13040
13041 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13042
13043         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
13044         stop using it.
13045         * Makefile.in: Nuke all references to glob subdirectory.
13046
13047 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13048
13049         * configure.in: Fix --enable-shared logic in per-host.
13050
13051 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13052
13053         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13054
13055 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13056
13057         * configure.in (noconfigdirs): Don't build gas on AIX, for
13058         powerpc*-*-aix* as well as for rs6000*-*-aix*.
13059
13060 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
13061
13062         * configure: Fix --cache-file to work if the file argument is a
13063         relative path.
13064
13065 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
13066
13067         * configure: If the --cache-file is used, pass it down to
13068         configure in subdirectories.
13069
13070 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
13071
13072         * config.sub: add vxworks29k configuration.
13073
13074 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13075
13076         * Makefile.in (taz): Do "diststuff" part quietly.
13077
13078 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13079
13080         * config.sub: Mini-merge with gcc/config.sub.
13081
13082 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13083
13084         * config.guess (IRIX): Sed - to _.
13085
13086 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13087
13088         * Makefile.in (source-vault, binary-vault): New targets.
13089
13090 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
13091
13092         * config.sub: Recognize -eabi as a basic system type.
13093
13094 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13095
13096         * configure.in (enable_shared stuff): Fix typo.
13097
13098 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
13099
13100         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13101
13102 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13103
13104         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13105
13106 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
13107
13108         * configure.in (rs6000-*-*): Don't build gas.
13109
13110 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
13111
13112         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13113         reduce command line length.
13114         (AS_FOR_TARGET): Check for as.new, not Makefile.
13115         (NM_FOR_TARGET): Check for nm.new, not Makefile.
13116
13117 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13118
13119         * config.guess:  Merge from FSF.
13120
13121 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13122
13123         * configure: Don't use $ when handling program_suffix.
13124
13125 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
13126
13127         * configure.in:  Configure tk for hppa/hpux.
13128
13129 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13130
13131         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
13132
13133 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13134
13135         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
13136         to LIBCXXFLAGS.  Tests are better run without it.
13137
13138 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
13139
13140         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13141
13142 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
13143
13144         * configure.in (*-*-netware*): Don't configure xiberty.
13145
13146 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
13147
13148         * configure.in:  Remove tk from native_only list.
13149
13150 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
13151
13152         * build-all.mk: Add mips-ncd-elf target to sun4 targets
13153           for special NCD build.
13154
13155 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13156
13157         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13158         makeall.bat, they're only useful for binutils snapshots.
13159         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13160         makeall.bat to specified SUPPORT_FILES.
13161
13162 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
13163
13164         * build-all.mk: Add Ericsson targets to sun4 and solaris
13165           hosts.  Add  BNR's sun4 target to solaris host, so their
13166           build-from-source will be tested in-house first.
13167
13168 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13169
13170         * Makefile.in (LIBCFLAGS): New variable.
13171         (CFLAGS_FOR_TARGET): Ditto.
13172         (LIBCFLAGS_FOR_TARGET): Ditto.
13173         (LIBCXXFLAGS): Ditto.
13174         (CXXFLAGS_FOR_TARGET): Ditto.
13175         (LIBCXXFLAGS_FOR_TARGET): Ditto.
13176         (BASE_FLAGS_TO_PASS): Pass them.
13177         (EXTRA_TARGET_FLAGS): Ditto.
13178
13179         * configure.in: Support --enable-shared.
13180
13181 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13182
13183         * configure.in (target_libs):  Include libstdc++ again.
13184         * config.guess:  Update from FSF (for FreeBSD).
13185
13186 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13187
13188         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13189         makeall.bat.
13190         (DISTDOCDIRS): Add `etc'.
13191         (ETC_SUPPORT_PFX): New variable.
13192         (taz): Include anything from etc starting with a word in
13193         ETC_SUPPORT_PFX.
13194
13195 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13196
13197         * config.sub: Update for recent FSF changes.  Remove obsolete
13198         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
13199         spacing changes.
13200
13201 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13202
13203         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
13204
13205         * config.guess:  Merge with FSF.
13206         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13207
13208 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13209
13210         * configure: Since the "trap 0" handler will override the exit
13211         status on many systems, only use it for "exit 1", and make it set
13212         a non-zero exit status; reset it before "exit 0".  Also, check
13213         exit status of config.sub, and error out if it failed.
13214
13215 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
13216
13217         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13218         and install libgloss.
13219
13220 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13221
13222         * Makefile.in (all-binutils): Depend upon all-byacc.
13223
13224         * configure.in: Don't build emacs on Irix 5.
13225
13226 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13227
13228         * configure.in (*-*-netware*): Add libio.
13229
13230 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13231
13232         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13233         (CHECK_TARGET_MODULES): Ditto.
13234         (INSTALL_TARGET_MODULES): Ditto.
13235         (TARGET_LIBS): Ditto.
13236         (all-libstdc++): Note dependencies.
13237
13238 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13239
13240         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13241
13242 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13243
13244         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13245         -fexternal-templates.
13246
13247         * configure.in (target_libs): Add libstdc++.
13248         (noconfigdirs): Add libstdc++ as appropriate.
13249
13250 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13251
13252         * config.guess:  Update from FSF.
13253
13254 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13255
13256         * configure: Use ${config_shell} when running ${configsub}.
13257
13258 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
13259
13260         * config.sub: No longer recognize h8300h.
13261
13262 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13263
13264         * config.sub: Remove extraneous differences between config.sub and
13265         gcc/config.sub.
13266
13267 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13268
13269         * Makefile.in (DISTSTUFFDIRS): Add gas.
13270
13271 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
13272
13273         * COPYING.NEWLIB: New file.
13274
13275 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13276
13277         * config.guess (HP-UX):  Patch from Harlan Stenn
13278         <harlan@landmark.com> to also emit release level.
13279
13280 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13281
13282         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13283
13284 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13285
13286         * config.sub:  Merge nextstep cleanup from FSF.
13287
13288 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13289
13290         * configure.in (arm-*-*): Don't configure ld for this target.
13291
13292 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13293
13294         * configure.in (*-*-netware): don't configure libg++, libio,
13295           librx, or newlib.
13296
13297 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13298
13299         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
13300         configure ld--it works, but it doesn't support shared libraries.
13301
13302 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13303
13304         * config.guess (*-unknown-freebsd*):  Get rid of possible
13305         trailing "(Release)" in version string.
13306         Patch from Paul Richards <paul@isl.cf.ac.uk>.
13307
13308 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13309
13310         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13311         Fix type: *-next-neststep -> *-next-nextstep.
13312
13313         * config.guess:  Merge from FSF:
13314
13315         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
13316
13317         * config.guess: Recognize powerpc-ibm-aix3.2.5.
13318
13319         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
13320
13321         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13322         instead of UNIX_SV for UnixWare 1.0).
13323
13324 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
13325
13326         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
13327         to make gdb/nlm/* build after the compiler and linker.
13328
13329 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13330
13331         * config.guess (netbsd, freebsd, linux):  Accept any machine,
13332         not just i[34]86.
13333         (m68k-atari-sysv4):  Relocate to match FSF version.
13334
13335         * config.guess:  More merges from the FSF:
13336
13337         Add a space before function call or macro invocation.
13338
13339         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13340
13341         * config.guess: Add trap cmd to remove dummy.c and dummy when
13342         interrupted.
13343
13344         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13345
13346         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13347         (dummy): Redirect stderr from compilation of dummy.c.
13348
13349         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
13350
13351         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13352
13353 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
13354
13355         * configure: Accept and ignore --cache*, for compatibility with
13356         new autoconf.
13357
13358 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13359
13360         * config.guess:  Merge from FSF:
13361
13362         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13363
13364         * config.guess (Pyramid*:OSx*:*:*): New case.
13365         (PATH): Add /.attbin at end for finding uname.
13366         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
13367
13368         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
13369
13370         * config.guess (M88*:DolphinOS:*:*): New case.
13371
13372         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
13373
13374         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13375         to select whether to use ELF or COFF.
13376
13377         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13378
13379         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13380
13381         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13382
13383         * config.guess: Guess the OS version for HPUX.
13384
13385         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
13386
13387         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13388
13389 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13390
13391         * configure.in: Recognize --with-headers, --with-libs, and
13392         --without-newlib.
13393         * Makefile.in (all-xiberty): Depend upon all-ld.
13394
13395 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13396
13397         * configure.in: Change i[34]86 to i[345]86.
13398
13399 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13400
13401         * configure (version): A few more tweaks to help message.
13402
13403 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13404
13405         * Makefile.in:  Remove (for now) librx as a host library,
13406         now that we're building it for target.
13407
13408 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13409
13410         * configure: Fix up help message; from karl@owl.hq.ileaf.com
13411         (Karl Berry).
13412
13413 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13414
13415         * configure.in:  Also configure librx.
13416
13417 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13418
13419         * Makefile.in:  Update various rules to reflect that librx
13420         is now needed for libg++.
13421
13422 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13423
13424         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13425
13426 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
13427
13428         * configure.in: Configure the examples directory.
13429
13430 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13431
13432         * configure: Simplify Jun 2 1994 change.
13433
13434 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13435
13436         * change CC to /usr/latest/bin/gcc for lynx host builds, since
13437         /bin/gcc isn't good enough to build gcc.
13438
13439 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
13440
13441         * Makefile.in (GDB_SUPPORT_FILES): Remove
13442         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
13443         (gdb.tar.gz): Add new rule to use standard distribution building
13444         mechanism.
13445
13446 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13447
13448         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
13449         Bill Cox <bill@cygnus.com>.
13450
13451 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13452
13453         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
13454
13455 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
13456
13457         * configure:  Search current dir first in .gdbinit.
13458
13459 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13460
13461         * config.sub:  Recognize freebsd (merged from gcc config.sub).
13462
13463 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13464
13465         * config.sub:  Refer to NeXT's operating system as nextstep.
13466
13467         * config.sub (case $basic_machine):  Re-order the cases, to match
13468         the order in the FSF version (which is mostly alphabethical).
13469         Merge in some additions and changes from the FSF.
13470
13471 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
13472
13473         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13474         * config.sub: Recognize cxux7.
13475         * configure.in: Use mh-cxux for m88k-harris-cxux*.
13476
13477 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13478
13479         * config.sub:  Fix typo powerpc -> powerpc-*.
13480
13481 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
13482
13483         * Makefile.in: `all-emacs19' depends on `all-byacc'.
13484
13485         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13486         parallel with all-emacs and install-emacs).  Top-level command
13487         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13488
13489 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13490
13491         * test-build.mk ($(host)-stamp-stage2-installed): Remove
13492         $(relbindir)/make before doing ``make install'', and use
13493         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
13494         installing over running make binary.
13495         ($(host)-stamp-stage3-installed): Likewise.
13496
13497 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13498
13499         * config.guess: Recognize Mach.
13500
13501 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13502
13503         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13504         see whether --exec-prefix was used.
13505
13506 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13507
13508         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
13509
13510 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13511
13512         * Makefile.in: Add all-librx target similar to all-libproc.
13513
13514 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
13515
13516         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
13517         with post 1.2 uname bogosity.
13518
13519 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13520
13521         * configure: Remove temporary files on receipt of a signal.
13522
13523 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
13524
13525         * configure: If there is a package_makefile_frag, remove
13526         ${subdir}/Makefile.tem after copying it in.
13527
13528 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13529
13530         * build_all.mk: support rs6000 lynx identifies itself as
13531         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
13532         since /bin/gcc is too feeble to compile a modern gcc.
13533
13534 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13535
13536         * brought devo/test-build.mk update-to-date with progressive/
13537           test-build.mk. Add lynx targets and hppa flag info.
13538
13539 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13540
13541         * configure.in:  Use mh-ncrsvr43.  Patch from
13542         Tom McConnell <tmcconne@sedona.intel.com>.
13543
13544 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13545
13546         * config.guess (i386-unknown-bsdi):  No longer need to
13547         check #if defined(__bsdi__) && defined(__i386__).
13548
13549 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13550
13551         * configure: Set program_transform_nameoption correctly.
13552
13553 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13554
13555         * brought build-all.mk update-to-date with progressive build-all.mk,
13556           added new targets and hppa info.
13557
13558 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13559
13560         * configure: If config.guess result is a prefix of the user
13561         specified target, assume a native build and use the user specified
13562         target as the host alias.  Remove SunOS patch suffix removal hack.
13563         * configure.in: Remove SunOS patch suffix removal hack.
13564
13565         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13566         in NATIVE_CHECK_MODULES.
13567
13568 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
13569
13570         * Makefile.in: Rename HOST_ONLY to NATIVE.
13571         * configure: Delete SunOs patch suffix from host_canonical
13572           and build_canonical variables that are prepended to Makefiles.
13573         * configure.in: Add comments for easier maintenance.
13574
13575 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13576
13577         * Makefile.in: Add all-libproc target similar to all-gui.
13578
13579 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
13580
13581         * Makefile.in (CHECK_MODULES): split into
13582         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13583
13584 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
13585
13586         * config.guess (i386-unknown-bsdi): New system to guess.
13587
13588 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13589
13590         * Makefile.in: Add all-gui target (but not yet build by "all").
13591
13592 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
13593
13594         * config.sub: Move deletion of patch suffix from here...
13595         * configure.in: To here, at Ian's suggestion.  The top-
13596           level scripts might need to know of a patch level.
13597
13598 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
13599
13600         * config.sub: Strip off patch suffix so rtl is recognized
13601           as a sunos4.1.3 machine, even though it's been patched.
13602
13603 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
13604
13605         * Makefile.in (INSTALL_LAST): Delete.
13606         (INSTALL_DOSREL): New.
13607
13608 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13609
13610         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13611         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13612         whether we pass down --with-gnu-ld anyhow.
13613
13614 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
13615
13616         * Makefile.in (INSTALL_LAST): Change operation so it works
13617         on more flavors of make.
13618         * configure.in (go32): Don't build libg++ or libio.
13619
13620 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
13621
13622         * Makefile.in (Move HOST_PREFIX_1 and friends up so
13623         they can be overriden by templates.
13624
13625 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
13626
13627         * configure.in (target==go32): Don't build gdb.
13628         * dosrel: New directory.
13629
13630 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
13631
13632         * configure.in (host==go32): Configure dosrel too.
13633         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13634         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13635         be set by incoming names or templates.
13636         (INSTALL_LAST): New rule.
13637
13638 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
13639
13640         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13641
13642 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13643
13644         * configure.in (appdirs): New variable.  Currently empty, but will
13645         be used in gas distribution.  If nonempty, lists a set of
13646         directories at least one of which must get configured, or top
13647         level configuration is considered to have failed.
13648         (rs6000-*-lynxos*): Use new file name.
13649
13650 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13651
13652         Eliminate XTRAFLAGS.
13653         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13654         newlib include files using -idirafter, and also use -nostdinc.
13655         (CXX_FOR_TARGET): Likewise.
13656         (XTRAFLAGS): Removed.
13657         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13658         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13659         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13660         ($(DO_X)): Don't pass down XTRAFLAGS.
13661
13662 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13663
13664         * configure.in (mips*-dec-bsd*): New target; do build linker.
13665         (mips*-*-bsd*): New target; don't build linker.
13666
13667 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13668
13669         * configure.in: support rs6000-*-lynxos* configuration.
13670         support sunos4 as a cross target.
13671
13672         * config.sub: look for lynx*, not lynx since the OS version may
13673         legitimately be part of the name.
13674
13675 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13676
13677         * configure.in (i[34]86-*-sco*): Move to be with other i386
13678         targets.
13679         (romp-*-*): New target.  Skip various binary utilities.
13680         (vax-*-*): New target.  Don't build newlib.
13681         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
13682
13683 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13684
13685         * configure.in: Only set host_makefile_frag if config
13686         directory exists.
13687
13688 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13689
13690         * install.sh: If $dstdir exists, don't check whether each
13691         component does.
13692
13693 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13694
13695         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13696
13697 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
13698
13699         * configure.in (*-*-lynxos*): Don't configure newlib for either
13700         native or cross Lynx.
13701
13702 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
13703
13704         * config.sub (sparc64-elf): Fix os.
13705         (z8k): Remove duplicate.
13706
13707 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13708
13709         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13710         gcc/stmp-fixproto, to try to prevent fixproto from being run.
13711
13712 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
13713
13714         * configure: Make file links cleanly even if Lynx fails on
13715           an NFS symlink (at least fail cleanly).
13716
13717 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13718
13719         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13720         -XNh2000.
13721
13722 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13723
13724         * configure: Unknown options are fatal again.
13725
13726 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
13727
13728         * configure: Ignore --x-includes and --x-libraries, for Autoconf
13729         compatibility.
13730
13731 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
13732
13733         * build-all.mk: Add `clean' target.
13734
13735 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13736
13737         * config.guess:  Add SINIX support.
13738         * configure.in:  Add mips-*-sysv4* support.
13739
13740 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
13741
13742         * build-all.mk: Document all useful targets.
13743         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13744         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13745
13746 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13747
13748         * configure: Support --silent, --quiet.
13749
13750 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13751
13752         * configure: Support --disable-FEATURE.
13753
13754 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13755
13756         * config.guess: Recognize NCR running SVR4.3.
13757
13758 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13759
13760         * config.guess:  Make BSDI generate i386-unknown-bsd386.
13761         Patch from Paul Eggert <eggert@twinsun.com>.
13762
13763 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13764
13765         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13766
13767 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13768
13769         * configure: Make unrecognized options give nonfatal warnings
13770         instead of fatal errors, and pass them to any subdirectory
13771         configures in case they recognize them.
13772         Make --x equivalent to --with-x.
13773
13774 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13775
13776         * configure: Add --enable-* options.  Clean up usage message and
13777         some comments.
13778
13779 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
13780
13781         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13782
13783 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13784
13785         * configure.in (hppa*-*-*): Enable binutils.
13786
13787 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13788
13789         * config.sub: Recognize cisco.
13790
13791 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
13792
13793         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13794
13795 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13796
13797         * config.guess: about target *-hitachi-hiuxwe2, don't print more
13798         than one configuration name.  Add comment.
13799
13800 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
13801
13802         * config.guess: about target *-hitachi-hiuxwe2, fixed
13803         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
13804         macro is incorrect.]
13805
13806 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13807
13808         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13809         than the "make ls" stuff which used to be here.
13810
13811 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13812
13813         * config.guess:  Recognize i[34]86-unknown-freebsd.
13814         From Shawn M Carey <smcarey@rodan.syr.edu>.
13815
13816 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13817
13818         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13819
13820 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
13821
13822         * config.guess: Check for ptx.
13823
13824 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
13825
13826         * config.sub: Add os9k checking.
13827
13828 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13829
13830         * config.guess: Handle OSF1 running on HPPA processors
13831
13832 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
13833
13834         * configure: If subdir configure fails, print out a message with
13835         subdirectory name, in case subdir's configure code didn't identify
13836         itself.
13837
13838 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
13839
13840         * configure.in: Remove embedded newlines from configdirs.
13841         Avoid mismatches of substrings.  Fix matching strings at end
13842         of configdirs.
13843
13844 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
13845
13846         * config.guess:  Add Lynx/rs6000 config support.
13847
13848 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
13849
13850         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13851
13852 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
13853
13854         * configure.in (hppa*-*-osf*): Treat this just like most other
13855         PA configurations (eg no binutils or ld).
13856         (hppa*-*-*elf*): These configurations have binutils and ld.
13857
13858 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13859
13860         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
13861
13862 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13863
13864         * configure.in (rs6000-*-*): Build gas.
13865
13866 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13867
13868         * Makefile.in:  Avoid bug in losing hpux sed.
13869
13870 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13871
13872         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13873         for GDB and GDB has been fixed to not need it.
13874
13875 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13876
13877         * config.guess: Recognize vax hosts.
13878
13879 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13880
13881         * configure (while loop): Don't use "break 2" inside case
13882         statement -- the case statement isn't an enclosing loop.
13883
13884 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13885
13886         * config.guess:  Clean up NeXT support, to allow nextstep
13887         on Intel machines.  Make OS be nextstep.
13888
13889 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
13890
13891         * config.guess: Add alternate forms for Convex.
13892
13893 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
13894
13895         * configure:  Completely rewrite option processing.  Take
13896         advantage of pattern-matching to avoid invoking test frequently.
13897         Also clean up host and target defaulting logic.
13898
13899 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13900
13901         * Makefile.in: Replace all occurrances of "rootme" with "r" and
13902         "$${rootme}" with "$$r", to increase the likelihood that the do-*
13903         commands (plus user environment) will fit SCO limits.
13904
13905 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13906
13907         * configure.in: Don't issue warnings about directories which are
13908         not being configured if -norecursion is set.  Correct test for
13909         --with-gnu-as and --with-gnu-ld to not get confused by substring
13910         matches.
13911
13912         * configure.in: Don't build gas for alpha-dec-osf1*.
13913
13914 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
13915
13916         * configure:  Back out Per's change of 12/19/1993.  It changes the
13917         behavior of configure in unexpected and confusing ways.
13918
13919         Also, use different delim char when calculating
13920         program_transform_name so that the name can contain slashes.
13921
13922 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
13923
13924         * configure.in, config.sub: Add support for VSTa micro-kernel.
13925
13926 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
13927
13928         * configure.in: Nuke hacks which were used to get a special
13929         version of GAS for HPPA configurations.
13930
13931 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13932
13933         * configure:  If only ${target_alias} is given, use that
13934         as the default for ${host_alias}.
13935         * configure:  Add missing back-slashes before nested quotes.
13936
13937 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
13938
13939         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13940
13941 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
13942
13943         * config.guess:  Recognize some Tektronix configurations.
13944         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13945
13946 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
13947
13948         * config.sub: Match any flavor of SH.
13949
13950 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
13951
13952         * configure.in: Don't try to configure newlib for Alpha.
13953
13954 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13955
13956         * configure.in: Don't build ld for Irix 5.  Don't build gas,
13957         libg++ or libio for any Alpha target.
13958
13959         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
13960
13961 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
13962
13963         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13964         default arguments -- so it tried to compress itself.
13965
13966 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
13967
13968         * configure.in (notsupp): ensure that a space is always at the end
13969           of the configdirs list, since the grep checks for an explicit space
13970
13971 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13972
13973         * configure.in (target i386-sysv4.2): don't build ld, since static
13974           versions of many libraries are not available.
13975
13976 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13977
13978         * config.guess: Recognize Apollos (using environment variables).
13979         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13980
13981 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13982
13983         * config.guess: Recognize Sony news mips running newsos.
13984
13985 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
13986
13987         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13988         "fi ; else" for bash.
13989
13990 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
13991
13992         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13993
13994 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
13995
13996         * config.sub: accept unixware as an alias for svr4.2.
13997         Fix some inconsistancies with the gcc version.
13998
13999 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14000
14001         * Makefile.in (DISTDOCDIRS):  Add gdb.
14002
14003 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14004
14005         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
14006
14007 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14008
14009         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14010         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14011         this now.
14012
14013 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14014
14015         * config.sub: Accept hiux* as an OS name.
14016
14017         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14018         etc/make-stds.texi.  The underscore came from gcc, and dje now
14019         agrees that RUNTESTFLAGS is the correct name.
14020
14021 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14022
14023         * install.sh:  Remove 'set -e'.  It makes any conditionals
14024         in the script useless.
14025
14026         * config.guess: Automatically recognize arm-acorn-riscix
14027         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14028
14029 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14030
14031         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14032
14033 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14034
14035         * Makefile.in (DISTDOCDIRS): New variable.
14036         (taz): Edit local Makefile.in sooner, instead of proto-toplev
14037         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
14038
14039 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14040
14041         * configure.in (hppa target): check the source directory for the
14042           pagas sub-directory
14043
14044 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
14045
14046         * config.sub: Allow -aout* and -elf*.
14047
14048 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14049
14050         * configure.in: Don't build ld on i386-solaris2, same as for
14051         sparc-solaris2.
14052
14053 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14054
14055         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14056
14057 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14058
14059         * configure.in:  Configure gdb for alpha.
14060
14061 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14062
14063         * Makefile.in (CXXFLAGS): Add -O.
14064
14065 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14066
14067         * config.guess: added support for DG Aviion
14068
14069 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14070
14071         * configure.in: Produce warning message for subdirectories not
14072         configurable for this host/target combination.  Don't try to
14073         configure gdb for vms.
14074
14075 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14076
14077         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14078         appropriate files before making "diststuff".
14079         (DISTBISONFILES): New var: list of files to be edited.
14080         (DISTSTUFFDIRS): Add binutils.
14081
14082 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14083
14084         * config.sub: also handle mipsel and mips64el (for little endian mips)
14085
14086 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14087
14088         * configure.in: Add * to end of all OS names.
14089
14090 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
14091
14092         * configure.in: Build newlib for LynxOS native.
14093
14094 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14095
14096         * config.guess: Add support for delta 88k running SVR3.
14097
14098         * configure.in: Add comment about HP compiler vs. emacs.
14099
14100 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14101
14102         * configure.in: don't build ld on solaris2 (not a viable option
14103           due to bugs in getpwnam & getpwuid)
14104
14105 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14106
14107         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14108         config.guess will produce a full version number.
14109
14110 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14111
14112         * configure.in: Build linker and binutils for alpha-dec-osf1.
14113
14114 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14115
14116         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14117         and gdb/testsuite/Makefile.in.
14118
14119 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14120
14121         * configure.in: recognize mips*- instead of mips-
14122
14123 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14124
14125         * config.sub: Accept linux*coff and linux*elf as operating
14126         systems.
14127
14128 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14129
14130         * config.sub: Recognize mips64, and mips3 as an alias for it.
14131
14132 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14133
14134         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14135         gdb knows how to handle OSF/1 shared libraries.
14136
14137 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14138
14139         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14140         * config.guess: Recognize Hitachi's HIUX.
14141         * config.sub: Recognize h3050r* and hppahitachi.
14142         Remove redundant cases for hp9k[23]*.
14143
14144 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14145
14146         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14147         if gas and ld are in the source tree and are in ${configdirs}.
14148         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14149         --with options (but still pass them down on the command line,
14150         if they were explicitly specified).
14151
14152 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14153
14154         * configure: substitute SHELL value in Makefile.in with
14155         ${CONFIG_SHELL}
14156
14157 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14158
14159         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14160         *-*-solaris2* targets.
14161
14162 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14163
14164         * Makefile.in: define M4, and pass it down to sub-makes;
14165         all-autoconf now depends on all-m4
14166
14167 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14168
14169         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14170         presence of {ar,ranlib} instead of a configured directory
14171
14172 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
14173
14174         * config.guess: Accept 34?? as well as 33?? for NCR.
14175
14176 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14177
14178         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14179         of 'gas' in sed commands, since 'gash' is now in the tree as well.
14180
14181 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14182
14183         * configure: grab values for $(CC) and $(CXX) from the
14184         environment, so that someone can do "CC=gcc configure; make" and
14185         have it work right (matching the way that autoconf works now)
14186
14187         * configure.in, Makefile.in: add support for gash, the tcl
14188         interface to Galaxy
14189
14190         * config.guess: add NetBSD variants (hp300, x86)
14191
14192 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
14193
14194         * install.sh: Support -d option (in the manner of SunOS 4 install,
14195         as it is more deterministic than that of GNU install)
14196         (chmodcmd): Set file to mode 755 by default (should also do default
14197         chgrp and chown, but I don't feel like dealing with that now)
14198
14199 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
14200
14201         * config.sub: Remove h8300hhms alias.
14202
14203 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14204
14205         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14206
14207 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14208
14209         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14210         as stmp-fixinc
14211
14212 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14213
14214         * config.sub: recognize m88110-bug-coff.
14215
14216 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14217
14218         * Makefile.in (all-libio): all dependencies on the toolchain used
14219         to build this (gcc, gas, ld, etc)
14220
14221 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14222
14223         * config.guess: Deal with OSF/1 1.3 on alpha.
14224
14225 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14226
14227         * install.sh: add some 'else true' clauses for portability
14228
14229         * configure.in: don't build libio for h8[35]00-*-* targets
14230
14231 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14232
14233         * Makefile.in:  Add support for new libio.
14234
14235 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14236
14237         * install.sh: If one command fails, don't try the rest.  Don't try
14238         to remove $dsttmp (via trap) unless we have already created it.
14239         If $src doesn't exist, detect it and exit with an error.
14240
14241         * config.guess: Recognize BSD on hp300.
14242
14243 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14244
14245         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14246         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14247
14248 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
14249
14250         * Makefile.in (all-send-pr): depends on all-prms
14251
14252 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14253
14254         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14255
14256 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14257
14258         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14259         Added test for mips-mips-riscos5.
14260
14261 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14262
14263         * configure.in: use mh-hp300 for 68k HP hosts
14264
14265 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14266
14267         * configure: add support for CONFIG_SHELL, so that you can use
14268         some alternate shell for evaluating configure scripts
14269
14270 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
14271
14272         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
14273         in configure script to bug-gdb@prep.ai.mit.edu when building
14274         distribution archive.
14275         * Makefile.in (COMPRESS):  Remove def.
14276         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
14277         gdb.tar.Z and make-gdb.tar.Z respectively.
14278         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
14279         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
14280         to convergence with 'taz' target in Makefile.in.
14281
14282 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14283
14284         * install.sh (dsttmp): use trap to ensure that tmp files go
14285         away on error conditions
14286
14287 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14288
14289         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14290
14291 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14292
14293         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14294         its parent is '/' not ''.
14295
14296         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14297
14298 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
14299
14300         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14301         that ${newsrcdir}/configure.in does.
14302
14303 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14304
14305         * test-build.mk: support for CONFIG_SHELL
14306
14307 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
14308
14309         * config.sub (netware):  Add as a basic system type.
14310
14311 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14312
14313         * Makefile.in (Makefile): depend on configure.in.  Also drop the
14314           $(srcdir)/ from the dependency on Makefile.in.
14315
14316 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
14317
14318         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14319         (h8300hhms is temporary until multi-libraries are implemented).
14320         * configure.in: Handle h8300h too.
14321
14322 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14323
14324         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14325
14326 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
14327
14328         * configure:  Remove extraneous output when guessing host type.
14329         * config.guess:  Remove extraneous output when guessing using C
14330         compiler rather than uname, or when guessing fails.
14331
14332 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
14333
14334         * Makefile.in: remove all.cross and install.cross targets
14335
14336         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14337           definitions
14338
14339 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
14340
14341         * configure.in (target sh): Build gprof.
14342
14343 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14344
14345         * config.sub: change -solaris to -solaris2
14346
14347 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14348
14349         * configure.in: Use config/mh-riscos for mips-*-sysv*.
14350
14351 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
14352
14353         * configure: Correct error message for missing Makefile.in to
14354         print correct directory.
14355
14356 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14357
14358         * install.sh: kludge around 386BSD shell bug
14359
14360 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
14361
14362         * config.guess:  Recognize NeXT.
14363         * config.guess:  Recognize i486-ncr-sysv4.
14364         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
14365
14366 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
14367
14368         * Makefile.in (MAKEINFOFLAGS): New variable.
14369         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14370         * build-all.mk, test-build.mk: Pass down --no-split as
14371         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
14372
14373 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
14374
14375         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
14376
14377 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
14378
14379         * Makefile.in (libg++.tar.z):  New rule.
14380         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
14381         * Makefile.in (taz):  Only do a single chmod.
14382
14383 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14384
14385         * install.sh: don't use dirname anymore (replaced with sed usage)
14386
14387 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
14388
14389         * Makefile.in:  Change extension for gzip'd files from '.z' to
14390         '.gz' per new FSF standard usage.
14391
14392 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14393
14394         * configure: put quotes around the final value of program_transform_name
14395
14396 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14397
14398         * Makefile.in: new install.sh support; update install-info rules
14399
14400 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
14401
14402         * configure.in: Build diff for crosses, but not for go32 host.
14403
14404         * configure.in: Build gprof only for native, and don't build it
14405         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14406
14407 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
14408
14409         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14410
14411 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14412
14413         * configure.in (host_tools): Add prms.
14414
14415 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14416
14417         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14418         with $(FLAGS_TO_PASS) on the command line
14419
14420         * config.sub: Recognize lynx and lynxos
14421
14422 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14423
14424         * config.sub: Accept -ecoff*, not just -ecoff.
14425
14426 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14427
14428         * Makefile.in (taz): Use .gz suffix instead of .z.
14429         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14430         names.
14431
14432 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14433
14434         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14435
14436 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14437
14438         * Makefile.in (install-no-fixedincludes):  install gcc last, so
14439         that rebuilds that might happen during 'make install' don't get
14440         bogus gcc include files
14441
14442 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14443
14444         Change from Utah for HPPA support:
14445         * config.guess: Recognize hppa1.x-hp-bsd.
14446
14447 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
14448
14449         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
14450         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14451
14452 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14453
14454         * config.sub: Add support for rom68k and bug boot monitors.
14455
14456 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
14457
14458         * Makefile.in: Make all-opcodes depend on all-bfd.
14459
14460 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14461
14462         * config.guess: Added special check for i[34]86-univel-sysv4*.
14463
14464 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
14465
14466         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14467         the processor rather than assuming i486.
14468
14469 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14470
14471         * config.guess: Recognize SunOS6 as Solaris3.
14472
14473 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
14474
14475         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
14476         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14477
14478 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
14479
14480         * build-all.mk (all-cross): New target for Canadian Cross.
14481         Added Q2 go32 targets.
14482         * test-build.mk: Configure go32 cross sparclite-aout and
14483         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
14484         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14485
14486 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14487
14488         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14489         GO32 hosted toolchains
14490
14491 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14492
14493         * configure: change  so "-exec-prefix" gets passed down rather
14494         than "-exec_prefix" so autoconf generated Makefiles get the
14495         exec_prefix set right.
14496
14497 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14498
14499         * config.guess: get the Solaris2 minor version number
14500
14501         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14502
14503 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14504
14505         * config.guess: Recognize some Sequent platforms.
14506
14507 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14508
14509         * Makefile.in: added the vault-install target
14510
14511         * configure.in: actually use the Sun3 makefile fragment that's in
14512         config, also added the release dir to configdirs
14513
14514 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14515
14516         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14517
14518 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14519
14520         * configure.in: remove some program from Alpha targetted toolchains
14521
14522 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
14523
14524         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
14525         gprof.
14526         (taz): Run "make diststuff" in those directories instead of "make
14527         proto-dir".  Look for "VERSION=" only at start of line in subdir
14528         Makefile.  Use "gzip -9" for compression.
14529         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14530         (binutils.tar.z): New target.
14531
14532 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14533
14534         * Makefile.in (taz): Include gpl.texinfo.
14535
14536 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14537
14538         * Makefile.in (setup-dirs): Merged into "taz" target.
14539         (taz): Only do `proto-dir' stuff if a directory is actually needed
14540         for this target.
14541
14542 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
14543
14544         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14545         (FLAGS_TO_PASS): Pass down MUNCH_NM.
14546         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14547         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14548         (gcc-no-fixedincludes): Correct for current gcc Makefile.
14549
14550 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
14551
14552         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
14553         config.sub, and move-if-change to gdb testsuite distribution
14554         archive, so the testsuite can be extracted, configured, and
14555         run separately from the gdb distribution.  Blow away the Chill
14556         tests that require a Chill compiled executable, since GNU Chill
14557         is not yet publically available.
14558
14559 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14560
14561         * test-build.mk: set environment variables in a single command,
14562         instead of a list of assignments and exports
14563
14564         * config.guess: recognize Alpha/OSF1 systems
14565
14566 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14567
14568         * configure: Change help message to prefer --options rather than
14569           -options.
14570
14571 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14572
14573         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14574         zippy@ecst.csuchico.edu.
14575         * config.guess: Recognize miniframe.
14576
14577 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14578
14579         * Makefile.in: Use srcroot to find runtest rather than rootme.
14580         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14581
14582 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14583
14584         * test-build.mk: Extensive additions to support building on a
14585         machine other than the host.
14586
14587 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14588
14589         * configure (tooldir): Fix for i386-aix again.
14590
14591 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
14592
14593         * configure, Makefile.in:  Change definition of $(tooldir)
14594         to match the FSF.
14595
14596 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
14597
14598         * config.guess:  Recognize i[34]86/SVR4.
14599
14600 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14601
14602         * Makefile.in (all-gdb): gdb depends on sim.
14603
14604 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
14605
14606         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
14607         at the same time we make the prototype gdb directory.
14608         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
14609         files at the same time as the gdb base release distribution.
14610
14611 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
14612
14613         * Makefile.in (check): Use individual check targets rather than
14614         DO_X rule.
14615         (check-gcc): Added.
14616
14617 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
14618
14619         * config.sub: Use sysv3.2 not sysv32 for canonical OS
14620         for System V release 3.2.
14621
14622 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14623
14624         * config.sub: Recognize hppaosf.
14625         * configure.in: Do configure ld/binutils/gas for it.
14626
14627 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14628
14629         * configure (tooldir): Alter syntax used to set this, for systems
14630         where "\$" isn't handled right, like i386-aix.
14631
14632 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14633
14634         * configure: Pass program-transform-name, not
14635         program_transform_name, to recursive configures.
14636
14637 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
14638
14639         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14640         of gas+ld+binutils.
14641
14642 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
14643
14644         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
14645
14646 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14647
14648         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14649
14650 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14651
14652         * Makefile.in (PRMS): Set back to all-prms.
14653
14654 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
14655
14656         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14657         targets, rather than for MIPS hosts.
14658
14659 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14660
14661         * configure.in: add comment for --with-x default values
14662
14663         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14664
14665         * Makefile.in: add check-* targets for each of the directories in
14666         the tree.  Add a definition of RUNTEST that will use the one we
14667         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
14668
14669 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
14670
14671         * configure.in: Removed obsolete references to bfd_target and
14672         target_makefile_frag.
14673
14674         * build-all.mk: Set assorted targets for Q2.
14675         * config.sub: Recognize z8k-sim and h8300-hms.
14676         * test-build.mk: Really don't pass host to configure.
14677         (HOLES): Added uname.
14678
14679 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
14680
14681         * configure: Handle an empty program-prefix, program-suffix or
14682         program-transform-name correctly.
14683
14684 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
14685
14686         * build-all.mk: -G 8 no longer required for MIPS targets.
14687         * test-build.mk: Don't pass host argument to configure; make it
14688         guess.
14689
14690 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
14691
14692         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
14693         * Makefile.in (COMPRESS):  New macro, like GZIP.
14694
14695 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14696
14697         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14698
14699         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14700         with gas currently defaults to -G 0.
14701
14702 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
14703
14704         * Makefile.in (all-flex): flex depends on byacc.
14705
14706         * build-all.mk: If host not specified, use config.guess.  Pass TAG
14707         to test-build.mk as RELEASE_TAG.
14708         * test-build.mk (configargs): New variable containing arguments to
14709         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
14710         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14711
14712         * config.guess: Use /bin/uname when checking -X argument on SCO,
14713         to avoid invoking GNU uname which doesn't understand -X.
14714
14715         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14716
14717         * configure.in: Build gas for mips-*-*.
14718
14719 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14720
14721         * Makefile.in (all.normal): insert missing backslash.
14722
14723 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14724
14725         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
14726
14727         * Makefile.in: Complete overhaul to merge many almost identical
14728         targets.
14729
14730 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14731
14732         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14733         (gdb.tar.Z): Adjusted.
14734
14735         * Makefile.in (setup-dirs, taz): New targets; should be general
14736         enough to adapt for gdb sometime.  Build only .z file.
14737         (gas.tar.z): New target.
14738
14739 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
14740
14741         * build-all.mk: Use CC=cc -Xs on Solaris.
14742
14743 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
14744
14745         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
14746         for handling BISON for FSF releases.
14747
14748 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14749
14750         * configure: Actually implement the change zoo just documented.
14751
14752 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
14753
14754         * configure: when using config.guess, only set target_alias when
14755         it's not already been set (ie, on the command line)
14756
14757 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14758
14759         * Makefile.in: add installcheck target, set PRMS to install-prms
14760
14761 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14762
14763         * configure: add support for package_makefile_fragment, handle the
14764         case where a directory has a configure.in file but no Makefile.in
14765         more gracefully (with an actual understandable error message, even);
14766         add support for --without (and add this to the usage message); also
14767         explicitly add a --host=${host_alias} to the command line when
14768         config.guess is used
14769
14770 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
14771
14772         * configure: Must use both --host and --target in recursive calls.
14773
14774 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14775
14776         * Makefile.in: Change deja-gnu to dejagnu.
14777
14778 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14779
14780         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14781
14782 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14783
14784         * configure.in: canonicalize all instances to *-*-solaris2*,
14785         also strip out a number of tools to not build for go32 host
14786
14787 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14788
14789         * config.guess: add GPL.
14790
14791         * Makefile.in, config.guess, config.sub, configure: bump
14792           copyrights to 93.
14793
14794 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
14795
14796         * Makefile.in (do-info): Removed obsolete check for existence of
14797         localenv file.
14798
14799         * Makefile.in (MAKEOVERRIDES): Define to be empty.
14800
14801 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14802
14803         * Makefile.in: a couple of 'else true' for decstation,
14804         support for TclX
14805
14806         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14807
14808 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
14809
14810         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14811
14812 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
14813
14814         * config.guess: Recognize i386-ibm-aix (PS/2).
14815         * configure.in: Use config/mh-aix386 file for it.
14816
14817 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
14818
14819         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14820         CC_FOR_TARGET instead.
14821         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14822
14823 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
14824
14825         * Makefile.in: Add sim to list of directories sent with gdb
14826
14827 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14828
14829         * configure.in: Put back mips-dec-bsd* case.
14830
14831 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
14832
14833         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14834         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
14835         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
14836
14837 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14838
14839         * configure.in: remove no-op mips-dec-bsd* in "case $target"
14840
14841         * Makefile.in (dir.info): only run gen-info-dir if it exists,
14842         (install-info): install dir.info only if it exists,
14843         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14844
14845 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
14846
14847         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
14848         gas for mips-dec-bsd.
14849
14850 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
14851
14852         * configure (makesrcdir): If ${srcdir} is relative and not ".",
14853         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14854
14855 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
14856
14857         * configure.in: Added "dejagnu" to hosttools list.
14858
14859 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
14860
14861         * config.sub, configure.in, config.guess:  Add support
14862         for Bosx, an AIX variant from Bull.
14863         Patches from F.Pierresteguy@frcl.bull.fr.
14864
14865 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
14866
14867         * devo/dejagnu: Initial creation of devo/dejagnu.
14868         Migrated dejagnu testcases and support files for testing software
14869         tools to reside as subdirectories, currently called "testsuite",
14870         within the directory of the software tool.  Migrated all programs,
14871         support libraries, etc. beloging to dejagnu proper from
14872         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
14873         with no modifications.  The changes to these files which will
14874         allow them to configure, build, and execute properly will be made
14875         in a future update.
14876
14877 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14878
14879         * Makefile.in: Change send_pr to send-pr.
14880         * configure.in: Likewise.
14881         * send_pr: Renamed directory to send-pr.
14882
14883 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
14884
14885         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
14886
14887 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
14888
14889         * README:  Update for gdb-4.8 release.
14890         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
14891         gdb-xxx.tar.z (gzip'd) file also.
14892
14893 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14894
14895         * Makefile.in: make all-diff depend on all-libiberty
14896
14897 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
14898
14899         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14900
14901 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14902
14903         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14904
14905 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
14906
14907         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
14908         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
14909         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
14910
14911 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14912
14913         * Makefile.in:  makeinfo binary is in a new location
14914
14915 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
14916
14917         * config.sub: Accept -ecoff as an OS.
14918
14919         * Makefile.in: Various changes to eliminate a level of make
14920         recursion and reduce the required command line length.
14921         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14922         sub-makes.
14923         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14924         variables holding settings for specific sub-makes.
14925         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14926         in terms of BASE_FLAGS_TO_PASS.
14927         (TARGET_LIBS): New variable listing directories which use
14928         TARGET_FLAGS_TO_PASS.
14929         (subdir_do): Eliminated.
14930         (do-*): New set of targets to replace subdir_do.
14931         (various): All targets which used subdir_do now depend on do-*.
14932         (local-clean): Renamed from do_clean.
14933         (local-distclean): New target, dependency of distclean and
14934         realclean.
14935         (install-info): Don't create directories.  Depend on dir.info
14936         rather than calling make recursively.
14937         (install-dir.info): Eliminated.
14938         (install-info-dirs): Create all info directories here.
14939         (dir.info): Depend upon do-install-info.
14940
14941         * test-build.mk (HOLES): Added false.
14942
14943 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
14944
14945         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
14946
14947 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14948
14949         * Makefile.in (info): remove dependency on all-texinfo.  The
14950         problem was really in texinfo/C, not at this level.
14951
14952 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
14953
14954         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14955
14956 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
14957
14958         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
14959         GDB releases.
14960
14961 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14962
14963         * configure: Include srcdir in message about target of link not
14964         being found.  Don't convert `-' to `_' in `with' options being
14965         passed to subdirs.
14966
14967 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14968
14969         * configure.in: add uudecode to host_tools
14970
14971         * Makefile.in: added {all,install}-uudecode targets, added them to
14972         the appropriate lists
14973
14974 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
14975
14976         * Makefile.in (all-gcc): Added dependency on all-gas.
14977
14978         * configure.in (mips-*-*): Build ld and binutils.
14979
14980 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14981
14982         * configure: check return code from mkdir, print error message and
14983           exit on failure.
14984
14985 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
14986
14987         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
14988
14989 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14990
14991         * test-build.mk (HOLES): Added tar, cpio and uudecode.
14992
14993 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
14994
14995         * config.sub (h8500):  Recognize this as a cpu type.
14996
14997 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14998
14999         * configure: source directory missing is no longer a warning
15000
15001         * configure.in: recognize irix[34]* instead of irix[34]
15002
15003         * Makefile.in: define and pass down X11_LIB
15004
15005 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
15006
15007         * guess-systype: Renamed to ...
15008         * config.guess:  ... by popular request.
15009         * configure.in, Makefile.in:  Update accordingly.
15010
15011 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
15012
15013         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
15014         + Add Convex, Cray/Unicos, and Encore/Multimax support.
15015         + Execute ./dummy instead of assuming . is in PATH.
15016
15017 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
15018
15019         * guess-systype:  New shell script.  Attempts to guess the
15020         canonical host name of the executing host.
15021         Only a few hosts are supported so far.
15022         * configure:  Call guess-systype if no host is specified.
15023
15024 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15025
15026         * Makefile.in (gcc-no-fixedincludes): Made to work with current
15027         gcc Makefile.
15028
15029
15030 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
15031
15032         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15033         (all-gcc, install-gcc, subdir_do): Use it.
15034
15035 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15036
15037         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15038
15039 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
15040
15041         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15042           set exclusively by configure, using configure.in .
15043
15044 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15045
15046         * test-build.mk: set $PATH for all builds
15047
15048         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15049
15050 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
15051
15052         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
15053         the one used in gcc/Makefile.in, so that a null expansion doesn't
15054         override the one needed to build gcc with a native cc.
15055
15056
15057 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15058
15059         * configure: Accept -with arguments.
15060
15061 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15062
15063         * Makefile.in: added h8300sim
15064
15065 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
15066
15067         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15068         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
15069         (all-cygnus, native, build-cygnus): Make
15070         $(canonhost)-stamp-3stage-done, not $(host)....
15071         * test-build.mk (stamp-3stage-compared): Use tail +10c for
15072         i386-sco3.2v4.  Added else true to if command.
15073
15074 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
15075
15076         * config.sub: (from FSF) Sequent uses a BSD-like OS.
15077
15078 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
15079
15080         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15081
15082 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15083
15084         * configure.in: don't remove binutils from Solaris builds
15085
15086 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
15087
15088         * Makefile.in: get rid of earlier definitions for *clean,
15089         also handle the recursive info rule better
15090
15091 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
15092
15093         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
15094         do more-or-less the right thing.
15095
15096 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
15097
15098         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15099         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15100
15101 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15102
15103         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15104         $(host_canonical).
15105
15106         * configure.in: split the configdirs list into 4 categories (native
15107         v. cross, library v. tool) and handle the cross-only and native-
15108         only in more reasonable (and correct!) way.
15109
15110 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
15111
15112         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
15113         configdirs anymore.
15114
15115 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15116
15117         * Makefile.in: extensive cleanup::  removed all of the explicit
15118         clean-* targets, collapsed many wrappers around subdir_do into
15119         one, added additional targets to satisfy standards.texi, deleted
15120         some old targets, some changes for consistency
15121
15122 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15123
15124         * configure.in: handle some programs as cross-only, and others as
15125         native only
15126
15127         * test-build.mk: handle partial holes in a more generic manner
15128
15129         * Makefile.in: m4 depends on libiberty
15130
15131 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15132
15133         * configure.in: add m4, textutils, fileutils, sed, shellutils,
15134         time, wdiff, and find to configdirs
15135
15136         * Makefile.in: all, clean, and install rules for the new programs
15137         added to configure.in
15138
15139 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15140
15141         * configure.in: use mh-sun for all *-sun-* hosts
15142
15143 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15144
15145         * Makefile.in: define flags for X11 include files and library file
15146         locations, pass them down to the programs that need this info
15147
15148         * build-all.mk: added a 'native' target, to 3stage the native toolchain
15149
15150 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15151
15152         * configure.in: start building libg++ for HP-UX targets
15153
15154 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
15155
15156         * README:  Update references to files moved into etc/.
15157
15158 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
15159
15160         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
15161         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
15162
15163 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15164
15165         * configure: accept dash as well as underscore in long option
15166         names for FSF compatibility.
15167
15168 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
15169
15170         * config.sub: added -sco3.2v4 support from FSF.
15171
15172 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15173
15174         * configure.in: expand the section that adds or removes
15175         directories from the list of programs to build, to handle native
15176         vs. cross in addition to host v. native
15177
15178 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
15179
15180         * Makefile.in:  Replace C++ in macro names with CXX.
15181         This is less likely to break ...
15182
15183 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15184
15185         * test-build.mk: add -w to GNU_MAKE
15186
15187 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15188
15189         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15190         add 'sparc' to list of recognized cpus.  This needed to make
15191         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15192         Delete some redundant ose68 variants.  Recognize -wrs as an os,
15193         then changes that into $CPU-wrs-vxworks.
15194
15195         * configure.in: remove most references to gdbtest, regularize
15196         target based program removal
15197
15198         * test-build.mk: import from p3 tree (many fixes and changes)
15199
15200 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
15201
15202         * Makefile.in: added rules to handle tcl, tk, and expect
15203
15204         * configure.in: handle those directories if they exist
15205
15206 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15207
15208         * config.sub: removed bogus hppabsd and hppahpux names, since
15209         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15210
15211 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15212
15213         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
15214         depends upon all-xiberty
15215
15216         * Makefile.in: changes from p3, including:
15217
15218         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
15219
15220         * Makefile.in (XTRAFLAGS): include newlib directories if
15221         newlib/Makefile exists, rather than if host != target.
15222
15223         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
15224
15225         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15226         from the same source tree and not building a cross-compiler.  This
15227         matters for the libg++ configuration if reconfiguring a tree that
15228         has already been installed.
15229
15230         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
15231
15232         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15233         pick up the machine and system specific header files.
15234
15235         * Makefile.in: added AS_FOR_TARGET, passed down in
15236         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15237         the C compiler to use to create programs which are run in the
15238         build environment, set it to default to $(CC), and passed it down
15239         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15240
15241         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
15242
15243         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15244         We need them for unusual native builds, like systems without
15245         ranlib.
15246
15247         * configure: also define $(host_canonical) and
15248         $(target_canonical), which are the full, canonical names for the
15249         given host and target
15250
15251 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
15252
15253         * Makefile.in:  Added separate definitions for C++.
15254
15255 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
15256
15257         * configure.in (configdirs):  Add deja-gnu.
15258
15259 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
15260
15261         * README:  Update for configure.texi and gdb-4.7 release.
15262
15263 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
15264
15265         * Makefile.in:  Move "all" target to top of file.
15266         Previously, first target was ".PHONY" which caused BSD4.4 make
15267         to build .PHONY when make was run without arguments.
15268
15269 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
15270
15271         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
15272         Library-copylefted code in libiberty.
15273
15274 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
15275
15276         * config.sub:  Replace m68kmote with plain old m68k.
15277
15278 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
15279
15280         * Makefile.in:  Remove space from blank line, avoid Make complaints.
15281
15282 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
15283
15284         * config.sub: Complain if no argument is given.  Added support for
15285         386bsd as OS and target alias.
15286
15287 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
15288
15289         * Makefile.in (XTRAFLAGS): include newlib directories if
15290         newlib/Makefile exists, rather than if host != target.
15291
15292 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
15293
15294         * config.sub: recognize sparclite-wrs-vxworks.
15295
15296         * Makefile.in (install-xiberty): added *-xiberty make rules (from
15297         p3.) Added clean-xiberty to clean.
15298
15299 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15300
15301         * configure.in: use *-*-* instead of nested cases for host and target
15302
15303 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
15304
15305         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15306         from the same source tree and not building a cross-compiler.  This
15307         matters for the libg++ configuration if reconfiguring a tree that
15308         has already been installed.
15309
15310 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
15311
15312         * config.sub (i486v/i486v4):  Merge in from FSF version.
15313
15314 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
15315
15316         * configure: only set PWD if it is already set.
15317
15318 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
15319
15320         * configure: just set PWD=`pwd` at the top, since Ultrix sh
15321         doesn't have unset and all success paths (and most error paths)
15322         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15323         to just ${PWD} to avoid confusion.)
15324
15325 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
15326
15327         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15328         even for a native compilation.
15329
15330 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
15331
15332         Changes to make the gdb.tar.Z rule work better.
15333
15334         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
15335         (DEVO_SUPPORT):  Add configure.texi.
15336         (bfd-ilrt.tar.Z):  Remove ancient rule.
15337
15338 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
15339
15340         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15341         pick up the machine and system specific header files.
15342
15343         * configure.in, config.sub: added new target m68010-adobe-scout,
15344         with alias of adobe68k.  Changed configure.in to check for
15345         -scout before -sco* to avoid a false match.
15346
15347         * Makefile.in: added AS_FOR_TARGET, passed down in
15348         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15349         the C compiler to use to create programs which are run in the
15350         build environment, set it to default to $(CC), and passed it down
15351         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15352
15353 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15354
15355         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15356         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
15357         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15358         FOR_TARGET variants, to newlib and libg++.
15359
15360 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15361
15362         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15363         first.
15364
15365 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
15366
15367         * config.sub:  Accept `elf' as an environment.
15368
15369 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15370
15371         * Makefile.in (all-opcodes):  cd into the right directory
15372
15373 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
15374
15375         * configure: added -program_transform_name option, used as
15376         argument to sed when installing programs.
15377         configure.texi: added documentation for -program_prefix,
15378         -program_suffix and -program_transform_name.
15379
15380 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
15381
15382         * config.sub:  Accept i486 where i386 ok.
15383
15384 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
15385
15386         * config.sub: accept we32k
15387
15388 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
15389
15390         * config.sub, configure.in: accept OSE68000 and OSE68k.
15391
15392         * Makefile.in: don't create all directories for ``make install'';
15393         let the subdirectories create the ones they need.
15394
15395 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15396
15397         * COPYING: new file, GPL v2
15398
15399 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15400
15401         * Makefile.in: use the new gen-info-dir, which needs a template
15402         argument (which also lives in texinfo)
15403
15404         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15405
15406 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
15407
15408         * config.sub (ncr3000):  Change i386 to i486.
15409
15410 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15411
15412         * Makefile.in: add install-rcs, install-grep to
15413         install-no-fixedincludes, removed install-bison and install-libgcc
15414
15415 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
15416
15417         * configure.in: grab the HPUX makefile fragment if on HPUX
15418
15419 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15420
15421         * Makefile.in: eradicate bison spoor (ditto libgcc).
15422          configure.in: recognise m68{k,000}-ericsson-OSE.
15423          es1800 is alias for m68k-ericsson-OSE
15424
15425 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15426
15427         * configure.in: rearrange the parts that remove programs from
15428         configdirs, based now on HOST==TARGET or by canonical triple.
15429
15430 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15431
15432         * test-build.mk: recurse explicitly with -f test-build.mk when
15433           appropriate.  predicate stage3 and comparison on the existence
15434           of gcc.  That is, if gcc isn't around, we aren't three-staging.
15435           On very clean, also remove ...stamp-co.  Build in-place before
15436           doing other builds.
15437
15438 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15439
15440         * Makefile.in, configure.in: add tgas
15441
15442 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15443
15444         * Makefile.in: a number of changes merged in from progressive.
15445
15446         * configure.in: add libm.
15447
15448         * .cvsignore: ignore some stuff that comes from test-build.mk.
15449
15450 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
15451
15452         * config.sub:  Add es1800 (m68k-ericsson-es1800).
15453
15454 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15455
15456         * configure: Add program_suffix (parallel to program_prefix)
15457         * Makefile.in: adjust directory-creating script for losing decstation
15458
15459 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
15460
15461         * configure:  Minor $subdir-related fixes.
15462
15463 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15464
15465         * configure: fix various problems with propogating
15466         makefile_target_frag in subdirs.
15467         * configure.in: config libgcc if its there
15468
15469 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
15470
15471         * config.sub:  HPPA merge.
15472
15473 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
15474
15475         * Makefile.in:  Replace all-bison with all-byacc in all
15476         dependency lines for other tools (which now use byacc).
15477
15478 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
15479
15480         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
15481
15482 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
15483
15484         * Makefile.in: make gprof rules similar to byacc rules (instead of
15485         vestigal $(unsubdir) that didn't work...)
15486
15487 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
15488
15489         * config.sub:  Add support for Linux.
15490         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
15491         (at least for libg++).
15492
15493 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
15494
15495         * configure.texi: fix doc for the -nfp option to configure
15496
15497 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
15498
15499         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15500
15501 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
15502
15503         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15504         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15505         * configure.in: added solaris* host_makefile_frag hook.
15506
15507 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15508
15509         * config.sub: changed recognition of m68000 so that various
15510         m68k types can be specified via m680[01234]0
15511
15512 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15513
15514         * config.sub (basic_machine): fix sed so that '-foo' isn't
15515         completely substituted out while .+'-foo' loses the '-foo'
15516
15517 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15518
15519         * config.sub ($os): Add -aout.
15520
15521 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
15522
15523         * configure:  If host_makefile_frag is absolute, don't
15524         prefix ${invsubdir} (relevant to libg++ auto-configure).
15525
15526 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15527
15528         * Makefile.in (tooldir): Define it.
15529         (all-ld): Depend on all-flex.
15530
15531 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
15532
15533         * Makefile.in (check):  Fix libg++ special case.
15534
15535 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
15536
15537         * configure: do not bury `pwd` into config.status, thus do fewer
15538           pwd's.
15539
15540         * configure: print the "Building in" message only when building in
15541           other than "." AND verbose.
15542
15543         * configure: remove -s, rework -v to better accommodate guested
15544           configures.
15545
15546         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15547
15548 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
15549
15550         * Makefile.in: macroize flags passed on recursion.  remove
15551           fileutils.
15552
15553 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
15554
15555         * configure: get makesrcdir right for subdirs deeper than 1.
15556
15557         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15558           install.
15559
15560 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
15561
15562         * Makefile.in: don't print subdir_do or recursion lines.
15563
15564 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
15565
15566         * standards.texi: added menu item.
15567
15568         * Makefile.in: build and install standards.info.
15569
15570         * standards.texi: new file.
15571
15572 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15573
15574         * configure: test for and move config.status pieces from
15575           ${subdir}/.
15576
15577 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
15578
15579         * configure:  Test for existance of files before trying to mv
15580         them, to avoid numerous non-existance messages.
15581
15582 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
15583
15584         * configure: correct final line of config.status.
15585
15586         * configure: patch from eggert.  Avoids a protection problem if
15587           the original Makefile.in is read only.
15588
15589         * configure: use move-if-change from gcc to create config.status.
15590           Some makefiles depend on config.status to tell if a directory
15591           has been reconfigured for a different host.  This change
15592           prevents those directories from remaking everything in the case
15593           where the reconfig was only intended to rebuild a Makefile.
15594
15595         * configure: test for config.sub with "config.sub sun4" rather
15596           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
15597           host alias from a missing config.sub.
15598
15599 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15600
15601         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15602           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
15603
15604 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
15605
15606         * configure: mkdir ${subdir} as needed.
15607
15608 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
15609
15610         * Makefile.in,configure.in: added autoconf.
15611
15612 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15613
15614         * Makefile.in: no longer pass against on recursion.
15615
15616         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15617           definitions are not inherited.
15618
15619         * configure: correct makesrcdir when subdir is .
15620
15621 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
15622
15623         * configure:  Add support for 'subdirs' variable, which is
15624         like 'configdirs', except that configure doesn't re-invoke
15625         itself for subdirs, it just creates a Makefile for each subdir.
15626         * configure.texi:  Document subdirs.
15627
15628 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15629
15630         * configure.in: added flex to configdirs
15631
15632 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
15633
15634         * Makefile.in: remove clean-stamps from clean.
15635
15636 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
15637
15638         * configure.in:  Add gdbtest to configdirs.
15639
15640 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
15641
15642         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
15643         to recursive makes.
15644         * configure.in:  Recognize new ncr3000 config.
15645
15646 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
15647
15648         * Makefile.in, configure.in: removed references to gdbm.
15649
15650 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
15651
15652         * config.sub:  Don't canonicalize os value
15653         newsos* to bsd (readline needs to check for newsos).
15654         (This fix was earlier made Jan 31, but got re-broken.)
15655
15656 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
15657
15658         * configure.in:  sco is an os, not a vendor!
15659
15660         * configure:  Quote $( better.  Keep various shells happy.
15661
15662 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
15663
15664         * Makefile.in: eliminate stamp-files.
15665
15666 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
15667
15668         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
15669           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15670
15671 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
15672
15673         * config.sub:  fix iris/iris3.
15674
15675 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
15676
15677         * configure: re-add -rm.
15678
15679 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
15680
15681         * Maskefile.in: add .stmp-rcs to all.
15682
15683         * configure.in: remove gas from rs6000 build, use aix host fragment.
15684
15685 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
15686
15687         * configure: pass down site_option during recursion.
15688
15689 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
15690
15691         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
15692
15693 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
15694
15695         * configure: Change exec_prefix so that it really defaults to prefix.
15696
15697 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
15698
15699         * Makefile.in, configure.in:  Add support for mmalloc library.
15700
15701 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
15702
15703         * Makefile.in: add stmp dependencies for a few more things.
15704
15705 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
15706
15707         * configure: adjusted error message on objdir/srcdir configure
15708           collision, per john's suggestion.
15709
15710         * Makefile.in: add libiberty stmp to all and all.cross.
15711
15712 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
15713
15714         * Makefile.in: remove force dependencies, add grep to all.
15715
15716 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
15717
15718         * Makefile.in: drop flex.  make stamp files work.
15719
15720         * configure: added test for conflicting configuration in srcdir,
15721           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
15722           gets cranky.  use relative paths for configure and srcdir
15723           whenever possible.  Send some error messages to stderr that were
15724           going to stdout.
15725
15726 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
15727
15728         * Makefile.in:  Fix libg++ rule to check for gcc directory
15729         before using gcc/gcc.  Also pass XTRAFLAGS.
15730
15731 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
15732
15733         * Makefile.in: added stmp-files so that directories aren't polled
15734           when they are already built.
15735
15736         * configure.texi: fixed a node pointer problem.
15737
15738 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
15739
15740         * config.sub configure.in gdb/configure.in
15741         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15742         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15743         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
15744
15745 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15746
15747         * configure: -recurring becomes -silent.  corrected help message
15748           for -site= option.
15749
15750         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15751
15752 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15753
15754         * configure: when building Makefile for crosses, replace
15755           tooldir and program_prefix.  default srcdir from location of
15756           config.sub.  remove "for host in hosts" and "for target in
15757           targets" loops.
15758
15759 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15760
15761         * Makefile.in: Do not pass bindir or mandir to cvs.
15762
15763 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
15764
15765         * Makefile.in, configure.in: removed traces of namesubdir,
15766           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
15767           copyrights to '92, changed some from Cygnus to FSF.
15768
15769         * configure.texi: remove most references to multiple hosts,
15770           multiple targets, subdirs, etc.
15771
15772         * configure.man: removed rcsid. reference config.sub not
15773           config.subr.
15774
15775         * Makefile.in: mkdir $(infodir) on install-info.
15776
15777 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
15778
15779         * configure.texi:  Explain better about .gdbinit and about
15780         the environment that configure.in sections run in.
15781
15782 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
15783
15784         * configure.in:  Ultrix is only a decstation if it's a MIPS.
15785
15786 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
15787
15788         * README:  DOC.configure => cfg-paper.texi.
15789
15790 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
15791
15792         * config.sub (near case $os):  Don't convert newsos* to bsd!
15793
15794 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
15795
15796         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
15797         the number of copies of COPYING that go into the GDB tar file.
15798
15799 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
15800
15801         * bfd/configure.in, gdb/config/mh-i386sco,
15802         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15803         Fix SCO configuration stuff.
15804
15805 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
15806
15807         * Makefile.in:  For libg++, make sure the -I pointing
15808         to the gcc directory goes *after* all the libg++-local -I flags.
15809         Also, move just-gcc dependency from just-libg++ to all-libg++.
15810
15811 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
15812
15813         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
15814
15815 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
15816
15817         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
15818
15819 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
15820
15821         * config.sub:  Add stratus configuration frags.  Also
15822         submitted to FSF.
15823
15824 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
15825
15826         * Makefile.in (DEV_SUPPORT):  add configure.man.
15827
15828         * config.sub(Decode manufacturer-specific):  add -none*.
15829
15830 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
15831
15832         * Makefile.in:  remove form feeds to make Sun's make happy.
15833         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
15834
15835 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
15836
15837         * Makefile.in (AR_FLAGS):  Make quieter.
15838
15839 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
15840
15841         * configure.in:  Add libg++.
15842         * configure:  When verbose, don't output the command line at each
15843         level; it will be unremarkably the same as the previous version,
15844         which will be the same as what the user typed.
15845
15846 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
15847
15848         * configure.in, Makefile.in: fix clean-info, add flex.  add
15849           fileutils.
15850
15851         * configure: be less sensitive to spaces in Makefile.in.  Do not
15852           look for sources in "..".  Doing so breaks subdirectories that
15853           might have their own configure.  If a subdir has it's own
15854           configure script, use it.
15855
15856 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
15857
15858         * cfg-paper.texi: some changes suggested by rms.
15859
15860 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
15861
15862         * config.sub:  Merge in some small additions from the FSF version,
15863         taken from the gcc distribution, to bring the Cygnus and FSF
15864         versions into closer sync.
15865
15866 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
15867
15868         * configure.in:  Changed svr4 references to sysv4.
15869
15870 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
15871
15872         * configure: added -V for version number option.
15873
15874 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
15875
15876         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15877           renamed from DOC.configure to cfg-paper.texi.
15878
15879 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15880
15881         * configure, config.subr, config.sub: config.subr is now
15882           config.sub again.
15883
15884 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
15885
15886         * configure.texi: new file, in progress.
15887
15888         * Makefile.in: build info file and install the man page for
15889           configure.
15890
15891         * configure.man: new file, first cut.
15892
15893         * configure: find config.subr again now that configuration "none"
15894           has gone.  removed all traces of the -ansi option.  removed all
15895           traces of the -languages option.
15896
15897         * config.subr: resync from rms.
15898
15899 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15900
15901         * configure, config.sub, config.subr: merge config.sub into
15902           config.subr, call the result config.subr, remove config.sub, use
15903           config.subr.
15904
15905         * Makefile.in: revised install for dir.info.
15906
15907 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15908
15909         * configure.in: add decstation host makefile frag.
15910
15911         * Makefile.in: BISON now bison -y again.  also install-gcc on
15912           install.  clean-gdbm on clean.  infodir belongs in datadir.
15913           Make directories for info install.  Build dir.info here then
15914           install it.
15915
15916 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15917
15918         * Makefile.in: fix for bad directory tests.
15919
15920 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15921
15922         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
15923           regexp.  -srcdir relative was being handled incorrectly.
15924
15925         * Makefile.in: unwrapped some for loops so that parallel makes
15926           work again and so one can focus one's attention on a particular
15927           package.
15928
15929 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15930
15931         * configure: added PWD as a stand in for `pwd` (for speed). use
15932           elif wherever possible.  make -srcdir work without -objdir.
15933           -objdir= commented out.
15934
15935 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15936
15937         * configure: +options become --options.  -subdirs commented out.
15938           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
15939           Makefile now at top of generated Makefile.  Removed cvs log
15940           entries.  added -srcdir.  create .gdbinit only if there is one
15941           in ${srcdir}.
15942
15943         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
15944           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
15945           and mandir now keyed off datadir by default.
15946
15947 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15948
15949         * Freshly created ChangeLog.
15950
15951 \f
15952 Local Variables:
15953 mode: change-log
15954 left-margin: 8
15955 fill-column: 76
15956 version-control: never
15957 End: