OSDN Git Service

2010-08-04 Tobias Burnus <burnus@net-b.de>
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2010-07-28  David Yuste  <david.yuste@gmail.com>
2
3         * MAINTAINERS (Write After Approval): Add myself.
4
5 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
6
7         * configure.ac: Support all v850 targets.
8         * configure: Regenerate.
9
10 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
11
12         PR bootstrap/44455
13         * configure.ac (extra_mpfr_configure_flags): Copy from
14         extra_mpc_gmp_configure_flags.
15         * configure: Re-generated.
16
17 2010-07-22  Andi Kleen  <ak@linux.intel.com>
18
19         * MAINTAINERS (Write After Approval): Add myself.
20
21 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
22
23         * MAINTAINERS (Write After Approval): Add myself.
24
25 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
26
27         * MAINTAINERS (Write After Approval): Add myself.
28
29 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
30
31         PR target/44862
32         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
33         Provide -B option to allow for link spec %s substitutions for
34         libstdc++.a on darwin.
35         * Makefile.in: Regenerate.
36
37 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
38
39         * MAINTAINERS (Reviewers): Update my e-mail address
40
41 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
42
43         * Makefile.def (configure-gcc): Depend on all-libelf.
44         * Makefile.in: Rebuild.
45
46 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
47
48         * MAINTAINERS (Write After Approval): Add myself in the right place.
49
50 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
51
52         * MAINTAINERS (Write After Approval): Add myself.
53
54 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
55
56         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
57
58 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
59
60         * config.sub: Update to version 2010-05-21.
61         * config.guess: Update to version 2010-04-03.
62
63 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
64
65         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
66         * configure: Regenerate.
67
68 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
69
70         * MAINTAINERS (Write After Approval): Add myself.
71
72 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
73
74         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
75         a platform that supports LTO.
76         * configure: Regenerate.
77
78 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
79
80         * configure.ac: Allow all the versions greater than 0.10 of PPL.
81         * configure: Regenerated.
82
83 2010-04-27  Roland McGrath  <roland@redhat.com>
84             H.J. Lu  <hongjiu.lu@intel.com>
85
86         * configure.ac (--enable-gold): Support both, both/gold and
87         both/bfd to add gold to configdirs without removing ld.
88         * configure: Regenerated.
89
90         * Makefile.def: Add install-gold dependency to install-ld.
91         * Makefile.in: Regenerated.
92
93 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
94
95         PR lto/42776
96         * configure.ac (--enable-lto): Refactor handling so libelf tests
97         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
98         and allow LTO to be explicitly enabled on non-ELF platforms that
99         are known to support it inside else-clause.
100         * configure: Regenerate.
101
102 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
103
104         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
105         * configure: Regenerate.
106
107 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
108
109         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
110         * configure: Regenerate.
111
112 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
113
114         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
115         separately.
116         * configure: Regenerate.
117
118 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
119
120         * MAINTAINERS (Write After Approval): Add myself.
121
122 2010-04-14  Tristan Gingold  <gingold@adacore.com>
123
124         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
125         * configure: Regenerate.
126
127 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
128
129         * configure: Regenerate after change to elf.m4.
130
131 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
132
133         * MAINTAINERS (Write After Approval): Add myself.
134
135 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
136
137         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
138         * configure: Regenerated.
139
140 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
141
142         * configure.ac: Print "buggy but acceptable" when CLooG
143         revision is less than 9.
144         * configure: Regenerated.
145
146 2010-04-01  Diego Novillo  <dnovillo@google.com>
147
148         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
149
150 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
151
152         PR bootstrap/43615
153         PR bootstrap/43328
154
155         Revert:
156
157         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
158
159         * configure.ac: Do not pass --enable-multilib nor
160         --disable-multilib in baseargs.  Accept explicitly passed
161         --enable_multilib.
162         * configure: Regenerate.
163
164 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
165
166         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
167
168 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
169
170         * MAINTAINERS: Remove myself.
171
172 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
173
174         PR bootstrap/43328
175         * configure.ac: Do not pass --enable-multilib nor
176         --disable-multilib in baseargs.  Accept explicitly passed
177         --enable_multilib.
178         * configure: Regenerate.
179
180 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
181
182         * MAINTAINERS (spu port): Remove me.
183
184 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
185
186         * configure.ac (tic6x-*-*): New case.
187         * configure: Regenerate.
188
189 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
190
191         * config.sub: Update to version 2010-03-22.
192         * config.guess: Update to version 2009-12-30.
193
194 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
195
196         PR ada/42554
197         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
198         * configure: Regenerate.
199
200 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
201
202         * MAINTAINERS: Update my email address.
203
204 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
205
206         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
207         (ghassan.shobaki@amd.com): Removed.
208
209 2010-03-17  Alan Modra  <amodra@gmail.com>
210
211         * MAINTAINERS: Update my email address.
212
213 2010-03-16  Diego Novillo  <dnovillo@google.com>
214
215         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
216         Matthews.
217
218 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
219
220         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
221         Gutson, Jeffrey D. Oldham and Mark Shinwell.
222
223 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
224
225         * MAINTAINERS: Update my email address.
226
227 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
228
229         * MAINTAINERS: Update my email address.
230
231 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
232
233         * MAINTAINERS: Update my email address.
234
235 2010-03-09  Jie Zhang  <jie@codesourcery.com>
236
237         * MAINTAINERS: Update my email address.
238
239 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
240
241         PR libstdc++/32499
242         * configure.ac (RANLIB): Default to true.
243         (STRIP): Likewise.
244         (RANLIB_FOR_TARGET): Remove superfluous : argument.
245         * configure: Regenerate.
246
247 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
248
249         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
250         (Write After Approval): Update my email address.
251
252 2010-02-17  Nick Clifton  <nickc@redhat.com>
253
254         PR 11238
255         * Makefile.tpl (local-distclean): Also remove config.cache files in
256         sub-directories as there may not be Makefiles present in the
257         sub-directories.
258         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
259         the config.cache files found by the find command.
260
261         * Makefile.in: Regenerate.
262         * configure.ac: Revert previous delta.
263         * configure: Regenerate.
264
265 2010-02-15  Nick Clifton  <nickc@redhat.com>
266
267         PR 11238
268         * configure.ac: Delete config.cache files in sub-directories when
269         deleting Makefiles.
270         * configure: Regenerate.
271
272 2010-02-12  Ben Elliston  <bje@gnu.org>
273
274         * MAINTAINERS: Update my email address.
275
276 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
277
278         * MAINTAINERS (spu port): Update my email address.
279
280 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
281
282         * MAINTAINERS: Add myself as a maintainer for the bfin port.
283
284 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
285
286         * configure.ac: Add "recommended" version checks for GMP/MPC.
287         Update recommended GMP/MPFR/MPC versions.
288         * configure: Regenerate.
289
290 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
291
292         * MAINTAINERS: Move my Embecosm email address into the
293         write-after-approval section.
294
295 2010-01-26  Ian Lance Taylor  <iant@google.com>
296
297         * MAINTAINERS: Add myself as Go frontend maintainer.
298
299 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
300
301         PR libstdc++/36101, PR libstdc++/42813
302         * configure.ac (bootstrap_target_libs): Make inclusion of
303         target-libgomp conditional on libgomb being in target_configdirs.
304         * configure: Regenerate.
305
306 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
307
308         PR libstdc++/36101, PR libstdc++/42813
309         * configure.ac (bootstrap_target_libs): Include target-libgomp.
310         * configure: Regenerate.
311
312 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
313
314         PR libstdc++/36101, PR libstdc++/42813
315         * configure.ac (target_configdirs): Substitute.
316         * Makefile.def: Bootstrap target module libgomp.
317         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
318         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
319         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
320         * configure, Makefile.in: Regenerate.
321
322 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
323
324         * MAINTAINERS: Adjust my details.
325
326 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
327
328         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
329
330 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
331
332         * MAINTAINERS: reindented my entry with tabs instead of spaces.
333
334 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
335
336         * MAINTAINERS (Write After Approval): Add myself.
337
338 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
339
340         * MAINTAINERS (Write After Approval): Add myself.
341
342 2010-01-11  Richard Guenther  <rguenther@suse.de>
343
344         PR lto/41569
345         * Makefile.def (all-lto-plugin): Depend on all-gcc.
346         * Makefile.in: Regenerated.
347
348 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
349
350         * configure.ac: Enable libjava build on x86_64-*freebsd*.
351         * configure: Regenerate.
352
353 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
354             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
355
356         PR bootstrap/42424
357         * configure.ac: Include libtool m4 files.
358         (_LT_CHECK_OBJDIR): Call it.
359         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
360         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
361
362         * configure: Regenerate.
363
364 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
365
366         PR bootstrap/41818
367         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
368         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
369         * Makefile.in: Regenerate.
370
371 2010-01-02  Richard Guenther  <rguenther@suse.de>
372
373         PR lto/41529
374         * configure.ac: Include config/elf.m4.  Disable LTO if not
375         builting for an elf target.
376         * configure: Regenerate.
377
378 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
379
380         * MAINTAINERS: Change my email address.
381
382 2009-12-18  Ben Elliston  <bje@au.ibm.com>
383
384         * config.sub, config.guess: Update from upstream sources.
385
386 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
387
388         * MAINTAINERS (Write After Approval): Add myself.
389
390 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
391
392         PR middle-end/30447
393         PR middle-end/30789
394         PR other/40302
395
396         * configure.ac: Require MPC.
397         * configure: Regenerate.
398
399 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
400
401         PR target/38384
402         PR bootstrap/40972
403         * libtool.m4: Sync from git Libtool.
404         * ltoptions.m4: Likewise.
405         * ltversion.m4: Likewise.
406         * lt~obsolete.m4: Likewise.
407         * ltmain.sh: Likewise.
408
409 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
410
411         * configure.ac: Update minimum MPC version to 0.8.
412         * configure: Regenerate.
413
414 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
415
416         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
417         * configure: Regenerated.
418
419 2009-11-21  Ian Lance Taylor  <iant@google.com>
420
421         * configure.ac: Change default of poststage1_ldflags to be empty if
422         poststage1_libs is set.  When poststage1_libs is empty, and
423         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
424         * configure: Rebuild.
425
426 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
427
428         * MAINTAINERS (Write After Approval): Update my email address.
429
430 2009-11-20  Ben Elliston  <bje@au.ibm.com>
431
432         * config.guess: Update from upstream sources.
433
434 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
435
436         * Makefile.def: Restore host and target settings for gmp.
437         * Makefile.in: Rebuild.
438
439 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
440
441         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
442         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
443         Fix portability of test of C++ as bootstrap language.  Add
444         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
445         * configure: Rebuild.
446         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
447         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
448         in-tree building.
449         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
450         (POSTSTAGE1_HOST_EXPORTS): Use it.
451         (STAGE[+id+]_CXXFLAGS): New.
452         (BASE_FLAGS_TO_PASS): Pass it down.
453         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
454         extra_exports.
455         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
456         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
457         extra_exports.
458         * Makefile.in: Rebuild.
459
460 2009-11-17  Ben Elliston  <bje@au.ibm.com>
461
462         * config.sub, config.guess: Update from upstream sources.
463
464 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
465
466         * MAINTAINERS (Write After Approval): Add myself.
467
468 2009-11-09  Jon Beniston  <jon@beniston.com>
469
470         * MAINTAINERS (Write After Approval): Add myself.
471
472 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
473
474         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
475         paths for *-w64-mingw* and x86_64-*mingw*.
476         * configure: Regenerated.
477
478 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
479
480         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
481
482 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
483
484         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
485         Phil Edwards to Write-After Approval.
486
487 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
488
489         * configure.ac: Disable target-winsup & co for
490         x86_64-*-mingw* and *-w64-mingw* targets.
491         * configure: Regenerated.
492
493 2009-10-16  Nick Clifton  <nickc@redhat.com>
494
495         * MAINTAINERS: Add myself as a maintainer for the RX port.
496
497 2009-10-26  Johannes Singler  <singler@kit.edu>
498
499         * MAINTAINERS (Write After Approval): Update my e-mail address.
500
501 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
502
503         * configure.ac (CLooG test): Use = with test.
504         * configure: Regenerate.
505
506 2009-10-22  Richard Guenther  <rguenther@suse.de>
507
508         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
509         cloog if the ppl version check failed.  Move flags saving
510         before setting in libelf check.
511         * configure: Regenerate.
512
513 2009-10-21  Richard Guenther  <rguenther@suse.de>
514
515         * configure.ac: Adjust the ppl and cloog configure to work as
516         documented.  Disable cloog if ppl was disabled.  Omit the version
517         checks if they were disabled.
518         * configure: Re-generate.
519
520 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
521
522         * configure.ac: Add 'lto' to enable_languages, not
523         new_enable_languages, and only if not already present.
524         * configure: Regenerate.
525
526 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
527
528         * README: Refer to the various COPYING* files instead of just
529         COPYING.
530         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
531
532 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
533
534         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
535         
536 2009-10-07  Richard Guenther  <rguenther@suse.de>
537
538         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
539         and Richard Guenther as reviewers.
540         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
541         as reviewers.
542
543 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
544
545         * config.sub: Update from upstream sources.
546
547 2009-10-06  Ian Lance Taylor  <iant@google.com>
548
549         * Makefile.def: check-gold depends upon all-gas.
550         * Makefile.in: Rebuild.
551
552 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
553
554         * MAINTAINERS (Write After Approval): Add myself.
555
556 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
557
558         * Makefile.def: all-lto-plugin depends on all-libiberty.
559         set bootstrap=true for lto-plugin.
560         Add lto-plugin.
561         * Makefile.in: Regenerate.
562         * configure.ac (host_libs): Add lto-plugin.
563         * configure: Regenerate.
564
565 2009-10-03  Diego Novillo  <dnovillo@google.com>
566
567         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
568         (HOST_LIBELFLIBS): Define.
569         (HOST_LIBELFINC): Define.
570         * Makefile.in: Regenerate.
571         * configure.ac: Add --enable-lto.
572         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
573         If --enable-lto is used, add 'lto' to new_enable_languages.
574         If --enable-lto is used and gold is enabled, add
575         lto-plugin to configdirs.
576         * configure: Regenerate.
577
578 2009-10-03  Simon Baldwin  <simonb@google.com>
579
580         * configure.ac: If --with-system-zlib, suppress local zlib and
581         pass --with-system-zlib to subdir configure scripts.
582         * configure: Regenerate.
583
584 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
585             Paolo Bonzini  <bonzini@gnu.org>
586
587         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
588         $(srcdir).
589         * Makefile.in: Rebuilt.
590
591 2009-09-26  Gary Funck  <gary@intrepid.com>
592
593         * MAINTAINERS (Write After Approval): Add myself.
594
595 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
596
597         * configure.ac: Update minimum MPC version to 0.7.
598         * configure: Regenerate.
599
600 2009-09-25  Nick Clifton  <nickc@redhat.com>
601
602         * configure.ac: Pass any --cache-file=/dev/null option on to
603         subconfigures.
604         * configure: Regenerate.
605
606 2009-09-23  Nick Clifton  <nickc@redhat.com>
607
608         * config.sub, config.guess: Update from upstream sources.
609
610 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
611
612         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
613         * Makefile.in: Rebuilt.
614
615 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
616
617         PR bootstrap/32272
618         * configure.ac: Error out if $srcdir isn't '.' but contains
619         host-${host_noncanonical}.
620         * configure: Regenerate.
621
622 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
623
624         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
625         maintainer.
626
627 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
628
629         * configure.ac: If bootstrapping a combined tree with
630         --enable-gold, require c++ in stage1_languages.
631         * configure: Regenerate.
632
633         * configure.ac: Also add target_libs of stage1_languages to
634         bootstrap_target_libs.
635         * configure: Regenerate.
636
637         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
638         with --enable-languages not containing c++.
639         * configure: Regenerate.
640
641 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
642
643         * configure.ac: Disable java and boehm-gc for bfin-*-*.
644         * configure: Regenerate.
645
646 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
647
648         * MAINTAINERS (Write After Approval): Update my e-mail address,
649         and move from from here...
650         (Waiting for paperwork): To here.
651
652 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
653
654         * MAINTAINERS (Reviewers): Add self as driver reviewer.
655
656 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
657
658         * configure.ac: Do not use $extrasub for replacing @if/@endif
659         parts in Makefile; instead, use additional arguments to
660         AC_CONFIG_COMMANDS to do the replacement manually, with several
661         sed invocations, to avoid HP-UX sed command limits.
662         * configure: Regenerate.
663
664 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
665
666         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
667         blank before -L.
668
669 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
670
671         * configure.ac (with-build-config): Document.  Handle without.
672         Handle missing argument.
673         * configure: Rebuilt.
674
675 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
676
677         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
678         Default to bootstrap-debug only if compare-debug works.
679         * configure: Rebuilt.
680         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
681         * Makefile.in: Rebuilt.
682
683 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
684
685         * MAINTAINERS (OS Port Maintainers): Update my email address.
686
687 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
688
689         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
690         * Makefile.in: Rebuilt.
691
692 2009-09-01  Chris Demetriou  <cgd@google.com>
693
694         * MAINTAINERS (Write After Approval): Add myself.
695
696 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
697
698         PR debug/30161
699         * include/dwarf2.h (enum dwarf_tag): Added
700         DW_TAG_GNU_template_template_param
701         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
702
703 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
704
705         * Makefile.tpl (AWK): Fix typo.
706         * Makefile.in: Regenerate.
707
708 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
709
710         * configure.ac: Detect awk and sed.
711         * Makefile.def (flags_to_pass): Add AWK and SED.
712         * Makefile.tpl (AWK, SED): New.
713         (BASE_FLAGS_TO_PASS): Add AWK and SED.
714         * configure: Regenerate.
715         * Makefile.in: Regenerate.
716
717 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
718
719         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
720         (collapseslashes): Likewise.
721
722 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
723
724         * configure.ac (AC_PREREQ): Bump to 2.64.
725
726 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
727
728         * configure.ac: Remove --with-datarootdir, --with-docdir,
729         --with-pdfdir, --with-htmldir switches.
730         * configure: Regenerate.
731
732         * configure: Regenerate.
733
734         * compile: Sync from Automake 1.11.
735         * depcomp: Likewise.
736         * install-sh: Likewise.
737         * missing: Likewise.
738         * mkinstalldirs: Likewise.
739         * ylwrap: Likewise.
740
741 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
742
743         * ltmain.sh (func_normal_abspath): New function.
744         (func_relative_path): Likewise.
745         (func_mode_help): Document new -bindir option for link mode.
746         (func_mode_link): Add new -bindir option, and use it to place
747         output DLL if specified.
748
749 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
750
751         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
752         (baseargs): Add --disable-option-checking.
753         * configure: Regenerate.
754
755         * Makefile.def (configure-target-libiberty): Depend on
756         all-binutils and all-ld.
757         (configure-target-newlib): Likewise.
758         * Makefile.in: Regenerate.
759
760 2009-08-17  Ben Elliston  <bje@au.ibm.com>
761
762         * config.sub, config.guess: Update from upstream sources.
763
764 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
765
766         Sync from src, merge:
767
768         2009-07-02  Tristan Gingold  <gingold@adacore.com>
769
770         * configure.ac: Do not exclude gas for i386-*-darwin.
771         Add a case for x86_64-*-darwin.
772         * configure: Regenerate.
773
774 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
775
776         * MAINTAINERS: Add my name to Write After Approval list.
777
778 2009-08-06  Michael Eager  <eager@eagercon.com>
779
780         * configure.ac: Add Microblaze target.
781         * configure: Regenerate.
782
783 2009-07-31  Christian Bruel  <christian.bruel@st.com>
784
785         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
786         * configure: Regenerate.
787         
788 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
789
790         * MAINTAINERS (Write After Approval): Update my e-mail address.
791
792 2009-07-06  Ian Lance Taylor  <iant@google.com>
793
794         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
795         * configure: Rebuild.
796
797 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
798
799         * MAINTAINERS: Move myself to the Graphite Reviewers.
800
801 2009-06-30  Wei Guozhi  <carrot@google.com>
802
803         * MAINTAINERS: Add my name to Write After Approval list.
804
805 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
806
807         PR bootstrap/40338
808         * configure.ac (comparestring): Create new variable.
809         * Makefile.tpl (comparestring): Use to skip some comparisions.
810         * configure: Regenerate.
811         * Makefile.in: Regenerate.
812
813 2009-06-26  Doug Evans  <dje@sebabeach.org>
814
815         * Makefile.def (host_modules): Add cgen.
816         * Makefile.in: Regenerate.
817         * configure.ac (host_tools): Add cgen.
818         * configure: Regenerate.
819
820 2009-06-23  DJ Delorie  <dj@redhat.com>
821
822         * MAINTAINERS: Add myself as mep maintainer.
823
824 2009-06-23  Ian Lance Taylor  <iant@google.com>
825
826         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
827         boot_languages.  Only bootstrap target libraries listed in
828         target_libs for some boot language.  Add --with-stage1-ldflags,
829         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
830         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
831         if not building with C++.
832         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
833         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
834         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
835         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
836         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
837         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
838         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
839         * configure, Makefile.in: Rebuild.
840
841 2009-06-23  Li Feng  <nemokingdom@gmail.com>
842
843         * MAINTAINERS: Added my name to write-after-approval list.
844
845 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
846
847         * configure.ac: Define is_elf for QNX Neutrino targets.
848         * configure: Regenerate.
849
850 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
851
852         * MAINTAINERS: Added my name to the write-after-approval list
853
854 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
855
856         * configure.ac: Detect MPC in default directory.
857         * configure: Regenerate.
858
859 2009-06-03  Jerome Guitton  <guitton@adacore.com>
860             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
861
862         * Makefile.tpl (all): Avoid a trailing backslash.
863         * Makefile.in: Regenerate.
864
865 2009-06-03  Ben Elliston  <bje@au.ibm.com>
866
867         * config.sub, config.guess: Update from upstream sources.
868
869 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
870
871         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
872         to noconfdirs.
873         * configure: Regenerate.
874
875 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
876
877         * Makefile.tpl ([+compare-target+]): Compare all stage
878         directories, rather than just gcc.
879         * Makefile.in: Rebuilt.
880
881 2009-06-01  Doug Kwan  <dougkwan@google.com>
882
883         * configure.ac: Support gold for target arm*-*-*.
884         * configure: Regenerate.
885
886 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
887
888         * Makefile.def: Add MPC support and dependencies.
889         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
890
891         * Makefile.in, configure: Regenerate.
892
893 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
894
895         * Makefile.tpl (all): Avoid harmless warning in make all when
896         gcc-bootstrap is enabled but stage_last does not exist.
897         * Makefile.in: Rebuilt.
898
899 2009-05-24  Nicolas Roche  <roche@adacore.com>
900
901         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
902         * Makefile.in: Regenerate.
903
904 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
905
906         * MAINTAINERS: Update my e-mail address.
907
908 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
909
910         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
911         * configure:  Regenerate.
912
913 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
914
915         PR other/40159
916         * Makefile.tpl (all): Don't assume gcc-bootstrap and
917         gcc-no-bootstrap are mutually exclusive.
918         * Makefile.in: Rebuilt.
919
920 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
921
922         PR other/40159
923         * Makefile.tpl (all): Don't end with unconditional success.
924         * Makefile.in: Rebuilt.
925
926 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
927
928         PR target/37137
929         * Makefile.def (flags_to_pass): Remove redundant and incomplete
930         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
931         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
932         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
933         stage_configureflags, stage_cflags and stage_libcflags into
934         explicit Makefile macros.
935         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
936         GFORTRAN.
937         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
938         CC.  Set CC_FOR_BUILD from CC.
939         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
940         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
941         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
942         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
943         and GFORTRAN.
944         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
945         (_LIBCFLAGS): Renamed to _TFLAGS.
946         (do-compare-debug, do-compare3-debug): Drop.
947         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
948         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
949         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
950         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
951         (XGCC_FLAGS_FOR_TARGET): New.
952         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
953         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
954         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
955         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
956         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
957         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
958         TFLAGS.
959         (BUILD_CONFIG): Include if requested.
960         (all): Set TFLAGS on bootstrap.
961         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
962         (all-stageid-prefixmodule): Likewise.
963         (do-clean, distclean-stageid): Set TFLAGS.
964         (restrap): Fix whitespace.
965         * Makefile.in: Rebuilt.
966
967 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
968
969         * config.guess: Sync with src.
970
971 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
972
973         * configure.ac ($with_ppl):  Default to no if not supplied.
974         ($with_cloog):  Likewise.
975         configure:  Regenerate.
976
977 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
978
979         * MAINTAINERS: Update my e-mail address.
980
981 2009-04-27  Nick Clifton  <nickc@redhat.com>
982
983         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
984
985 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
986
987         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
988         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
989         * Makefile.in: Regenerate.
990
991 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
992
993         PR bootstrap/39739
994         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
995         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
996
997         * configure, Makefile.in: Regenerate.
998
999 2009-04-21  Taras Glek  <tglek@mozilla.com>
1000
1001         * include/hashtab.h: Update GTY annotations to new syntax
1002         * include/splay-tree.h: Likewise
1003
1004 2009-04-17  Ben Elliston  <bje@au.ibm.com>
1005
1006         * config.sub, config.guess: Update from upstream sources.
1007
1008 2009-04-15  Anthony Green  <green@moxielogic.com>
1009
1010         * configure.ac: Add moxie support.
1011         * configure: Rebuilt.
1012
1013 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
1014
1015         * configure.ac: Change copyright header to refer to version
1016         3 of the GNU General Public License and to point readers at the
1017         COPYING3 file and the FSF's license web page.
1018         * Makefile.def: Likewise.
1019         * Makefile.tpl: Likewise.
1020         * Makefile.in: Regenerate.
1021
1022 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
1023
1024         * configure.ac: Restore match for darwin9 or later. Use double
1025         brackets since regeneration eats one pair.
1026         * configure: Regenerate.
1027
1028 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1029
1030         PR gas/10039
1031         * configure.ac: Require texinfo 4.7.
1032         * configure: Regenerated.
1033
1034 2009-04-09  Nick Clifton  <nickc@redhat.com>
1035
1036         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
1037         the GCC Runtime Library Exception.
1038
1039 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1040
1041         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1042         * configure: Regenerate.
1043
1044 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
1045
1046         * Makefil.def (languages): New entries.
1047         * Makefile.tpl (check-gcc-*): New generic target.
1048         * Makefile.in: Regenerate.
1049
1050 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
1051
1052         * MAINTAINERS:  Update my email address.
1053
1054 2009-03-18  Tom Tromey  <tromey@redhat.com>
1055
1056         * configure: Rebuild.
1057         * configure.ac (host_libs): Add libiconv.
1058         * Makefile.in: Rebuild.
1059         * Makefile.def (host_modules): Add libiconv.
1060         (configure-gdb, all-gdb): Depend on libiconv.
1061
1062 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1063
1064         * configure.ac: Treat gdb as supported on x86_64-darwin.
1065         * configure: Regenerate.
1066
1067 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1068
1069         * configure.ac (--with-host-libstdcxx): New option.
1070         * configure: Regenerate.
1071
1072 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
1073
1074         * MAINTAINERS:  Move myself into the write after approval list.
1075
1076 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
1077
1078         * MAINTAINERS: Update e-mail address.
1079         
1080 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
1081
1082         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
1083
1084 2009-03-10  Ira Rosen  <irar@il.ibm.com>
1085
1086         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
1087
1088 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1089
1090         Backport from git Libtool:
1091
1092         2009-01-19  Robert Millan  <rmh@aybabtu.com>
1093         Support GNU/kOpenSolaris.
1094         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1095         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1096         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1097         GNU/kOpenSolaris.
1098
1099 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
1100
1101         * MAINTAINERS: Update e-mail address.
1102
1103 2009-02-24  Michael Eager  <eager@eagercon.com>
1104
1105         * MAINTAINERS (Write After Approval): Add self.
1106
1107 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
1108
1109         * MAINTAINERS (Write After Approval): Add myself.
1110
1111 2009-02-05  Andreas Schwab  <schwab@suse.de>
1112
1113         * Makefile.tpl (stage_last): Define $r and $s before using
1114         $(RECURSE_FLAGS_TO_PASS).
1115         * Makefile.in: Regenerate
1116
1117 2009-01-30  Ian Lance Taylor  <iant@google.com>
1118
1119         * MAINTAINERS: Move myself to the Global Reviewers list.
1120
1121 2009-01-29  Robert Millan  <rmh@aybabtu.com>
1122
1123         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1124         * configure: Regenerate.
1125
1126 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
1127
1128         * MAINTAINERS: Make whitespace consistent.
1129         Remove Robert Millan from Write After Approval.
1130
1131 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1132
1133         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1134         (all-opcodes): Depend on all-libiberty.
1135         * Makefile.in: Regenerate.
1136
1137 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1138
1139         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1140         * configure: Regenerate.
1141
1142 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
1143
1144         * MAINTAINERS (Write After Approval): Add myself.
1145
1146 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
1147
1148         * MAINTAINERS: Add myself to reviewers (Fortran).
1149
1150 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
1151
1152         PR tree-optimization/38515
1153         * configure.ac (cloog-polylib): Removed.
1154         (with_ppl, with_cloog): Test for "no".
1155         * configure: Regenerated.
1156
1157 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
1158
1159         * MAINTAINERS: Moved myself to reviewers (Fortran).
1160
1161 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
1162
1163         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
1164         (Write After Approval): Remove myself.
1165
1166 2009-01-03  Diego Novillo  <dnovillo@google.com>
1167
1168         * MAINTAINERS: Remove myself from alias maintainership.
1169
1170 2009-01-02  David Ayers  <ayers@fsfe.org>
1171
1172         * MAINTAINERS: Update e-mail address.
1173
1174 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
1175
1176         * MAINTAINERS: Make whitespace consistent.
1177
1178 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1179
1180         Backport from upstream Libtool:
1181         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1182         Add cache variables to tests that require the linker to work.
1183         For shlibpath_overrides_runpath, this also changes the semantics
1184         to let the result from the C compiler take precedence.
1185
1186 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1187
1188         * config.sub, config.guess: Update from upstream sources.
1189
1190 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
1191
1192         * configure.ac (ppllibs): Add by default the lib flags.
1193         * configure: Regenerate.
1194
1195 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
1196
1197         * MAINTAINERS:  Add myself to the write after approval list.
1198
1199 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1200
1201         * configure.ac: Add double brackets on darwin[912].
1202         * configure: Regenerate.
1203
1204 2008-12-03  Daniel Kraft  <d@domob.eu>
1205
1206         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
1207         Approval to Reviewer section (for Fortran front-end).
1208
1209 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
1210
1211         * configure.ac: Expand to darwin10 and later.
1212         * configure: Regenerate.
1213
1214 2008-12-02  Andreas Schwab  <schwab@suse.de>
1215
1216         * Makefile.def: configure-target-boehm-gc depends on
1217         all-target-libstdc++-v3.
1218         * Makefile.in: Regenerate.
1219
1220 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
1221
1222         * MAINTAINERS:  Add myself as mingw maintainer.
1223
1224 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1225
1226         * config.sub, config.guess: Update from upstream sources.
1227
1228 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
1229
1230         * README.SCO: Remove.
1231
1232 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
1233
1234         * MAINTAINERS:  Add myself to the write after approval list.
1235
1236 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
1237
1238         * MAINTAINERS:  Update my email address in WAA section.
1239
1240 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
1241
1242         * MAINTAINERS: Update e-mail address.
1243
1244 2008-11-27  Toon Moene  <toon@moene.org>
1245
1246         * MAINTAINERS: Change e-mail address.
1247
1248 2008-11-27  Tristan Gingold  <gingold@adacore.com>
1249
1250         * configure.ac: Build gdb for i?86-*-darwin*
1251         * configure: Regenerated.
1252
1253 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
1254
1255         * MAINTAINERS: Added my full name.
1256
1257 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1258
1259         PR bootstrap/38014
1260         PR bootstrap/37923
1261
1262         Revert:
1263
1264         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1265
1266         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1267         * Makefile.in: Regenerated.
1268
1269         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1270
1271         PR gdb/921
1272         PR gdb/1646
1273         PR gdb/2175
1274         PR gdb/2176
1275
1276         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1277         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1278         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1279         (HOST_EXPORTS): Pass CPPFLAGS.
1280         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1281         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1282         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1283         * Makefile.in, configure: Regenerated.
1284         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1285         and CPPFLAGS_FOR_BUILD.
1286
1287 2008-11-06  Jeff Law  <law@redhat.com>
1288
1289         * MAINTAINERS: Add myself as middle end maintainer.
1290
1291 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
1292
1293         * MAINTAINERS (Write after approval): Add myself.
1294
1295 2008-11-05  Diego Novillo  <dnovillo@google.com>
1296
1297         * MAINTAINERS (Global Reviewers): Add myself.
1298         (Non-Algorithmic Maintainers): Remove myself.
1299
1300 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
1301
1302         * MAINTAINERS (Write after approval): Add myself.
1303
1304 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
1305
1306         * MAINTAINERS (Write after approval): Add myself.
1307
1308 2008-10-31  Ben Elliston  <bje@au.ibm.com>
1309
1310         * configure.ac (spu-*-*): Remove special case.
1311         * configure: Regenerate.
1312
1313 2008-10-30  Catherine Moore  <clm@codesourcery.com>
1314
1315         * MAINTAINERS (Write after approval): Update my email address.
1316
1317 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
1318
1319         * configure.ac [spu-*-*]: Do not set skipdirs.
1320         * configure: Re-generate.
1321
1322 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
1323
1324         * MAINTAINERS (Various Maintainers): Add myself to reload.
1325
1326 2008-10-25  Richard Guenther  <rguenther@suse.de>
1327
1328         * MAINTAINERS (Various Maintainers): Add myself as middle-end
1329         maintainer.  Remove myself as libgcc-math maintainer.
1330         (Non-Algorithmic Maintainers): Remove myself.
1331
1332 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1333
1334         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1335         * Makefile.in: Regenerated.
1336
1337 2008-10-23  Cary Coutant  <ccoutant@google.com>
1338
1339         * MAINTAINERS (Write after approval): Add myself.
1340
1341 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1342
1343         PR gdb/921
1344         PR gdb/1646
1345         PR gdb/2175
1346         PR gdb/2176
1347
1348         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1349         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1350         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1351         (HOST_EXPORTS): Pass CPPFLAGS.
1352         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1353         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1354         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1355         * Makefile.in, configure: Regenerated.
1356         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1357         and CPPFLAGS_FOR_BUILD.
1358
1359 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
1360
1361         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
1362         Sebastian Pop.
1363
1364 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
1365
1366         * MAINTAINERS (Write After Approval): Added myself.
1367
1368 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1369
1370         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1371         recommended version to 2.3.2.
1372
1373         * configure: Regenerate.
1374
1375 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
1376
1377         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
1378
1379 2008-09-29  David Daney <david.daney@caviumnetworks.com>
1380
1381         * MAINTAINERS (Write After Approval): Update e-mail address.
1382
1383 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
1384
1385         * libtool.m4: Update to libtool 2.2.6.
1386         * lt~obsolete.m4: Update to libtool 2.2.6.
1387         * ltmain.sh: Update to libtool 2.2.6.
1388         * ltsugar.m4: Update to libtool 2.2.6.
1389         * ltversion.m4: Update to libtool 2.2.6.
1390         * ltoptions.m4: Update to libtool 2.2.6.
1391         * ltgcc.m4: Update to match changes from libtool 2.2.6.
1392
1393 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
1394
1395         * MAINTAINERS (Write After Approval): Add myself.
1396
1397 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1398
1399         * MAINTAINERS (Write After Approval): Update my name.
1400
1401 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
1402
1403         * MAINTAINERS: Add myself in "Write After Approval".
1404
1405 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
1406
1407         * MAINTAINERS: Add myself as ia64 maintainer.
1408
1409 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
1410
1411         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
1412         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
1413         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
1414         and Michael Tiemann from Write After Approval since they do not
1415         actually have access.
1416
1417 2008-09-05  Richard Guenther  <rguenther@suse.de>
1418
1419         * configure.ac: Initialize clooglibs to -lcloog.
1420         * configure: Re-generate.
1421
1422 2008-09-04  Le-Chun Wu  <lcwu@google.com>
1423
1424         * MAINTAINERS (Write After Approval): Add myself.
1425
1426 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
1427
1428         * configure.ac (--with-cloog-polylib): New.
1429         (--disable-cloog-version-check): New.
1430         (--disable-ppl-version-check): New.
1431         * configure: Re-generate.
1432
1433 2008-09-03  Richard Guenther  <rguenther@suse.de>
1434
1435         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1436         cloog test.
1437         * configure: Re-generate.
1438
1439 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
1440
1441         Add picoChip port.
1442         * MAINTAINERS: Add picoChip maintainers.
1443
1444 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
1445             Tobias Grosser  <grosser@fim.uni-passau.de>
1446             Jan Sjodin  <jan.sjodin@amd.com>
1447             Harsha Jagasia  <harsha.jagasia@amd.com>
1448             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1449             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1450             Adrien Eliche  <aeliche@isty.uvsq.fr>
1451
1452         Merge from graphite branch.
1453         * configure: Regenerate.
1454         * Makefile.in: Regenerate.
1455         * configure.ac (host_libs): Add ppl and cloog.
1456         Add checks for PPL and CLooG.
1457         * Makefile.def (ppl, cloog): Added modules and dependences.
1458         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1459         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1460
1461 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1462
1463         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1464         (GCC_SHLIB_SUBDIR): New.
1465         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1466         * configure: Regenerate.
1467         * Makefile.in: Regenerate.
1468
1469 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
1470
1471         * MAINTAINERS: Consistently use tabs to separate columns.
1472
1473 2008-08-29  Tristan Gingold  <gingold@adacore.com>
1474
1475         * MAINTAINERS (Write after Approval): Add myself.
1476
1477 2008-08-28  Tristan Gingold  <gingold@adacore.com>
1478
1479         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1480         Enable bfd, binutils and opcodes.
1481         * configure: Regenerate.
1482
1483 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1484
1485         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
1486
1487 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1488
1489         * MAINTAINERS:  Use correct Umlaut for last name.
1490
1491 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1492
1493         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
1494
1495 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
1496
1497         * MAINTAINERS: Update my email address.
1498
1499 2008-08-16  Nicolas Roche  <roche@adacore.com>
1500
1501         * Makefile.tpl: Add BOOT_ADAFLAGS.
1502         * Makefile.in: Regenerate.
1503
1504 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
1505
1506         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1507         * configure: Regenerate.
1508
1509 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
1510
1511         * configure.ac: Add makefile fragments for hpux.
1512         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1513         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1514         * configure: Regenerate.
1515         * Makefile.in: Regenerate.
1516
1517 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
1518
1519         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
1520
1521 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
1522
1523         * MAINTAINERS (Write after Approval): Add myself.
1524
1525 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
1526
1527         * MAINTAINERS (Write After Approval):  Add myself.
1528
1529 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
1530
1531         * MAINTAINERS (Write After Approval):  Add myself.
1532
1533 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
1534
1535         * MAINTAINERS: Update my email address.
1536
1537 2008-06-25  Joey Ye  <joey.ye@intel.com>
1538
1539         * MAINTAINERS (Write After Approval):  Add myself.
1540
1541 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1542
1543         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1544         * Makefile.in: Regenerate.
1545         * configure: Regenerate.
1546
1547 2008-06-17  Daniel Kraft  <d@domob.eu>
1548
1549         * MAINTAINERS (Write After Approval):  Add myself.
1550
1551 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1552
1553         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1554         "$@" is still intact with both Autoconf 2.59 and 2.62.
1555         * configure: Regenerate.
1556
1557 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1558
1559         * Makefile.tpl: Fix comment errors.
1560         * Makefile.in: Regenerate.
1561
1562 2008-06-12  David S. Miller  <davem@davemloft.net>
1563             David Edelsohn  <edelsohn@gnu.org>
1564
1565         * configure.ac: Add powerpc*-*-* to gold supported targets.
1566         * configure: Regenerate.
1567
1568 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
1569
1570         PR tree-optimization/36218
1571         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1572         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1573         (all prefix="build-"): Pass them to build-system sub-makes.
1574         * Makefile.in: Regenerate.
1575
1576 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
1577
1578         * MAINTAINERS (mt port): Remove.
1579         (sco5, unixware, sco udk): Remove.
1580         (Kean Johnston): Add to Write After Approval.
1581
1582 2008-05-30  Julian Brown  <julian@codesourcery.com>
1583
1584         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1585         of libobjc for ARM EABI Linux.
1586         * configure: Regenerate.
1587
1588 2008-05-18  Xinliang David Li   <davidxl@google.com>
1589
1590         * ChangeLog: Remove wrong ChangeLog entry.
1591
1592 2008-05-17  Xinliang David Li   <davidxl@google.com>
1593
1594         * MAINTAINERS (Write After Approval): Add myself.
1595
1596 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
1597
1598         * MAINTAINERS (Write After Approval): Add myself.
1599
1600 2008-05-14  Rafael Espíndola  <espindola@google.com>
1601
1602         * config-ml.in: don't handle --enable-shared and --enable-static.
1603
1604 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
1605
1606         * MAINTAINERS: Update my email address.
1607
1608 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
1609
1610         * MAINTAINERS: Update my email address.
1611
1612 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
1613
1614         * MAINTAINERS (Write After Approval): Add myself.
1615
1616 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
1617
1618         * MAINTAINERS (Write After Approval): Add myself.
1619
1620 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
1621
1622         * MAINTAINERS (crx): Add myself.
1623
1624 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1625
1626         Sync with src:
1627         2008-04-14  David S. Miller  <davem@davemloft.net>
1628
1629         * configure.ac: Add sparc*-*-* to gold supported targets.
1630         * configure: Regenerate.
1631
1632 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1633
1634         PR bootstrap/35457
1635         * configure.ac: Include override.m4.
1636         * configure: Regenerate.
1637
1638 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1639
1640         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
1641         * Makefile.in: Regenerate.
1642
1643 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
1644
1645         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
1646         as nonconfigurable directories list.
1647         * configure: Regenerate.
1648
1649 2008-04-14  Ben Elliston  <bje@au.ibm.com>
1650
1651         * config.sub, config.guess: Update from upstream sources.
1652
1653 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
1654
1655         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
1656         * Makefile.in: Regenerate.
1657
1658 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
1659
1660         * configure.ac: Do not build libssp for the AVR.
1661         * configure: Regenerate.
1662
1663 2008-04-07  Ian Lance Taylor  <iant@google.com>
1664
1665         * Makefile.def: check-gold depends upon all-binutils.
1666         * Makefile.in: Regenerate.
1667
1668 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
1669
1670         * MAINTAINERS (Write After Approval): Add myself.
1671
1672 2008-04-04  Nick Clifton  <nickc@redhat.com>
1673
1674         PR binutils/4334
1675         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
1676         builds.
1677         * configure: Regenerate.
1678
1679 2008-04-04  NightStrike  <NightStrike@gmail.com>
1680
1681         PR other/35151
1682         * configure.ac: Combine rules for mingw32 and mingw64.
1683         * configure: Regenerate.
1684
1685 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
1686
1687         * MAINTAINERS (Write After Approval): Add myself.
1688
1689 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
1690
1691         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
1692         * Makefile.in (.NOTPARALLEL): Ditto.
1693
1694 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
1695
1696         * MAINTAINERS (Write After Approval): Add myself.
1697
1698 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
1699
1700         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
1701         * Makefile.in (.NOTPARALLEL): Regenerate.
1702
1703 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
1704
1705         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
1706         * Makefile.in: Regenerate.
1707
1708 2008-03-26  Jakub Staszak  <kuba@et.pl>
1709
1710         * MAINTAINERS (Write After Approval): Add myself.
1711
1712 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1713
1714         * MAINTAINERS:  Update e-mail address.
1715
1716 2008-03-20  Ian Lance Taylor  <iant@google.com>
1717
1718         * configure.ac: Add support for --enable-gold.
1719         * Makefile.def: Add gold as a directory like ld.
1720         * configure, Makefile.in: Regenerate.
1721
1722 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1723
1724         * configure.ac: m4_include config/proginstall.m4.
1725         * configure: Regenerate.
1726
1727         Backport from upstream Libtool:
1728
1729         2007-10-12  Eric Blake  <ebb9@byu.net>
1730
1731         Deal with Autoconf 2.62's semantic change in m4_append.
1732         * ltsugar.m4 (lt_append): Replace broken versions of
1733         m4_append.
1734         (lt_if_append_uniq): Don't require separator to be overquoted,
1735         and avoid broken m4_append.
1736         (lt_dict_add): Fix typo.
1737         * libtool.m4 (_LT_DECL): Don't overquote separator.
1738
1739 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
1740
1741         * config.rpath: Add AIX 6 support.
1742
1743 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
1744
1745         * Makefile.def (stageprofile).  Remove -fprofile-generate
1746         from stage_libcflags.
1747         * Makefile.in: Regenerate.
1748
1749 2008-03-13  Ben Elliston  <bje@au.ibm.com>
1750
1751         * config.sub, config.guess: Update from upstream sources.
1752
1753 2008-03-06  Tom Tromey  <tromey@redhat.com>
1754
1755         * MAINTAINERS: Update for treelang deletion.
1756
1757 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
1758
1759         * MAINTAINERS: Update my email address.
1760
1761 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
1762
1763         * MAINTAINERS (darwin port): Add myself as a maintainer.
1764         (objective-c/c++): Add myself as a maintainer.
1765
1766 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
1767
1768         * MAINTAINERS (Write After Approval): Update my email address.
1769
1770 2008-02-25  Tomas Bily  <tbily@suse.cz>
1771
1772         * MAINTAINERS (Write After Approval): Add myself.
1773
1774 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
1775
1776         * MAINTAINERS (OpenMP): Add myself.
1777
1778 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
1779
1780         PR bootstrap/32009
1781         PR bootstrap/32161
1782
1783         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
1784         * configure: Regenerate.
1785
1786         * Makefile.def: Define stage_libcflags for all bootstrap stages.
1787         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
1788         STAGE4_LIBCFLAGS): New.
1789         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
1790         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
1791         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
1792         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
1793         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
1794         for target modules.  Don't export LIBCFLAGS.
1795         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
1796         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
1797         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
1798         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
1799         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
1800         * Makefile.in: Regenerate.
1801
1802 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1803
1804         PR libgcj/33085
1805         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
1806         Do not use -DDLL_EXPORT.  Backport from upstream.
1807
1808 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1809
1810         * MAINTAINERS (Write After Approval): Add myself.
1811
1812 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
1813
1814         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
1815         * configure: Regenerate.
1816
1817 2008-01-31  Marc Gauthier  <marc@tensilica.com>
1818
1819         * configure.ac (xtensa*-*-*): Recognize processor variants.
1820         * configure: Regenerate.
1821
1822 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1823
1824         PR bootstrap/34922
1825         * configure.ac (PARSE_ARGS): Push suitable setting of
1826         ac_subdirs_all, for `./configure --help=recursive'.
1827         Handle `+' in generic toplevel directory disabling.
1828         * configure: Regenerate.
1829
1830 2008-01-28  Nick Clifton  <nickc@redhat.com>
1831
1832         * MAINTAINERS (xstormy16): Take over maintainership.
1833
1834 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
1835
1836         * MAINTAINERS (c4x port): Remove.
1837
1838 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
1839
1840         * libtool.m4: Backport AIX 6 support from ToT Libtool.
1841
1842 2008-01-23  Ben Elliston  <bje@au.ibm.com>
1843
1844         * config.sub, config.guess: Update from upstream sources.
1845
1846 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
1847
1848         * MAINTAINERS (Write After Approval): Add myself.
1849
1850 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
1851
1852         * MAINTAINERS: Update my email address.
1853
1854 2008-01-09  Raksit Ashok  <raksit@google.com>
1855
1856         * MAINTAINERS (Write After Approval): Add myself.
1857
1858 2008-01-09  Raksit Ashok  <raksit@google.com>
1859
1860         * MAINTAINERS (Write After Approval): Add myself.
1861
1862 2008-01-08  Ben Elliston  <bje@au.ibm.com>
1863
1864         * config.sub, config.guess: Update from upstream sources.
1865
1866 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1867
1868         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
1869         Change recommended MPFR from 2.2.1 -> 2.3.0.
1870         * configure: Regenerate.
1871
1872 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
1873
1874         * MAINTAINERS: Update my email address.
1875
1876 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
1877
1878         * MAINTAINERS: Update my email address.
1879
1880 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
1881
1882         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
1883         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
1884         * Makefile.in: Regenerate.
1885
1886 2007-12-10  Mark Heffernan  <meheff@google.com>
1887
1888         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
1889         misplaced entries.
1890
1891 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
1892
1893         * configure.ac: Enable libjava for x86_64-*-darwin9.
1894         * configure: Regenerate.
1895
1896 2007-12-07  Bill Maddox  <maddox@google.com>
1897
1898         * MAINTAINERS (Write After Approval): Add myself.
1899
1900 2007-12-05  Ben Elliston  <bje@au.ibm.com>
1901
1902         * config.sub, config.guess: Update from upstream sources.
1903
1904 2007-12-02  Matthias Klose  <doko@ubuntu.com>
1905
1906         * config-ml.in: Remove 64bit configure tests.
1907
1908 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1909
1910         * config-ml.in: Robustify against white space in absolute file
1911         names.
1912
1913         * config-ml.in (multi-clean): Substitute ${Makefile}.
1914         Remove superfluous ${Makefile} in list.
1915
1916 2007-11-19  Thiemo Seufer  <ths@mips.com>
1917
1918         * config-ml.in: Don't hardcode the Makefile name.
1919
1920 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
1921
1922         * MAINTAINERS (Write After Approval): Add myself.
1923
1924 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
1925
1926         * MAINTAINERS (Write After Approval): Add myself.
1927
1928 2007-11-06  Doug Kwan  <dougkwan@google.com>
1929
1930         * MAINTAINERS (Write After Approval): Add myself.
1931
1932 2007-10-25  Ben Elliston  <bje@au.ibm.com>
1933
1934         * MAINTAINERS (mercury): Remove entry.
1935         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
1936
1937 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
1938
1939         * Makefile.def (dependencies): Make configure-gdb depend on
1940         all-intl.
1941         * Makefile.in: Regenerated.
1942
1943 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
1944
1945         * MAINTAINERS (Fortran maintainer): Remove myself.
1946
1947 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
1948
1949         * Makefile.def: To avoid problems running with parallel makes,
1950         build newlib before libgloss so that target specific header
1951         files are availble.
1952         * Makefile.in: Regenerate
1953
1954 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
1955
1956         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
1957         * Makefile.in: Regenerate.
1958
1959 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
1960
1961         * MAINTAINERS (Register allocation reviewer): Add myself.
1962
1963 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
1964
1965         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
1966         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
1967         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
1968         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
1969         * configure: Regenerate.
1970
1971 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
1972
1973         * MAINTAINERS (Register allocation reviewer): Add myself.
1974
1975 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
1976
1977         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
1978         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
1979         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
1980         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
1981         * configure.ac: Default them to host tools for $host = $build.
1982         Subst them.
1983
1984         * configure: Regenerate.
1985         * Makefile.in: Regenerate.
1986
1987 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
1988
1989         * MAINTAINERS (Register allocation reviewer): Add myself.
1990
1991 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
1992
1993         * MAINTAINERS (Register allocation reviewer): Add myself.
1994
1995 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
1996
1997         * MAINTAINERS (Write After Approval): Fix typo.
1998
1999 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
2000
2001         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2002         * configure: Regenerate.
2003
2004 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
2005
2006         PR bootstrap/31906
2007         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
2008         they're already prefixed.
2009
2010 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
2011
2012         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2013         libstdc++.
2014         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2015         * configure: Regenerate.
2016         * Makefile.in: Regenerate.
2017
2018 2007-09-17  Andreas Schwab  <schwab@suse.de>
2019
2020         * configure.ac: Raise minimum makeinfo version to 4.6.
2021         * configure: Regenerate.
2022
2023 2007-09-17  Johannes Singler  <singler@ira.uka.de>
2024
2025         * MAINTAINERS (write-after-approval) add myself
2026
2027 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
2028
2029         * configure.ac: Correct makeinfo version check.
2030         * configure: Regenerate.
2031
2032 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
2033
2034         * MAINTAINERS: Update my email address.
2035
2036 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
2037
2038         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
2039         to $skipdirs and only disable gprof for newlib.  Use the normal
2040         mips*-elf* handling in other respects.
2041         * configure: Regnerate.
2042
2043 2007-09-12  David Daney  <ddaney@avtrex.com>
2044
2045         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2046         enabling libgcj.
2047         * configure: Regenerate.
2048
2049 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2050
2051         PR other/32154
2052         * configure.ac: For libgloss targets, point the linker to the linker
2053         script, startup code and simulator library.
2054         * configure: Regenerate.
2055
2056 2007-09-07  Andrew Haley  <aph@redhat.com>
2057
2058         * configure.ac (noconfigdirs): Remove target-libffi and
2059         target-libjava.
2060         * configure: Regenerate.
2061
2062 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2063
2064         PR target/33281
2065         * configure.ac: Use config/mh-mingw on mingw.
2066         * configure: Regenerate.
2067
2068 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
2069
2070         * MAINTAINERS (Write After Approval): Add myself.
2071
2072 2007-09-05  Richard Guenther  <rguenther@suse.de>
2073
2074         * configure.ac (--enable-stage1-checking): If neither --enable-checking
2075         nor --disable-checking is provided also turn on yes and types
2076         checking for stage1.
2077         * configure: Re-generate.
2078
2079 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
2080
2081         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
2082         (Write After Approval): Remove myself.
2083
2084 2007-08-29  Nick Clifton  <nickc@redhat.com>
2085
2086         * config.sub, config.guess: Update from upstream sources.
2087
2088 2007-08-22  Bud Davis  <jmdavis@link.com>
2089
2090         * MAINTAINERS (Write After Approval): Added myself.
2091         * MAINTAINERS (Reviewers): Removed myself.
2092
2093 2007-08-18  Paul Brook  <paul@codesourcery.com>
2094             Joseph Myers  <joseph@codesourcery.com>
2095
2096         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2097         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2098         * Makefile.in: Regenerate.
2099         * configure.ac (--with-debug-prefix-map): New.
2100         * configure: Regenerate.
2101
2102 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
2103             Nigel Stephens  <nigel@mips.com>
2104
2105         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
2106         as target_makefile_frag.
2107         * configure: Regenerate.
2108
2109 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2110
2111         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2112         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2113         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2114         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2115         (do-compare, do-compare3, do-compare-debug): New.
2116         ([+compare-target+]): Use them.
2117
2118 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
2119
2120         * MAINTAINERS (Write After Approval): Change my email address.
2121
2122 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2123             Ben Elliston  <bje@au.ibm.com>
2124
2125         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2126         --silent if $silent.
2127         * configure: Regenerate.
2128
2129 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
2130
2131         * MAINTAINERS (Various Maintainers): Add myself as
2132         loop infrastructure maintainer.  Update my e-mail
2133         address.
2134
2135 2007-07-31  Diego Novillo  <dnovillo@google.com>
2136
2137         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
2138         Adjust description.
2139
2140 2007-07-26  Richard Guenther  <rguenther@suse.de>
2141
2142         * configure.ac: Add types checking to stage1 checking flags.
2143         * configure: Regenerate.
2144
2145 2007-07-17  Nick Clifton  <nickc@redhat.com>
2146
2147         * COPYING3: New file.  Contains version 3 of the GNU General
2148         Public License.
2149         * COPYING3.LIB: New file.  Contains version 3 of the GNU
2150         Lesser General Public License.
2151
2152 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2153
2154         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
2155
2156 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2157
2158         * MAINTAINERS (S/390 co-maintainer): Add myself.
2159         (Write After Approval): Remove myself.
2160
2161 2007-07-13  Dan Hipschman  <dsh@google.com>
2162
2163         * MAINTAINERS (Write After Approval): Add myself.
2164
2165 2007-07-11  Nick Clifton  <nickc@redhat.com>
2166
2167         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
2168         WINDRES export.
2169         * Makefile.in: Regenerate.
2170
2171 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2172
2173         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
2174         maintainer.
2175
2176 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2177
2178         * lt~obsolete.m4: New. Import from 20070318 libtool.
2179
2180 2007-07-03  Julian Brown  <julian@codesourcery.com>
2181
2182         * MAINTAINERS (Write After Approval): Add myself.
2183
2184 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2185
2186         * configure.ac: Rewrite 'configure --help' strings to look nicer.
2187         * configure: Regenerate.
2188
2189 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2190
2191         * configure.ac: Add some missing m4 quotation.
2192         * configure: Regenerate.
2193
2194 2007-07-02  Simon Baldwin  <simonb@google.com>
2195
2196         * MAINTAINERS (Write After Approval): Add myself.
2197
2198 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
2199
2200         * configure: Regenerate.
2201
2202 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
2203
2204         * Makefile.def: Add windmc tool to build.
2205         * Makefile.tpl: Likewise.
2206         * configure.ac: Likewise.
2207         * Makefile.in: Regenerate.
2208         * configure: Regenerate.
2209
2210 2007-06-28  DJ Delorie  <dj@redhat.com>
2211
2212         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2213         not building newlib.
2214         * configure: Regenerated.
2215
2216 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
2217
2218         * MAINTAINERS (Write After Approval): Add myself.
2219
2220 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
2221
2222         * MAINTAINERS (Write After Approval): Add myself.
2223
2224 2007-06-19  Chris Matthews  <chrismatthews@google.com>
2225
2226         * MAINTAINERS (Write After Approval): Add myself.
2227
2228 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2229
2230         * MAINTAINERS (Write After Approval): Add myself.
2231
2232 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
2233
2234         * Makefile.def: Add dependency from configure-gdb to all-bfd.
2235         * Makefile.in: Regenerated.
2236
2237 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
2238
2239         * configure.ac: Don't add target-libmudflap to noconfigdirs for
2240         bfin*-*-uclinux* targets.
2241         * configure: Regenerate.
2242
2243 2007-06-14  Ian Lance Taylor  <iant@google.com>
2244
2245         * MAINTAINERS: Add myself as non-algorithmic global write
2246         maintainer.
2247
2248 2007-06-14  Diego Novillo  <dnovillo@google.com>
2249
2250         * MAINTAINERS: Add self as middle-end maintainer and
2251         non-algorithmic global write maintainer.
2252
2253 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2254
2255         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
2256         Move all Fortran maintainers except Paul Brook into the
2257         Non-Autopoiesis section.
2258
2259 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
2260
2261         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2262         (distclean-stage[+id+]): Possibly delete stage_last.
2263         * Makefile.in: Regenerate.
2264
2265 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
2266
2267         * MAINTAINERS (Various Maintainer): Fix typo.
2268
2269 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
2270
2271         * MAINTAINERS (Various Maintainer): Add myself as
2272         dataflow maintainer.
2273
2274 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2275
2276         * config.sub, config.guess: Update from upstream sources.
2277
2278 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2279
2280         * Makefile.tpl: Fix spelling error.
2281         * Makefile.in: Regenerate.
2282
2283 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
2284
2285         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2286         lt_cv_sys_max_cmd_len.
2287
2288 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
2289
2290         * MAINTAINERS (Various Maintainers): Add myself as
2291         auto-vectorizer maintainer.
2292
2293 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
2294
2295         PR libjava/32098
2296         * libtool.m4: Revert previous change.
2297         * ltgcc.m4: Put it here.
2298
2299 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
2300
2301         * MAINTAINERS (Various Maintainers): Add myself as
2302         auto-vectorizer maintainer.
2303
2304 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
2305
2306         PR libjava/32098
2307         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
2308
2309 2007-05-30  Richard Guenther  <rguenther@suse.de>
2310
2311         * MAINTAINERS (Various Maintainers): Add myself as
2312         auto-vectorizer maintainer.
2313
2314 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
2315
2316         PR bootstrap/29382
2317         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2318         * configure: Rebuilt.
2319
2320 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
2321
2322         * MAINTAINERS (Write After Approval): Removed my name.
2323
2324 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
2325
2326         * MAINTAINERS (Write After Approval): Remove myself.
2327
2328 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
2329
2330         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2331
2332 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
2333
2334         * ltmain.sh: Update from ToT Libtool.
2335         * libtool.m4: Update from ToT Libtool.
2336         * ltsugar.m4: New. Update from ToT Libtool.
2337         * ltversion.m4: New. Update from ToT Libtool.
2338         * ltoptions.m4: New. Update from ToT Libtool.
2339         * ltconfig: Remove.
2340         * ltcf-c.sh: Remove.
2341         * ltcf-cxx.sh: Remove.
2342         * ltcf-gcj.sh: Remove.
2343
2344 2007-05-22  Ollie Wild  <aaw@google.com>
2345
2346         * MAINTAINERS (Write After Approval): Add myself.
2347
2348 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
2349
2350         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2351         stage_cflags.
2352         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2353         Remove CFLAGS/LIBCFLAGS.
2354         (configure-stage[+id+]-[+prefix+][+module+],
2355         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2356         * Makefile.in: Regenerate.
2357
2358 2007-05-15  Diego Novillo  <dnovillo@google.com>
2359
2360         * MAINTAINERS: Update e-mail address.
2361
2362 2007-05-15  Revital Eres  <eres@il.ibm.com>
2363
2364         * MAINTAINERS (Write After Approval): Add myself.
2365
2366 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
2367
2368         * MAINTAINERS (Write After Approval): Updated my address.
2369
2370 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
2371
2372         * MAINTAINERS (Write After Approval): Add myself.
2373
2374 2007-05-11  Silvius Rus  <rus@google.com>
2375
2376         * MAINTAINERS (Write After Approval): Add myself.
2377
2378 2007-04-23  Tom Tromey  <tromey@redhat.com>
2379
2380         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
2381
2382 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
2383
2384         * MAINTAINERS (cpplib): Rename to ...
2385         (libcpp): ... this.  Add C/C++ front end maintainers.
2386
2387 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
2388
2389         * config-ml.in: Pass ${ml_config_env} to configure calls.
2390
2391 2007-04-04  Christian Bruel  <christian.bruel@st.com>
2392
2393         * MAINTAINERS (Write After Approval): Add myself.
2394
2395 2007-04-02  Dave Korn  <dave.korn@artimi.com>
2396
2397         * MAINTAINERS (Write After Approval): Add myself.
2398
2399 2007-03-31  Tobias Burnus  <burnus@net-b.de>
2400
2401         * MAINTAINERS (fortran 95 front end): Add myself.
2402
2403 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2404
2405         * MAINTAINERS (Write After Approval): Add myself.
2406
2407 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
2408
2409         * MAINTAINERS (Modulo Scheduler): Add myself.
2410
2411 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
2412
2413         * MAINTAINERS (fortran 95 front end): Add myself.
2414         (c++ front end): whitespace fix.
2415
2416 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
2417
2418         * MAINTAINERS (Write After Approval): Add myself.
2419
2420 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
2421
2422         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2423         of glob.  Quote arguments with single quotes too.
2424         * configure: Regenerate.
2425
2426 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
2427
2428         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2429         * Makefile.in: Regenerate
2430
2431 2007-03-07  Andreas Schwab  <schwab@suse.de>
2432
2433         * configure: Regenerate.
2434
2435 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2436
2437         * configure.ac: Add "--with-pdfdir" configure option,
2438         which defines pdfdir variable.
2439         * Makefile.def (target=fixincludes): Add install-pdf to
2440         missing targets.
2441         (recursive_targets): Add install-pdf target.
2442         (flags_to_pass): Add pdfdir.
2443         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2444         target.
2445         * configure: Regenerate
2446         * Makefile.in: Regenerate
2447
2448 2007-02-28  Eric Christopher  <echristo@apple.com>
2449
2450         Revert:
2451         2006-12-07  Mike Stump  <mrs@apple.com>
2452
2453         * Makefile.def (dependencies): Add dependency for
2454         install-target-libssp and install-target-libgomp on
2455         install-gcc.
2456         * Makefile.in: Regenerate.
2457
2458 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
2459
2460         * configure: Regenerate.
2461         * configure.ac: Move statements after variable declarations.
2462
2463 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
2464
2465         * MAINTAINERS: Add myself as sh maintainer.
2466
2467 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
2468
2469         * configure.ac: Adjust for loop syntax.
2470         * configure: Regenerate.
2471
2472 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2473
2474         * configure: Rebuilt.
2475
2476 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2477
2478         * configure.ac: Drop multiple occurrences of --enable-languages,
2479         and fix its quoting.
2480         * configure: Rebuilt.
2481
2482 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
2483             Nathan Sidwell  <nathan@codesourcery.com>
2484             Vladimir Prus  <vladimir@codesourcery.com>
2485             Joseph Myers  <joseph@codesourcery.com>
2486
2487         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2488         * configure: Regenerate.
2489
2490 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
2491
2492         * ltconfig (freebsd*): Default to elf.
2493
2494 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2495
2496         * configure.ac (target_libraries): Move libgcc before libiberty.
2497         * configure: Regenerated.
2498
2499 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2500             Paolo Bonzini  <bonzini@gnu.org>
2501
2502         PR bootstrap/30753
2503         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
2504         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
2505         * configure: Regenerated.
2506
2507 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2508
2509         * MAINTAINERS (Language Front End Maintainers): Update my mail
2510         address.
2511
2512 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2513
2514         PR bootstrap/30748
2515         * configure.ac: Correct syntax for Solaris ksh.
2516         * configure: Regenerated.
2517
2518 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2519
2520         * configure.ac: Sync with src.
2521         * configure: Regenerate.
2522
2523 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2524
2525         * Makefile.in: Regenerate.
2526
2527 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2528
2529         * config.sub: Sync with src.
2530
2531 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2532
2533         * Makefile.tpl (build_alias, host_alias, target_alias): Use
2534         noncanonical equivalents.
2535         * configure.in: Rename to...
2536         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
2537         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
2538         target_noncanonical.  Use them.  Rewrite removal of configure
2539         arguments for autoconf 2.59.  Discard variable settings.  Force
2540         program_transform_name for native tools.
2541
2542         * Makefile.in: Regenerated.
2543         * configure: Regenerated with autoconf 2.59.
2544
2545 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
2546
2547         * MAINTAINERS (Write After Approval): Add myself.
2548
2549 2007-01-31  Andreas Schwab  <schwab@suse.de>
2550
2551         * Makefile.tpl (LDFLAGS): Substitute it.
2552         * Makefile.in: Regenerate.
2553
2554 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
2555
2556         * MAINTAINERS (Write After Approval): Add myself.
2557
2558 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
2559
2560         * MAINTAINERS (spu port): Add myself.
2561
2562 2007-01-23  Richard Guenther  <rguenther@suse.de>
2563
2564         PR bootstrap/30541
2565         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
2566         * Makefile.tpl (GNATBIND): Substitute it.
2567         (GNATMAKE): Likewise.
2568         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
2569         of STAGE_PREFIX.
2570         * Makefile.in: Regenerate.
2571         * configure: Regenerate.
2572
2573 2007-01-18  Mike Stump  <mrs@apple.com>
2574
2575         * configure.in: Re-enable -Werror for gcc builds.
2576
2577 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
2578
2579         * MAINTAINERS (Write After Approval): Add myself.
2580
2581 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2582
2583         * configure.in: Change == to = in test command.
2584         * configure: Regenerate.
2585
2586 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2587             Nick Clifton  <nickc@redhat.com>
2588             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
2589
2590         * configure.in (build_configargs, host_configargs, target_configargs):
2591         Remove build/host/target parameters.
2592         (host_libs): Add gmp and mpfr.
2593         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2594         * Makefile.def (gmp, mpfr): New.
2595         (gcc): Remove target.
2596         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2597         target_os, target_vendor): New.
2598         (configure): Add host_alias/target_alias arguments; adjust invocations.
2599         * configure: Regenerate.
2600         * Makefile.in: Regenerate.
2601
2602 2007-01-11  Matt Fago  <fago@earthlink.net>
2603
2604         * configure.in: Try to link to functions only in mpfr 2.2.x
2605         to improve robustness of configure tests.
2606         * configure: Regenerate.
2607
2608 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
2609
2610         * MAINTAINERS: Add myself as i386 maintainer.
2611
2612 2007-01-08  Jan Hubicka  <jh@suse.cz>
2613
2614         * MAINTAINERS: Add myself as i386 maintainer.
2615
2616 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
2617
2618         * configure.in: Add support for an x86_64-mingw* target.
2619         * configure: Regenerate.
2620
2621 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
2622
2623         * Makefile.tpl (all-target): Correct @if conditional for target
2624         modules.
2625         * configure.in: Omit libiberty if building only target libgcc.
2626         * configure, Makefile.in: Regenerated.
2627
2628 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
2629
2630         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
2631         * configure: Regenerate.
2632
2633 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
2634
2635         * Makefile.def (target_modules): Add libgcc.
2636         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
2637         * Makefile.tpl (clean-target-libgcc): Delete.
2638         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2639         on gcc even for bootstrapped modules.  Rewrite handling of
2640         lang_env_dependencies to loop over target_modules.
2641         * configure.in (target_libraries): Add target-libgcc.
2642         * Makefile.in, configure: Regenerated.
2643
2644 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2645
2646         * configure.in: Reorganize recognition of languages.  Add
2647         --enable-stage1-languages.  Show supported languages for the chosen
2648         target rather than all recognized languages.
2649         * configure: Regenerate.
2650
2651 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2652
2653         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2654         * Makefile.in: Regenerate.
2655
2656 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2657
2658         * configure.in: Warn that MPFR 2.2.0 is buggy.
2659         * configure: Regenerate.
2660
2661 2006-12-27  Ian Lance Taylor  <iant@google.com>
2662
2663         * configure.in: When removing Makefiles to force a reconfigure, also
2664         remove prev-DIR*/Makefile.
2665         * configure: Regenerate.
2666
2667 2006-12-22  Andreas Schwab  <schwab@suse.de>
2668
2669         * configure: Regenerate with correct autoconf version.
2670
2671 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
2672
2673         * configure.in: add AC_SUBST for *_FOR_TARGET.
2674         * configure: Regenerate.
2675
2676 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2677
2678         * configure.in: Simplify logic for rejecting languages that cannot
2679         be built.  Separate the case when a language is unsupported,
2680         from the case when the user chooses not to build a language.
2681
2682 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2683
2684         * configure.in: Remove "$build" case for powerpc-*-darwin* since
2685         it only affects bootstrap and could be tested on "$host" as well.
2686         * configure: Regenerate.
2687         * config/mh-ppc-darwin: Add to the stage1 cflags here.
2688
2689 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2690
2691         PR bootstrap/29544
2692         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2693         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2694         move here comment from Makefile.tpl.
2695         * Makefile.tpl: Move some definitions higher in the file.
2696         (STAGE1_CHECKING): New.
2697         * configure.in: Add --enable-stage1-checking.
2698         * configure: Regenerate.
2699         * Makefile.in: Regenerate.
2700
2701 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2702
2703         * MAINTAINERS: Add myself as build system maintainer.
2704
2705 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
2706
2707         * MAINTAINERS (Write After Approval): Add myself.
2708
2709 2006-12-13  Eric Christopher  <echristo@apple.com>
2710
2711         * MAINTAINERS: Add myself as darwin maintainer.
2712
2713 2006-12-11  Ian Lance Taylor  <ian@airs.com>
2714
2715         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
2716
2717 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
2718
2719         MAINTAINERS: Update my entry.
2720
2721 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
2722
2723         * configure.in:  Handle spu makefile frag.
2724         * Makefile.tpl (MAINT): Define
2725         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2726         * configure: Regenerate.
2727         * Makefile.in: Regenerate.
2728
2729 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2730
2731         * config.guess: Import latest version.
2732         * config.sub: Likewise.
2733
2734 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2735
2736         * configure.in (spu-*-*): Don't skip target-libiberty.
2737         * configure: Regenerate.
2738
2739 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2740
2741         PR bootstrap/30134
2742         * configure.in: Correct x86 darwin support for libjava to powerpc
2743         and i?86 only.
2744         * configure: Regenerate.
2745
2746 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
2747
2748         * configure.in: Add x86 darwin support for libjava.
2749         * configure: Regenerate.
2750
2751 2006-12-07  Mike Stump  <mrs@apple.com>
2752
2753         * Makefile.def (dependencies): Add dependency for
2754         install-target-libssp and install-target-libgomp on
2755         install-gcc.
2756         * Makefile.in: Regenerate.
2757
2758 2006-12-04  Richard Guenther  <rguenther@suse.de>
2759
2760         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
2761         (Non-Algorithmic Maintainers): Move over non-algorithmic
2762         loop optimizer maintainers, add myself as a non-algorithmic
2763         middle-end maintainer.
2764
2765 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
2766
2767         * MAINTAINERS (Write After Approval): Add myself.
2768
2769 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2770
2771         * configure.in: Update error message for missing GMP/MPFR.
2772
2773         * configure: Regenerate.
2774
2775 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2776
2777         * configure.in: Update MPFR version in error message.
2778
2779         * configure: Regenerate.
2780
2781 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2782
2783         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
2784         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
2785         --with-gmp-lib): New flags.
2786
2787         * configure: Regenerate.
2788
2789 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
2790
2791         * MAINTAINERS (Write After Approval): Change my email address.
2792
2793 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2794
2795         * MAINTAINERS (Write After Approval): Add myself.
2796
2797 2006-11-22  Philipp Thomas  <pth@suse.de>
2798
2799         * MAINTAINERS (i18n): Update e-mail address.
2800
2801 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
2802
2803         * MAINTAINERS (spu port): Add myself as maintainer.
2804         (Write After Approval): Remove myself.
2805
2806 2006-11-22  Ben Elliston  <bje@au.ibm.com>
2807
2808         * configure.in (skipdirs): Don't build libssp for SPU.
2809         * configure: Regenerate.
2810
2811 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2812
2813         * MAINTAINERS (spu port): Add myself as maintainer.
2814         (libobjc): Update my email address.
2815
2816 2006-11-21  Andrea Bona  <andrea.bona@st.com>
2817
2818         * MAINTAINERS (Write After Approval): Add myself.
2819
2820 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
2821
2822         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
2823         * configure : Rebuilt.
2824
2825 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
2826
2827         * MAINTAINERS (Write After Approval): Add myself.
2828
2829 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
2830
2831         * MAINTAINERS (Write After Approval): Add myself.
2832
2833 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2834
2835         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
2836         libmpfr.a.
2837         * configure: Regenerate.
2838
2839 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
2840
2841         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
2842         (unstage): Test for stage_last presence.
2843
2844         PR bootstrap/29802
2845         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
2846         STAGE_PREFIX.
2847         * Makefile.in: Regenerate.
2848
2849 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
2850
2851         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
2852         maintainers.
2853
2854 2006-11-14  Erven Rohou  <erven.rohou@st.com>
2855
2856         * MAINTAINERS (Write After Approval): Add myself.
2857
2858 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
2859
2860         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
2861         and stageN-package/Makefile.
2862         * Makefile.in: Regenerated.
2863
2864 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
2865
2866         * configure.in: Remove target-libgloss from noconfigdirs for
2867         bfin-*-*.
2868         * configure: Regenerated.
2869
2870 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2871
2872         * configure.in (have_gmp): Only error if the gcc directory exists.
2873
2874         * configure: Regenerate.
2875
2876 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2877
2878         * configure.in: Robustify error message for missing GMP/MPFR.
2879
2880         * configure: Regenerate.
2881
2882 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
2883
2884         * MAINTAINERS (Write After Approval): Add myself.
2885
2886 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
2887
2888         * MAINTAINERS: Change email address.
2889
2890 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
2891
2892         * MAINTAINERS (Write After Approval): Add myself.
2893
2894 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
2895
2896         * MAINTAINERS (Write After Approval): Add myself.
2897
2898 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
2899
2900         * MAINTAINERS (Write After Approval): Move myself to
2901         Write After Approval section.
2902
2903 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2904
2905         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
2906         need_gmp anymore.
2907         * configure: Regenerate.
2908
2909 2006-10-16  Tobias Burnus  <burnus@net-b.de>
2910
2911         * MAINTAINERS (Write After Approval): Add myself.
2912
2913 2006-10-16  Ben Elliston  <bje@au.ibm.com>
2914
2915         * config.guess: Import latest version.
2916         * config.sub: Likewise.
2917
2918 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
2919
2920         * Makefile.def: Added pdf target handling.
2921         * Makefile.tpl: Added pdf target handling.
2922         * Makefile.in: Regenerated.
2923
2924 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
2925
2926         * MAINTAINERS: Add self as score port maintainer.
2927
2928 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
2929
2930         * MAINTAINERS (Write After Approval): Add myself.
2931
2932 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
2933
2934         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
2935         or newer.
2936         * configure: Regenerated.
2937
2938 2006-09-27  Dave Brolley  <brolley@redhat.com>
2939
2940         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
2941         using $s instead of $r.
2942         * configure: Regenerated.
2943
2944 2006-09-26  Thiemo Seufer  <ths@mips.com>
2945
2946         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2947         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2948         * configure: Regenerate.
2949
2950 2006-09-24  Graeme Peterson  <gridly@gmail.com>
2951
2952         * MAINTAINERS (Write After Approval): Remove myself.
2953
2954 2006-09-22  Chao-ying Fu  <fu@mips.com>
2955
2956         * MAINTAINERS (Write After Approval): Add myself.
2957
2958 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
2959
2960         * MAINTAINERS: Add self as soft-fp maintainer.
2961
2962 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
2963
2964         * MAINTAINERS: Add myself as avr maintainer.
2965         Remove Marek Michalkiewicz as avr maintainer.
2966
2967 2006-09-07  Roberto Costa  <roberto.costa@st.com>
2968
2969         * MAINTAINERS (Write After Approval): Add myself.
2970
2971 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
2972
2973         * configure.in: Never build newlib for a Mingw host.
2974         Never build newlib as Mingw target library.
2975         Test the existence of winsup/cygwin for building a Cygwin newlib,
2976         rather than just winsup.
2977         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
2978         building a Mingw target.
2979         * configure: Regenerate.
2980
2981 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
2982
2983         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
2984
2985 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
2986
2987         * config.guess: Import from src (was more updated).
2988         * config.sub: Likewise.
2989
2990 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
2991
2992         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
2993         * configure: Regenerated.
2994
2995 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
2996
2997         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
2998         for stages after the first.
2999
3000 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
3001
3002         * Makefile.def: Add dependencies for configure-opcodes
3003         on configure-intl and all-opcodes on all-intl.
3004         * Makefile.in: Regenerated.
3005
3006 2006-07-13  Ben Elliston  <bje@au.ibm.com>
3007
3008         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
3009
3010 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3011
3012         Port to hosts whose 'sort' and 'tail' implementations
3013         treat operands with leading '+' as file names, as POSIX
3014         has required since 2001.  However, make sure the code still
3015         works on pre-POSIX hosts.
3016         * ltmain.sh: Don't assume "sort +2" is equivalent to
3017         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3018
3019 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
3020
3021         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
3022
3023 2006-07-04  Peter O'Gorman  <peter@pogma.com>
3024
3025         * ltconfig: chmod 644 before ranlib during install.
3026
3027 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3028
3029         PR bootstrap/18058
3030         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3031         if the bootstrap compiler is a GCC version that supports it.
3032         * configure: Regenerate.
3033
3034 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3035
3036         * configure.in: Fix thinkos in previous check-in.
3037         * configure: Regenerate.
3038
3039 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3040
3041         PR other/27063
3042         * configure.in: Test subdir_requires and give an appropriate
3043         error message.
3044         * configure: Regenerate.
3045
3046 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
3047
3048         * MAINTAINERS (Write After Approval): Add myself.
3049
3050 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
3051
3052         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3053
3054 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
3055
3056         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3057
3058 2006-06-20  David Ayers  <d.ayers@inode.at>
3059
3060         PR bootstrap/28072
3061         * configure.in: Add target-boehm-gc to noconfigdirs depending on
3062         whether target-libjava is being configured instead of whether the
3063         java front end is enabled.
3064         * configure: Regenerate.
3065
3066 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3067
3068         PR target/27540
3069         * configure.in: Only enable libgomp on IRIX 6.
3070         * configure: Regenerate.
3071
3072 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
3073
3074         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3075         too.
3076         * Makefile.in: Regenerate.
3077
3078 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
3079
3080         * config-ml.in: Alter CCASFLAGS to include special
3081         multilib options the same as is done for CFLAGS.
3082
3083 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3084
3085         * configure.in: Don't enable libgomp on hpux10.
3086         * configure: Rebuilt.
3087
3088 2006-06-12  David Ayers  <d.ayers@inode.at>
3089
3090         PR bootstrap/27963
3091         PR target/19970
3092         * configure.in: Remove target-boehm-gc from noconfigdirs where
3093         ${libgcj} is specified.
3094         * configure: Regenerate.
3095
3096 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
3097
3098         Sync from src:
3099
3100         * configure.in: Sync.
3101         * configure: Regenerated.
3102
3103         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3104
3105         * Makefile.def: Added dependencies from sim and gdb on intl, and
3106         added configure dependencies to everything with an all dependency
3107         on intl.
3108         * Makefile.in: Regenerated.
3109
3110 2006-06-06  David Ayers  <d.ayers@inode.at>
3111
3112         PR libobjc/13946
3113         * Makefile.def: Add dependencies for libobjc which boehm-gc.
3114         * Makefile.in: Regenerate.
3115         * configure.in: Add --enable-objc-gc at toplevel and have it
3116         enable boehm-gc for Objective-C.
3117         Remove target-boehm-gc from libgcj.
3118         Add target-boehm-gc to target_libraries.
3119         Add target-boehm-gc to noconfigdirs where ${libgcj}
3120         is specified.
3121         Assert that boehm-gc is supported when requested for Objective-C.
3122         Only build boehm-gc if needed either for Java or Objective-C.
3123         * configure: Regenerate.
3124
3125 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
3126
3127         PR 27674
3128         * Makefile.tpl (configure-[+prefix+][+module+],
3129         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3130         Remove rule to unstage bootstrapped modules.
3131         (stage_current): New.
3132         * Makefile.in: Regenerate.
3133
3134 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3135
3136         * MAINTAINERS (Write After Approval): Update my e-mail address.
3137
3138 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
3139
3140         * include/libiberty.h: Declare pex_run_in_environment.
3141
3142 2006-05-31  Asher Langton  <langton2@llnl.gov>
3143
3144         * MAINTAINERS (Write After Approval): Add myself.
3145
3146 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
3147
3148         * Makefile.def (bfd, opcodes): Fix lib_path.
3149         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3150         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
3151         * Makefile.in: Regenerate.
3152
3153 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3154
3155         * Makefile.in: Regenerate.
3156
3157 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3158
3159         * Makefile.def: Add install-html target. Add datarootdir
3160         docdir and htmldir to flags_to_pass.
3161         * Makefile.tpl: Add install-html target.
3162         * Makefile.in: Regenerate.
3163         * configure.in: Add --with-datarootdir, --with-docdir, and
3164         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
3165         * configure: Regenerate.
3166
3167 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
3168
3169         * configure.in: Enable gprof for cross builds.
3170         * configure: Regenerate.
3171
3172 2006-05-22  Richard Guenther  <rguenther@suse.de>
3173
3174         Revert
3175         2006-01-31  Richard Guenther  <rguenther@suse.de>
3176         Paolo Bonzini  <bonzini@gnu.org>
3177
3178         * Makefile.def (target_modules): Add libgcc-math target module.
3179         * configure.in (target_libraries): Add libgcc-math target library.
3180         (--enable-libgcc-math): New configure switch.
3181         * Makefile.in: Re-generate.
3182         * configure: Re-generate.
3183         * libgcc-math: New toplevel directory.
3184
3185 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3186             Andreas Tobler  <a.tobler@schweiz.ch>
3187
3188         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
3189         * configure: Rebuilt.
3190
3191 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
3192
3193         * MAINTAINERS (Write After Approval): Add myself.
3194
3195 2006-05-01  DJ Delorie  <dj@redhat.com>
3196
3197         * configure.in: Restore CFLAGS if GMP isn't present.
3198         * configure: Regenerate.
3199
3200 2006-05-01  Richard Guenther  <rguenther@suse.de>
3201
3202         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
3203         maintainer.
3204
3205 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
3206
3207         * MAINTAINERS (Write After Approval): Add myself.
3208
3209 2006-04-28  Jan Beulich  <jbeulich@novell.com>
3210
3211         * MAINTAINERS (Write After Approval): Add myself.
3212
3213 2006-04-18  DJ Delorie  <dj@redhat.com>
3214
3215         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
3216         reference libgloss so that libssp can be built in a combined
3217         tree.
3218         * configure: Regenerate.
3219
3220 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
3221
3222         * MAINTAINERS (Write After Approval): Add myself.
3223
3224 2006-04-05  Ben Elliston  <bje@au.ibm.com>
3225
3226         * configure.in: Require makeinfo 4.4 or higher.
3227         * configure: Regenerate.
3228
3229 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
3230
3231         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
3232         Rearrange the entries of other libraries to have them in one place.
3233
3234 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
3235
3236         * MAINTAINERS (Write After Approval): Remove myself.
3237         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3238
3239 2006-03-14  Richard Guenther  <rguenther@suse.de>
3240
3241         * configure: Regenerate with autoconf 2.13.
3242
3243 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
3244
3245         * MAINTAINERS: Use my work address.
3246
3247         * MAINTAINERS: Update my E-mail address.
3248
3249 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
3250
3251         * configure.in: Handle --disable-<component> generically.
3252         * configure: Regenerate.
3253
3254 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3255
3256         PR libgcj/17311
3257         * ltmain.sh: Don't use "$finalize_rpath" for compile.
3258
3259 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
3260
3261         * MAINTAINERS (Write After Approval):  Remove myself.
3262         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3263
3264 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
3265
3266         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
3267         (TARGET_CONFIGDIRS): Remove.
3268         * configure.in: Remove AC_SUBST(target_configdirs).
3269         * Makefile.in, configure: Regenerated.
3270
3271 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
3272
3273         * MAINTAINERS (Write After Approval):  Remove myself.
3274         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3275
3276 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
3277
3278         PR bootstrap/25670
3279
3280         * Makefile.tpl ([+compare-target+]): Print explanation messages.
3281
3282         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3283         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3284         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3285         BUILD_PREFIX, BUILD_PREFIX_1.
3286         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3287
3288         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3289         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3290
3291         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3292         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3293         of `cat stage_current`.  Always provide the `r' and `s' variables.
3294         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3295         a single shell execution.
3296         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3297         bootstrapped modules, make the stage1 module if the build was not
3298         started yet, else build the current stage.
3299         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3300         (all-build, all-host, all-target, [+make_target+]-host,
3301         [+make_target+]-target): Do not use \-continued lines.
3302         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3303         (current_stage, restrap, stage_last): New.
3304
3305         * Makefile.in: Regenerate.
3306         * configure: Regenerate.
3307
3308 2006-02-19  Bud Davis  <jmdavis@link.com>
3309
3310         * MAINTAINERS (Write After Approval):  Remove myself.
3311         (Language Front End Maintainers):  Add myself as fortran 95
3312         maintainer and update e-mail address.
3313
3314 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3315
3316         * MAINTAINERS (Write After Approval):  Remove myself.
3317         (Language Front End Maintainers):  Add myself as fortran 95
3318         maintainer.
3319
3320 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
3321
3322         * MAINTAINERS (Write After Approval): Add myself.
3323
3324 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
3325
3326         * MAINTAINERS (Write After Approval):  Remove myself.
3327         (Language Front End Maintainers):  Add myself as
3328         fortran 95 maintainer.
3329
3330 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3331
3332         Sync from src:
3333
3334         2005-12-27  Leif Ekblad  <leif@rdos.net>
3335
3336         * configure.in: Add support for RDOS target.
3337         * configure: Regenerate.
3338
3339 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3340             Andreas Schwab  <schwab@suse.de>
3341
3342         * configure: Regenerate.
3343
3344 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
3345
3346         * configure.in (enable_libgomp): Add AIX.
3347         * configure: Regenerate.
3348
3349 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
3350
3351         * MAINTAINERS (Write After Approval): Add myself.
3352
3353 2006-02-03  Lee Millward  <lee.millward@gmail.com>
3354
3355         * MAINTAINERS (Write After Approval): Add myself.
3356
3357 2006-01-31  Richard Guenther  <rguenther@suse.de>
3358         Paolo Bonzini  <bonzini@gnu.org>
3359
3360         * Makefile.def (target_modules): Add libgcc-math target module.
3361         * configure.in (target_libraries): Add libgcc-math target library.
3362         (--enable-libgcc-math): New configure switch.
3363         * Makefile.in: Re-generate.
3364         * configure: Re-generate.
3365         * libgcc-math: New toplevel directory.
3366
3367 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
3368
3369         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3370         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3371         the assembler, linker and binutils.
3372         * configure: Regenerate.
3373
3374 2006-01-22  Dirk Mueller  <dmueller@suse.de>
3375
3376         * MAINTAINERS (Write After Approval): Add myself.
3377
3378 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
3379
3380         * configure: Regenerate.
3381
3382 2006-01-18  Richard Henderson  <rth@redhat.com>
3383             Jakub Jelinek  <jakub@redhat.com>
3384             Diego Novillo  <dnovillo@redhat.com>
3385
3386         * libgomp: New directory.
3387         * Makefile.def: Add target_module libgomp.
3388         * Makefile.in: Regenerate.
3389         * configure.in (target_libraries): Add target-libgomp.
3390         * configure: Regenerate.
3391
3392 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
3393
3394         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3395         @ from continuation.
3396         * Makefile.in: Rebuilt.
3397
3398 2006-01-04  Chris Lattner  <sabre@gnu.org>
3399
3400         * MAINTAINERS (Write After Approval): Add myself.
3401
3402 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3403
3404         PR bootstrap/24252
3405
3406         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3407         * Makefile.tpl (OBJDUMP): New.
3408         (EXTRA_HOST_FLAGS): Add it.
3409         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3410
3411         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3412         to use symbolic links between directories.  Avoid race conditions
3413         or make them harmless.
3414         * configure.in: Do not try to use symbolic links between directories.
3415
3416         * Makefile.def (LEAN): Pass.
3417         * Makefile.tpl (LEAN): Define.
3418         (stage[+id+]-start): Accept that the previous directory does not
3419         exist, if the bootstrap is lean.
3420         (stage[+id+]-bubble): Invoke lean bootstrap commands after
3421         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
3422         configure substitution.
3423         ([+compare-target+]): Likewise.
3424         ([+bootstrap-target+]-lean): New.
3425         * configure.in: Remove lean bootstrap support from here.
3426
3427         * Makefile.in: Regenerate.
3428         * configure: Regenerate.
3429
3430 2006-01-04  Ben Elliston  <bje@au.ibm.com>
3431
3432         * MAINTAINERS (libdecnumber): Add myself.
3433
3434 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
3435
3436         * libtool-ldflags: New script.
3437
3438 2006-01-02  Andreas Schwab  <schwab@suse.de>
3439
3440         * configure.in: When reconfiguring remove Makefile in
3441         all stage directories.
3442         * configure: Regenerate.
3443
3444 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
3445
3446         * MAINTAINERS: Update my email address.
3447
3448 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
3449
3450         Revert Ada-related part of the previous change.
3451
3452         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3453         Do not pass.
3454         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3455         * Makefile.in: Regenerate.
3456         * configure.in: Do not include mt-ppc-aix target fragment.
3457         * configure: Regenerate.
3458
3459 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
3460
3461         * configure.in: Select appropriate fragments for PowerPC/AIX.
3462         * configure: Regenerate.
3463
3464         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3465         BOOT_CFLAGS, BOOT_LDFLAGS.
3466         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3467         BOOT_CFLAGS, BOOT_LDFLAGS.
3468         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3469         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3470         (stage): Fail if we cannot complete the work.
3471         * Makefile.in: Regenerate.
3472
3473 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
3474
3475         * configure.in: Replace ms1 with mt.
3476         * configure: Rebuilt.
3477
3478 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
3479
3480         * MAINTAINERS: Update my email address.
3481
3482 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
3483
3484         * Makefile.tpl (all, do-[+make_target+], do-check, install,
3485         install-host-nogcc): Don't invoke $(stage) at the end.
3486         * Makefile.in: Regenerate.
3487
3488 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
3489
3490         * configure.in: Flip the top-level bootstrap switch.
3491         * configure: Regenerate.
3492
3493 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
3494
3495         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3496         $(stage) and $(unstage).
3497         (EXTRA_TARGET_FLAGS): Correct double-quoting.
3498         (all): Remove stray semicolon.
3499         (local-distclean): Don't handle multilib.tmp and multilib.out.
3500         (install.all): Set $s for consistency.
3501         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3502         check_multilibs setting.  Always make the install directory.
3503         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3504         Correct @if/@endif.
3505         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3506         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3507         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3508         (multilib.out): Remove.
3509         * Makefile.in: Regenerated.
3510
3511 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
3512
3513         * MAINTAINERS (Write After Approval): Add myself.
3514
3515 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3516
3517         * MAINTAINERS: Add myself as mt maintainer.
3518
3519         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
3520
3521 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
3522
3523         * MAINTAINERS: Change email address.
3524
3525 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3526
3527         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3528         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3529         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
3530         Find in-tree tools if available.
3531         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3532         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3533         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3534         (COMPILER_*_FOR_TARGET): New.
3535         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3536         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3537         (CONFIGURED_*, USUAL_*): Remove.
3538         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3539         STRIP): Use autoconf substitutions.
3540         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3541         COMPILER_NM_FOR_TARGET): New.
3542         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3543
3544         (all): Make all-host and all-target in parallel.
3545         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3546         that $$r and $$s are set before invoking a recursive make.
3547         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3548         ([+bootstrap-target+]): Inline most of the `all' target.
3549
3550 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3551
3552         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3553         from the gcc build directory.
3554         * Makefile.in: Regenerate.
3555
3556 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3557
3558         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
3559         depend on all-libdecnumber.
3560         * configure.in (host_libs): Include libdecnumber.
3561         * Makefile.in: Regenerate.
3562         * configure: Likewise.
3563
3564 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3565
3566         * libdecnumber: Import decNumber sources from the dfp-branch.
3567
3568 2005-11-21  Kean Johnston  <jkj@sco.com>
3569
3570         * config.sub, config.guess: Sync from upstream sources.
3571
3572 2005-11-21  Ben Elliston  <bje@au.ibm.com>
3573
3574         Import from Autoconf sources:
3575
3576         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3577         * config/move-if-change: Don't output "$2 is unchanged";
3578         suggested by Ben Elliston.  Handle weird characters correctly.
3579
3580 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
3581
3582         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
3583         to match upstream libtool for darwin.
3584
3585 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
3586
3587         * Makefile.def: Remove gdb dependencies for gdbtk.
3588         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3589         (configure-gdb, install-gdb): New rules.
3590         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3591         * Makefile.in, configure: Regenerated.
3592
3593 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
3594
3595         * MAINTAINERS (Write After Approval): Add myself.
3596
3597 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
3598
3599         * MAINTAINERS (Write After Approval): Add myself.
3600
3601 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
3602
3603         * MAINTAINERS (alias analysis): Add Daniel Berlin and
3604         Diego Novillo.
3605
3606 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
3607
3608         PR bootstrap/24297
3609         * Makefile.tpl (do-[+make-target+], do-check, install,
3610         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3611         are set before recursing.
3612         * Makefile.in: Regenerate.
3613
3614 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
3615
3616         PR bootstrap/18939
3617         * Makefile.def (gcc) <target>: Fix thinko.
3618         * Makefile.in: Regenerate.
3619
3620 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
3621
3622         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3623         * configure: Regenerate.
3624
3625 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
3626
3627         * MAINTAINERS (Write After Approval): Add self.
3628
3629 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
3630
3631         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3632         target-libffi, target-qthreads, target-libjava, and
3633         targetlibobjc.
3634         * configure: Regenerate.
3635
3636 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
3637
3638         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3639         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3640         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3641         (USUAL_OBJDUMP_FOR_TARGET): New.
3642         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3643         * configure.in: Check for $OBJDUMP_FOR_TARGET.
3644         * configure, Makefile.in: Regenerated.
3645
3646 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3647
3648         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3649         before other host packages.
3650
3651 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
3652
3653         * MAINTAINERS: Add self as sh libraries/configury maintainer.
3654
3655 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3656
3657         PR bootstrap/22340
3658
3659         * configure.in (default_target): Remove.
3660         * Makefile.tpl (all): Do not use prerequisites as subroutines
3661         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3662         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3663         use prerequisites as subroutines.
3664         (check-host, check-target): New.
3665         (bootstrap configure & all targets): Do not use stage*-start
3666         if the directory layout is already ok.
3667         (non-bootstrap configure & all targets): Prepend a $(unstage).
3668         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
3669         (NOTPARALLEL): Remove.
3670         (unstage, stage variables): New variables.
3671         (unstage, stage targets): Simply expand to those variables.
3672
3673         * configure: Regenerate.
3674         * Makefile.in: Regenerate.
3675
3676 2005-10-04  James E Wilson  <wilson@specifix.com>
3677
3678         * Makefile.def (lang_env_dependencies): Add libmudflap.
3679         * Makefile.in: Regenerate.
3680
3681 2005-10-03  Andreas Schwab  <schwab@suse.de>
3682
3683         Backport from libtool CVS:
3684         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
3685
3686         * ltmain.sh: add support for installing into temporary
3687         staging area (e.g. 'make install DESTDIR=...')
3688
3689 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
3690
3691         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3692         * configure: Regenerated.
3693
3694 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
3695
3696         * configure: Regenerate with the correct
3697         autoconf version.
3698
3699 2005-09-30  Catherine Moore  <clm@cm00re.com>
3700
3701         * configure.in (bfin-*-*): New.
3702         * configure: Regenerated.
3703
3704 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
3705
3706         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3707         (LIPO_FOR_TARGET): New.
3708         (CONFIGURED_LIPO_FOR_TARGET): New.
3709         (USUAL_LIPO_FOR_TARGET): New.
3710         (STRIP_FOR_TARGET): New.
3711         (CONFIGURED_STRIP_FOR_TARGET): New.
3712         (USUAL_STRIP_FOR_TARGET): New.
3713         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3714         STRIP_FOR_TARGET.
3715         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3716         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3717         * Makefile.in: Regenerate.
3718         * configure: Regenerate.
3719
3720 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
3721
3722         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3723         (rs6000-*-aix*): Same.
3724         * configure: Regenerate.
3725
3726 2005-09-16  Tom Tromey  <tromey@redhat.com>
3727
3728         * MAINTAINERS: Add self as java maintainer.
3729
3730 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3731
3732         * configure.in: Recognize f95 in the --enable-languages option,
3733         and substitute it for fortran, issuing a warning.
3734         * configure: Regenerate.
3735
3736 2005-08-30  Phil Edwards  <phil@codesourcery.com>
3737
3738         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
3739         * configure:  Regenerated.
3740
3741 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
3742
3743         * MAINTAINERS: Add self as ms1 maintainer.
3744
3745 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
3746
3747         * Makefile.def (libssp): Add to lang_env_dependencies.
3748         * Makefile.in: Regenerate.
3749
3750 2005-08-18  Ian Lance Taylor  <ian@airs.com>
3751
3752         * MAINTAINERS: Add myself as middle-end maintainer.
3753
3754 2005-08-17  Christian Groessler  <chris@groessler.org>
3755
3756         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3757         * Makefile.in: Regenerate.
3758
3759 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
3760
3761         * MAINTAINERS (write after approval): Added myself.
3762
3763 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
3764
3765         * MAINTAINERS (Write After Approval): Add myself.
3766
3767 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
3768
3769         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3770         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3771         Look for alternate names of the target cc and c++
3772         * configure: Regenerate.
3773
3774 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
3775
3776         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3777         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3778         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3779         tools; remove code to manually set them.
3780         (Target tools): Look in the environment for them.
3781         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3782         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3783         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3784         build directory.
3785         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3786         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3787         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3788         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3789         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3790         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3791         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3792         * configure: Regenerate.
3793         * Makefile.in: Regenerate.
3794
3795 2005-07-28  Ben Elliston  <bje@au.ibm.com>
3796
3797         * MAINTAINERS: Update for removed CPU targets.
3798
3799 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
3800
3801         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
3802         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
3803         * Makefile.in: Regenerated.
3804
3805 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
3806
3807         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3808         (CFLAGS_FOR_TARGET): Use it.
3809         (CXXFLAGS_FOR_TARGET): Likewise.
3810         * Makefile.in: Regenerated.
3811         * configure.in (--with-build-sysroot): New option.
3812         * configure: Regenerated.
3813
3814 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
3815
3816         * Makefile.tpl: Wrap install between unstage and stage
3817         * Makefile.in: Regenerate.
3818
3819 2005-07-21  Eric Christopher  <echristo@apple.com>
3820
3821         * MAINTAINERS: Update affiliation.
3822
3823 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
3824
3825         * MAINTAINERS: Add self as crx port maintainer.
3826
3827 2005-07-20  DJ Delorie  <dj@redhat.com>
3828
3829         * MAINTAINERS: Add self as m32c maintainer.
3830
3831 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
3832
3833         * all files: Update FSF address.
3834
3835 2005-07-15  Eric Christopher  <echristo@redhat.com>
3836
3837         * MAINTAINERS: Change affiliation.
3838
3839 2005-07-14  Jim Blandy  <jimb@redhat.com>
3840
3841         * configure.in: Add cases for Renesas m32c.
3842         * configure: Regenerated.
3843
3844 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
3845
3846         * COPYING.LIB: Update from fsf.org.
3847
3848 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
3849
3850         * COPYING, compile, config.guess,
3851         config.sub, install-sh, missing, mkinstalldirs,
3852         symlink-tree, ylwrap: Sync from upstream sources.
3853         * config-ml.in: Update FSF address.
3854
3855 2005-07-13  Eric Christopher  <echristo@redhat.com>
3856
3857         * configure.in: Add toplevel noconfigdir support for tpf.
3858         * configure: Regenerate.
3859
3860 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
3861
3862         PR ada/22340
3863
3864         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3865         * Makefile.in: Regenerate.
3866
3867 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
3868
3869         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
3870         Brolley to write-after-approval.
3871
3872 2005-07-07  Andreas Schwab  <schwab@suse.de>
3873
3874         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3875         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3876         * Makefile.in: Regenerated.
3877
3878 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
3879
3880         * configure.in: Don't build sim or rda when targetting darwin.
3881         * configure: Regenerate.
3882
3883 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
3884
3885         * configure.in: Add --enable-libssp and --disable-libssp.
3886         * configure: Regenerate with autoconf-2.13.
3887
3888 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
3889
3890         * Makefile.def (target_modules): Add libssp.
3891         * configure.in (target_libraries): Add target-libssp.
3892         * configure: Rebuilt.
3893         * Makefile.in: Rebuilt.
3894
3895 2005-07-01  Zack Weinberg  <zackw@panix.com>
3896
3897         * MAINTAINERS: Change email address.  Resign from maintainership.
3898
3899 2005-07-01  Richard Guenther  <rguenther@suse.de>
3900
3901         * MAINTAINERS: Change my e-mail address and affiliation.
3902
3903 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
3904
3905         * Makefile.def (stagefeedback): Come after profile.
3906         Define profiledbootstrap target.
3907         * Makefile.tpl (profiledbootstrap): Remove.
3908         (stageprofile-end): Zap stagefeedback.
3909         (stagefeedback-start): Copy all .gcda files, not only GCC's.
3910         * Makefile.in: Regenerate.
3911
3912 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
3913
3914         * MAINTAINERS: Update my email address.
3915
3916 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
3917
3918         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
3919         In 'cpp' stanza, support '#line' as well as '# '.
3920
3921 2005-06-08  Andreas Schwab  <schwab@suse.de>
3922
3923         * MAINTAINERS: Move myself from 'Write After Approval' to
3924         'CPU Port Maintainers' section as m68k maintainer.
3925
3926 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
3927
3928         * configure.in (unsupported_languages): New macro.
3929         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
3930         non-ported target libraries in noconfigdirs.
3931         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3932         non-linux-gnu.  Remove libgcj_ex_libffi.
3933         <lang_frag loop>: Set add_this_lang=no if the language is in
3934         unsupported_languages.
3935         * configure: Regenerate.
3936
3937 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
3938
3939         * configure.in: Fix typo in handling of --with-mpfr-dir.
3940         * configure: Regenerate.
3941
3942 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
3943
3944         * MAINTAINERS: Update my email address.
3945
3946 2005-06-02  Jim Blandy  <jimb@redhat.com>
3947
3948         * config.sub: Add cases for the Renesas m32c.  (This patch has been
3949         accepted into the master sources.)
3950
3951 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
3952             Michael Snyder  <msnyder@redhat.com>
3953             Stan Cox  <scox@redhat.com>
3954
3955         * configure.in: Set noconfigdirs for ms1.
3956
3957         * configure: Regenerate.
3958
3959 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
3960
3961         * MAINTAINERS (Write After Approval): Add self.
3962
3963 2005-06-01  Josh Conner  <jconner@apple.com>
3964
3965         * MAINTAINERS (Write After Approval): Add self.
3966
3967 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
3968
3969         * MAINTAINERS: Update my email address.
3970
3971 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
3972
3973         * MAINTAINERS (Write After Approval): Add self.
3974
3975 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
3976
3977         * MAINTAINERS (Write After Approval): Remove self.
3978
3979 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
3980
3981         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3982         (Dependencies): Consider target modules for bootstrap dependencies.
3983         Make target bootstrap modules depend on each stage's gcc.
3984         * Makefile.in: Regenerate.
3985
3986 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
3987
3988         * Makefile.def (configure-gcc): Depend on binutils having been built.
3989         (all-gcc): No need to do it here.
3990         * Makefile.in: Regenerate.
3991
3992 2005-05-19  Paul Brook  <paul@codesourcery.com>
3993
3994         * configure.in: Rewrite misleading error message when requested
3995         language cannot be built.
3996         * configure: Regenerate.
3997
3998 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
3999
4000         * ylwrap: Import from Automake 1.9.5.
4001
4002 2005-05-13  David Ung  <davidu@mips.com>
4003
4004         * MAINTAINERS (Write After Approval): Add self.
4005
4006 2005-05-09  Mike Stump  <mrs@apple.com>
4007
4008         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
4009         lt_cv_sys_max_cmd_len for now.
4010
4011 2005-05-09  Stan Cox  <scox@redhat.com>
4012
4013         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
4014
4015 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
4016
4017         * README.SCO: Update the URL.
4018
4019 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
4020
4021         * ltconfig: Define file_list_spec.  Pass file_list_spec and
4022         with_gnu_ld to libtool.
4023         * ltcf-c.sh (aix[45]): Define file_list_spec.
4024         * ltcf-cxx.sh (aix[45]): Same.
4025         * ltcf-gcj.sh (aix[45]): Same.
4026         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
4027         exists, write list of input files to temporary file.
4028
4029 2005-05-04  Mike Stump  <mrs@apple.com>
4030
4031         * configure.in: Always pass --target to target configures as
4032         otherwise rebuilds that do --recheck will fail.
4033         * confiugure: Rebuilt.
4034
4035 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
4036
4037         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4038         STAGE_HOST_EXPORTS.
4039         (configure, all): Add bootstrap support.
4040         (Host modules, target modules): Pass post-stage1 flags and exports.
4041         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4042         * Makefile.in: Regenerate.
4043
4044 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
4045
4046         * configure: Regenerate.
4047
4048 2005-04-27  Mike Stump  <mrs@apple.com>
4049
4050         * MAINTAINERS: Add self as darwin maintainer.
4051
4052 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
4053
4054         * config.sub: Update from master copy.
4055
4056 2005-04-21  Mike Stump  <mrs@apple.com>
4057
4058         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
4059         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
4060
4061 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
4062
4063         * configure.in <crisv32-*-*, cris-*-*>: New local variable
4064         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
4065         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
4066         "*-*-elf" and "*-*-linux*".
4067         * configure: Regenerate.
4068
4069 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
4070
4071         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
4072
4073 2005-04-12  Mike Stump  <mrs@apple.com>
4074
4075         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
4076
4077 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
4078
4079         * MAINTAINERS (Write After Approval): Add myself.
4080
4081 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
4082
4083         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
4084
4085 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
4086
4087         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4088         (TARGET_CONFIGARGS): Include --with-target-subdir.
4089         (configure, all): New macros.  Use them throughout.
4090         * Makefile.in: Regenerate.
4091
4092 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
4093
4094         * MAINTAINERS (Write After Approval): Add myself.
4095
4096 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4097
4098         * MAINTAINERS: Remove 'loop unrolling' maintainer.
4099
4100 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
4101
4102         * MAINTAINERS: Move John Carr to Write After Approval.
4103
4104 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
4105
4106         * config/mh-mingw32: Delete.
4107         * configure.in: Don't use it.
4108         * configure: Regenerate.
4109
4110 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
4111
4112         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4113         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4114         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
4115         (HOST_LIB_PATH): Generate from Makefile.def.
4116         (TARGET_LIB_PATH): Likewise.
4117         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4118         * Makefile.in: Regenerate.
4119         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4120         (RPATH_ENVVAR): Include Darwin case.
4121         * configure: Regenerate.
4122
4123 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
4124
4125         * MAINTAINERS (Various Maintainers): Remove self.
4126         (Write After Approval): Add self.
4127
4128 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
4129
4130         * MAINTAINERS (Various Maintainers): Add self.
4131
4132 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
4133
4134         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4135         * configure: Regenerate.
4136
4137 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
4138
4139         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4140         gcc_version, and gcc_version_trigger from set of flags to pass.
4141         * Makefile.tpl: Remove definitions of above variables.
4142         (config.status): Remove dependency on $(gcc_version_trigger).
4143         * Makefile.in: Regenerate.
4144         * configure.in: Do not reference config/gcc-version.m4 nor
4145         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
4146         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
4147         * configure: Regenerate.
4148
4149 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
4150             Andrew Pinski  <pinskia@physics.uc.edu>
4151
4152         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4153         * Makefile.in: Regenerate.
4154
4155 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
4156
4157         * MAINTAINERS (Write After Approval): Add myself.
4158
4159 2005-03-03  David Ayers  <d.ayers@inode.at>
4160
4161         * MAINTAINERS (Write After Approval): Add myself.
4162
4163 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
4164
4165         PR libgcj/20160
4166         * ltmain.sh: Avoid creating archives with components that have
4167         duplicate basenames.
4168
4169 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
4170
4171         PR bootstrap/20250
4172         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4173         instead of check.
4174         * Makefile.in: Regenerate.
4175
4176 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4177
4178         * Makefile.in: Regenerate to fix conflict between the previous two
4179         patches.
4180
4181 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4182
4183         PR bootstrap/17383
4184         * Makefile.def (target_modules): Remove "stage", now unnecessary.
4185         * Makefile.tpl (HOST_SUBDIR): New substitution.
4186         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4187         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4188         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4189         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4190         (Host modules, Bootstrapped modules): Use it.
4191         (Build modules, Target modules): Do not create symlink trees,
4192         always configure out-of-srcdir.
4193         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4194         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4195         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4196         $(HOST_SUBDIR).  Create a symlink for host_subdir.
4197
4198         * Makefile.in: Regenerate.
4199         * configure: Regenerate.
4200
4201 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4202
4203         Merged from libada-gnattools-branch:
4204         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4205
4206         * gnattools: New directory.
4207         * Makefile.def: Add gnattools as a module, depending on target-libada.
4208         * Makefile.in: Regenerate.
4209         * configure.in: Include gnattools in host_tools; disable it if ada
4210         is disabled.
4211         * configure: Regenerate.
4212
4213 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
4214
4215         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
4216         treelang maintainer.
4217         (Write After Approval): Remove myself.
4218
4219 2005-02-23  Paul Schlie  <schlie@comcast.net>
4220
4221         * configure.in: Allow darwin targeted ports to build tk, itcl and
4222         libgui.
4223         * configure: Regenerate.
4224
4225 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4226
4227         PR libgcj/10353
4228         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4229         * configure: Regenerate.
4230
4231 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
4232
4233         * MAINTAINERS (Write After Approval): Add myself.
4234
4235 2005-02-10  Ian Lance Taylor  <ian@airs.com>
4236
4237         * MAINTAINERS: Update my e-mail address.
4238
4239 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
4240
4241         * MAINTAINERS (Write After Approval): Add myself.
4242
4243 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
4244
4245         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4246         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4247         target-libgloss when not *-*-elf and *-*-aout.
4248         * configure: Regenerate.
4249
4250 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
4251
4252         * MAINTAINERS: Remove obsolete entries.
4253
4254         * MAINTAINERS (Write After Approval): Add Michael Matz.
4255
4256 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
4257
4258         * MAINTAINERS: Remove self as cpplib maintainer.
4259
4260 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4261
4262         * install-sh, config.sub: Import from upstream.
4263
4264 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4265
4266         PR bootstrap/18222
4267         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4268         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4269         * Makefile.in: Regenerate.
4270
4271 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
4272
4273         * MAINTAINERS: Update my email address.
4274
4275 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
4276             Andreas Schwab  <schwab@suse.de>
4277
4278         PR bootstrap/18033
4279         * config-ml.in: Eval option if surrounded by single quotes.
4280
4281 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
4282
4283         Revert 2004-12-28 Makefile changes, a better fix will be
4284         applied to mainline and src after GCC 4.0 branches.
4285
4286 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
4287
4288         PR bootstrap/17383
4289
4290         * Makefile.def (target_modules): Remove stage parameter,
4291         it is always true now.
4292         * Makefile.tpl (configure-build-[+module+],
4293         configure-target-[+module+]): Always build symlink tree
4294         for the directory and for include.  BUILD_SUBDIR and
4295         TARGET_SUBDIR cannot be . anymore.
4296         * Makefile.in: Regenerate.
4297
4298 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
4299
4300         Revert 2004-12-08 Makefile changes.
4301
4302 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
4303
4304         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
4305         cygwin, mingw.
4306
4307 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
4308
4309         * configure.in (sh64-*-*): Reenable gprof.
4310         * configure: Regenerate.
4311
4312 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
4313
4314         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4315         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4316         (EXTRA_TARGET_FLAGS): Add PICFLAG.
4317         * Makefile.in: Regenerate.
4318
4319 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
4320
4321         * MAINTAINERS: Update my email address.
4322
4323 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
4324
4325         * Makefile.tpl: Generate normal dependencies if the LHS module is
4326         not bootstrapped.
4327         * Makefile.in: Regenerate.
4328
4329 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4330
4331         * configure.in: Include config/gxx-include-dir.m4.  Use
4332         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
4333         * configure: Regenerate.
4334
4335 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4336
4337         * config.if: Delete.
4338         * configure.in: Set libstdcxx_incdir directly.
4339         * configure: Regenerate.
4340
4341 2004-12-02  Eric Christopher  <echristo@redhat.com>
4342
4343         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
4344         * Makefile.in: Regenerate.
4345
4346 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4347
4348         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4349         * configure: Regenerate.
4350
4351 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4352
4353         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
4354         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
4355         * configure: Regenerate.
4356
4357 2004-12-01  Eric Christopher  <echristo@redhat.com>
4358
4359         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
4360         of things to remove.
4361
4362 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
4363
4364         * MAINTAINERS (Write After Approval): Update my e-mail address.
4365
4366 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
4367
4368         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
4369         from CVS libtool to always pass_all.
4370
4371 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4372
4373         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4374         (hppa*64*-*-*): Delete incorrect comment.
4375         * configure: Rebuilt.
4376
4377 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4378
4379         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
4380
4381 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4382
4383         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
4384         from CVS libtool to always pass_all.
4385
4386 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4387
4388         * install-sh, compile: Import from automake.
4389
4390 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4391
4392         * config.guess, config.sub:  Import from savannnah.
4393
4394 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
4395
4396         * MAINTAINERS (Write After Approval): Add myself
4397
4398 2004-11-12  Mike Stump  <mrs@apple.com>
4399
4400         * Makefile.def: Add html support.
4401         * Makefile.tpl: Likewise.
4402         * Makefile.in: Regenerate.
4403
4404 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
4405
4406         PR 18423
4407         * configure.in: Remove all instances of build-fixincludes from
4408         noconfigdirs.
4409         (build_configargs): Supply --target to subdirectories.
4410         * configure: Regenerate.
4411
4412         * Makefile.def: Make gcc install depend on fixincludes install.
4413         * Makefile.in: Regenerate.
4414
4415 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
4416
4417         * MAINTAINERS: Add myself as gcc testsuite maintainer.
4418
4419 2004-11-11  Paul Brook  <paul@codesourcery.com>
4420
4421         * MAINTAINERS: Add self as arm maintainer.  Update email address.
4422
4423 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
4424
4425         * configure.in (noconfigdirs) [mmix-*-*]: Disable
4426         target-libgfortran.
4427         * configure: Regenerate.
4428
4429 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
4430
4431         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4432         like CC.
4433
4434 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
4435
4436         * Makefile.def (host fixincludes): Specify missing targets.
4437         * Makefile.in: Regenerate.
4438
4439 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
4440
4441         * MAINTAINERS: Add myself
4442
4443 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
4444
4445         * MAINTAINERS (Write After Approval): Add myself.
4446
4447 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
4448
4449         * Makefile.def: Build fixincludes for the host, too.
4450         * Makefile.in: Regenerate.
4451         * configure.in (host_tools): Add fixincludes.
4452         * configure: Regenerate.
4453
4454 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
4455
4456         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4457         * configure: Regenerated.
4458
4459 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
4460
4461         PR other/17783
4462         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4463         * configure: Regenerated.
4464
4465 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
4466
4467         * README.SCO: Update per FSF instructions.
4468
4469 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
4470
4471         PR target/18151
4472         * configure.in (case ${target}): Do not build fixincludes for avr.
4473         * configure: Regenerated.
4474
4475 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
4476
4477         * configure.in (case ${target}): Do not build fixincludes
4478         on platforms where it is not used.
4479         * configure: Regenerated.
4480
4481 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
4482
4483         * configure.in: Use an absolute path to install-sh.
4484         * configure: Regenerated.
4485
4486 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4487
4488         * MAINTAINERS (Write After Approval): Add myself.
4489
4490 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
4491
4492         * MAINTAINERS: Remove from Write After Approval those that are
4493         already maintainers.
4494
4495 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
4496
4497         * MAINTAINERS:  Update my email address.
4498
4499 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4500
4501         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4502         * configure: Regenerate.
4503
4504 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
4505
4506         * MAINTAINERS:  Update my email address.
4507
4508 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
4509
4510         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
4511         entries belonging to this category.
4512
4513 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
4514
4515         * MAINTAINERS: Update my e-mail address.
4516
4517 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
4518
4519         Fix wrong conflict resolution in:
4520
4521         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4522
4523         * Makefile.in: Regenerate.
4524         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4525         in the recursive `make', instead of hardwiring `all'.
4526         (Autogenerated TARGET-* variables): New.
4527
4528 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
4529
4530         * configure.in: Enable target-libgloss for crx-*-*.
4531         * configure: Regenerate.
4532
4533 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4534
4535         * MAINTAINERS (Various Maintainers): Move the "windows,
4536         cygwin, mingw" maintainer to ...
4537         (OS Port Maintainers): ... here.
4538
4539 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4540
4541         * MAINTAINERS (Write After Approval): Remove those that are
4542         maintainers of some subsystem.
4543
4544 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
4545
4546         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4547         * ltcf-cxx.sh (tpf*): Likewise.
4548         * ltconfig (tpf*): Add TPF OS configuration support.
4549
4550 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
4551
4552         * MAINTAINERS: Change my email address to my new work account.
4553
4554 2004-09-24  Michael Roth  <mroth@nessie.de>
4555
4556         * configure.in (--without-headers): Add missing double quotes.
4557         * configure: Regenerate.
4558
4559 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
4560
4561         * ylwrap: Revert to previous version.
4562
4563 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
4564
4565         PR bootstrap/17369
4566         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4567         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4568         SET_GCC_LIB_PATH_CMD.
4569         (BASE_TARGET_EXPORTS): Likewise.
4570         * Makefile.in: Regenerated.
4571
4572         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4573         * configure: Regenerated.
4574
4575 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
4576
4577         * config.guess: New upstream version
4578         * compile, depcomp, install-sh, ylwrap: Likewise.
4579
4580 2004-09-19  Roger Sayle  <roger@eyesopen.com>
4581
4582         * config/mh-x86omitfp: New host makefile fragment.  Add
4583         -fomit-frame-pointer to the default BOOT_CFLAGS.
4584         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4585         * configure: Regenerate.
4586
4587 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
4588
4589         PR target/11572
4590         * configure.in (*-*-darwin*): Renable libobjc.
4591         * configure: Regenerate.
4592
4593 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
4594
4595         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
4596
4597 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
4598
4599         * Makefile.def: Remove libbanshee.
4600         * Makefile.tpl: Ditto.
4601         * configure.in: Ditto.
4602         * Makefile.in: Regen.
4603         * configure: Ditto.
4604
4605 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
4606
4607         * ltmain.sh: Use $pic_object as $non_pic_object if
4608         $non_pic_object=none.
4609
4610 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
4611
4612         * missing: Import latest version from master repository.
4613
4614 2004-09-06  Nick Clifton  <nickc@redhat.com>
4615
4616         * config.sub: Import latest version from master repository.
4617         * config.guess: Likewise.
4618         This includes these changes:
4619
4620         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
4621
4622         * config.sub: Handle crisv32, alias etraxfs.
4623         * config.guess (crisv32:Linux:*:*): Handle.
4624
4625         2004-08-13  Brad Smith  <brad@comstyle.com>
4626
4627         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4628         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4629
4630         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4631
4632         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4633         assume the processor is a powerpc.  This is because coreutils
4634         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4635         in this case, due to a MacOS X bug that causes
4636         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4637         to return a negative number.
4638         Problem reported by Petter Reinholdtsen in:
4639         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4640
4641         2004-07-19  Ben Elliston  <bje@gnu.org>
4642
4643         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4644
4645         2004-06-24  Ben Elliston  <bje@gnu.org>
4646
4647         * config.guess: Update copyright years.
4648         * config.sub: Likewise.
4649
4650         2004-06-22  Robert Millan  <robertmh@gnu.org>
4651
4652         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4653         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4654
4655         2004-06-22  Stanley F. Quayle <stan@stanq.com>
4656
4657         * config.guess (*:*VMS:*:*): New entry. Replaces
4658         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4659         manufacturer.
4660
4661         2004-06-22  Ben Elliston  <bje@gnu.org>
4662
4663         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4664         * config.sub: Likewise.
4665
4666         2004-06-22  Ben Elliston  <bje@gnu.org>
4667
4668         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4669         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4670
4671         2004-06-11  Ben Elliston  <bje@gnu.org>
4672
4673         * config.guess (pegasos:OpenBSD:*:*): Remove.
4674
4675         2004-06-11  Ben Elliston  <bje@gnu.org>
4676
4677         From Wouter Verhelst <wouter@grep.be>:
4678         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4679
4680         2004-06-11  Ben Elliston  <bje@gnu.org>
4681
4682         * config.guess (luna88k:OpenBSD:*:*): New.
4683
4684         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
4685
4686         * config.guess (m32r*:Linux:*:*): New case.
4687         * config.sub: Handle m32rle.
4688
4689         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
4690
4691         From Jens Petersen  <petersen@redhat.com>:
4692         * config.sub: Handle sparcv8.
4693
4694         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
4695
4696         From Tom Smith <smith@cag.lkg.hp.com>:
4697         * config.guess: Version suffixes are equally significant on Tru64
4698         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
4699         prefix of "P" (patched kernel).
4700
4701         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
4702
4703         * config.sub: Add support for National Semiconductor CRX target.
4704
4705 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
4706
4707         * MAINTAINERS (Various Maintainers): Remove myself as web page
4708         maintainer, add myself as maintainer of build status lists.
4709
4710 2004-09-03  Jan Beulich  <jbeulich@novell.com>
4711
4712         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4713         *-*-netware, but add target-libmudflap.
4714         Consolidate *-*-netware targets (of which really only i?86 exists)
4715         into a single entry.
4716         * configure: Likewise.
4717
4718 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
4719
4720         * Makefile.tpl (sorry): Remove.
4721         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4722         (cleanstrap targets): Depend on distclean, not distclean-stage1.
4723         (do-clean): Clean per-stage directories too.
4724         (do-distclean): Run distclean-stage1 too.
4725         (.NOTPARALLEL): Enable during toplevel bootstrap.
4726         (stage[+id+]-bubble): Enable parallel execution during
4727         the recursive invocation.
4728         * Makefile.in: Regenerate.
4729
4730         Fix previous checkin:
4731
4732         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4733         include.
4734         * configure.in: Fix indentation.
4735         * configure: Regenerate.
4736
4737 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
4738
4739         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4740         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4741         * configure: regenerate
4742         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4743         -mdynamic-no-pic
4744
4745 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
4746
4747         * Makefile.def (build_modules): Add fixincludes.
4748         (dependencies): Make gcc depend on fixincludes.
4749         * configure.in (build_tools): Add fixincludes.
4750         (build_configdirs): Always include build_libs.
4751         * Makefile.in: Regenerate.
4752         * configure: Regenerate.
4753
4754 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
4755
4756         * Makefile.def (bootstrap stages): Add 'lean' parameter.
4757         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4758         phony targets; do not generate timestamp files.
4759         (distclean-stageN): Remove references to their timestamp files.
4760         (restageN, touch-stageN): Remove.
4761         (stageN-bubble): Rewritten.
4762         (compare): Support lean bootstraps.
4763         * Makefile.in: Regenerate.
4764
4765         * configure.in: Only warn when bootstrapping but
4766         build != host or build != target.  Support lean bootstraps.
4767         * configure: Regenerate.
4768
4769 2004-08-26  Phil Edwards  <phil@codesourcery.com>
4770
4771         * configure.in:  Give a better error message if GMP/MPFR are missing
4772         and a language needing them has been requested.
4773         * configure:  Regenerated.
4774
4775 2004-08-25  Phil Edwards  <phil@codesourcery.com>
4776
4777         * configure.in:  Print a list of available language front-ends if
4778         a requested one is missing.  Tidy stray tab characters.
4779         * configure:  Regenerated.
4780
4781 2004-08-19  Michael Koch  <konqueror@gmx.de>
4782
4783         * gcc/doc/install.texi: Update entry about automake for libjava.
4784
4785 2004-08-17  Robert Millan  <robertmh@gnu.org>
4786
4787         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4788         (instead of FreeBSD).
4789         * configure: Regenerate.
4790
4791 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4792
4793         * Makefile.in: Regenerate.
4794         * configure: Regenerate.
4795
4796         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4797         stage_*_flags.
4798         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4799         for bootstrapped modules if toplevel bootstrap is going.
4800         (GCC bootstrap): Generate per-stage targets for all bootstrapped
4801         modules.  Adjust for changes in Makefile.def.  Enable several
4802         rules even in non-bootstrap mode, just to avoid peppering the
4803         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4804         (stage-[+prev+]-bubble): Remove.
4805
4806         * Makefile.def (Dependencies): Depend on all-build-bison,
4807         all-build-flex, all-build-byacc, all-build-texinfo, rather
4808         than the host variations.
4809         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
4810         with BUILD_SUBDIR.
4811         (BISON): Update for recent Bisons.
4812         (YACC): Fix typo.
4813         (cross): Depend on all-build.
4814         (all): Do not depend on all-build.
4815         (prebootstrap): Remove.
4816         (dep-kind): Accept separate prefixes for MODULE and ON variables.
4817         (Prebootstrap dependencies): Add them to the per-stage targets
4818         and to all-prebootstrap.
4819         * configure.in (build_configdirs): Always enable build_tools.
4820         (BUILD_DIR_PREFIX): Remove.
4821
4822         * Makefile.def (gcc): Add target variable.
4823         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4824         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4825         in the recursive `make', instead of hardwiring `all'.
4826         (Autogenerated TARGET-* variables): New.
4827
4828 2004-08-13  Brian Booth  <bbooth@redhat.com>
4829
4830         * MAINTAINERS: Remove myself from write-after-approval.
4831
4832 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4833
4834         * src-release: Stop distributing mmalloc with gdb (which doesn't
4835         use it).
4836         * Makefile.def: GDB doesn't depend on mmalloc anymore.
4837         * Makefile.in: Regenerate.
4838
4839 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
4840
4841         * configure.in (arm*-*-eabi*): New target.
4842         * configure: Regenerate.
4843
4844 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
4845
4846         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4847         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4848         (Dependencies): New section.
4849         * Makefile.tpl (Dependencies): Generate from Makefile.def.
4850         (configure-target-[+module+]): Depend on maybe-all-gcc
4851         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
4852         (toplevel profiledbootstrap): Fix dependencies.
4853         * Makefile.in: Regenerate.
4854
4855 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
4856
4857         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4858         target-libiberty to noconfigdirs.
4859         * configure: Regenerate.
4860
4861 2004-08-03  Paul Brook  <paul@codesourcery.com>
4862
4863         * configure.in: Check for MPFR as well as GMP.
4864         * configure: Regenerate.
4865
4866 2004-08-01  Robert Millan  <robertmh@gnu.org>
4867
4868         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4869         libmudflap for all GNU-based systems (with Glibc).
4870         * configure: Regenerate.
4871
4872 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
4873
4874         * Makefile.def (host-modules): Add gcc.
4875         * Makefile.in: Regenerate.
4876         * Makefile.tpl (sorry): New rule.
4877         (configure-host, all-host, [+make_target+]-host, do-check,
4878         install-host): Do not add gcc as a special case.
4879         (host modules): Add a small special-casing for gcc.  Export
4880         extra_make_flags through the environment.
4881         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4882         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4883         other recursive targets for gcc): Remove.
4884
4885         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4886         (stage, unstage): New rules.
4887         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4888         distclean-stage[+id+]): Use stage_current.
4889         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4890         the stage*-start rules.
4891
4892 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
4893
4894         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
4895         use -all_load flag.
4896
4897 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
4898
4899         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
4900         * configure: Regenerate.
4901
4902 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
4903
4904         * maintainer-scripts/gcc_release: Revert yesterday's change.
4905
4906 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
4907
4908         * MAINTAINERS: Add myself to write-after-approval.
4909
4910 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
4911
4912         * libf2c: Removed.
4913         * gcc/gccbug.in: Updated because of libf2c removal.
4914         * maintainer-scripts/gcc_release: Ditto.
4915
4916 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
4917
4918         * configure.in: Build libmudflap by default on FreeBSD.
4919         * configure: Regenerated.
4920
4921 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
4922
4923         * configure.in: Do not build libmudflap by default on non-GNU/Linux
4924         systems.
4925         * configure: Regenerated.
4926
4927 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4928
4929         PR target/16344
4930         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4931         feedback based compiler.
4932         * Makefile.in: Rebuilt.
4933
4934 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
4935
4936         * Makefile.def (host_modules): Set bootstrap=true for flex.
4937         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4938         * Makefile.in: Rebuilt.
4939
4940 2004-07-07  Jan Hubicka  <jh@suse.cz>
4941
4942         * MAINTAINERS: Add self as a profile feedback maintainer.
4943
4944 2004-07-05  Phil Edwards  <phil@codesourcery.com>
4945
4946         * configure.in:  Do not prepend $srcdir to /dev/null in
4947         makefile fragments.
4948         * configure:  Regenerate.
4949
4950 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
4951
4952         * Makefile.def (build_modules): Add bison, byacc, flex,
4953         m4, texinfo.
4954         (flags_to_pass): Add FLEX.
4955         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4956         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4957         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4958         DEFAULT_MAKEINFO): Remove.
4959         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4960         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4961         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4962         objdir or else use configured tool.
4963         (all-build): New.
4964         (all): Depend on it.
4965         (Build module dependencies): Add.
4966         * Makefile.in: Regenerate.
4967         * configure.in: Better support for multiple build modules,
4968         matching what is done for host/target modules.  Do not look
4969         for "plausible" locations of build tools if Canadian cross.
4970         Use autoconf's AC_PROG_CC to find a C compiler.  Define
4971         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
4972         * configure: Regenerate.
4973
4974 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4975
4976         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4977         * Makefile.in: Regenerate.
4978
4979 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4980
4981         * Makefile.tpl (configure-build-[+module+],
4982         configure-[+module+], configure-target-[+module+]): Pass
4983         [+extra_configure_args+].
4984         (all-build-[+module+], all-[+module+], check-[+module+],
4985         install-[+module+], [+make_target+]-[+module+],
4986         all-target-[+module+], check-target-[+module+],
4987         install-target-[+module+], [+make_target+]-target-[+module+]):
4988         Pass [+extra_make_args+].
4989         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4990         (GCC_HOST_EXPORTS): Remove.
4991         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4992         cross, check-gcc, check-gcc-c++, install-gcc,
4993         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4994         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4995         * Makefile.in: Regenerate.
4996
4997 2004-06-21  Matthew Sachs  <msachs@apple.com>
4998
4999         * MAINTAINERS: Added self to write-after-approval.
5000
5001 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
5002
5003         * configure.in: Check for srcdir/winsup rather than build directory
5004         winsup.
5005         * configure: Regenerate.
5006
5007 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
5008
5009         * configure.in: Don't build Cygwin native newlib if winsup
5010         directory is missing.  Emit warning instead.
5011         * configure: Regenerate.
5012
5013 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
5014
5015         * Makefile.tpl (touch-stage[+id+]): New.
5016         (restage[+prev+]): Depend on touch-stage[+id+].
5017
5018         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5019         Use it throughout.
5020
5021         * Makefile.def: Add profile and feedback bootstrap stages.
5022         Remove next field from bootstrap stages.
5023         * Makefile.tpl (LN, LN_S): Substitute.
5024         (stageN-start, stageN-end): Use double-colon rules, to
5025         provide a hook for additional setup commands.
5026         (distclean-stageN-gcc, restageN): Create dependencies from
5027         [+prev+], not from [+next+].
5028         (stageN-bubble): Add commands for successive stages from
5029         [+prev+], using double-colon rules.
5030         (all-stageN-gcc): Fix typo.
5031         (stagefeedback-start, profiledbootstrap): New.
5032         * Makefile.in: Regenerate.
5033         * configure.in: Call ACX_PROG_LN.
5034         * configure: Regenerate.
5035
5036 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
5037
5038         * MAINTAINERS (Write After Approval): Add myself.
5039
5040 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
5041
5042         * MAINTAINERS (Write After Approval): Add myself.
5043
5044 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
5045
5046         * configure.in: Fix --enable-bootstrap breakage introduced in trees
5047         without gcc.
5048         * configure: Regenerate.
5049
5050 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5051
5052         * Makefile.tpl: Fix typo.
5053         * Makefile.in: Regenerate.
5054
5055 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5056
5057         * configure.in: Remove new- prefix from toplevel
5058         bootstrap targets.
5059         * configure: Regenerate.
5060
5061 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5062
5063         * Makefile.tpl (all.normal): Rename to all.
5064         (all): Replace with a rule to pick the default
5065         target from configure.
5066         (all-gcc, configure-gcc): Use conditionals to
5067         do nothing when toplevel bootstrap is going on.
5068         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5069         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5070         * configure.in: Support --enable-bootstrap.
5071
5072         * Makefile.def: Remove new- prefix from toplevel
5073         bootstrap targets.
5074         * Makefile.tpl: Likewise.
5075
5076         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
5077         target.
5078
5079         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5080         $(RECURSE_FLAGS) to recursive invocation of make.
5081
5082         * Makefile.in: Regenerate.
5083         * configure: Regenerate.
5084
5085 2004-05-30  Andreas Jaeger  <aj@suse.de>
5086             Jim Wilson  <wilson@specifixinc.com>
5087
5088         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5089         like CC.
5090
5091 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
5092
5093         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5094         * configure: Regenerate.
5095
5096 2004-05-25  Daniel Jacobowitz  <drow@false.org>
5097
5098         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5099         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5100         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
5101         targets.
5102         * Makefile.in: Regenerate.
5103
5104 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
5105
5106         * configure.in: Test the ability to symlink directories.
5107         * configure: Regenerate.
5108
5109         * Makefile.def (bootstrap-stage): New definitions.
5110         * Makefile.tpl (configure-stage1-gcc,
5111         configure-stage2-gcc, configure-stage3-gcc,
5112         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5113         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5114         new-restage3, compare): Autogenerate, see Makefile.in
5115         entry for behavioral changes.
5116         (distclean-stage1, new-stage1-start, new-stage1-end,
5117         new-stage1-bubble, distclean-stage2, new-stage2-start,
5118         new-stage2-end, new-stage2-bubble, distclean-stage3,
5119         new-stage3-start, new-stage3-end): New autogenerated targets.
5120         (objext, prebootstrap, BOOT_CFLAGS,
5121         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5122         targets.
5123
5124         * Makefile.in: Regenerate.
5125         (distclean-stage1, new-stage1-start, new-stage1-end,
5126         new-stage1-bubble, distclean-stage2, new-stage2-start,
5127         new-stage2-end, new-stage2-bubble, distclean-stage3,
5128         new-stage3-start, new-stage3-end): New targets.
5129         (all-stage1-gcc): Move prebootstrap dependency from here...
5130         (configure-stage1-gcc): ...to here.
5131         (new-bootstrap): Use bubble targets.
5132         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5133         Use per-stage distclean targets.
5134         (configure-stage1-gcc, configure-stage2-gcc,
5135         configure-stage3-gcc, all-stage1-gcc,
5136         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5137         Use new-stageN-start to prepare the tree.
5138
5139 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
5140
5141         * Makefile.def (host_modules): add libcpp.
5142         * Makefile.tpl: Add dependencies on and for libcpp.
5143         * Makefile.in: Regenerate.
5144         * configure.in: Add libcpp host module.
5145         * configure: Regenerate.
5146
5147 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
5148
5149         * Makefile.tpl: Whenever a recursive target is defined, wrap
5150         it in a special @if/@endif block, and prepare its maybe
5151         dependency in the @if/@endif block
5152         * configure.in: Instead of writing maybe dependencies, remove
5153         the @if/@endif statements, and remove the @if/@endif blocks
5154         that remain.
5155         * configure: Regenerate.
5156         * Makefile.in: Regenerate.
5157
5158 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
5159
5160         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
5161
5162 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
5163
5164         PR bootstrap/15120
5165         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
5166         * */configure: Rebuilt.
5167
5168 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
5169
5170         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5171         of libf2c.
5172         * configure, Makefile.in: Regenerate.
5173
5174 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
5175
5176         * MAINTAINERS (Write After Approval): Add myself.
5177
5178 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
5179
5180         Merge from tree-ssa-20020619-branch.
5181
5182         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5183         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5184         (HOST_GMPLIBS): Define.
5185         (HOST_GMPINC): Define.
5186         (TARGET_LIB_PATH): Add libmudflap.
5187         (GFORTRAN_FOR_TARGET): Define.
5188         (configure-build*): Export GFORTRAN.
5189         (configure-gcc): Export GMPLIBS and GMPINC.
5190         (all-gcc): Add maybe-all-libbanshee.
5191         (configure-target-libgfortran): Define.
5192         * Makefile.in: Regenerate.
5193         * configure.in (host_libs): Add libbanshee.
5194         (target_libraries): Add target-libmudflap and target-libgfortran.
5195         Add --with-libbanshee.
5196         Handle --disable-libmudflap.
5197         (*-*-freebsd*): Use with_gmp.
5198         Add $(libgcj) to noconfigdirs.
5199         * configure: Regenerate.
5200         * depcomp: New file.
5201         * MAINTAINERS: Add tree-ssa maintainers.
5202
5203 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
5204
5205         * MAINTAINERS (Various Maintainers): Add myself.
5206
5207 2004-04-30  Brian Ford  <ford@vss.fsi.com>
5208
5209         * MAINTAINERS (Write After Approval): Add myself.
5210
5211 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
5212
5213         * MAINTAINERS (Write After Approval): Add myself.
5214
5215 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
5216
5217         * config/acx.m4: Fix fastcompare support for new-bootstrap.
5218         * configure: Regenerate.
5219
5220 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
5221
5222         Revert:
5223         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5224
5225         * Makefile.def (flags_to_pass): Remove *dir variables that
5226         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5227         as well as prefix and exec_prefix.
5228         * Makefile.in: Regenerate.
5229
5230 2004-04-26  Robert Millan  <robertmh@gnu.org>
5231
5232         Add patches from libtool CVS.
5233         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5234         * ltconfig: Likewise.
5235         * ltcf-c.sh: Likewise.
5236         * ltcf-cxx.sh: Likewise.
5237         * ltcf-gcj.sh: Likewise.
5238
5239 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5240
5241         * Makefile.def (host_modules): Mark with the bootstrap
5242         flag packages on which gcc depends.
5243         * Makefile.tpl (all-bootstrap): Use it.
5244         * Makefile.in: Regenerate.
5245
5246 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5247
5248         * Makefile.def (flags_to_pass): Remove *dir variables that
5249         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5250         as well as prefix and exec_prefix.
5251         * Makefile.in: Regenerate.
5252
5253 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5254
5255         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5256         * configure: Regenerate.
5257         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5258         * gcc/Makefile.tpl (compare): Use the result of the test.
5259         * gcc/Makefile.in: Regenerate.
5260
5261 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
5262
5263         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5264         Always relocate gcc and prev-gcc to the original names, even
5265         if the build fails.
5266         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5267         New targets.
5268
5269 2004-04-23  Laurent GUERBY <laurent@guerby.net>
5270
5271         * MAINTAINERS: Update my email address.
5272
5273 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5274
5275         * configure.in (mips*-*-irix5*): Enable ld.
5276         * configure: Regenerate.
5277
5278 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5279
5280         * configure: Regenerate.
5281
5282 2004-04-15  James E Wilson  <wilson@specifixinc.com>
5283
5284         * Makefile.tpl (configure-[+module+], configure-gcc,
5285         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5286         Set and export LDFLAGS.
5287         * Makefile.in: Regenerate.
5288
5289 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
5290
5291         * MAINTAINERS: Add myself to write-after-approval.
5292
5293 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5294
5295         PR bootstrap/14871
5296         * Makefile.tpl: If we don't have built-in-tree target tools,
5297         use the ones found by configure rather than hacking around with
5298         program_transform_name.
5299         * configure.in: Give Makefile.tpl the information necessary
5300         to do that.
5301         * Makefile.in: Regenerate.
5302         * configure: Regenerate.
5303
5304 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
5305
5306         PR bootstrap/14760
5307         * configure.in: When computing baseargs, strip *all* copies of
5308         offending options.  Also, don't match/substitute the trailing space,
5309         so that this actually works when two similar options are separated by
5310         only one space.
5311         * configure: Regenerate.
5312
5313 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
5314
5315         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5316         (rs6000-*-aix*): Same.
5317         * configure: Regenerate.
5318
5319 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
5320
5321         * MAINTAINERS: Add myself to write-after-approval.
5322
5323 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
5324
5325         * MAINTAINERS: Add myself to write-after-approval.
5326
5327 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
5328
5329         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5330         STRICT_WARN, WARN_CFLAGS flags passed down to make.
5331         * Makefile.in: Regenerate.
5332
5333         * configure.in (top level bootstrap support): Rework --enable-werror
5334         to set @stage2_werror_flag@.
5335         * configure: Regenerate.
5336         * Makefile.tpl (top level bootstrap support): Pass
5337         @stage2_werror_flag@ down to configure in stages 2 and 3.
5338         * Makefile.in: Regenerate.
5339
5340 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5341
5342         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5343         for stages 2 and 3 as well as in make.  As a consequence, remove
5344         OUTPUT_OPTION (now detected by configure) from the flags passed down
5345         to make.
5346         * Makefile.in: Regenerate.
5347
5348         * Makefile.tpl (new-bootstrap): Fix typo.
5349         * Makefile.in: Regenerate.
5350
5351 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
5352
5353         * Makefile.tpl: Rearrange by moving recursive_targets rules
5354         into their proper sections.
5355         * Makefile.tpl (top level bootstrap support): Move disabling
5356         of coverage flags from 'make' to 'configure'; improve comments.
5357         * Makefile.in: Regenerate.
5358
5359         * Makefile.tpl (experimental top level bootstrap) Move stage1
5360         language setting from all- target to configure- target; disable
5361         intermodule optimization in stage 1; prevent gratuitous rebuilds
5362         of stage 1.
5363         * Makefile.in: Regenerate.
5364         * configure.in: Comma-separate stage 1 language list for top
5365         level bootstrap.
5366         * configure: Regenerate.
5367
5368         * Makefile.tpl: Clean up experimental top level bootstrap support:
5369         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5370         prev-gcc in configure- targets as well as all- targets.
5371         * Makefile.in: Regenerate.
5372
5373 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
5374
5375         * compile: New file imported from automake.
5376
5377 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
5378
5379         * configure.in: Remove symbolic link section.
5380         * configure: Regenerate.
5381         * Makefile.tpl (links): Remove.
5382         * Makefile.in: Regenerate.
5383
5384 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
5385             Nathanael Nerode  <neroden@gcc.gnu.org>
5386
5387         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5388         Set with AC_CHECK_PROGS.
5389         * configure.in: Fix comment typo from last patch.
5390         * configure: Regenerate.
5391
5392 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
5393
5394         * Makefile.tpl: Introduce experimental top level bootstrap support.
5395         * Makefile.in: Regenerate.
5396         * configure.in: Introduce support for top level bootstrap.
5397         * configure: Regenerate.
5398
5399 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5400             Paolo Bonzini  <bonzini@gnu.org>
5401
5402         PR bootstrap/14522
5403         * configure.in: Cope with shells that do not support unquoted ^
5404         * configure: Regenerate.
5405
5406 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5407             Paolo Bonzini  <bonzini@gnu.org>
5408
5409         PR bootstrap/14522
5410         * configure.in: Cope with shells that do not support nesting
5411         quotes inside quoted backquote substitutions.
5412         * configure: Regenerate.
5413
5414 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
5415
5416         PR bootstrap/14522
5417         * configure.in: Fix escaping of $.
5418         * configure: Regenerate.
5419
5420 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
5421
5422         * configure: Regenerate, since I forgot to while committing Paolo's
5423         changes.
5424
5425 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
5426
5427         PR ada/14131
5428         Move language detection to the top level.
5429         * configure.in: Find default values for the tools as
5430         soon as possible.  Disable ada if GNAT is not found.
5431         Emit error message about missing languages.  Expand
5432         --enable-languages=all for the gcc subdirectory.
5433
5434 2004-03-10  Ben Elliston  <bje@gnu.org>
5435
5436         * MAINTAINERS: Update my email address.
5437
5438 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
5439
5440         * ltconfig: Disable building static libraries if building shared
5441         libraries on AIX 5L.
5442
5443 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
5444
5445         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5446         and disable libgcj.
5447         * configure: Regenerated.
5448
5449 2004-03-01  Brian Booth  <bbooth@redhat.com>
5450
5451         * MAINTAINERS: Add myself to write-after-approval.
5452
5453 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
5454
5455         * MAINTAINERS: Add myself to write-after-approval.
5456
5457 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5458
5459         PR bootstrap/7087
5460         * Makefile.tpl: Guard XFOO sed statements better.
5461         * Makefile.tpl: Add dependency for configure-target-libada.
5462         * Makefile.in: Regenerate (incidentally fixes broken
5463         commit when libada-branch was merged).
5464
5465 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
5466
5467         * MAINTAINERS: Add myself to write-after-approval.
5468
5469 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
5470
5471         * MAINTAINERS: Add Nicola Pero and myself as libobjc
5472         maintainers.
5473
5474 2004-02-20  Andrew Cagney  <cagney@redhat.com>
5475
5476         * config.guess: Update from version 2003-10-16 to 2004-02-16.
5477         * config.sub: Update from version 2003-11-03 to 2004-02-16.
5478
5479 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5480
5481         PR bootstrap/11932
5482         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5483
5484 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
5485
5486         * MAINTAINERS: Added myself to write-after-approval.
5487
5488 2004-02-14  Michael Koch  <konqueror@gmx.de>
5489
5490         * MAINTAINERS: Added myself to write-after-approval.
5491
5492 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
5493
5494         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
5495         some OS port maintainers to OS port maintainers section.
5496
5497 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
5498
5499         * MAINTAINERS: Add self.
5500
5501 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
5502
5503         * MAINTAINERS: Alphabetize.
5504
5505 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
5506
5507         * MAINTAINERS: Remove myself.
5508
5509 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
5510
5511         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5512         (rs6000-*-aix*): Same.
5513         * configure: Regenerate.
5514
5515 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
5516
5517         * configure.in (host): Add in missing $noconfigdirs to defines.
5518         * configure: Regenerate.
5519
5520 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
5521             Nathanael Nerode  <neroden@gcc.gnu.org>
5522
5523         PR ada/6637, PR ada/5911
5524         Merge with libada-branch:
5525         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5526         with appropriate dependencies. Add --enable-libada configure switch.
5527         * configure, Makefile.in: Regenerate.
5528
5529 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
5530
5531         * MAINTAINERS: Add myself to write-after-approval.
5532
5533 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5534
5535         * configure.in: Don't pass --with-stabs on IRIX 5 either.
5536         * configure: Regenerate.
5537
5538 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
5539
5540         Merge from upstream:
5541
5542         * ltmain.in: When setting IFS to '~', be careful about user
5543         arguments that contain '~'.
5544
5545         2004-02-04  Peter O'Gorman  <peter@pogma.com>
5546
5547         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
5548         Also test $base_compile against $CC with escaped arguments. Bug
5549         reported by Geoff Keating <geoffk@apple.com>.
5550
5551 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
5552
5553         * MAINTAINERS: Remove i960 port.
5554
5555 2004-01-23  DJ Delorie  <dj@redhat.com>
5556
5557         * Makefile.def (target_modules) [libiberty]: Don't stage.
5558         * Makefile.in: Rebuilt.
5559
5560 2004-01-20  Caroline Tice  <ctice@apple.com>
5561
5562         * MAINTAINERS: Add myself to write-after-approval.
5563
5564 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
5565
5566         * MAINTAINERS: Update my email address.
5567
5568 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
5569
5570         * MAINTAINERS: Add myself to write-after-approval.
5571
5572 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5573
5574         * MAINTAINERS: Remove entries without email address.
5575
5576 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
5577
5578         * MAINTAINERS: Add myself to write-after-approval.
5579
5580 2004-01-15  Steven Bosscher  <stevenb@suse.de>
5581
5582         * MAINTAINERS: Update my email address.
5583
5584 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
5585
5586         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5587         * Makefile.tpl (configure-target-[+module+]): Support stage.
5588         * Makefile.in: Rebuilt.
5589
5590 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
5591
5592         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
5593
5594 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
5595
5596         * MAINTAINERS: Add myself as a MIPS maintainer.
5597
5598 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5599
5600         * configure.in: Use ./config.cache, not config.cache.
5601         * configure: Regenerate.
5602         * Makefile.tpl: Special-casing not needed for GCC any more.
5603         * Makefile.in: Regenerate.
5604
5605         * configure.in: Don't share a cache file for host dirs.
5606         * configure: Regenerate.
5607
5608         * config-ml.in: Don't mess with the cache file.
5609
5610 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5611
5612         * MAINTAINERS: Move myself from 'Write After Approval' to
5613         'CPU Port Maintainers' section as SPARC maintainer.
5614
5615 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5616
5617         * Makefile.tpl: Make GCC use a separate config.cache.
5618         * Makefile.in: Regenerate.
5619
5620         PR bootstrap/11932, PR bootstrap/11933
5621         (I don't know if it will fix either of them, but it relates
5622         to them.)
5623         * configure.in: Don't use shared config.cache for target
5624         directories.
5625         * configure: Regenerate.
5626
5627 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
5628
5629         * MAINTAINERS: Add myself to 'Write After Approval' section.
5630
5631 2003-12-31  Roger Sayle  <roger@eyesopen.com>
5632
5633         * configure.in (ia64*-*-hpux*): Disable building java libraries.
5634         * configure: Regenerated.
5635
5636 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
5637
5638         * MAINTAINERS: Remove the mn10200 maintainer.
5639
5640 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
5641
5642         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5643         * configure: Regenerated.
5644
5645 2003-12-16  Jan Hubicka  <jh@suse.cz>
5646
5647         * MAINTAINERS: Add myself as callgraph maintainer.
5648
5649 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
5650
5651         * configure.in (raw_libstdcxx_flags): Remove the leading space.
5652         * configure: Regenerate.
5653
5654 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5655
5656         * MAINTAINERS: Move myself from 'Bug database only accounts' to
5657         'Write After Approval' section. Update email.
5658
5659 2003-12-01  James Lemke  <jim@wasabisystems.com>
5660
5661         * MAINTAINERS (Write After Approval): Add myself.
5662
5663 2003-11-20  Matt Thomas  <matt@3am-software.com>
5664
5665         * MAINTAINERS: Add myself as a vax port maintainer.
5666
5667 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
5668
5669         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5670         (configure-build-[+module+], configure-[+module+]): Likewise.
5671         (configure-target-[+module+], configure-gcc, config.status): Likewise.
5672         * Makefile.in: Regenerate.
5673
5674 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
5675
5676         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
5677         shared/dylibed libraries.
5678         * ltmain.sh: Likewise.
5679         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
5680         * ltcf-cxx.sh: Likewise.
5681         * ltcf-gcj.sh: Likewise.
5682         * ltconfig: Likewise.
5683
5684 2003-11-17  Stan Cox  <scox@redhat.com>
5685
5686         * MAINTAINERS: Add myself as iq2000 port maintainer.
5687
5688 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
5689
5690         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5691         * Makefile.in: Regenerate.
5692
5693 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
5694
5695         * config.sub: Update to 2003-11-03 version.
5696
5697 2003-10-20  Phil Edwards  <phil@codesourcery.com>
5698
5699         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
5700         * configure:  Regenerate.
5701
5702 2003-10-20  Nicolas Pitre  <nico@cam.org>
5703
5704         * MAINTAINERS: Add myself to 'Write After Approval' section.
5705
5706 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
5707
5708         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
5709
5710 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
5711
5712         * MAINTAINERS: Update my email address.
5713
5714 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5715
5716         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
5717
5718 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
5719
5720         * MAINTAINERS: Add myself to 'Write After Approval' section.
5721
5722 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
5723
5724         * config.guess: Update to 2003-10-16 version.
5725         * config.sub: Update to 2003-10-16 version.
5726
5727 2003-10-15  David Daney  <ddaney@avtrex.com>
5728
5729         * MAINTAINERS: Added myself to 'Write After Approval' section.
5730
5731 2003-10-15  Falk Hueffner  <falk@debian.org>
5732
5733         * MAINTAINERS: Move myself from 'Bug database only accounts' to
5734         'Write After Approval' section. Update email.
5735
5736 2003-10-14  Roger Sayle  <roger@eyesopen.com>
5737
5738         * MAINTAINERS: Move myself from 'Write After Approval' to
5739         'Various Maintainers' section as middle-end maintainer.
5740
5741 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5742
5743         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5744         HOST_FLAGS_TO_PASS.
5745         * Makefile.in: Regenerate.
5746
5747 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
5748
5749         * config.guess: Update to 2003-10-07 version.
5750         * config.sub: Update to 2003-10-07 version.
5751
5752 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5753
5754         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
5755         * ltconfig (irix5*, irix6*): Don't override version_type.
5756
5757 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
5758
5759         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5760         * configure: Rebuilt
5761         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5762         * Makefile.in: Rebuilt
5763
5764 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5765
5766         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5767
5768 2003-09-30  Carlo Wood  <carlo@alinoe.com>
5769
5770         * MAINTAINERS (Write After Approval): Add myself.
5771
5772 2003-09-29  Paul Koning  <ni1d@arrl.net>
5773
5774         * MAINTAINERS: Move myself from "Write After Approval"
5775         to CPU platform maintainers for pdp11 platform.
5776
5777 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
5778
5779         * MAINTAINERS: Move myself from 'Write After Approval' to
5780         'Various Maintainers' section as libffi testsuite maintainer.
5781
5782 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
5783
5784         * configure.in: Pass a computed --program-transform-name
5785         to subconfigures.
5786         * configure: Regenerated.
5787
5788 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
5789
5790         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5791         * Makefile.in: Regenerate.
5792
5793         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5794         * Makefile.in: Regenerate.
5795
5796 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
5797
5798         * MAINTAINERS: Move myself from 'Write After Approval'
5799         to 'Various Maintainers' (objective-c) section.
5800
5801 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
5802
5803         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5804         quoting.
5805         * configure: Regenerated.
5806
5807 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
5808
5809         * MAINTAINERS (Write After Approval): Add myself to write after
5810         approval list.
5811
5812 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
5813
5814         * MAINTAINERS (Write After Approval): Add myself.
5815
5816 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
5817
5818         * MAINTAINERS: Update my e-mail address.
5819
5820 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
5821
5822         * libtool.m4 (LD): Correct powerpc64 host match.
5823
5824 2003-09-06  James E Wilson  <wilson@tuliptree.org>
5825
5826         * MAINTAINTERS: Update my affiliation and email address.
5827
5828 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5829
5830         * MAINTAINERS (Write After Approval): Add myself.
5831
5832 2003-09-04  DJ Delorie  <dj@redhat.com>
5833
5834         * configure: Regenerate.
5835
5836 2003-09-04  Robert Millan  <robertmh@gnu.org>
5837
5838         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
5839
5840 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5841
5842         * configure.in: Ensure arguments to sed are properly spaced.
5843         * configure: Regenerate.
5844
5845 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
5846
5847         * MAINTAINERS: Update my e-mail address.
5848
5849 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
5850
5851         * MAINTAINERS (Write After Approval): Add myself.
5852
5853 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
5854
5855         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5856         * configure: Regenerated.
5857
5858 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
5859
5860         * MAINTAINERS: Update my email address.
5861
5862 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
5863
5864         * configure.in:  Use newline instead of semicolon when assuming
5865         shell arguments in a for loop.
5866         * configure:  Regenerated.
5867
5868 2003-08-22  Jason Eckhardt  <jle@rice.edu>
5869
5870         * MAINTAINERS: Resurrect the i860 maintainer.
5871
5872 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
5873
5874         PR 8180
5875         * configure.in: When testing with_libs and with_headers, treat
5876         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
5877         * configure: Regenerate.
5878
5879         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5880         make, shell, etc.
5881         (baseargs): Likewise.
5882         * configure: Regenerate.
5883
5884 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
5885
5886         * MAINTAINERS (Write After Approval): Add myself.
5887
5888 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
5889
5890         * configure.in: Disable libgcj for darwin not on powerpc.
5891         * configure: Rebuild.
5892
5893 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
5894
5895         * config-ml.in, symlink-tree: Add license.
5896
5897 2003-08-03  Richard Stallman  <rms@gnu.org>
5898             Eben Moglen  <moglen@columbia.edu>
5899
5900         * README.SCO: New file.
5901
5902 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
5903
5904         * Makefile.tpl (check, check-c++): Express dependencies using
5905         dependencies rather than commands.
5906         * Makefile.in: Regenerate.
5907
5908 2003-08-01  Andrew Cagney  <cagney@redhat.com>
5909
5910         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5911         * configure: Ditto.
5912
5913 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
5914
5915         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5916         * Makefile.in: Update.
5917
5918 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
5919
5920         * configure.in: Enable libgcj for darwin.
5921         * configure: Rebuild.
5922
5923 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
5924
5925         * config-ml.in:  Use ac_configure_args directly instead of
5926         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
5927         actually seen.
5928
5929 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5930
5931         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5932         creating target and build subdirs to build all parent dirs as needed.
5933         * Makefile.in: Rebuild.
5934         * configure.in: Don't build dirs explicitly here.
5935         * configure: Rebuild.
5936
5937 2003-07-26  Paul Brook  <paul@nowt.org>
5938
5939         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
5940
5941 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
5942
5943         * Makefile.tpl (all-make): Depend on intl.
5944         * Makefile.in: Rebuilt.
5945
5946 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
5947
5948         * install-sh:  Update to newer upstream versions (associated with
5949         aclocal 1.7).
5950         * mkinstalldirs:  Likewise.
5951         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
5952
5953 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
5954
5955         * MAINTAINERS: Move self from Bug database only accounts
5956         to write-after-approval.
5957
5958 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
5959
5960         * config.if: Remove unused libc_interface determination.
5961
5962 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
5963
5964         * MAINTAINERS: Move self from write-after-approval to
5965         build machinery (*.in).
5966
5967 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5968
5969         PR bootstrap/11273
5970         PR bootstrap/11408
5971         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
5972         unused INSTALL_PROGRAM_ARGS.
5973         * configure.in: Use AC_PROG_INSTALL.
5974         * Makefile.in: Regenerate.
5975         * configure: Regenerate.
5976
5977 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
5978
5979         * MAINTAINERS: Alphabetize.
5980
5981 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
5982
5983         * configure: Rebuilt.
5984         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
5985         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5986         newlib nor libgloss.
5987         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
5988         * configure.in (am33_2.0-*-linux*): Added.
5989
5990 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
5991
5992         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5993         * configure: Regenerate.
5994
5995 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
5996
5997         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
5998         * Makefile.in: Regenerate.
5999
6000 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6001
6002         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
6003         * Makefile.in: Regenerate.
6004
6005 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
6006
6007         * Makefile.tpl: Replace PWD with PWD_COMMAND.
6008         * Makefile.in: Regenerated.
6009
6010         * config-ml.in: Replace PWD with PWD_COMMAND.
6011
6012 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6013
6014         * intl: New directory; see intl/ChangeLog for details.
6015         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
6016         * Makefile.tpl: all-gcc depends on maybe-all-intl.
6017         * Makefile.in: Regenerate.
6018
6019 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6020
6021         * configure.in: Clean up config-lang.in handling.  Delete
6022         useless assignment to "subdirs".
6023         * configure: Regenerate.
6024
6025 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6026
6027         * configure.in: Rename 'target_libs' to 'target_libraries'.
6028         Remove useless reference to 'target_libs'.
6029         * configure: Regenerate.
6030
6031 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
6032
6033         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6034         * Makefile.in: Regenerate.
6035
6036 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6037
6038         * Makefile.def: Introduce flags_to_pass.
6039         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6040         * Makefile.in: Regenerate.
6041
6042 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
6043
6044         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6045         and target-libgloss.
6046         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6047         <h8300*-*-*>: Disable libf2c and ${libgcj}.
6048         * configure: Regenerate.
6049
6050 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
6051
6052         * configure.in: Update testsuite_flags to new location.
6053         * configure. Regenerate.
6054
6055 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6056
6057         * Makefile.tpl: Remove BUILD_CC stuff.
6058         * Makefile.in: Regenerate.
6059
6060 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
6061
6062         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
6063
6064 2003-06-16  Graeme Peterson  <gp@qnx.com>
6065
6066         * MAINTAINERS (Write After Approval): Add myself.
6067
6068 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
6069
6070         * config.guess: Update to 2003-06-12 version.
6071         * config.sub: Update to 2003-06-13 version.
6072
6073 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
6074
6075         * config.guess: Update to 2003-06-06 version.
6076         * config.sub: Update to 2003-06-06 version.
6077
6078 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6079
6080         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6081         * configure. Regenerate.
6082
6083 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6084
6085         * configure.in: Disable serial configure by default.
6086         * configure: Regenerate.
6087         * Makefile.tpl: Abolish .NOTPARALLEL.
6088         * Makefile.in: Regenerate.
6089
6090         * Makefile.tpl: Replace {build,host,target}_canonical by
6091         {build,host,target}.
6092         * Makefile.in: Regenerate.
6093
6094         * Makefile.tpl: Fix stupid pasto.
6095         * Makefile.in: Regenerate.
6096
6097 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6098
6099         * Makefile.tpl: Remove bogus conditional.
6100         * Makefile.in: Regenerate.
6101
6102 2003-06-05  Jan Hubicka  <jh@suse.cz>
6103
6104         * Makefile.tpl (profiledbootstrap): New target.
6105         * Makefile.in (profiledbootstrap): New target.
6106
6107 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
6108
6109         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
6110         Pinski. Remove user names from other bugzilla-only maintainers.
6111
6112 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6113
6114         * Makefile.tpl: Make 'recursive targets' using autogen rather
6115         than shell loop.  Remove duplicate 'clean' targets and false
6116         comments.
6117         * Makefile.def: Add systematic dependencies to 'recursive' targets.
6118         Add systematic method of specifying missing targets in subdirs.
6119         Add copyright boilerplate.
6120         * Makefile.in: Regenerate.
6121         * configure.in: Add 'recursive targets' to maybe list.
6122         * configure: Regenerate.
6123
6124         * MAINTAINERS: "GNATS only" -> "Bug database only".
6125
6126         * Makefile.tpl: Rename [+target+] to [+make_target+].
6127         * Makefile.def: Rename 'target' to 'make_target'.
6128
6129 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
6130
6131         * MAINTAINERS: Add self as options handling maintainer.
6132
6133 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
6134
6135         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
6136         been too long since I touched those ports.
6137
6138 2003-05-28  DJ Delorie  <dj@redhat.com>
6139
6140         * Makefile.tpl: Make maybe-check-gcc .PHONY.
6141         * Makefile.in: Regenerate.
6142
6143 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6144
6145         * configure.in: Use curly braces in the definition of tooldir.
6146         * configure: Regenerate.
6147
6148 2003-05-21  DJ Delorie  <dj@redhat.com>
6149
6150         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6151         newlib or libgloss.
6152         * Makefile.in: Regenerate.
6153
6154 2003-05-21  DJ Delorie  <dj@redhat.com>
6155
6156         * Makefile.tpl: Add missing empty maybe-check-gcc target.
6157         * Makefile.in: Regenerate.
6158
6159 2003-05-20  Ian Lance Taylor  <ian@airs.com>
6160
6161         * MAINTAINERS: Update my e-mail address.
6162
6163 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6164
6165         * configure.in: Switch more things to use maybe dependencies.
6166         * Makefile.tpl: Switch more things to use maybe dependencies.
6167         Factor out common code from autogen IF statements.
6168         * configure: Regenerate.
6169         * Makefile.in: Regenerate.
6170
6171 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
6172
6173         * configure.in: Accept i[3456789]86 for machine type.
6174         * configure: Regenerate.
6175
6176 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6177
6178         * configure.in: Switch more things to use maybe dependencies.
6179         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
6180         * configure: Regenerate.
6181         * Makefile.tpl: Switch more things to use maybe dependencies.
6182         * Makefile.in: Regenerate.
6183
6184 2003-05-16  Andreas Schwab  <schwab@suse.de>
6185
6186         * Makefile.tpl (install-opcodes): Define.
6187         * Makefile.in: Rebuild.
6188
6189 2003-05-13  Andreas Jaeger  <aj@suse.de>
6190
6191         * config.guess: Update to 2003-05-09 version.
6192         * config.sub: Update to 2003-05-09 version.
6193
6194 2003-05-13  Michael Eager  <eager@mvista.com>
6195
6196         * configure.in: Correct sed script so that options in quotes are not
6197         deleted.
6198         * configure: Rebuild.
6199
6200 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
6201
6202         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6203         and $$s/newlib/libc/sys/cygwin32 include paths.
6204         * configure: Ditto.
6205
6206 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
6207
6208         * MAINTAINERS: Update my email addresses.
6209
6210 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
6211
6212         * config-ml.in: Propagate INSTALL variables.
6213
6214 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6215
6216         * MAINTAINERS: Remove duplicate entries in Write After Approval.
6217
6218 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
6219
6220         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6221         * Makefile.in: Regenerate.
6222
6223 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
6224
6225         * MAINTAINERS (GNATS only): Add Falk Hueffner.
6226
6227 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
6228
6229         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
6230
6231 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
6232
6233         * Makefile.tpl: Clean $(BUILD_SUBDIR).
6234         * Makefile.in: Regenerated.
6235
6236 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
6237
6238         * MAINTAINERS (Write After Approval): Upgrade myself from
6239         GNATS only to write-after-approval. Update my mail address.
6240
6241 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
6242
6243         (OS Port Maintainers: freebsd): Add myself.
6244
6245 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
6246
6247         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
6248
6249 2003-04-22  Kean Johnston  <jkj@sco.com>
6250
6251         * MAINTAINERS (SCO ports): Added myself.
6252
6253 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
6254
6255         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
6256
6257 2003-04-19  Kean Johnston  <jkj@sco.com>
6258
6259         * MAINTAINERS (Write After Approval): Add myself.
6260
6261 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6262
6263         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6264         * Makefile.in: Regenerate.
6265
6266 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
6267
6268         * configure.in (powerpc64*-*-linux*): Remove.
6269         * configure: Rebuilt.
6270
6271 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
6272
6273         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
6274         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6275         and restrap.
6276         * Makefile.in:  Regenerate.
6277
6278 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
6279
6280         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6281         * configure: Regenerated.
6282
6283 2003-04-15  DJ Delorie  <dj@redhat.com>
6284
6285         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
6286
6287 2003-04-13  Nick Clifton  <nickc@redhat.com>
6288
6289         * config-ml.in: Remove support for --disable-aix removing
6290         call-aix multilibs.
6291
6292 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
6293
6294         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6295         * */configure: Rebuilt.
6296
6297 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
6298
6299         * MAINTAINERS: Add my email address.
6300
6301 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
6302
6303         * MAINTAINERS (Write After Approval): Add myself.
6304
6305 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6306
6307         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6308         * Makefile.in: Regenerate.
6309
6310 2003-03-14  Michael Chastain  <mec@shout.net>
6311
6312         * Makefile.in: Regenerate with correct Makefile.def.
6313
6314 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6315
6316         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
6317         Make macro.
6318         * Makefile.in: Regenerate.
6319         * configure.in: Clean up gxx_include_dir logic.
6320         * configure: Regenerate.
6321
6322 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
6323
6324         * MAINTAINERS (Write After Approval): Add myself.
6325
6326 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
6327
6328         * MAINTAINERS: Update my mail address.
6329
6330 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6331
6332         * configure.in (gxx_include_dir): Fix typo.
6333         * configure: Regenerated.
6334
6335 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6336
6337         * Makefile.tpl: Reindent.
6338         * Makefile.in: Regenerate.
6339         * configure.in: Reindent.  Don't set unused variables.
6340         * configure: Regenerate.
6341
6342 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
6343
6344         * configure.in: Include $(build_tooldir)/sys-include in
6345         FLAGS_FOR_TARGET.
6346         * configure: Regenerated.
6347
6348 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6349
6350         * Makefile.tpl: Always pass down RANLIB.
6351         * Makefile.in: Regenerate.
6352
6353         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6354         * Makefile.in: Regenerate.
6355         * configure.in: Remove unused logic relating to --enable-shared
6356         and --enable-threads.  Remove bogus comments.  Remove redundant
6357         noconfigdirs.
6358         * configure: Regenerate.
6359
6360         * configure.in: Replace ${libstdcxx_version} by its value.
6361         Remove reference to mh-dgux.
6362         * configure: Regenerate.
6363
6364 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
6365
6366         * MAINTAINERS (Write After Approval): Add myself.
6367
6368 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6369
6370         * Makefile.tpl: Rearrange.
6371         * Makefile.in: Regenerate.
6372
6373 2003-02-25  Uwe Stieber  <uwe@wwws.de>
6374
6375         * configure.in: Add support for kaOS as cross build target system.
6376         * configure: Regenerated.
6377
6378 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
6379
6380         * MAINTAINERS (Write after approval): Add myself.
6381
6382 2003-02-21  James E Wilson  <wilson@tuliptree.org>
6383
6384         * MAINTAINERS: Update my email address.
6385
6386 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
6387
6388         * MAINTAINERS: Add self to blanket write privs. section.
6389
6390 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
6391
6392         * Makefile.tpl: Add definition of CPPFLAGS to pass into
6393         configure-target-* as some target builds may require additional
6394         flags for preprocessor tests.
6395         * Makefile.in: Regenerated.
6396
6397 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
6398
6399         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6400         * ltconfig: Handle it.
6401         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6402         auto-detecting it.
6403
6404         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6405         it is used as argument to $CC.
6406         * ltcf-gcj.sh: Likewise.
6407
6408         * configure.in: Introduce --enable-maintainer-mode.
6409         * configure: Rebuilt.
6410         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6411         for maintainer mode.
6412         * Makefile.in: Rebuilt.
6413
6414 2003-02-18  Jason Merrill  <jason@redhat.com>
6415
6416         * Makefile.tpl (check-c++): Allow parallelism.
6417
6418 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6419
6420         * MAINTAINERS: Remove John Carr (who never actually had access to
6421         gcc.gnu.org).
6422
6423 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
6424
6425         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6426         don't configure target-libobjc.
6427         * configure: Regenerate.
6428
6429 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6430
6431         * Makefile.tpl (RANLIB): Define.
6432         * Makefile.in: Regenerate.
6433
6434 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
6435
6436         * MAINTAINERS: Update my email.
6437
6438 2003-02-06  Keith R Seitz  <keiths@redhat.com>
6439
6440         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6441         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6442         * Makefile.in: Regenerated.
6443         * configure.in: Remove all traces of snavigator, db, and grep.
6444         * configure: Regenerated.
6445
6446 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6447
6448         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
6449         After Approval.
6450
6451 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6452
6453         * MAINTAINERS (Write after approval): Add myself.
6454
6455 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
6456
6457         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6458         * Makefile.in: Regenerated.
6459
6460 2003-01-30  Roger Sayle  <roger@eyesopen.com>
6461
6462         * config.guess: Updated to 2003-01-30's version.
6463         * config.sub: Updated to 2003-01-28's version.
6464
6465 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
6466
6467         * config.if: If gcc_version is already set, just use it.  Don't set
6468         gcc_version_trigger if it's already set, otherwise set it to
6469         gcc/version.c, but only if the file exists.  If it is not set and
6470         gcc/version.c does not exist, try to extract the version number from
6471         $CC.
6472
6473 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
6474
6475         * MAINTAINERS: Add myself to write-after-approval list.
6476
6477 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
6478
6479         * configure.in:  Revert 24Jan change.
6480         * configure:  Regenerate.
6481
6482 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6483
6484         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
6485         entry of HJ Lu.
6486
6487 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6488
6489         * configure.in: Revert previous change.
6490         * configure: Regenerate.
6491
6492 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6493
6494         * configure.in: Make rda native-only.
6495         * configure: Regenerate.
6496
6497 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6498
6499         * MAINTAINERS: Move myself from GNATS-only-accounts to
6500         write-after-approval.
6501
6502 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6503
6504         * configure.in: Add missing \.
6505         * configure: Rebuilt.
6506
6507 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
6508
6509         * configure.in (baseargs): Avoid using \| in sed regular
6510         expressions.
6511         * configure: Rebuilt.
6512
6513 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
6514
6515         * configure.in (baseargs): Remove all supported forms of
6516         --cache-file, --srcdir, --host, --build and --target options
6517         from argument lists.
6518         * configure: Rebuilt.
6519
6520 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
6521
6522         * MAINTAINERS: Add myself to write-after-approval list.
6523
6524 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
6525
6526         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6527         * configure: Rebuilt.
6528
6529 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6530
6531         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6532         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6533         * Makefile.in: Regenerate.
6534         * configure: Regenerate.
6535
6536 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
6537
6538         * configure.in: Remove Makefile in build, host and target modules
6539         unless configure was run with --no-recursion.
6540         * configure: Rebuilt.
6541
6542 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6543
6544         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6545         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6546         * Makefile.in: Regenerate.
6547
6548 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
6549
6550         * config.guess: Update to 2003-01-03 version.
6551         * config.sub: Update to 2003-01-03 version.
6552
6553 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6554
6555         * configure: Regenerate with proper autoconf 2.13.
6556
6557 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6558
6559         * configure.in: Add AC_PREREQ for consistency.
6560         * configure: Regenerate.
6561
6562 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
6563
6564         * configure.in (GDB_TK): Add tcl directories conditional on
6565         gdb/gdbtk directory being present.
6566         * configure: Regenerate.
6567
6568 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
6569
6570         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
6571         used by gcc if LD is not defined and we are not doing a Canadian Cross.
6572         * configure: Rebuilt.
6573
6574 2002-12-31  Tom Tromey  <tromey@redhat.com>
6575
6576         * Makefile.in: Rebuilt.
6577         * Makefile.def (target_modules) [libffi]: Allow installation.
6578
6579 2002-12-31  Andreas Schwab  <schwab@suse.de>
6580
6581         * configure.in: Fix use of $program_transform_name.
6582         * configure: Regenerated.
6583
6584 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
6585
6586         * configure.in (baseargs): Don't remove first configure argument.
6587         * configure: Regenerated.
6588
6589 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
6590
6591         * Makefile.tpl (local-distclean): Don't remove...
6592         (multilib.ts): ... this.  Moved into...
6593         (multilib.out): ... this.  Don't use sub-make.
6594         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6595         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6596         (configure-build-[+module+], configure-[+module+],
6597         configure-target-[+module+], configure-gcc): ... these.  Test
6598         for Makefile existence.  Drop config.status from dependencies.
6599         * Makefile.in: Rebuilt.
6600         * configure.in: Move gcc-version-trigger to the end of
6601         ac_configure_args.  Add comments to maybedep.tmp and
6602         serdep.tmp.  Introduce --disable-serial-configure.  Remove
6603         nonopt from baseargs, matching and removing corresponding
6604         whitespace while at it.
6605         * configure: Rebuilt.
6606
6607 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
6608
6609         * configure.in (host_configargs): Replace reference to
6610         no-longer-defined buildopts with --build=${build_alias}.
6611         * configure: Rebuilt.
6612
6613         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
6614         program_transform_name to standard idiom.
6615         (AUTOGEN, AUTOCONF): Define.
6616         (Makefile.in): Use $(AUTOGEN).
6617         (Makefile): Depend on config.status, and use autoconf-style rule to
6618         build it.  Move original commands to...
6619         (config.status): ... this new target.
6620         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
6621         $(AUTOCONF).
6622         * Makefile.in: Rebuilt.
6623
6624 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6625
6626         * Makefile.tpl: Fix dramatic bustage due to change in
6627         program_transform_name.
6628         * Makefile.in: Regenerate.
6629
6630         * configure.in: Remove unnecessary PATH setting.
6631         * configure: Regnerate.
6632
6633         * configure.in: Don't default to unprefixed tools unless
6634         the native tools will work.
6635         * configure: Regenerate.
6636
6637         * configure.in: Convert to autoconf script.  Blow away lots
6638         of now-redundant Makefile fragments.
6639         * configure: Generate using Autoconf.
6640         * Makefile.tpl: Rewrite to reflect autoconfiscation.
6641         * Makefile.in: Regenerate.
6642
6643 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6644
6645         * configure: Fix stupid bug where RANLIB was mistakenly included.
6646
6647         * configure.in: Rename (buildargs, hostargs, targargs) to
6648         (build_configargs, host_configargs, target_configargs).
6649
6650         * configure.in: Move logic out of sed statement.
6651
6652         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
6653         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6654
6655 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
6656
6657         * config.sub: Import from master repository
6658         * config.guess: Ditto
6659
6660 2002-12-24  Andreas Schwab  <schwab@suse.de>
6661
6662         * Makefile.tpl (multilib.out): Fix missing space.
6663         * Makefile.in: Regenerate.
6664
6665 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6666
6667         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
6668         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
6669         * Makefile.in: Regenerate.
6670         * configure.in: Remove unnecessary leftovers.
6671
6672 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
6673
6674         * configure.in (extra_ranlibflags_for_target): New variable.
6675         (*-*-darwin): Add -c to ranlib commands.
6676         * configure (tooldir): Handle extra_ranlibflags_for_target.
6677
6678 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6679
6680         * Makefile.tpl: Revert HJL's change.
6681         * Makefile.in: Regenerated.
6682         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6683         always.
6684
6685 2002-12-19  Andreas Schwab  <schwab@suse.de>
6686
6687         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6688         * Makefile.in: Regenerate.
6689
6690 2002-12-18  H.J. Lu  <hjl@gnu.org>
6691
6692         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6693         * Makefile.in: Regenerated.
6694
6695         * configure.in (build_prefix): New. Substitute.
6696
6697 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6698
6699         * Makefile.tpl: Don't let real targets depend on phony targets.
6700         * Makefile.in: Regenerate.
6701
6702         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6703         * Makefile.in: Regenerate.
6704
6705 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
6706
6707         * config.sub: Import from master repository
6708         * config.guess: Ditto
6709
6710 2002-12-16  Jason Merrill  <jason@redhat.com>
6711
6712         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6713         previous 'make bootstrap'.
6714         * Makefile.in: Regenerate.
6715
6716 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
6717
6718         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6719
6720 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6721
6722         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6723         * Makefile.in: Regenerate.
6724
6725 2002-12-13  Jason Merrill  <jason@redhat.com>
6726
6727         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
6728         library tests.
6729         (check-c++): Just depend on it and check-target-libstdc++-v3.
6730         * Makefile.in: Regenerate.
6731
6732 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
6733
6734         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6735         * Makefile.in: Rebuilt.
6736
6737 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
6738
6739         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
6740
6741 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6742
6743         * configure: Fix bug put in by gremlins.
6744
6745         * Makefile.tpl: Substitute more autoconfily.
6746         * configure: Substitute more autoconfily.
6747         * Makefile.in: Regenerate.
6748
6749 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
6750
6751         * config.sub: Import from master repository
6752         * config.guess: Ditto
6753         * MAINTAINERS: Added Svein Seldal under write after approval
6754
6755 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
6756
6757         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6758         * Makefile.in (all-sim): Ditto.
6759
6760 2002-12-06  DJ Delorie  <dj@redhat.com>
6761
6762         * Makefile.tpl: Change configure dependencies to not have real
6763         targets depend on phony targets.
6764
6765 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
6766
6767         * configure.in: Revert unintentional change.
6768
6769         * Makefile.tpl: Change dependency for */multilib.out so that
6770         it works when gcc isn't in the tree.
6771
6772         * configure.in: Substitute more.
6773         * configure: Run subconfigures from the Makefile.
6774         * Makefile.tpl: Run subconfigures from the Makefile; add a few
6775         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
6776
6777 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6778
6779         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
6780
6781 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6782
6783         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6784         and corresponding dependencies.
6785         * Makefile.in: Regenerate.
6786
6787         * configure.in (host_tools): Order binutils, gas and ld for
6788         convenience in running the testsuites.
6789
6790         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6791         * Makefile.in: Regenerate.
6792         * configure.in: Introduce rules to serialize subconfigure runs.
6793
6794         * configure.in: Introduce BASE_CC_FOR_TARGET.
6795         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
6796         Realize configure-build-* targets.  Realize configure-target-* targets.
6797         * Makefile.in: Regenerate.
6798
6799 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6800
6801         * configure: Move gcc_version_trigger stuff from here...
6802         * configure.in: ...to here.
6803
6804         * configure.in: Separate subconfigure options added by this file from
6805         options given by the user.  Add machinery to put args for host
6806         subconfigures into the Makefile.
6807
6808         * Makefile.tpl: Remove 'vault' targets.
6809         * Makefile.tpl: Reorder and comment dependencies.
6810         * Makefile.in: Regenerate.
6811
6812 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6813         * configure.in: Fix my broken commit of previous patch. (sigh)
6814
6815 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
6816
6817         * configure.in: Move host-specific darwin noconfigdirs into
6818         the host-specific section.
6819
6820 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
6821
6822         * configure.in: Move host-specific darwin noconfigdirs into
6823         the host-specific section.
6824
6825 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6826
6827         * configure: Remove skip-this-dir support.
6828         * Makefile.tpl: Remove skip-this-dir support.
6829
6830         * Makefile.tpl: Remove leftover support for non-autoconfiscated
6831         subdirectories.
6832         * Makefile.in: Regenerate.
6833
6834         * Makefile.tpl: Strip out useless setting of 'dir'.
6835         * Makefile.in: Regenerate.
6836
6837 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6838
6839         * configure.in: Fix deeply stupid bug.
6840
6841         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6842         shell code in CXX_FOR_TARGET
6843         * Makefile.def: Introduce raw_cxx.
6844         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6845         RAW_CXX_FOR_TARGET.
6846         * Makefile.in: Regenerate.
6847
6848 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
6849
6850         * Makefile.tpl: Remove unnecessary ifs.
6851         * Makefile.in: Regenerate.
6852
6853         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
6854         dependencies.  Maybe-ize build-libiberty.  Create dummy install
6855         targets for 'no_install' modules.
6856         * configure: Move GDB_TK substitution to configure.in.  Move
6857         build_modules stuff to configure.in.
6858         * configure.in: Implement soft dependency machinery.  Maybe-ize
6859         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
6860         * Makefile.in: Regenerate.
6861
6862 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6863
6864         * Makefile.tpl: Make all-target, install-target behave similarly
6865         to all, install (only hitting configured targets).  Eliminate
6866         unused macro defintions.
6867
6868         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6869         build != host.
6870
6871         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6872
6873         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6874
6875         * configure.in: Produce lists of subdir targets we're actually
6876         configuring.  Remove references to "dosrel".
6877         * Makefile.tpl: Let configure set which subdir targets are hit.
6878         Remove install-cross; clean up install; remove ALL.  Remove
6879         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
6880         Autogenerate host module targets.  Remove empty dependency lines
6881         and redundant dependency; rearrange slightly.
6882         * Makefile.def: Add host-side libtermcap, utils.
6883
6884         * Makefile.in: Regenerate.
6885
6886 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6887
6888         * ltconfig (osf[345]): Append $major to soname_spec.
6889         Reflect this in library_names_spec.
6890         * ltmain.sh (osf): Prefix $major with . for use as extension.
6891
6892 2002-11-19  Andreas Jaeger  <aj@suse.de>
6893
6894         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
6895         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
6896         and sparc64 GNU/Linux systems.
6897
6898 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
6899
6900         * MAINTAINERS: Update email.
6901
6902 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6903
6904         * MAINTAINERS: Complete James Dennett's entry.
6905
6906 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
6907
6908         * MAINTAINERS (Write After Approval): Add myself.
6909
6910 2002-11-13  Bruce Korb  <bkorb@gnu.org>
6911
6912         * Makefile.tpl: syntactic cleanup
6913
6914 2002-11-13  Stuart Hastings  <stuart@apple.com>
6915
6916         * MAINTAINERS: Add myself to write-after-approval list.
6917
6918 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6919
6920         * Makefile.def: Add list of recursive targets to autogenerate.
6921         Add build_modules.
6922         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
6923         targets.  Autogenerate *-build-* targets.
6924         * Makefile.in: Regenerate.
6925
6926 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6927
6928         * configure: More autoconf-style substitutions.
6929         * Makefile.tpl: More autoconf-style substitutions.
6930         * Makefile.in: Regenerate.
6931
6932 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6933
6934         * configure: Substitute more variables in a more autoconf-friendly
6935         way.  Simplify slightly.
6936         * Makefile.tpl: Make more variables substitutable in an
6937         autoconf-friendly way.
6938         * Makefile.in: Regenerate.
6939
6940 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
6941
6942         * MAINTAINERS (Write After Approval): Add myself.
6943
6944 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6945
6946         * configure.in (v810*): Remove special setting of tools.
6947
6948         * configure: Add support for extra required flags for ar or nm.
6949         * configure.in (aix4.3+): Use above support for target-specific
6950         issues, rather than using config/mt-aix43.
6951
6952 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6953
6954         * configure: Remove 'removing', which doesn't work.  Replace $subdir
6955         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
6956         with $srcdir.  Reformat indentation.  Substitute some variables
6957         formerly hard-coded in the Makefile for build=host.
6958         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6959         * Makefile.def: Autogenerate more.
6960         * Makefile.in: Regenerate.
6961
6962 2002-11-04  Adam Nemet  <anemet@lnxw.com>
6963
6964         * MAINTAINERS (Write After Approval): Add myself.
6965
6966 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
6967
6968         * Makefile.def (host_modules): Add rda.
6969         * Makefile.in: Regenerate.
6970         * configure.in (target_tool): Add target-rda to list.
6971
6972 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6973
6974         * MAINTAINERS: Remove "co-maintainer" note for web pages.
6975
6976 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
6977
6978         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
6979         and restrap targets to this rule.
6980         * Makefile.in:  Regenerate.
6981
6982 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6983
6984         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
6985         GNATS only accounts.
6986
6987 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
6988
6989         * configure.in (i[3456]86-*-linux*): Add check to disable
6990         ${libgcj} for glibc1.
6991
6992 2002-10-24  Denis Chertykov  <denisc@overta.ru>
6993
6994         * MAINTAINERS: Add myself as ip2k port maintainer.
6995
6996 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
6997
6998         * configure.in: Add tic4x target.
6999
7000 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7001
7002         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7003         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7004         * Makefile.in: Regenerate.
7005
7006         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7007         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7008         * Makefile.in: Regenerate.
7009
7010 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
7011
7012         * MAINTAINERS: Add myself as web pages co-maintainer.
7013
7014 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7015
7016         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7017         * Makefile.in: Regenerate.
7018
7019 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
7020
7021         * MAINTAINERS: Add myself and Nathan Sidwell
7022         <nathan@codesourcery.com> as VxWorks maintainers.
7023
7024 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7025
7026         * Makefile.def: Remove order dependency comments.
7027         * Makefile.tpl: Add explicit install-install dependencies.
7028         * Makefile.in: Regenerate.
7029
7030         * Makefile.tpl: Remove material now in src-release.  (Finally!)
7031         * Makefile.in: Regenerate.
7032
7033         * Makefile.tpl: Add configure-target (for src-release in src)
7034         * Makefile.in: Regenerate.
7035
7036 2002-09-30  Nick Clifton  <nickc@redhat.com>
7037
7038         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7039
7040 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
7041
7042         * configure.in (s390*-*-linux*): Enable libgcj.
7043
7044 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
7045
7046         * configure: Revert accidentally applied changes.
7047
7048         * Makefile.tpl: Make more autoconf-friendly.
7049         * Makefile.in: Regenerate.
7050         * configure: Make substitution more autoconf-like.
7051
7052 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
7053
7054         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7055         single entry to handle all these.
7056         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
7057         libjava on arm-*-elf.
7058
7059 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
7060
7061         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7062         things that depend on them.
7063
7064 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7065
7066         * Makefile.tpl: Make subsituted variables more autoconfy.
7067         * Makefile.in: Regenerate.
7068         * configure: Make seds more autoconfy.
7069
7070 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7071
7072         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7073         * Makefile.in: Regenerate.
7074         * configure.in: Rewrite sed statements to look autoconfy.
7075
7076         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7077         all-target-foo on configure-target-foo.
7078         * Makefile.def: Ditto.
7079         * Makefile.in: Rebuild.
7080
7081 2002-09-25  Andrew Haley  <aph@redhat.com>
7082
7083         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
7084
7085 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7086
7087         * Makefile.def: New file.
7088         * Makefile.tpl: New file.
7089         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7090         * contrib/gcc_update: Note that Makefile.in is a generated file.
7091
7092         * configure.in: Minor rearrangement.  Simplify tests.
7093
7094 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
7095
7096         * configure.in (with_headers): Skip copy if value is "yes".
7097         (with_libs): Likewise.
7098
7099 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7100
7101         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7102         * configure.in (sh*-*-pe*): Ditto.
7103         * configure.in (mips*-*-pe*): Ditto.
7104         * configure.in (*arm-wince-pe): Ditto.
7105
7106         * configure.in: Rearrange.
7107
7108 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
7109
7110         * MAINTAINERS: Update my email address.
7111
7112 2002-08-30  Paul Koning  <pkoning@equallogic.com>
7113
7114         * MAINTAINERS: (Write After Approval): Add myself.
7115
7116 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
7117
7118         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
7119
7120 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
7121
7122         * MAINTAINERS: Change my mailing address.
7123
7124 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
7125
7126         * MAINTAINERS (Write After Approval): Remove myself.
7127         (Various Maintainers: c++ runtime libs): Add myself.
7128
7129 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
7130
7131         * MAINTAINERS (Write After Approval): Remove myself.
7132         (Various Maintainers: c++ runtime libs): Add myself.
7133
7134 2002-08-15  Eric Christopher  <echristo@redhat.com>
7135
7136         * config.sub: Import from master repository.
7137         * config.guess: Ditto.
7138
7139 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
7140
7141         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7142         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7143         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7144
7145 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
7146
7147         * MAINTAINERS: Add self to rs6000 vector extensions.
7148
7149 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
7150
7151         * libiberty/configure: Reverted unintended yesterday's check in.
7152
7153 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
7154
7155         * boehm-gc/configure, libf2c/configure: Rebuilt.
7156         * libffi/configure, libiberty/configure: Ditto.
7157         * libjava/configure, libobjc/configure: Ditto.
7158         * libstdc++-v3/configure, zlib/configure: Ditto.
7159         Merged from binutils:
7160         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
7161         From Steve Ellcey <sje@cup.hp.com>:
7162         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7163         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7164         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7165         IA64.
7166         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7167         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7168         soname_spec, sys_lib_search_path_spec): Ditto.
7169
7170 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
7171
7172         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7173
7174 2002-08-04  H.J. Lu  (hjl@gnu.org)
7175
7176         * configure.in (mips*-*-linux*): Don't skip target-libffi.
7177
7178 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
7179
7180         * MAINTAINERS (Write After Approval): Add myself.
7181
7182 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
7183
7184         * configure.in: Move generic linux case to end.  Copy generic
7185         linux noconfigdirs to mips*-*-linux* entry and new
7186         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
7187
7188 2002-07-19  Michael Matz  <matz@suse.de>
7189
7190         * MAINTAINERS: Add myself as ra* maintainer.
7191
7192 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
7193
7194         * config.guess: Update to 2002-07-09 version.
7195         * config.sub: Update to 2002-07-03 version.
7196
7197 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
7198
7199         * MAINTAINERS: Fix typo in a maintainer email address.
7200
7201 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7202
7203         * configure.in: Remove two redundant tests.
7204
7205 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7206
7207         * configure.in (mips*-*-irix6*o32): Enable stabs.
7208
7209 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
7210
7211         * configure.in: Don't build grez.
7212         * Makefile.in: Ditto.
7213
7214         * Makefile.in: Remove references to bsp, cygmon, libstub.
7215         * configure.in: Ditto.
7216
7217         * configure.in: Remove leftover reference to gdbtest.
7218
7219 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
7220
7221         * configure.in (gxx_include_dir):  Change to match versioned
7222         C++ headers if --enable-version-specific-runtime-libs is used.
7223
7224 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
7225
7226         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7227
7228 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7229
7230         * configure.in: Make --without-x work.
7231
7232 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7233
7234         * configure.in: Rearrange target Makefile fragment collection.
7235
7236         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7237         cvs[src].
7238         * configure.in: Ditto.
7239
7240 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
7241
7242         * MAINTAINERS (Write After Approval): Update my e-mail address.
7243
7244 2002-06-24  Ben Elliston  <bje@redhat.com>
7245
7246         * configure.in (host_tools): Remove cgen.
7247
7248         * Makefile.in (all-cgen): Remove; runs from its source directory.
7249         (check-cgen, install-cgen, clean-cgen): Likewise.
7250         (all-opcodes): Do not depend on all-cgen.
7251         (all-sim): Likewise.
7252
7253 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7254
7255         * Makefile.in: Eliminate 'apache' targets.
7256         * configure.in: Eliminate 'apache' targets.
7257
7258         * configure.in: Eliminate redundant tests.  Reorganize.
7259
7260         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7261
7262         * config-ml.in: Eliminate references to Cygnus configure.
7263
7264         * Makefile.in: Eliminate references to building emacs.
7265
7266 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
7267
7268         * MAINTAINERS: Update my email address.
7269
7270 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
7271
7272         * config.if (libstdcxx_incdir): Version C++ headers.
7273         (cxx_incdir): Remove.
7274
7275 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7276
7277         * MAINTAINERS (Write After Approval): Add self.
7278
7279 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
7280
7281         * configure.in: Add support for ip2k.
7282
7283 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
7284
7285         * configure.in: Fix AIX configury bug.
7286
7287 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
7288
7289         * MAINTAINERS (Write After Approval): Add self.
7290
7291 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7292
7293         * configure.in: replace ${topsrcdir} with ${srcdir}
7294
7295         * configure.in: Move definition of libstdcxx_flags
7296         right above usage, rather than waaay earlier.
7297
7298         * configure.in: Pull definition of is_cross_compiler earlier.
7299
7300         * configure.in: Rearrange a little.
7301
7302         * configure.in: Remove references to librx.
7303         * Makefile.in: Remove references to librx.
7304
7305 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
7306
7307         * config.sub: Add support for avr target.
7308         Import from master sources, rev 1.255
7309
7310 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
7311
7312         * configure, .cvsignore:  Revert previous change...
7313         * Makefile:  ...delete.
7314
7315 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7316
7317         * configure.in: Eliminate ${gasdir} variable.
7318
7319 2002-06-18  Dave Brolley  <brolley@redhat.com>
7320
7321         * configure.in: Add support for frv.
7322         * config.sub: Add support for frv.
7323
7324 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7325
7326         * configure:  Remove garbage from previous commit.
7327
7328 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7329
7330         * configure:  For in-source builds, make a subdir and re-exec there.
7331         * Makefile:  New file.  Pass targets through to build directory.
7332         * .cvsignore:  No longer ignore "Makefile".
7333
7334 2002-06-16  Douglas Rupp  <rupp@gnat.com>
7335
7336         * MAINTAINERS (Write After Approval): Add self.
7337
7338 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7339
7340         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7341
7342 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
7343
7344         * configure.in (vax-*-netbsd*): Re-enable gas.
7345
7346 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
7347
7348         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7349         BUILD_PREFIX_1, to correct nomenclature.
7350         * configure: Likewise.
7351
7352         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7353         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7354
7355 2002-05-31  Olaf Hering  <olh@suse.de>
7356
7357         * config-ml.in: Propogate DESTDIR also.
7358
7359 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
7360
7361         * configure.in (vax-*-netbsd*): Don't build gas for this
7362         platform.
7363
7364 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7365
7366         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7367         and libgcj for AVR.
7368
7369 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
7370
7371         * MAINTAINERS (Write After Approval): Add myself.
7372
7373 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7374
7375         * config.guess: Update to 2002-05-22 version.
7376         * config.sub: Likewise.
7377
7378 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7379
7380         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7381         * config-ml.in: Likewise.
7382         * configure: Likewise.
7383         * configure.in: Likewise.
7384
7385 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
7386
7387         * MAINTAINERS: Update my email address.
7388
7389 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
7390
7391         * configure.in: Simplify makefile fragment collection.
7392
7393         * configure.in: Remove code to build emacs.
7394
7395         * configure.in : Remove --srcdir argument from targargs and buildargs
7396         (it's always overridden in the Makefile anyway).  Rearrange a bit.
7397
7398         * configure: Move some logic to configure.in.
7399         * configure.in: Move some logic from configure.
7400
7401 2002-05-11  Tom Tromey  <tromey@redhat.com>
7402
7403         * MAINTAINERS: Reflect libgcj reality.
7404
7405 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
7406
7407         * Makefile.in: Honour DESTDIR.
7408
7409 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
7410
7411         * config.guess: Import 2002-03-20 version.
7412         * config.sub: Import 2002-04-26 version.
7413
7414 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7415
7416         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
7417
7418 2002-05-07  Tim Josling  <tej@melbpc.org.au>
7419
7420         * MAINTAINERS: Add self.
7421
7422 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
7423
7424         * ltmain.sh: Detect and handle object name conflicts
7425         while piecewise linking a static library.
7426
7427 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
7428
7429         * configure.in (noconfigdirs): Don't disable libgcj on
7430         sparc64-*-solaris* and sparcv9-*-solaris*.
7431
7432 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
7433
7434         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7435
7436 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
7437
7438         * configure.in (FLAGS_FOR_TARGET): Do not add
7439         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7440         on i[3456]86-*-linux*.
7441
7442 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
7443
7444         * configure.in (noconfigdirs): Replace [ ] with test.
7445
7446         * configure.in (noconfigdirs): Do not add target-newlib if
7447         target == i[3456]86-*-linux*, and host == target.
7448
7449 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
7450
7451         * configure.in: delete reference to absent file
7452
7453         * configure.in: replace '[' with 'test'
7454
7455         * configure.in: Eliminate references to gash.
7456         * Makefile.in: Eliminate references to gash.
7457
7458         * configure.in: remove useless references to 'pic' makefile fragments.
7459
7460         * configure.in: (*-*-windows*) Finish removing.
7461
7462         * configure.in: Eliminate redundant test for libgui.
7463
7464 2002-04-29  Roger Sayle  <roger@eyesopen.com>
7465
7466         * MAINTAINERS: Add self and realphabetize.  Update entries
7467         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
7468         entry for a29k port maintainer.
7469
7470 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
7471
7472         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7473         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7474
7475 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
7476
7477         * configure.in: remove references to dead files
7478
7479 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
7480
7481         * MAINTAINERS: Add information about purpose of this file.
7482
7483 2002-04-18  Tom Tromey  <tromey@redhat.com>
7484
7485         * configure.in: Disallow configuring libgcj when it is already
7486         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
7487         Solaris 2.8 by default.  For PR libgcj/6158.
7488
7489 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7490
7491         * configure.in:  Move default CC setting out of config/mh-* fragments
7492         directly into here.
7493
7494 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7495
7496         * configure.in: don't even try to configure or make a subdirectory
7497         if there's no configure script for it.
7498
7499 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
7500
7501         * MAINTAINERS: Remove chill maintainers.
7502         * Makefile.in (CHILLFLAGS): Remove.
7503         (CHILL_LIB): Remove.
7504         (TARGET_CONFIGDIRS): Remove libchill.
7505         (CHILL_FOR_TARGET): Remove.
7506         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7507         CHILL_LIB.
7508         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7509         (CHECK_TARGET_MODULES): Likewise.
7510         (INSTALL_TARGET_MODULES): Likewise.
7511         (CLEAN_TARGET_MODULES): Likewise.
7512         (configure-target-libchill): Remove.
7513         (all-target-libchill): Remove.
7514         * configure.in (target_libs): Remove target-libchill.
7515         Do not compute CHILL_FOR_TARGET.
7516         * libchill: Remove directory.
7517
7518 2002-04-11  DJ Delorie  <dj@redhat.com>
7519
7520         * Makefile.in, configure.in: Sync with binutils, entries
7521         follow...
7522
7523 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7524
7525         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
7526         (do-tar, do-bz2): New rules.
7527         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
7528         (gdb-tar): New rule.
7529         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
7530         (insight_dejagnu.tar): New rule.
7531         (insight.tar): New rule.
7532         (gdb+dejagnu.tar): New rule.
7533         (gdb.tar): New rule.
7534
7535 2002-02-01  Mo DeJong  <supermo@bayarea.net>
7536
7537         * Makefile.in: Add all-tix to deps for all-snavigator
7538         so that tix is built when building snavigator.
7539
7540 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
7541
7542         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7543         ld and gdb are not supported.
7544
7545 2002-01-07  Mark Salter  <msalter@redhat.com>
7546
7547         * configure.in: Remove target-bsp and target-cygmon from arm builds.
7548         Allow target-libgloss to be built for arm, strongarm, and xscale.
7549
7550 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
7551
7552         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7553         options for i[3456]86-pc-linux* native builds.
7554
7555 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
7556
7557         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7558         files from .po files for a distribution.
7559
7560 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
7561
7562         * configure.in: Enable libstdc++-v3 for h8300 targets.
7563
7564 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
7565
7566         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
7567         version from bfd/.
7568
7569 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
7570
7571         * Makefile.in (VER): When present, extract the version number from
7572         the file version.in.
7573
7574 2001-05-24  Tom Rix  <trix@redhat.com>
7575
7576         * configure.in : enable ld for aix
7577
7578 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7579
7580         * config.guess: Add linux target for S/390.
7581
7582 2000-11-07  Philip Blundell  <pb@futuretv.com>
7583
7584         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7585
7586 2000-11-03  Philip Blundell  <pb@futuretv.com>
7587
7588         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7589         files.
7590
7591 2001-01-15  Ben Elliston  <bje@redhat.com>
7592
7593         * configure.in (host_tools): Add sid.
7594         Always configure cgen.
7595
7596 2000-11-24  Nick Clifton  <nickc@redhat.com>
7597
7598         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
7599
7600
7601 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
7602
7603         * Makefile.in (ALL_MODULES): Add all-cgen.
7604         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7605         (all-cgen): New target.
7606         (all-opcodes,all-sim): Depend on all-cgen.
7607         * configure.in (host_tools): Add cgen.
7608         Only configure cgen if --enable-cgen-maint.
7609
7610 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
7611
7612         * configure.in: Add *-*-freebsd* configurations.
7613
7614 2002-04-08  Tom Tromey  <tromey@redhat.com>
7615
7616         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7617         Fixes PR libgcj/6068.
7618
7619 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
7620
7621         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7622
7623 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7624
7625         * configure.in (alpha*-dec-osf*): Enable libgcj.
7626
7627 2003-03-27  Matthew Gingell  <gingell@gnat.com>
7628
7629         * MAINTAINERS (Write After Approval): Add myself.
7630
7631 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
7632
7633         Fix for: PR bootstrap/3591, target/5676
7634         * configure.in (mcore-pe): Disable the configuration of
7635         libstdc++-v3 since exceptions are not supported.
7636
7637 2002-03-20  Anthony Green  <green@redhat.com>
7638
7639         * configure.in: Enable libgcj for xscale-elf target.
7640
7641 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
7642
7643         * MAINTAINERS:  Update my email address.
7644
7645 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
7646
7647         * ltmain.sh (relink_command): Fix typo in previous change.
7648
7649 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
7650
7651         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
7652         (relink_command): Added --tag flags.
7653         (mode=install): If relinking fails; error out.
7654
7655 2002-03-12  Richard Henderson  <rth@redhat.com>
7656
7657         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
7658         .NOTPARALLEL tag.
7659         (do-check): Rename from check.
7660         (check): Allow parallel check.
7661
7662 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
7663
7664         * MAINTAINERS: Add myself as maintainer for xtensa port.
7665         Fix alphabetical order in CPU port maintainer list.
7666         Remove myself from Write After Approval list.
7667
7668 2002-03-11  Richard Henderson  <rth@redhat.com>
7669
7670         * Makefile.in (.NOTPARALLEL): Add fake tag.
7671
7672 2002-03-07  H.J. Lu  (hjl@gnu.org)
7673
7674         * configure.in: Enable gprof for mips*-*-linux*.
7675
7676 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
7677
7678         * MAINTAINERS (Write After Approval): Add myself.
7679
7680 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
7681
7682         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7683         libjava.
7684         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7685
7686 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
7687
7688         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7689         because its Makefile is there; test for the executable instead.
7690
7691 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
7692
7693         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7694         libstdc++-v3 and libjava.
7695
7696 2002-02-11  Adam Megacz  <adam@xwt.org>
7697
7698         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7699         boehm-gc
7700
7701 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
7702
7703         * config.guess: Updated to 2002-01-30's version.
7704         * config.sub: Updated to 2002-02-01's version.
7705         Contribute sh64-elf.
7706         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
7707         * configure.in: Added sh64-*-*.
7708
7709 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
7710
7711         * MAINTAINERS: Belatedly add myself to write after approval list.
7712
7713 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
7714
7715         * MAINTAINERS: Put self in as maintainer for x86-64 port.
7716         Remove self as Write After Approval.
7717
7718 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
7719
7720         * MAINTAINERS: Put self in as maintainer for contrib/regression
7721         directory.
7722
7723 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
7724
7725         * MAINTAINERS:  Update my email address.
7726
7727 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
7728
7729         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
7730         target-libiberty, and target-libgloss.  Skip Java-related
7731         libraries if not supported for NetBSD on target CPU.
7732
7733 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
7734
7735         * install-sh: Use _inst.$$_ for temp file name.
7736
7737 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
7738
7739         * MAINTAINERS (Write After Approval): Move my contact info
7740         from here...
7741         (OS Port Maintainers): ...to here (netbsd).
7742
7743 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
7744
7745         * MAINTAINERS (Write After Approval): Add myself.
7746
7747 2002-01-17  H.J. Lu  <hjl@gnu.org>
7748
7749         * Makefile.in (all-fastjar): Also depend on all-libiberty.
7750         (all-target-fastjar): Also depend on all-target-libiberty.
7751
7752 2002-01-16  H.J. Lu  (hjl@gnu.org)
7753
7754         * config.guess: Import from master sources, rev 1.225.
7755         * config.sub: Import from master sources, rev 1.238.
7756
7757 2002-01-16  Kazu Hirata  <kazu@hxi.com>
7758
7759         * MAINTAINERS (Write After Approval): Remove myself.
7760
7761 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
7762
7763         * MAINTAINERS (Write After Approval): Add myself.
7764
7765 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
7766
7767         * MAINTAINERS: Add self as docs co-maintainer.
7768
7769 2001-12-11  Matthias Klose  <doko@debian.org>
7770
7771         * MAINTAINERS (Write After Approval): Add myself.
7772
7773 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
7774
7775         * MAINTAINERS: Update my email address.
7776
7777 2001-12-07  Turly O'Connor  <turly@apple.com>
7778         * MAINTAINERS (Write After Approval): Add myself.
7779         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
7780         (rs6000_initialize_trampoline): Call __trampoline_setup for
7781         ABI_DARWIN too.
7782         * darwin-tramp.asm: New file, implements __trampoline_setup.
7783         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
7784
7785 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
7786
7787         * MAINTAINERS (Write After Approval): Add myself.
7788
7789 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
7790
7791         * configure, configure.in: Use temp file for long sed commands.
7792
7793 2001-12-03  Laurent Guerby  <guerby@acm.org>
7794
7795         * config.sub: Update to version 1.232 on subversion.
7796
7797 2001-12-03  Ben Elliston  <bje@redhat.com>
7798
7799         * MAINTAINERS: Update mail address for config.* patches.
7800
7801 2001-11-27  DJ Delorie  <dj@redhat.com>
7802             Zack Weinberg  <zack@codesourcery.com>
7803
7804         When build != host, create libiberty for the build machine.
7805
7806         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7807         CONFIG_ARGUMENTS.
7808         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7809         New variables.
7810         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7811         and rules.
7812         (all.normal): Depend on ALL_BUILD_MODULES.
7813         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7814         (all-build-libiberty): Depend on configure-build-libiberty.
7815
7816         * configure: Calculate and substitute proper value for
7817         ALL_BUILD_MODULES.
7818         * configure.in: Create the build subdirectory.
7819         Calculate and substitute TARGET_CONFIGARGS (formerly
7820         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7821
7822 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
7823
7824         * MAINTAINERS (write-after-approval): Add self.
7825
7826 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
7827
7828         * MAINTAINERS (GNATS only accounts): Remove self.
7829
7830 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
7831
7832         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7833         libf2c.
7834
7835 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
7836
7837         * MAINTAINERS (Write After Approval): Add self.
7838
7839 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
7840
7841         * MAINTAINERS: mips and s390 are also CPU ports.
7842
7843 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
7844
7845         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
7846
7847 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
7848
7849         * MAINTAINERS: Alphabetize.
7850
7851 2001-11-09  Kazu Hirata  <kazu@hxi.com>
7852
7853         * MAINTAINERS (Various maintainers: h8 port): Add myself.
7854
7855 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7856
7857         * MAINTAINERS (Various maintainers: hppa port): Added myself.
7858
7859 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
7860
7861         * configure.in (--enable-languages): Be more permissive about
7862         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
7863
7864 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
7865
7866         * config.sub: Import from master sources, rev. 1.230.
7867         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
7868
7869 2001-11-07  Laurent Guerby  <guerby@acm.org>
7870
7871         * MAINTAINERS (Write After Approval): Add self.
7872
7873 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
7874
7875         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7876
7877 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
7878
7879         * config.sub: Import from master sources, rev 1.226.
7880         * config.guess: Import from master sources, rev 1.216.
7881
7882 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
7883
7884         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7885         * MAINTAINERS: Add self as maintainer of MMIX port.
7886         Remove old after-approval entry.
7887
7888 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
7889
7890         * ChangeLog, configure: Fix spelling errors.
7891
7892 2001-10-20  Brendan Kehoe  <brendan@zen.org>
7893
7894         * MAINTAINERS: Tweak my address.
7895
7896 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
7897
7898         * MAINTAINERS: Update my email address.
7899
7900 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
7901
7902         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7903         * MAINTAINERS: Add self as maintainer of CRIS port.
7904
7905 2001-10-10  Geert Bosch  <bosch@gnat.com>
7906
7907         * MAINTAINERS (Various maintainers: Ada front end):
7908         Added Robert Dewar.
7909
7910 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
7911
7912         * MAINTAINERS (Write After Approval): Added self
7913
7914 2001-10-02  Geert Bosch  <bosch@gnat.com>
7915
7916         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7917
7918 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
7919
7920         * configure: Handle temporary files securely using mkdir.
7921
7922 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
7923
7924         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7925
7926 2001-09-26  Will Cohen  <wcohen@redhat.com>
7927
7928         * configure.in (*-*-linux*): Disable configuration of target-newlib
7929         and target-libgloss.
7930
7931 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
7932
7933         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7934         RANLIB.
7935
7936 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
7937
7938         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7939         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7940         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7941         avoid quotes nesting problems.
7942         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7943         (DO_X): Export only variables that are set.
7944
7945 2001-09-19  Ben Elliston  <bje@redhat.com>
7946
7947         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7948         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7949         semantics.  Use the shell built-in "type" command instead.
7950
7951 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
7952
7953         Merged from gcc-3_0-branch:
7954         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
7955         * ltcf-c.sh: Use $objext, not $ac_objext.
7956         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
7957         * ltcf-cxx.sh: Add support for GNU.
7958         2001-07-22  Timothy Wall  <twall@redhat.com>
7959         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
7960         default settings if using GNU tools with that configuration.
7961         * ltcf-cxx.sh: Ditto.
7962         * ltcf-gcj.sh: Ditto.
7963         2001-07-21  Michael Chastain  <chastain@redhat.com>
7964         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7965         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
7966         * ltmain.sh: Mark as gcc-local.
7967
7968 2001-08-30  Eric Christopher  <echristo@redhat.com>
7969             Jason Eckhardt  <jle@redhat.com>
7970
7971         * config.guess: Merge from master sources.
7972         * config.sub: Merge from master sources, add support for mipsisa32.
7973
7974 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
7975         * config.sub: Merge from master sources, rev 1.219.
7976         * MAINTAINERS: Add self as contact for stormy16 port.
7977
7978 2001-08-14  Zack Weinberg  <zackw@panix.com>
7979
7980         * config.sub: Merge from master sources, rev 1.218.
7981         * config.guess: Merge from master sources, rev 1.209.
7982
7983 2001-08-11  Graham Stott  <grahams@redhat.com>
7984
7985         * Makefile.in (check-c++): Add missing semicolon.
7986
7987 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
7988
7989         * MAINTAINERS (Various maitainers: predict.def): Added myself.
7990
7991 2001-07-30  Eric Christopher  <echristo@redhat.com>
7992
7993         * MAINTAINERS (Various maintainers: mips port): Added myself.
7994
7995 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
7996
7997         * configure.in (sh-*-linux*): New.
7998
7999 2001-07-27  Richard Henderson  <rth@redhat.com>
8000
8001         * .cvsignore: Add LAST_UPDATED.
8002
8003 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
8004
8005         * MAINTAINERS (Various maintainers: s390 port): Added myself.
8006
8007 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
8008
8009         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
8010
8011 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
8012
8013         * MAINTAINERS (Write After Approval): Added myself.
8014
8015 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8016
8017         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8018         and libgcj on m68hc11/m68hc12.
8019
8020 2001-06-27  H.J. Lu  (hjl@gnu.org)
8021
8022         * Makefile (CFLAGS_FOR_BUILD): New.
8023         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8024
8025 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8026
8027         * README: Remove version number.
8028
8029 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8030
8031         * INSTALL/README: Update wrt. to the installation instructions now
8032         residing in gcc/doc/install.texi.
8033
8034 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8035
8036         * README: Replace with a cut-down and updated version of gcc/README.
8037
8038 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
8039
8040         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
8041         multilibs to be disabled.
8042
8043 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
8044
8045         * MAINTAINERS (Write After Approval): Add myself.
8046
8047 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
8048
8049         * config.guess: Import CVS version 1.195.
8050         * config.sub: Import CVS version 1.212.
8051
8052 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
8053
8054         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8055         gcc/xgcc is built, use -print-prog-name to find out the program
8056         name to use.
8057
8058 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
8059
8060         * config.guess:  Import CVS version 1.194.  All gcc-local changes
8061         appear to also be in the master copy.
8062         * config.sub:  Import CVS version 1.211.
8063
8064 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
8065
8066         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8067         with_gcc]: Use `gcc -shared' to build a shared library.
8068
8069 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8070
8071         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8072         archives.
8073
8074 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8075
8076         * MAINTAINERS (Write After Approval): Add myself.
8077
8078 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
8079
8080         * configure.in (libstdcxx_flags): Do not try to execute
8081         libstdc++-v3/testsuite_flags until it exists.
8082
8083 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
8084
8085         * MAINTAINERS: Update my email address.
8086
8087 2001-05-31  Graham Stott  <grahams@redhat.com>
8088
8089         * MAINTAINERS (Write After Approval): Add myself.
8090
8091 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
8092
8093         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
8094         libraries when using g++ with native linker.
8095
8096 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
8097
8098         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8099
8100 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
8101
8102         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8103         [aix4*|aix5*]: Prepend blank.
8104
8105 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
8106
8107         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8108         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
8109         of subdir/configure scripts to use the new libtool.m4.
8110
8111 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
8112
8113         * MAINTAINERS (Write After Approval): Add myself.
8114
8115 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
8116
8117         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8118
8119 2001-05-11  Ben Elliston  <bje@redhat.com>
8120
8121         * Makefile.in (all-sid): New target.
8122         (check-sid, clean-sid, install-sid): Likewise.
8123
8124 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
8125
8126         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8127
8128 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8129
8130         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8131         libgcj.
8132
8133 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8134
8135         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8136         gcc/xgcc is built, use -print-prog-name to find out the program
8137         name to use.
8138
8139 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
8140
8141         * configure.in (noconfigdirs): Don't reset it from scratch in the
8142         target case; only append to it.
8143
8144         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8145         sparc-*-solaris2.8]: Disable ${libgcj}.
8146
8147 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
8148
8149         * configure.in (libgcj_saved): Copy from $libgcj.
8150         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8151         --disable-libgcj.
8152
8153 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
8154
8155         * MAINTAINERS: Remove self as MIPS maintainer and
8156         C front end maintainer.
8157
8158 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
8159
8160         * configure.in: Move *-chorusos target case to the proper switch.
8161         Disable libgcj.
8162
8163 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8164
8165         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8166         1.641.2.228.
8167
8168 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8169
8170         * Makefile.in (STAGE1_CFLAGS): Pass down.
8171
8172 2001-04-13  Alan Modra  <amodra@one.net.au>
8173
8174         * config.guess: Add hppa64-linux support.  Note for next import that
8175         this is already in the master file.
8176         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
8177
8178 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8179
8180         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8181         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8182
8183 2001-04-11  Stan Shebs  <shebs@apple.com>
8184
8185         * MAINTAINERS: Add self as Darwin port maintainer.
8186
8187 2001-04-11  Alan Modra  <amodra@one.net.au>
8188
8189         * MAINTAINERS: Update my email address.
8190
8191 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
8192
8193         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8194         recent versions of FreeBSD (release 3 or later).
8195         * ltconfig: On FreeBSD, -lc must not be provided when building
8196         a shared library or else the standard -pthread gcc option is
8197         rendered worthless to later users of the built library.
8198
8199 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8200
8201         * MAINTAINERS: Add self and RTH as C front end maintainers.
8202
8203 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
8204
8205         * config.sub: Make sure to match an already-canonicalized
8206         machine name (eg. mn10300-unknown-elf).
8207
8208 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
8209
8210         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8211         New macros.
8212         (bootstrap, cross): Use RECURSE_FLAGS.
8213         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8214
8215 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
8216
8217         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8218
8219 2001-03-22  Colin Howell  <chowell@redhat.com>
8220
8221         * Makefile.in (DO_X): Do not backslash single-quotes in
8222         backquotes (two places).
8223
8224 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8225
8226         Re-installed:
8227         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8228         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8229         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8230         * ltcf-cxx.sh: Likewise.
8231         * ltcf-gcj.sh: Likewise.
8232
8233 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8234
8235         * MAINTAINERS: Add myself as "documentation co-maintainer".
8236
8237 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8238
8239         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8240         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8241
8242 2001-03-19  Tom Tromey  <tromey@redhat.com>
8243
8244         * config-ml.in: Handle GCJ and GCJFLAGS.
8245
8246 2001-03-21  Michael Chastain  <chastain@redhat.com>
8247
8248         * Makefile.in: all-m4 depends on all-texinfo.
8249
8250 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
8251
8252         * MAINTAINERS: Add myself to write after approval list.
8253
8254 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
8255
8256         * Makefile.in (DO_X): Quote nested quotes.
8257
8258 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
8259
8260         * MAINTAINERS: Add myself to write after approval list.
8261
8262 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
8263
8264         * Makefile.in (DO_X): Use double quotes for quoting
8265         "RANLIB=$${RANLIB}".
8266
8267 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
8268
8269         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
8270
8271 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
8272
8273         * configure.in: Only use `lang_requires' for languages athat are
8274         actually enabled.
8275
8276 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
8277
8278         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
8279
8280 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
8281
8282         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8283
8284 2001-03-07  Tom Tromey  <tromey@redhat.com>
8285
8286         * configure.in: Allow config-lang.in to set `lang_requires' to list
8287         of other required languages.
8288
8289 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
8290
8291         * Makefile.in: Remove RANLIB definition. Use RANLIB
8292         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8293         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8294
8295 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
8296             Alexandre Oliva  <aoliva@redhat.com>
8297
8298         * Makefile.in (check-c++): Use tabs, not spaces.
8299
8300 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
8301
8302         * MAINTAINERS: add myself to Write After Approval list.
8303
8304 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
8305
8306         * Makefile.in (check-c++): New rule.
8307
8308         * configure.in (target_libs): Remove libg++.
8309         (noconfigdirs): Remove libg++.
8310         (noconfigdirs): Same.
8311         (noconfigdirs): Same.
8312         (noconfigdirs): Same.
8313
8314         * config-ml.in: Remove libg++ references.
8315
8316         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8317         (ALL_TARGET_MODULES): Same.
8318         (configure-target-libg++): Remove.
8319         (all-target-libg++): Remove.
8320         (configure-target-libio): Remove.
8321         (all-target-libio): Remove.
8322         (check-target-libio): Remove.
8323         (.PHONY): Remove.
8324         (libg++.tar.bz2): Remove.
8325         (all-target-cygmon): Remove libio.
8326         (all-target-libstdc++): Remove.
8327         (configure-target-libstdc++): Remove.
8328         (TARGET_LIB_PATH): Remove libstdc++.
8329         (ALL_GCC_CXX): Remove libstdc++.
8330         (all-target-gperf): Correct.
8331
8332 2001-02-16  Nick Clifton  <nickc@redhat.com>
8333
8334         * configure.in (noconfigdirs): Allow configuration of texinfo
8335         for Cygwin hosts.
8336
8337 2001-02-15  Anthony Green  <green@redhat.com>
8338
8339         * configure: Introduce GCJ_FOR_TARGET.
8340         * configure.in: Ditto.
8341         * Makefile.in: Ditto.
8342
8343 2001-02-13  Andreas Schwab  <schwab@suse.de>
8344
8345         * MAINTAINERS: Update mail address.
8346
8347 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8348
8349         * config.guess: Add linux target for S/390.
8350         * config.sub: Likewise.
8351
8352 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
8353
8354         * configure.in: for *-chorusos, don't config target-newlib and
8355         target-libgloss.
8356
8357 2001-02-06  Ben Elliston  <bje@redhat.com>
8358
8359         * configure: Output host type to stdout, not stderr.
8360
8361 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
8362
8363         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
8364         * ltcf-cxx.sh: Likewise.
8365
8366         * config.if: Assume enable_libstdcxx_v3 is defined.
8367
8368 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
8369
8370         Remove V2 C++ library.
8371         * configure.in: Remove --enable-libstdcxx_v3 support.
8372
8373 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
8374
8375         * include/demangle.h: Add prototype for java_demangle_v3.
8376
8377 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
8378
8379         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
8380
8381 2001-01-27  Richard Henderson  <rth@redhat.com>
8382
8383         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8384
8385 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8386
8387         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8388         Don't unset, it's non-portable and no longer necessary, set to empty
8389         instead.
8390
8391 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8392
8393         * ltconfig: Shell portability fix for the tagname validity check.
8394
8395 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
8396
8397         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8398         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8399
8400 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8401
8402         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8403
8404 2001-01-26  Tom Tromey  <tromey@redhat.com>
8405
8406         * configure.in: Allow libgcj to be built on Sparc Solaris.
8407
8408 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
8409
8410         * ltcf-c.sh: Add aix5 case.
8411         * ltcf-cxx.sh: Likewise.
8412         * ltconfig: Likewise.
8413
8414 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
8415
8416         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8417         keep at least one of build_libtool_libs or build_old_libs set to
8418         yes.
8419
8420         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8421         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8422
8423 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
8424
8425         * configure.in: Enable libgcj on several additional platforms.
8426
8427 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
8428
8429         * configure.in: Enable libgcj for linux targets.
8430
8431 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8432
8433         * MAINTAINERS (Write After Approval): Add myself.
8434
8435 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8436
8437         * MAINTAINERS: Add myself as vax port maintainer.
8438
8439 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
8440
8441         * MAINTAINERS: Add myself as Mercury front-end maintainer.
8442
8443 2001-01-09  Mike Stump  <mrs@wrs.com>
8444
8445         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8446         failures of subdirectories.
8447
8448 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8449
8450         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8451         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8452         * ltcf-cxx.sh: Likewise.
8453         * ltcf-gcj.sh: Likewise.
8454         * ltconfig.sh: Fix typo.
8455
8456 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8457
8458         * configure: handle DOS-style absolute paths.
8459
8460 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8461
8462         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8463
8464 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
8465
8466         * MAINTAINERS: Add myself as avr port co-maintainer.
8467
8468 2000-12-28  Ben Elliston  <bje@redhat.com>
8469
8470         * MAINTAINERS: Add myself under ``Write After Approval''.
8471
8472 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
8473
8474         * texinfo: Remove directory from GCC.
8475
8476 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8477
8478         * COPYING: Update to current
8479         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
8480         to 19yy as example year in copyright notice).
8481
8482 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
8483
8484         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8485         (libstdcxx_incdir): Pass down.
8486         * config.if: Remove expired bits for cxx_interface, add stub.
8487         (libstdcxx_incdir): Add variable for g++ include directory.
8488         * configure.in (gxx_include_dir): Use it.
8489
8490 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
8491
8492         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
8493         with old-email address from ``Write After Approval''.
8494
8495 2000-12-15  Andreas Jaeger  <aj@suse.de>
8496
8497         * configure.in: Handle lang_dirs.
8498
8499 2000-12-14  Tom Tromey  <tromey@redhat.com>
8500
8501         * MAINTAINERS: Removed brads.
8502
8503         * MAINTAINERS: Added gcj developers.
8504
8505 2000-12-13  Anthony Green  <green@redhat.com>
8506
8507         * configure.in: Disable libgcj for any target not specifically
8508         listed.  Disable libgcj for x86 and Alpha Linux until compatible
8509         with g++ abi.
8510
8511 2000-12-13  Mike Stump  <mrs@wrs.com>
8512
8513         * Makefile.in (local-distclean): Also remove fastjar.
8514
8515 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
8516
8517         * contrib/gcc_update: Add fastjar --touch entries.
8518
8519 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
8520
8521         * configure.in: Disable language-specific target libraries for
8522         languages that aren't enabled.
8523
8524 2000-12-10  Anthony Green  <green@redhat.com>
8525
8526         * configure.in: Define libgcj.  Disable libgcj target libraries for
8527         most targets.
8528
8529 2000-12-10  Neil Booth  <neilb@earthling.net>
8530
8531         * MAINTAINERS: Update mail address, remove from WAA list.
8532
8533 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8534
8535         * libjava: Imported from /cvs/java.
8536         * libffi: Likewise.
8537         * Boehm-gc: Likewise.
8538
8539 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8540
8541         * configure.in (target_libs): Revert 2000-12-08 patch.
8542         (noconfigdirs): Added target-libjava.
8543
8544 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8545
8546         * djunpack.bat: removed.
8547
8548 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8549
8550         * Makefile.in: handle DOS-style absolute paths.
8551         * config-ml.in: likewise.
8552         * symlink-tree: likewise.
8553
8554 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8555
8556         * fastjar: Imported.
8557
8558 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8559
8560         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8561         libjava.
8562         * configure.in (target_libs): Removed `target-libjava'.
8563
8564 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8565
8566         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8567         (ALL_MODULES): Added fastjar.
8568         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8569         (all-target-libjava): all-fastjar replaces all-zip.
8570         (all-fastjar): Added.
8571         (configure-target-fastjar, all-target-fastjar): Likewise.
8572         * configure.in (host_tools): Added fastjar.
8573
8574 2000-12-07  Mike Stump  <mrs@wrs.com>
8575
8576         * Makefile.in (local-distclean): Remove leftover built files.
8577
8578 2000-11-24  Nick Clifton  <nickc@redhat.com>
8579
8580         * configure.in (xscale-elf): Add target.
8581         (xscale-coff): Add target.
8582
8583 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
8584
8585         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8586         recent versions of FreeBSD (release 3 or later).
8587         * ltconfig: On FreeBSD, -lc must not be provided when building
8588         a shared library or else the standard -pthread gcc option is
8589         rendered worthless to later users of the built library.
8590
8591 2000-11-16  Fred Fish  <fnf@be.com>
8592
8593         * configure.in (enable_libstdcxx_v3): Fix typo,
8594         libstd++ -> libstdc++.
8595
8596 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8597
8598         * MAINTAINERS: Add self to Write After Approval list.
8599
8600 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
8601
8602         * MAINTAINERS: Update my email address.  Add myself to global write
8603         privs list.
8604
8605 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
8606
8607         * Makefile.in: Merge with src and libgcj.
8608         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
8609         configure-target-<library> when their configure scripts need the C
8610         or C++ library to have already been built to work properly.
8611         (do_proto_toplev): Set them to an empty string.
8612
8613         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8614         (REALLY_SET_LIB_PATH): Use them.
8615
8616 2000-11-17  Stan Shebs  <shebs@apple.com>
8617
8618         * MAINTAINERS: Add self to Write After Approval list.
8619
8620 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8621
8622         * configure: Provide the original toplevel configure arguments
8623         (including $0) to subprocesses in the environment rather than
8624         through gcc/configargs.h.
8625
8626 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8627
8628         * MAINTAINERS: Remove references to cccp. Change C9X reference to
8629         C99.  Alphabetise "Write After Approval" list.
8630
8631 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
8632
8633         * configure: Turn on libstdc++ V3 by default.
8634
8635         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
8636         if we've got GCC.
8637
8638 2000-11-11  Philip Blundell  <philb@gnu.org>
8639
8640         * MAINTAINERS: Add self to Write After Approval list.
8641
8642 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
8643
8644         * ltcf-c.sh (aix4): Improve shared library configuration; require
8645         exporting symbols.
8646         * ltcf-cxx.sh (aix4): Define.
8647         * ltconfig (aix4): Define library and soname specs appropriate for
8648         AIX.  Define command to create export symbols list.
8649
8650 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
8651
8652         * config.sub: Add support for Sun Chorus
8653
8654 2000-10-31  Nick Clifton  <nickc@redhat.com>
8655
8656         * MAINTAINERS: Rename <name>@cygnus.com addresses to
8657         <name>@redhat.com.  Also installed new email address for Clint
8658         Popetz.
8659
8660 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
8661
8662         * etc: Remove directory from GCC.
8663
8664 2000-10-16  Michael Meissner  <meissner@redhat.com>
8665
8666         * configure (gcc/configargs.h): Only create if there is a build GCC
8667         directory created.
8668
8669 2000-10-16  Matthias Klose  <doko@debian.org>
8670
8671         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
8672         when configured for libstdc++-v3.
8673
8674 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
8675
8676         * configure: Save configure arguments to gcc/configargs.h.
8677
8678 2000-10-04  Philipp Thomas  <pthomas@suse.de>
8679
8680         * config.guess: Import CVS version 1.157.
8681         * config.sub: Import CVS version 1.181.
8682
8683 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
8684
8685         * Makefile.in (bootstrap): avoid recursion if subdir missing
8686         (cross): ditto
8687         (do-proto-toplev): ditto
8688
8689 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
8690
8691         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
8692         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
8693
8694         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
8695         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
8696         all affected `configure' scripts.
8697
8698 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
8699
8700         * MAINTAINERS: Add self as cpplib co-maintainer.
8701
8702 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
8703
8704         * MAINTAINERS: Add self to Write After Approval list.
8705
8706 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8707
8708         * INSTALL/README: egcs -> GCC update.
8709
8710 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
8711
8712         * MAINTAINERS: Add myself to Write After Approval list.
8713
8714 2000-09-15  Kazu Hirata  <kazu@hxi.com>
8715
8716         * MAINTAINERS: Add myself to Write After Approval list.
8717
8718 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
8719
8720         * configure.in: Do not build byacc for hppa64.  Provide paths to the
8721         X11 libraries for hppa64.
8722
8723 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8724
8725         * MAINTAINERS: Add myself as 68hc11 port maintainer.
8726
8727 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
8728
8729         * Makefile.in (all-zlib): Added dummy target.
8730
8731         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8732         ltcf-gcj.sh: Updated from libtool multi-language branch.
8733
8734 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
8735
8736         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8737         (bootstrap*): Depend on all-bootstrap.
8738
8739 2000-09-05  Philipp Thomas  <pthomas@suse.de>
8740
8741         * config.guess: Import CVS version 1.156.
8742         * config.sub: Import CVS version 1.179.
8743
8744 2000-09-02  Anthony Green  <green@cygnus.com>
8745
8746         * Makefile.in (all-gcc): Depend on all-zlib.
8747         (CLEAN_MODULES): Add clean-zlib.
8748         (ALL_MODULES): Add all-zlib.
8749         * configure.in (host_libs): Add zlib.
8750
8751 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
8752
8753         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8754         crosses, but add gcc/include to the header search path for them.
8755
8756 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
8757
8758         * MAINTAINERS: Add self to Write After Approval list.
8759
8760 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8761
8762         * config.guess: Import CVS version 1.152.
8763         * config.sub: Import CVS version 1.177.
8764
8765 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
8766
8767         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8768         $targargs to tell whether newlib is going to be built.
8769
8770         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8771         $$r/TARGET_SUBDIR/libio for _G_config.h.
8772
8773 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
8774
8775         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
8776
8777 2000-08-22  DJ Delorie  <dj@redhat.com>
8778
8779         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
8780
8781 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
8782
8783         * config-ml.in (CC, CXX): Avoid trailing whitespace.
8784         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8785         sub-configures.
8786
8787 2000-08-21  DJ Delorie  <dj@redhat.com>
8788
8789         * MAINTAINERS: Add self as a libiberty maintainer
8790
8791 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
8792
8793         * configure.in (libstdcxx_flags): Use
8794         libstdc++-v3/src/libstdc++.INC.
8795
8796 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
8797
8798         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8799
8800 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
8801
8802         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8803
8804         * configure: Make enable_threads and enable_shared defaults
8805         explicit.  Substitute enable_threads into generated Makefiles.
8806         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8807         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8808
8809 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
8810
8811         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
8812
8813 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
8814
8815         * config-ml.in (CC): Remove bogus duplicate quotation mark from
8816         previous delta.
8817
8818 2000-08-11  Jason Merrill  <jason@redhat.com>
8819
8820         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8821         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8822         (FLAGS_FOR_TARGET): Not here.
8823         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8824
8825 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
8826
8827         * config-ml.in (CC, CXX): Don't introduce a leading space.
8828
8829 2000-08-07  DJ Delorie  <dj@delorie.com>
8830
8831         * MAINTAINERS: Add self as a DJGPP maintainer
8832
8833 2000-08-07  DJ Delorie  <dj@redhat.com>
8834
8835         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8836         "if we're also building gcc, and it's a gcc that will run on the
8837         build machine, we want to use its includes instead of the system's
8838         default includes".
8839
8840 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
8841
8842         * MAINTAINERS: Add self to Write After Approval list.
8843
8844 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
8845
8846         * configure.in (libstdcxx_flags): Don't use `"'.
8847
8848         * config-ml.in: Adjust multilib search paths to the
8849         appropriate multilib tree.
8850
8851 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
8852
8853         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8854         commas in $LANGUAGES.
8855
8856 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
8857
8858         * configure.in: Re-enable all references to libg++ and librx.
8859
8860 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
8861
8862         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
8863         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
8864         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
8865         * ltcf-cxx.sh (need_lc): Set based on postdeps.
8866
8867         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8868
8869 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
8870
8871         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8872         CXX_FOR_TARGET for sed.
8873
8874 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
8875
8876         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8877         Do not override if already set in the environment or in configure.
8878         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8879         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8880
8881 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
8882
8883         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
8884         the libtool CVS tree multi-language branch.
8885         * ltconfig, ltmain.sh: Updated.
8886
8887 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
8888
8889         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
8890         (clean-target): Depend on it.
8891
8892         * Makefile.in (FLAGS_FOR_TARGET): New macro.
8893         (GCC_FOR_TARGET): Use it.
8894         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8895         * configure.in: ... here.
8896         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
8897         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8898
8899 2000-07-24  Eric Christopher  <echristo@cygnus.com>
8900
8901         * MAINTAINERS: Add self to Write After Approval list.
8902
8903 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
8904
8905         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8906         (configure-target-libchill, configure-target-libobjc): Likewise.
8907
8908         * configure.in: Use the same cache file for all target libs.
8909         * config-ml.in: But different cache files per multilib variant.
8910
8911 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8912
8913         * configure (topsrcdir): Don't use dirname.
8914
8915 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
8916
8917         * MAINTAINERS: Add self to Write After Approval list.
8918
8919 2000-07-20  Jason Merrill  <jason@redhat.com>
8920
8921         * configure.in: Remove all references to libg++ and librx.
8922
8923         * configure, configure.in, Makefile.in: Unify gcc and binutils.
8924
8925 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
8926
8927         * config.sub: Update to subversions version 2000-07-06.
8928
8929 2000-07-12  Andrew Haley  <aph@cygnus.com>
8930
8931         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8932         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8933
8934 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
8935
8936         * symlink-tree:  Check number of arguments.
8937
8938 2000-07-05  Jim Wilson  <wilson@cygnus.com>
8939
8940         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8941         search path for a g++ extracted from the build tree.  This
8942         will allow link tests run by configure scripts in
8943         subdirectories to succeed.
8944
8945 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
8946
8947         * ltconfig: Add support for mips-dde-sysv4.2MP
8948
8949 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8950
8951         * MAINTAINERS: Add myself as loop discovery maintainer.
8952
8953 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
8954
8955         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8956         `os2'. Force ac_cv_exeext to be ".exe" in that case.
8957
8958 2000-06-19  Timothy Wall  <twall@cygnus.com>
8959
8960         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8961         * config.sub: Add tic54x target.
8962
8963 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
8964
8965         * MAINTAINERS: Add self as Fortran maintainer,
8966         remove Craig Burley.
8967
8968 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8969
8970         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8971         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8972
8973 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
8974
8975         * MAINTAINERS: Add self as i18n maintainer
8976
8977 20000-05-21  H.J. Lu  (hjl@gnu.org)
8978
8979         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8980         directory are used if they exist. Make sure
8981         $(build_tooldir)/include is searched for header files,
8982         $(build_tooldir)/lib/ for library files.
8983         (GCC_FOR_TARGET): Likewise.
8984         (CXX_FOR_TARGET): Likewise.
8985
8986 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
8987
8988         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8989
8990 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
8991
8992         * Makefile.in (configure-target-libiberty): Depend on
8993         configure-target-newlib.
8994
8995 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
8996
8997         * configure.in, Makefile.in: Merge all libffi-related
8998         configury stuff from the libgcj tree.
8999
9000 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9001
9002         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9003         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9004
9005 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9006
9007         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9008         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9009         current version information.  Add to proto-toplev directory.
9010         (gdb-taz): Build do-djunpack.
9011
9012 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
9013
9014         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9015
9016 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9017
9018         * MAINTAINERS: Add self to Write After Approval list.
9019
9020 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9021
9022         * ltmain.sh: Preserve in relink_command any environment
9023         variables that may affect the linker behavior.
9024
9025 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
9026
9027         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9028
9029 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
9030
9031         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9032
9033 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
9034
9035         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9036         with the version name.
9037
9038 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
9039
9040         * MAINTAINERS: Add self as bb-reorder maintainer.
9041
9042 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
9043
9044         * config.if: Tweak.
9045
9046 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
9047
9048         * djunpack.bat: New file.
9049
9050 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9051
9052         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9053         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9054         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9055         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9056
9057 2000-04-16  Dave Pitts  <dpitts@cozx.com>
9058
9059         * config.sub (case $basic_machine): Change default for "ibm-*"
9060         to "openedition".
9061
9062 2000-04-13  Andreas Jaeger  <aj@suse.de>
9063
9064         * MAINTAINERS: Added myself.
9065
9066 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9067
9068         * Makefile.in (gdb-taz): New target.  GDB specific archive.
9069         (do-md5sum): New target.
9070         (MD5PROG): Define.
9071         (PACKAGE): Default to TOOL.
9072         (VER): Default to a shell script.
9073         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
9074         md5 checksum generation.
9075         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9076         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9077         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9078         insight.tar.bz2): Use gdb-taz to create archive.
9079
9080 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9081
9082         * configure (warn_cflags): Delete.
9083
9084 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
9085
9086         * MAINTAINERS: Added myself.
9087
9088 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
9089             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
9090
9091         * configure.in (enable_libstdcxx_v3): Add.
9092         (target_libs): Add bits here to switch between libstdc++-v2 and
9093         libstdc++-v3.
9094         * config.if: And this file too.
9095         * Makefile.in: Add libstdc++-v3 targets.
9096
9097 2000-04-05  Michael Meissner  <meissner@redhat.com>
9098
9099         * config.sub (d30v): Add d30v as a basic machine type.
9100
9101 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
9102
9103         * configure.in: -linux-gnu*, not -linux-gnu.
9104
9105 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9106
9107         * MAINTAINERS: Add self in write-after-approval section.
9108
9109 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
9110
9111         * MAINTAINERS: Add self as ia64 port maintainer.
9112
9113 2000-03-08  Neil Booth  <NeilB@earthling.net>
9114
9115         * MAINTAINERS: Add self in write-after-approval section.
9116
9117 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9118
9119         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9120         (do-tar-bz2): Replace TOOL with PACKAGE.
9121         (gdb.tar.bz2): Remove GDBTK from GDB package.
9122         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9123         dejagnu.tar.bz2): New packages.
9124
9125 2000-02-27  Andreas Jaeger  <aj@suse.de>
9126
9127         * configure.in: Add entry for mips*-*-linux*, move catch all
9128         *-*-*linux* entry below this one.
9129
9130 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
9131
9132         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9133
9134 2000-02-24  Nick Clifton  <nickc@cygnus.com>
9135
9136         * config.sub: Support an OS of "wince".
9137
9138 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9139
9140         * config.guess, config.sub: Updated to match config's 2000-02-15
9141         version.
9142
9143 2000-02-23  Linas Vepstas  <linas@linas.org>
9144
9145         * config.sub: Add support for Linux/IBM 370.
9146         * configure.in: Likewise.
9147
9148 2000-02-22  Nick Clifton  <nickc@cygnus.com>
9149
9150         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9151
9152 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
9153
9154         * config.guess: Guess "cygwin" rather than "cygwin32".
9155
9156 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9157
9158         * configure (gcc_version): When setting, narrow search to
9159         lines containing `version_string'.
9160
9161 2000-02-15  Denis Chertykov  <denisc@overta.ru>
9162
9163         * config.sub: Add support for avr target.
9164
9165 2000-02-14  Nick Clifton  <nickc@cygnus.com>
9166
9167         * MAINTAINERS: Add maintainers for MCore port.
9168
9169 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9170
9171         * config.sub: Add mmix-knuth-mmixware.
9172
9173 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9174
9175         * MAINTAINERS: Pair cccp with cpplib maintainership.
9176
9177 2000-01-27  Christopher Faylor  <cgf@redhat.com>
9178
9179         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9180         structure stuff to -L library search.
9181         (CXX_FOR_TARGET): Ditto.
9182         (CROSS_CHECK_MODULES): Fix spelling mistake.
9183
9184 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
9185
9186         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9187         the C++ compiler.
9188
9189 2000-01-12  Richard Henderson  <rth@cygnus.com>
9190
9191         * configure.in: Don't build some bits for beos.
9192
9193 2000-01-12  Joel Sherrill (joel@OARcorp.com)
9194
9195         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9196         as include files.
9197
9198 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
9199
9200         * Add self as cpplib maintainer, as requested by Jason
9201         Merrill.  Correct my e-mail address.
9202
9203 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
9204
9205         * configure.in: Use mt-aix43 to handle *_TARGET defs,
9206         not mh-aix43.
9207
9208 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
9209
9210         * MAINTAINERS: Add myself to "write after approval" list.
9211
9212 1999-12-14  Richard Henderson  <rth@cygnus.com>
9213
9214         * config.guess (alpha-osf, alpha-linux): Detect ev67.
9215         * config.sub: Accept alphaev[78], alphaev8.
9216
9217 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9218
9219         * config.guess, config.sub: Update from autoconf.
9220
9221 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
9222
9223         * MAINTAINERS:  update my playtime e-address.
9224
9225 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9226
9227         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9228         necessary libraries are missing.
9229
9230 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
9231
9232         * MAINTAINERS: Add new 'write after approval' maintainer.
9233
9234 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9235
9236         * MAINTAINERS: Add new Java maintainer.
9237
9238 1999-10-25  Andreas Schwab  <schwab@suse.de>
9239
9240         * configure: Fix quoting inside arguments of eval.
9241
9242 1999-10-21  Nick Clifton  <nickc@cygnus.com>
9243
9244         * config-ml.in: Allow suppression of some ARM multilibs.
9245
9246 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
9247
9248         * config.guess: Add OS/390 match pattern.
9249         * config.sub: Add mvs, openedition targets.
9250         * configure.in (i370-ibm-opened*): New.
9251
9252 1999-09-04  Steve Chamberlain  <sac@pobox.com>
9253
9254         * config.sub: Add support for configuring for pj.
9255
9256 1999-08-31  Nick Clifton  <nickc@cygnus.com>
9257
9258         * config.sub (maybe_os): Add support for configuring for fr30.
9259
9260 1999-08-25  Nick Clifton  <nickc@cygnus.com>
9261
9262         * configure.in: Do not configure or build ld for AIX
9263         platforms.  ld is known to be broken on these platforms.
9264
9265 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9266
9267         * config-ml.in: Pass compiler flag corresponding to multidirs to
9268         subdir configures.
9269
9270 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
9271
9272         * Makefile.in (LDFLAGS): Define.
9273
9274 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
9275
9276         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9277         noconfigdirs.
9278         (*-*-cygwin*): Likewise.
9279
9280 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
9281
9282         * mkdep: New file.
9283         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9284         (BINUTILS_SUPPORT_DIRS): Add mkdep.
9285
9286         From Eli Zaretskii <eliz@is.elta.co.il>:
9287         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9288         long file name when using DJGPP on MS-DOS.
9289
9290 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
9291
9292         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9293
9294 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
9295
9296         * Makefile.in (check-target-libio): Remove all-target-libstdc++
9297         dependency as this causes "make check" to globally "make all"
9298
9299 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
9300
9301         * configure.in (target_libs): Added target-zlib.
9302         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9303         (CONFIGURE_TARGET_MODULES): Likewise.
9304         (CHECK_TARGET_MODULES): Likewise.
9305         (INSTALL_TARGET_MODULES): Likewise.
9306         (CLEAN_TARGET_MODULES): Likewise.
9307         (configure-target-zlib): New target.
9308         (all-target-zlib): Likewise.
9309         (all-target-libjava): Depend on all-target-zlib.
9310         (configure-target-libjava): Depend on configure-target-zlib.
9311
9312         * Makefile.in (configure-target-libjava): Depend on
9313         configure-target-newlib.
9314         (configure-target-boehm-gc): New target.
9315         (configure-target-qthreads): New target.
9316
9317         * configure.in (target_libs): Added target-qthreads.
9318         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9319         (CONFIGURE_TARGET_MODULES): Likewise.
9320         (CHECK_TARGET_MODULES): Likewise.
9321         (INSTALL_TARGET_MODULES): Likewise.
9322         (CLEAN_TARGET_MODULES): Likewise.
9323         (all-target-qthreads): New target.
9324         (configure-target-libjava): Depend on configure-target-qthreads.
9325         (all-target-libjava): Depend on all-target-qthreads.
9326
9327         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9328         (CONFIGURE_TARGET_MODULES): Likewise.
9329         (CHECK_TARGET_MODULES): Likewise.
9330         (INSTALL_TARGET_MODULES): Likewise.
9331         (CLEAN_TARGET_MODULES): Likewise.
9332         (all-target-libjava): New target.
9333         (all-target-boehm-gc): Likewise.
9334         * configure.in (target_libs): Added libjava, boehm-gc.
9335
9336 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
9337
9338         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9339         configure.bat in SUPPORT_FILES.
9340         (gas+binutils.tar.bz2): Likewise.
9341
9342         * makeall.bat: Remove; obsolete.
9343
9344 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
9345
9346         From Mark Elbrecht:
9347         * configure.bat: Remove; obsolete.
9348
9349 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
9350
9351         * configure: Add -W -Wall to the default CFLAGS when compiling with
9352         gcc.
9353
9354 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
9355
9356         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9357
9358 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
9359
9360         * configure.in: Build ld on IRIX6.
9361
9362 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
9363
9364         * Makefile.in: Change distribution targets to use bzip2 instead of
9365         gzip.
9366         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9367         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9368
9369 1999-06-04  Nick Clifton  <nickc@cygnus.com>
9370
9371         * config.sub: Add mcore target.
9372
9373 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
9374
9375         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9376
9377 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
9378
9379         * config.guess (dummy): Changed to $dummy.
9380
9381 1999-05-24  Nick Clifton  <nickc@cygnus.com>
9382
9383         * config.sub: Tidied up case statements.
9384
9385 1999-05-22  Ben Elliston  <bje@cygnus.com>
9386
9387         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9388         <jiro@din.or.jp>.
9389
9390         * config.guess: Merge with FSF version. Future changes will be
9391         more accurately recorded in this ChangeLog.
9392         * config.sub: Likewise.
9393
9394 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
9395
9396          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9397
9398 1999-04-30  Tom Tromey  <tromey@cygnus.com>
9399
9400         * ltmain.sh: [mode link] Always use CC given by ltconfig.
9401
9402 1999-04-23  Tom Tromey  <tromey@cygnus.com>
9403
9404         * ltconfig, ltmain.sh: Update to libtool 1.2f.
9405
9406 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
9407
9408         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9409         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9410         Bad merge removed these two changes.
9411
9412 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
9413                           Martin Heller (Ing.-Buero_Heller@t-online.de)
9414
9415         * config.guess (interix Alpha): Add.
9416
9417 1999-04-11  Richard Henderson  <rth@cygnus.com>
9418
9419         * configure.in (i?86-*-beos*): Do config gperf; don't config
9420         gdb, newlib, or libgloss.
9421
9422 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
9423
9424         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9425         link a trivial program with -mabi=64.  If it fails, remove mabi=64
9426         from multidirs.
9427
9428 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
9429
9430         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9431
9432 1999-04-08  Nick Clifton  <nickc@cygnus.com>
9433
9434         * config.sub: Add support for mcore targets.
9435
9436 1999-04-07  Michael Meissner  <meissner@cygnus.com>
9437
9438         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9439         not mt-ospace, in order to shut up assembler warning about using
9440         symbols that are named the same as registers.
9441
9442 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
9443
9444         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9445         dependency list for all-target-cygmon.
9446
9447 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
9448
9449         * config-ml.in: Check $host, not $target, for selective multilibs.
9450         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9451         thumb interworking, and underscore prefix multilibs.
9452
9453 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
9454
9455         * missing: Update to version from current automake.
9456
9457 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
9458
9459         * configure (gxx_include_dir): Removed.
9460
9461         * configure.in (gxx_include_dir): Handle it.
9462         * Makefile.in: Likewise.
9463
9464 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
9465
9466         * config.sub (mips64vr4111,mips64vr4111el) Add.
9467
9468 1999-03-21  Ben Elliston  <bje@cygnus.com>
9469
9470         * config.guess: Correct typo for detecting ELF on FreeBSD.
9471
9472 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
9473
9474         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9475         config/mh-djgpp.
9476
9477 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
9478
9479         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9480         all-target-newlib to dependency list for all-target-bsp.
9481
9482 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9483
9484         * config.sub: Add i386-uwin support.
9485         * config.guess: Likewise.
9486
9487 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9488
9489         * configure.in: cleanup, add mh-*pic handling for arm, special
9490         case powerpc*-*-aix*
9491
9492 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
9493
9494         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9495         can be built.
9496
9497 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
9498
9499         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9500         targets.
9501
9502 1999-03-02  Nick Clifton  <nickc@cygnus.com>
9503
9504         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9505
9506 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
9507
9508         * config.sub: Check for "cygwin*" rather than "cygwin32*"
9509
9510 1999-02-24  Nick Clifton  <nickc@cygnus.com>
9511
9512         * config.sub: Fix typo in arm recognition.
9513
9514 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
9515
9516         * configure.in (noconfigdirs): Changed target_configdirs to
9517         include target-bsp only for m68k-*-elf* and m68k-*-coff*
9518         rather than m68k-*-* since it is not known to work on
9519         m68k-aout. Ditto for arm-*-*oabi.
9520
9521 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
9522
9523         * configure.in (*-*-windows*): Remove, no longer used.
9524
9525 1999-02-19  Ben Elliston <bje@cygnus.com>
9526
9527         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9528         Smart and improved by Andrew Cagney.
9529
9530 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
9531
9532         * config.guess: Recognize openbsd-*-hppa.
9533
9534 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
9535
9536         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9537         only if it is not empty.
9538
9539 1999-02-17  Nick Clifton  <nickc@cygnus.com>
9540
9541         Patch from: Scott Bambrough <scottb@corelcomputer.com>
9542
9543         * config.guess: Modified to recognize uname's armv* syntax.
9544
9545         * config.sub: Modified to recognize uname's armv* syntax.
9546
9547 1999-02-17  Mark Salter  <msalter@cygnus.com>
9548
9549         * configure.in: Added target-bsp for sparclite.
9550
9551 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
9552
9553         * config.sub: Recognize alphapca5[67] and up to alphaev8.
9554
9555 1999-02-08  Nick Clifton  <nickc@cygnus.com>
9556
9557         * configure.in: Add support for strongarm port.
9558         * config.sub: Add support for strongarm target.
9559
9560 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9561
9562         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9563         the old name config/mh-cygwin32.
9564         Enable texinfo.
9565
9566 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
9567
9568         * configure.in: Do build ld for ix86 Solaris.
9569
9570 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
9571
9572         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
9573         $AR_FOR_TARGET.  Likewise for RANLIB.
9574
9575 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
9576
9577         * config.sub (oabi):  Recognize.
9578         * configure.in (arm-*-oabi):  Handle.
9579
9580 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
9581
9582         * config.guess: Improve detection of i686 on UnixWare 7.
9583
9584 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9585
9586         * config.guess: Add support for i386-pc-interix.
9587         * config.sub: Likewise.
9588         * configure.in: Likewise.
9589
9590 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
9591
9592         * Makefile.in: Remove unneeded all-target-libio from
9593         from all-target-winsup target since it is now unneeded.
9594         Add all-target-libtermcap in its place since it is now
9595         needed.
9596
9597 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
9598
9599         * configure.in: makefile stub for cygwin target is probably
9600         unnecessary.  Remove it for now.
9601
9602 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
9603
9604         * configure.in: libtermcap.a should be built when cygwin is the
9605         target as well as the host.
9606         * config.guess: Allow mixed case in cygwin uname output.
9607         * Makefile.in: Add libtermcap target.
9608
9609 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
9610
9611         * config.sub: Clean up handling of hppa2.0.
9612
9613 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
9614
9615         * config.guess: Use C code to identify more HP machines.
9616
9617 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
9618
9619         * config.sub: Handle hppa2.0.
9620
9621 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
9622
9623         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9624         cygmon for all sparclite targets, regardless of object format.
9625
9626 1998-12-15  Mark Salter  <msalter@cygnus.com>
9627
9628         * configure.in: Added target-bsp for several target architectures.
9629
9630         * Makefile.in: Added rules for bsp.
9631
9632 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
9633
9634         * config.guess: Improve detection of hppa2.0 processors.
9635
9636 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
9637
9638         * config.guess: Recognize FreeBSD using ELF automatically.
9639
9640 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
9641
9642         * configure (skip-this-dir): Add handling for new shell script, which
9643         might be created by a sub-directory's configure to indicate, this particular
9644         directory is "unwanted".
9645         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9646
9647 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
9648
9649         * ltconfig: import from libtool, after changing libtool to
9650         account for the cygwin name change.
9651
9652 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
9653
9654         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9655         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9656
9657 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
9658
9659         * configure.in: Add libtermcap to list of cygwin dependencies.
9660
9661 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
9662
9663         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9664         they include winsup/include when it's a cygwin target.
9665
9666 1998-11-12  Tom Tromey  <tromey@cygnus.com>
9667
9668         * configure.in (host_tools): Added zip.
9669         * Makefile.in (all-target-libjava): Depend on all-zip.
9670         (all-zip): New target.
9671         (ALL_MODULES): Added all-zip.
9672         (NATIVE_CHECK_MODULES): Added check-zip.
9673         (INSTALL_MODULES): Added install-zip.
9674         (CLEAN_MODULES): Added clean-zip.
9675
9676 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
9677
9678         * Makefile.in: lose "32" from comment about cygwin.
9679
9680 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
9681
9682         * configure.in: Use -Os to build target libraries for the fr30.
9683
9684 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
9685
9686         * config.sub: Add fr30.
9687
9688 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
9689
9690         * configure.in: drop "32" from config/mh-cygwin32.  Check
9691         cygwin* instead of cygwin32*.
9692         * config.sub: Check cygwin* instead of cygwin32*.
9693
9694 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
9695
9696         * config.guess: Match any version of Unixware7.
9697
9698 1998-10-20  Syd Polk  <spolk@cygnus.com>
9699
9700         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9701         if desired.
9702
9703 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
9704
9705         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9706         these if the appropriate directories and files to not exist.
9707
9708 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
9709
9710         * Makefile.in (DEVO_SUPPORT): Add config.if.
9711
9712 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9713
9714         * configure: Add pattern to replace "build_tooldir"'s
9715         definition in the generated Makefile with "tooldir"'s
9716         actual value.
9717
9718 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
9719
9720         * config.sub: Bring back lost sparcv9.
9721
9722         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9723
9724 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
9725
9726         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9727         CC_FOR_TARGET and friends.
9728
9729 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
9730
9731         * Makefile.in (build_tooldir): New variable, same as tooldir.
9732         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9733         -B$(build_tooldir)/bin/.
9734         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9735
9736 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9737
9738         * README: Remove installation instructions and refer to the
9739         INSTALL directory instead.
9740
9741 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
9742
9743         * config.sub: Add support for i[34567]86-pc-udk.
9744         * configure.in: Likewise.
9745
9746 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
9747
9748         * Makefile.in: add bzip2 package building bits for user
9749         tools module
9750         * configure.in: ditto
9751
9752 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
9753
9754         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9755         (ALL_TARGET_MODULES): Add all-target-libobjc.
9756         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9757         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9758         (all-target-libchill): Add dependencies.
9759         * configure.in (target_libs): Add libchill.
9760
9761 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
9762
9763         * configure.in (target_subdir): Remove duplicate line.
9764
9765 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
9766
9767         * Makefile.in (all-automake): fix dependencies.
9768
9769 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
9770
9771         * configure.in: Minor cleanups for building in the $(target_alias)
9772         subdir.
9773
9774 1998-09-22  Jim Wilson  <wilson@cygnus.com>
9775
9776         * Makefile.in (bootstrap): Set r and s before make all.  Use
9777         BASE_FLAGS_TO_PASS in make all.
9778         (cross): Likewise.
9779
9780 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
9781
9782         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9783
9784 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
9785
9786         * config.sub: Fix typo in last change.
9787
9788 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9789
9790         * config.sub: Add support for C4x target.
9791         * configure.in: Likewise.
9792
9793 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
9794
9795         * config.sub: Recognize sparcv9 just like sparc64.
9796
9797 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
9798
9799         * config.guess: Match "Pent II" or "PentII" for OpenServer.
9800
9801 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
9802
9803         * config.guess: Correctly identify Pentium II sco boxes.
9804
9805         * config.guess: Fix "tr" code.  From Weiwen Liu.
9806
9807 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
9808
9809         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9810         stabs.
9811
9812 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
9813
9814         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9815         (ALL_TARGET_MODULES): Add all-target-libchill.
9816         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9817         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9818         (all-target-libchill): Add dependencies.
9819         * configure.in (target_libs): Add libchill.
9820
9821 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9822
9823         * config.guess: Avoid assumptions about "tr" behaves when
9824         LANG is set to something other than English.
9825
9826 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
9827
9828         * configure (gxx_include_dir): Changed to
9829         '${prefix}/include/g++'-${libstdcxx_interface}.
9830
9831         * config.if: New to determine the interfaces.
9832
9833 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
9834
9835         * config.guess: Detect and handle MPE/IX.
9836         * config.sub: Deal with MPE/IX.
9837
9838 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
9839
9840         * configure.in: Use mh-aix43.
9841
9842 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
9843
9844         * configure: Fix --without/--disable cases for gxx-include-dir.
9845
9846 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
9847
9848         * mdata-sh:  Imported.  Needed for automake support.
9849
9850 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
9851
9852         * Makefile.in (taz): Try "chmod -R og=u ." before
9853         "chmod og=u `find . -print`".
9854
9855 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
9856
9857         * configure.in: Add arm-elf and thumb-elf support.
9858
9859 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
9860
9861         * Makefile.in: Undo previous patch.
9862
9863 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
9864
9865         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9866         to here ...
9867         (install-no-fixedincludes): and here
9868         (INSTALL_MODULES): ... from here.
9869
9870 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
9871
9872         * config.sub: Merge with FSF.
9873
9874         * config.guess: Merge with FSF.
9875
9876 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
9877
9878         * configure (extraconfigdirs): New variable.
9879         (SUBDIRS): Add extraconfigdirs and recurse on them too.
9880         * Makefile.in (all): Move higher in file.
9881         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9882         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9883         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9884         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9885         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9886
9887 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
9888
9889         * Makefile.in (all-target-libjava): Depend on all-gcc and
9890         all-target-newlib.
9891         (configure-target-libjava): Depend on $(ALL_GCC).
9892
9893 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
9894
9895         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9896         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9897
9898 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
9899
9900         * INSTALL/README: Fix typo.
9901
9902 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
9903
9904         * ylwrap: Change absolute path checks to check for DOS style path
9905         names.
9906
9907         * ylwrap: Don't use a full path name if the source file is in the
9908         same directory.  From hjl@lucon.org (H.J. Lu).
9909
9910         * config-ml.in: Default to being verbose, to match Feb 18 change to
9911         configure.
9912
9913 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
9914
9915         Brought over from egcs:
9916
9917         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
9918
9919         * configure.in (target_subdir): Set to ${target_alias} instead
9920         of "libraries".
9921
9922         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
9923
9924         * configure.in (target_subdir): Set to libraries if enable_multilib.
9925
9926 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
9927
9928         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9929         multilibs, force reconfiguration the first time we create
9930         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9931
9932 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
9933
9934         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9935         avoid confusion with --no-recursion.
9936
9937 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
9938
9939         * configure.in: Win32 hosts shouldn't use install -x
9940         * install-sh: remove -x option, and special .exe-handling
9941         hack.
9942
9943 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
9944
9945         * config.guess: Recognize i586-pc-beos.
9946         * configure.in: Don't build some bits for beos.
9947
9948 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
9949
9950         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9951         CFLAGS default to -O2.
9952
9953         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9954         when using GNU ld.
9955
9956 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
9957
9958         * ltmain.sh: Correct install when using a different shell.
9959
9960 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
9961
9962         * ltconfig, ltmain.sh: Update to libtool 1.2b.
9963
9964 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
9965
9966         * makefile.vms: Update to build binutils/makefile.vms.  Add install
9967         target.
9968
9969 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
9970
9971         * ltconfig: Update to correct AIX handling.
9972
9973 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
9974
9975         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9976
9977         * configure.in (target_subdir): Set to ${target_alias} instead
9978         of "libraries".
9979
9980 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
9981
9982         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9983         (Makefile): Depend on $(gcc_version_trigger).
9984
9985         * configure (gcc_version): Change default initializer to empty
9986         string.
9987         (gcc_version_trigger): New variable; pass this variable down
9988         to subdir configures to enable them checking gcc's version
9989         themselves. Emit make macros for both gcc_version vars.
9990         (topsrcdir): Initialize reliably.
9991         (recursion line): Remove --with-gcc-version=${gcc_version}.
9992
9993 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
9994
9995         * configure (enable_version_specific_runtime_libs): Implement new flag
9996         --enable-version-specific-runtime-libs which installs C++ runtime stuff
9997         in $(libsubdir); emit definition in each generated Makefile.
9998         (gxx_include_dir): Initialize depending on
9999         $enable_version_specific_runtime_libs.
10000
10001 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10002
10003         * configure (gcc_version): Initialize properly depending on
10004         how and where configure is started.
10005         (recursion line): Pass a --with-gcc-version=${gcc_version}
10006         to configures in subdirs.
10007
10008 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
10009
10010         * configure.in (noconfigdirs): Add configure pattern for mips tx39
10011         cygmon
10012
10013 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
10014
10015         * configure.in: Add cygmon and libstub support for mn10200.
10016
10017 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
10018
10019         * configure (gcc_version): Add new variable describing the
10020         particular gcc version we're building.
10021         * Makefile.in (libsubdir): Add new macro for the directory
10022         in which the compiler finds executables, libraries, etc.
10023         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10024         and libsubdir.
10025
10026 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10027
10028         * Makefile.in (local-clean): Remove *.log.
10029         (warning.log): Built with warn_summary from build.log.
10030         (mail-report.log): Run test_summary.
10031         (mail-report-with-warnings.log): Run test_summary including
10032         warning.log in the report.
10033
10034 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
10035
10036         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10037
10038 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10039
10040         * Makefile.in (grep): Grep no longer depends on libiberty.
10041
10042 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
10043
10044         * Makefile.in: all-snavigator needs all-libgui.
10045
10046 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
10047
10048         * configure.in: Add cygmon and libstub support for mn10300.
10049
10050 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
10051
10052         * missing: Update to version from automake 1.3.
10053
10054         * ltmain.sh: On installation, don't get confused if the same name
10055         appears more than once in the list of library names.
10056
10057 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10058
10059         * config.sub: Accept m68060 and m5200 as CPU names.
10060
10061 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
10062
10063         * configure: Use && rather than using -a in test, because odd
10064         strings can confuse test.
10065         * configure.in: Likewise.
10066
10067 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10068
10069         * ltconfig, ltmain.sh: Bring in Visual C++ support.
10070
10071 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10072
10073         * Makefile.in (boostrap2-lean, bootstrap3-lean,
10074         bootstrap4-lean): New targets.
10075
10076 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
10077
10078         * mpw-* Delete.  Not used.
10079
10080 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
10081
10082         * COPYING.LIB: Update FSF address.
10083
10084 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
10085
10086         * ltconfig, ltmain.sh: Update to libtool 1.2a.
10087
10088         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10089         GAS_SUPPORT_DIRS.
10090
10091 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
10092
10093         * ltconfig, ltmain.sh: Avoid producing a version number if
10094         -version-info was not used.
10095
10096 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10097
10098         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10099         building with newlib.
10100
10101 1998-04-30  Paul Eggert  <eggert@twinsun.com>
10102
10103         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10104         Solaris `make' causes it to continue to next definition.
10105
10106 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10107
10108         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10109         the right GUI libraries and files are installed along with GDB.
10110
10111 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10112
10113         * configure.in: Change alpha to alpha* in several places.
10114
10115 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
10116
10117         * config.sub: Recognize sparc86x.
10118
10119 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
10120
10121         * configure.in (--enable-target-optspace): Remove debug echo.
10122
10123 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
10124
10125         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10126
10127 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10128
10129         * ltconfig: Update cygwin32 support.
10130
10131         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10132         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10133         (GDB_SUPPORT_DIRS): Likewise.
10134
10135 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
10136
10137         * configure.in (target_makefile_frag): If --enable-target-optspace,
10138         use -Os to compile target libraries rather than -O2.  Default to
10139         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10140         not used.
10141         * configure.in (target_cflags): Ditto for d30v.
10142
10143 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
10144
10145         * Makefile.in (all-bfd): Depend on all-intl.
10146         (all-binutils): Likewise.
10147         (all-gas): Likewise.
10148         (all-gprof): Likewise.
10149         (all-ld): Likewise.
10150
10151 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
10152
10153         * configure.in (host_tools): Fix typo, lbtool -> libtool.
10154
10155 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10156
10157         * Makefile.in (all-bfd): Depend upon all-libiberty.
10158
10159         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10160
10161 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
10162
10163         * Makefile.in: Add libstub.
10164
10165         * configure.in: Ditto. Build libstub for targets that have cygmon
10166         support.
10167
10168 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
10169
10170         * configure.in: Don't set PICFLAG on ix86-cygwin32.
10171
10172 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
10173
10174         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10175         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
10176
10177 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
10178
10179         * configure: Define DEFAULT_M4 by searching PATH.
10180         * Makfile.in: Use DEFAULT_M4.
10181
10182 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10183
10184         * ltconfig: Add cygwin32 support.
10185
10186         * Makefile.in, configure.in: Add libtool as a native only directory
10187         to configure and build.
10188
10189 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
10190
10191         * Makefile.in (INSTALL_MODULES): Remove texinfo.
10192
10193 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
10194
10195         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10196
10197 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
10198
10199         * Makefile.in: add ash make rules
10200         * configure.in: add ash to native_only and host_tools lists
10201
10202 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
10203
10204         * Makefile.in (all-gettext, all-intl): New targets.
10205         (ALL_MODULES): Added all-gettext, all-intl.
10206         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10207         (INSTALL_MODULES): Added install-gettext, install-intl.
10208         (CLEAN_MODULES): Added clean-gettext, clean-intl.
10209
10210         * configure.in (host_tools): Added gettext.
10211         (native_only): Likewise.
10212         (noconfigdirs) [various cases]: Likewise.
10213         (host_libs): Added intl.
10214
10215 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
10216
10217         * configure: Do not disable building gdbtk for cygwin32 hosts.
10218
10219 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
10220
10221         * configure.in: Add thumb-coff target.
10222         * config.sub: Add thumb-coff target.
10223
10224 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10225
10226         * Makefile.in: Revert yesterday's change.
10227         (all-target-winsup):  all-target-librx stays out of here.
10228
10229 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10230
10231         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10232         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10233         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10234         Remove references to librx and libg++.
10235
10236 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
10237
10238         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10239         recursive makes
10240
10241 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
10242
10243         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10244         for newlib directory.
10245         (CXX_FOR_TARGET): Likewise.
10246
10247 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
10248
10249         * ltconfig: Update after libtool/ltconfig.in change for
10250         hpux11.
10251
10252 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
10253
10254         * ltconfig, ltmain.sh: Update to libtool 1.2.
10255
10256 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10257
10258         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10259         (install-gcc-cross): Instead, override LANGUAGES here.
10260
10261 1998-03-18  Dave Love  <d.love@dl.ac.uk>
10262
10263         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10264         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10265
10266 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
10267
10268         * configure.in: Add Thumb-pe target.
10269
10270 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
10271
10272         * Makefile.in - changed sn targets to snavigator
10273         * configure.in - changed sn targets to snavigator
10274
10275 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10276
10277         * config-ml.in: After building symlink tree call make distclean
10278         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10279         to be the case for libiberty.
10280
10281 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
10282
10283         * configure: When making link, also check the current
10284         directory. The configure scripts may create one.
10285
10286 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
10287
10288         * config.sub: Accept alphapca56 and alphaev6 properly.
10289
10290 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10291
10292         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10293
10294 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10295
10296         * config.sub (sco5): Fix typo.
10297
10298 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
10299
10300         * Makefile.in (INSTALL_MODULES): Move install-tcl before
10301         install-itcl.
10302         (install-itcl): Remove dependency on install-tcl.
10303
10304 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
10305
10306         * configure.in: Remove libgloss from noconfigdirs for MN10300.
10307
10308 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
10309
10310         * configure.in: Don't build libgui for a cygwin32 target when not on
10311         a cygwin32 host.
10312
10313 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10314
10315         * configure (redirect): Set to null, so default behavior of
10316         configure is now --verbose.
10317
10318 1998-02-16  Dave Love  <d.love@dl.ac.uk>
10319
10320         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10321         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10322
10323 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
10324
10325         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10326         this change to sync Makefile.in with its ChangeLog entries.
10327
10328 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
10329
10330         * ltmain.sh (mkdir): Check that the directory doesn't exist
10331         before we exit with error, so that we don't get races during
10332         parallel builds.
10333
10334 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10335
10336         * ltconfig, ltmain.sh: Update from libtool 1.0i.
10337
10338 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10339
10340         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10341         PICFLAG_FOR_TARGET.
10342         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10343
10344         * configure: Emit a definition for the new macro enable_shared
10345         into each Makefile.
10346
10347 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10348
10349         * configure.in (host_tools, native_only): Add libtool.
10350
10351 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
10352
10353         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10354         Fix typo in ming config comment.
10355
10356 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10357
10358         * ltconfig, ltmain.sh: Update from libtool 1.0h.
10359
10360 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
10361
10362         * config.sub: Add tic30 cases, and map c30 to tic30.
10363
10364 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
10365
10366         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10367         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10368         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10369         (CLEAN_TARGET_MODULES): Similarly
10370         (all-target-libf2c): Add dependences.
10371         * configure.in (target_libs): Add libf2c.
10372
10373 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
10374
10375         * configure.in: Remove expect from noconfigdirs when target
10376         is cygwin32.  OK to build expect and dejagnu with Canadian
10377         Cross.
10378
10379 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
10380
10381         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10382         host.
10383
10384         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10385         and mingw32.
10386
10387 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10388
10389         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10390         here as it is not defined in the toplevel Makefile.
10391
10392 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10393
10394         * configure (package_makefile_rules_frag): New variable, which names
10395         a file with generic rules, ...
10396         Change comment to mention we now have FIVE parts.
10397         * configure: Undo last change.
10398
10399 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
10400
10401         * config.guess: More accurate determination of HP processor types.
10402         * config.sub: More accurate determination of HP processor types.
10403
10404 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10405
10406         * configure (package_makefile_frag): Move inserting the
10407         ${package_makefile_frag} to where it should be according
10408         to the comment.
10409
10410 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
10411
10412         * config.guess: Add support for Linux/ARM.
10413
10414 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
10415
10416         * .cvsignore: Remove *-info and *-install since they match
10417         release-info and mpw-install, which we don't want to just ignore.
10418
10419 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
10420
10421         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10422
10423 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
10424
10425         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10426         local_prefix to sub-make invocations.
10427
10428 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
10429
10430         * configure.in: Check makefile fragments in the source
10431         directory.
10432
10433 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10434
10435         * configure.in: Check whether host and target makefile
10436         fragments exist before adding them to *_makefile_frag.
10437
10438 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
10439
10440         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10441
10442 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
10443
10444         * configure.in: Make sure we only replace RPATH_ENVVAR on
10445         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10446         regexp to sed.
10447
10448         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10449         to sub-makes.
10450
10451 1998-01-13  Lee Iverson   (leei@ai.sri.com)
10452
10453         * config-ml.in (multi-do): LDFLAGS must include multilib
10454         designator.
10455
10456 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
10457
10458         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10459
10460 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
10461
10462         * config.sub: Add mingw32 support.
10463         * configure.in: Likewise.
10464
10465 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10466
10467         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10468
10469 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
10470
10471         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10472         * configure (gxx_include_dir): Provide a definition for subdirs
10473         which do not use autoconf.
10474
10475 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
10476
10477         * config.guess: Sync with egcs.  Picks up new alpha support,
10478         BeOS & some additional linux support.
10479
10480 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
10481
10482         * config.guess: HP 9000/803 is a PA1.1 machine.
10483
10484 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
10485
10486         * configure.in: It's alpha*-...
10487
10488 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10489
10490         * configure.in (host_makefile_frag, target_makefile_frag):
10491         Handle multiple config files.
10492         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10493         alpha-*-*.
10494
10495 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
10496
10497         * mkdep: New file.
10498
10499 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
10500
10501         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10502
10503 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
10504
10505         * Makefile.in: Add libgui directory.
10506         (GDB_TK): Add all-libgui.
10507         * configure.in: Add libgui directory.
10508         * configure: Add all-libgui to GDB_TK.
10509
10510 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
10511
10512         * config-ml.in (multidirs): Add m32r to multilib list.
10513
10514 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
10515
10516         * Makefile.in (all-target-gperf): Change dependency to
10517         all-target-libstdc++.
10518
10519 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
10520
10521         * config.guess: Add BeOS support.
10522
10523 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
10524
10525         Source directory cvs renamed to cvssrc:
10526         * configure.in (host_tools): Change cvs to cvssrc.
10527         (native_only): Likewise.
10528         (noconfigdirs) [various cases]: Likewise.
10529         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10530         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10531         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10532         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10533         (all-cvssrc): Rename target from all-cvs.
10534
10535 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
10536
10537         * configure (gxx_include_dir): Fix thinko.
10538
10539 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
10540
10541         * Makefile.in (INSTALL_TARGET_CROSS): Define.
10542         (install-cross, install-gcc-cross): New targets.
10543
10544 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
10545
10546         * configure.in (noconfigdirs): Add support for Thumb target.
10547
10548         * config.sub (maybe_os): Add support for Thumb target.
10549
10550 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
10551
10552         * Makefile.in: Add rules for cygmon.
10553
10554         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10555
10556 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
10557
10558         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10559         * configure (gxx_include_dir): Provide a definition for subdirs
10560         which do not use autoconf.
10561
10562 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
10563
10564         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10565         11/18/97 build
10566
10567 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
10568
10569         * From Franz Sirl.
10570         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10571         found on RedHat Linux systems.
10572
10573 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
10574
10575         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10576         guesses.
10577
10578 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
10579
10580         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10581
10582 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
10583
10584         * ltmain.sh: If mkdir fails, check whether the directory was created
10585         anyhow by some other process.
10586
10587 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
10588
10589         * configure.in (d30v-*-*): Configure all directories.
10590
10591 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
10592
10593         * configure.in (d30v-*-*): Configure newlib, libiberty directories
10594         for the D30V.
10595
10596 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
10597
10598         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10599
10600 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
10601
10602         * include/libiberty.h: Add extern "C" { so it can be used with C++
10603         progrms.
10604         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
10605         programs.
10606
10607 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
10608
10609         * configure.in (d30v-*-*): Configure GCC now.
10610
10611 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
10612
10613         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10614         is no longer needed.
10615
10616 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
10617
10618         * Makefile.in: check-target-libio depends on all-target-libstdc++.
10619
10620 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
10621
10622         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10623         targets using "$@" to provide support for similar but not identical
10624         targets without having to duplicate code.
10625
10626 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
10627
10628         * makefile.vms: Fix to work with DEC C.
10629
10630 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
10631
10632         * config.sub: Add mips-tx39-elf to marketing names.
10633
10634 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
10635
10636         * ltmain.sh: Handle symlinks in generated script.
10637
10638 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
10639
10640         * configure: Handle autoconf style directory options: --bindir,
10641         --datadir, --includedir, --infodir, --libdir, --libexecdir,
10642         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10643         --sysconfdir.
10644         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10645         (sharedstatedir, localstatedir, oldincludedir): New variables.
10646         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10647         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10648         sbindir, sharedstatedir, and sysconfdir.
10649
10650 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10651
10652         * Makefile.in (bootstrap-lean): New target.
10653
10654 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
10655
10656         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
10657         sn, and gnuserv from noconfigdirs.
10658
10659 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
10660
10661         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10662
10663 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
10664
10665         * Makefile.in (cross): New target.
10666
10667 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
10668                           Jeff Law         <law@cygnus.com>
10669
10670         * Makefile.in (bootstrap2, bootstrap3): New targets.
10671         (all-bootstrap): Remove outdated and confusing target.
10672         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10673
10674 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10675
10676         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10677         windows.  Consistent with gdb/configure.
10678
10679 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
10680
10681         * configure.in: Name Linux target fragment.
10682
10683         * configure: Rewrite so that project Makefile fragment is inserted
10684         first and appears last in the resulting Makefile.
10685
10686 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10687
10688         * Makefile.in (install-itcl): Install tcl first.
10689
10690 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
10691
10692         * configure.in: remove bison from noconfigdirs for Cygwin32 host
10693
10694 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10695
10696         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10697
10698         * configure.in (skipdirs): Add target-librx for Linux.
10699         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10700
10701 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
10702
10703         * Makefile.in (bootstrap): New target.
10704
10705 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
10706
10707         * config.sub: Accept 'amigados' for backward compatibility.
10708
10709 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
10710
10711         * config.guess: Merge with FSF.
10712
10713 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
10714
10715         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10716
10717 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
10718
10719         * config.sub: Add "marketing-names" patch.
10720
10721 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
10722
10723         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
10724
10725 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
10726
10727         * config.sub: Handle v850-elf.
10728
10729 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
10730
10731         * .cvsignore (*-install): Remove.
10732
10733 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
10734
10735         * ltconfig: Set CONFIG_SHELL in libtool.
10736         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10737
10738 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
10739
10740         * configure.in (target_subdir): Set to libraries if enable_multilib.
10741
10742 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
10743
10744         * config.guess: Update from gcc directory.
10745
10746 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10747
10748         * Makefile.in (all-sim): Depends on all-readline.
10749
10750 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
10751
10752         * Makefile.in (BISON, YACC): Use $$s.
10753         (all-bison): Depend on all-texinfo.
10754
10755 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
10756
10757         * Makefile.in (BISON): Add -L flag.
10758         (YACC): Likewise.
10759
10760 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
10761
10762         * configure.in (noconfigdirs): Add support for v850e target.
10763
10764         * config.sub (maybe_os): Add support for v850e target.
10765
10766 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
10767
10768         * configure.in (noconfigdirs): Add support for v850ea target.
10769
10770         * config.sub (maybe_os): Add support for v850ea target.
10771
10772 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
10773
10774         * config.sub: Add mipstx39.  Delete r3900.
10775
10776 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10777
10778         * Makefile.in (all-autoconf): Depends on all-texinfo.
10779
10780 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
10781
10782         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10783         eabi targets.
10784
10785 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
10786
10787         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10788
10789         * configure: When handling a Canadian Cross, handle YACC as well as
10790         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
10791         * Makefile.in (all-bison): Depend upon all-texinfo.
10792
10793 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
10794
10795         * Makefile.in (BISON): bison, not byacc or bison -y.
10796         (YACC): bison -y or byacc or yacc.
10797         (various): Add *-bison as appropriate.
10798         (taz): No need to mess with BISON anymore.
10799
10800 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
10801
10802         * configure: If OSTYPE matches *win32*, try to find a good value for
10803         CONFIG_SHELL.
10804
10805 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
10806
10807         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10808         configure.in if it is present.
10809
10810 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
10811
10812         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10813
10814 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
10815
10816         * config.sub: Recognize `arc' cpu.
10817         * configure.in: Likewise.
10818         * config-ml.in: Likewise.
10819
10820 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
10821
10822         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10823
10824 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
10825
10826         * configure: Changed sed delimiter from ':' to '|' when
10827         attempting to substitute ${config_shell} for SHELL. On
10828         NT ${config_shell} may contain a ':' in it.
10829
10830 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
10831
10832         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10833
10834 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
10835
10836         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10837
10838 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
10839
10840         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10841
10842         * ylwrap: If the program is a relative path, force it to be
10843         absolute.
10844
10845 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10846
10847         * configure (tooldir): Set BISON to `bison -y' and not just bison.
10848
10849 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10850
10851         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
10852         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10853         for libraries.
10854
10855 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
10856
10857         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
10858         separated by spaces.
10859
10860 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
10861
10862         * ylwrap: New file.
10863         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10864
10865         * ltmain.sh: Handle /bin/sh at start of install program.
10866
10867         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10868
10869         * ltconfig, ltmain.sh: New files, from libtool 1.0.
10870         * missing: New file, from automake 1.2.
10871
10872 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
10873
10874         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
10875         check-tk to CHECK_X11_MODULES.
10876
10877 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
10878
10879         * config.sub: Merge with FSF.
10880
10881 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
10882
10883         * config.guess: Merge with FSF.
10884
10885 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10886
10887         * configure: Treat msdosdjgpp like go32.
10888         * configure.in: Likewise.  Don't remove gprof for go32.
10889
10890         * configure: Change Makefile.tem2 to Makefile.tm2.
10891
10892 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
10893
10894         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10895
10896 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10897
10898         * install-sh (chmodcmd): Set to null if the DST directory already
10899         exists.  Same as Nov 11th change.
10900
10901 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
10902
10903         * configure (GDB_TK): Needs itcl and tix.
10904
10905 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
10906
10907         * config.guess: Update from FSF.
10908
10909 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
10910
10911         * Makefile.in (GDB_TK): Depend on itcl and tix.
10912
10913 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
10914
10915         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10916         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10917         (INSTALL_SCRIPT): New variable.
10918         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10919         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10920         to -x.
10921         * install-sh: Add support for -x option.
10922
10923 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
10924
10925         * configure.in, Makefile.in: Treat tix like itcl.
10926
10927 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
10928
10929         * Makefile.in (WINDRES): New variable.
10930         (WINDRES_FOR_TARGET): New variable.
10931         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10932         (EXTRA_HOST_FLAGS): Add WINDRES.
10933         (EXTRA_TARGET_FLAGS): Add WINDRES.
10934         (EXTRA_GCC_FLAGS): Add WINDRES.
10935         ($(DO_X)): Pass down WINDRES.
10936         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10937         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10938         DLLTOOL_FOR_TARGET.
10939
10940 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
10941
10942         * configure.in: configure sim before gdb for win32-x-ppc
10943
10944 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10945
10946         Move gperf into the toplevel, from libg++.
10947         * configure.in (target_tools): Add target-gperf.
10948         (native_only): Add target-gperf.
10949         * Makefile.in (all-target-gperf): New target, depend on
10950         all-target-libg++.
10951         (configure-target-gperf): Empty rule.
10952         (ALL_TARGET_MODULES): Add all-target-gperf.
10953         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10954         (CHECK_TARGET_MODULES): Add check-target-gperf.
10955         (INSTALL_TARGET_MODULES): Add install-target-gperf.
10956         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10957
10958 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
10959
10960         * config.sub (mn10200): Recognize new basic machine.
10961
10962 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10963
10964         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10965         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10966
10967 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10968
10969         * configure.in: If we're building mips-sgi-irix6* native, turn on
10970         ENABLE_MULTILIB and set TARGET_SUBDIR.
10971
10972 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
10973
10974         * Makefile.in (all-sn): Depend on all-grep.
10975
10976 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
10977
10978         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10979
10980         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10981         Makefile.  From Jeff Makey <jeff@cts.com>.
10982         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10983
10984         * Makefile.in (DISTBISONFILES): Remove.
10985         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
10986         $(DEFAULT_YACC).
10987
10988         * configure.in: Build itl, db, sn, etc., when building for native
10989         cygwin32.
10990
10991         * Makefile.in (LD): New variable.
10992         (EXTRA_HOST_FLAGS): Pass down LD.
10993         ($(DO_X)): Likewise.
10994
10995 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
10996
10997         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10998
10999 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
11000
11001         * configure.in (targargs): Strip out any supplied --build argument
11002         before adding our own. Always add --build.
11003
11004 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
11005
11006         * configure.in (targargs): Pass --build if we're doing
11007         a cross-compile.
11008
11009 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
11010
11011         * configure: Use '|' instead of ":" as the separator in
11012         sed. Otherwise sed chokes on NT path names with drive
11013         designators. Also look for "?:*" as the leading characters in an
11014         absolute pathname.
11015
11016 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
11017
11018         * config.sub: Support for r3900.
11019
11020 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11021
11022         * configure.in: Use install-sh, not install.sh.
11023
11024 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11025
11026         * Makefile.in (taz): Improve check for BISON so it doesn't try to
11027         apply it twice.
11028
11029 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11030
11031         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11032         install-binutils.
11033
11034 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
11035
11036         * Makefile.in: Add automake targets.
11037         * configure.in (host_tools): Add automake.
11038
11039 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11040
11041         * configure: Default CXX to c++, not gcc.
11042         * Makefile.in (CXX): Set to c++, not gcc.
11043         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11044
11045 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
11046
11047         * install-sh: try appending a .exe if source file doesn't
11048         exist
11049
11050 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
11051
11052         * configure.in: Turn on multilib by default.
11053         (cross_only): Remove target-libiberty.
11054
11055         * Makefile.in (all-gcc): Don't depend on libiberty.
11056
11057 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
11058
11059         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11060
11061 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11062
11063         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11064         (DISTBISONFILES): Add ld/Makefile.in
11065
11066 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
11067
11068         * configure.in: if target is cygwin32 but host isn't cygwin32,
11069         don't configure gdb tcl tk expect, not just gdb.
11070
11071 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
11072
11073         * configure.in: Added gnuserv everywhere sn appears.
11074
11075         * Makefile.in (ALL_MODULES): Added all-gnuserv.
11076         (CROSS_CHECK_MODULES): Added check-gnuserv.
11077         (INSTALL_MODULES): Added install-gnuserv.
11078         (CLEAN_MODULES): Added clean-gnuserv.
11079         (all-gnuserv): New target.
11080
11081 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
11082
11083         * config.guess: Fixes for MIPS OpenBSD systems.
11084
11085 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11086
11087         * Makefile.in (INSTALL_XFORM): Remove.
11088         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11089
11090         * mkinstalldirs: New file, copied from automake.
11091         * Makefile.in (installdirs): Rename from install-dirs.  Use
11092         mkinstalldirs.  Change all users.
11093         (DEVO_SUPPORT): Add mkinstalldirs.
11094
11095 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11096
11097         * install-sh: Rename from install.sh.
11098         * Makefile.in (INSTALL): Change install.sh to install-sh.
11099         (DEVO_SUPPORT): Likewise.
11100
11101         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
11102         Graichen <graichen@rzpd.de>.
11103
11104 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
11105
11106         * config.guess: Recognize OpenBSD systems correctly.
11107
11108 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11109
11110         * README, Makefile.in (ETC_SUPPORT): Remove references to
11111         cfg-paper*, configure.{texi,man,info*}._
11112
11113 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
11114
11115         * Makefile.in (all.normal): Ensure that gcc is built after all
11116         the x11 - ie gdb - targets.
11117
11118 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
11119
11120         * makefile.vms: Don't run conf-a-gas.
11121
11122 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
11123
11124         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11125
11126 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
11127
11128         * configure.in: Remove noconfigdirs case since gdb also
11129         configures and builds for tic80-coff.
11130
11131 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11132
11133         * configure: Set cache_file to config.cache.
11134         * Makefile.in (local-distclean): Remove config.cache.
11135
11136 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11137
11138         * COPYING: Update FSF address.
11139
11140 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
11141
11142         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11143         noconfigdirs.
11144
11145 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11146
11147         * Makefile.in (install-dirs): Don't crash if prefix, and hence
11148         MAKEDIRS, is empty.
11149
11150 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
11151
11152         * config.sub: Tweak mn10300 entry.
11153
11154 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
11155
11156         * configure.in (host_tools): Put sim before gdb, so gdb's
11157         configure.tgt can determine if the simulator was configured.
11158
11159 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
11160
11161         * config.sub: Move BeOS $os case to be with other Cygnus
11162         local cases.
11163
11164 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
11165
11166         * config.sub: Remove misplaced comment that broke Linux.
11167
11168 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
11169
11170         * config.sub: Add BeOS support.
11171
11172 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
11173
11174         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11175
11176 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
11177
11178         * configure.in (noconfigdirs): Remove tcl and tk from
11179         noconfigdirs for cygwin32 builds.
11180
11181 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
11182
11183         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11184
11185 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
11186
11187         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11188         make-all.com, use makefile.vms instead.
11189
11190 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
11191
11192         * config.sub: Accept -lnews*.
11193
11194 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
11195
11196         * configure.in (noconfigdirs): Disable target-newlib,
11197         target-examples and target-libiberty for d30v.
11198
11199 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11200
11201         * configure.in (noconfigdirs): Enable ld for d30v.
11202
11203 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
11204
11205         * configure.in (tic80-*-*): Build compiler.
11206
11207 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
11208
11209         * configure.in (d30v-*): Remove sim directory from list of
11210         unsupported d30v directories
11211
11212 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11213
11214         * config.sub, configure.in: Add d30v target cpu.
11215
11216 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
11217
11218         * makefile.vms: New file.
11219         * make-all.com: Remove.
11220
11221 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
11222
11223         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11224
11225 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
11226
11227         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11228
11229 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
11230
11231         * Makefile.in (ALL_MODULES): Added all-db.
11232         (CROSS_CHECK_MODULES): Addec check-db.
11233         (INSTALL_MODULES): Added install-db.
11234         (CLEAN_MODULES): Added clean-db.
11235
11236 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
11237
11238         * config.guess: Merge with latest FSF sources.
11239
11240 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
11241
11242         * Makefile.in (ALL_MODULES): Added all-itcl.
11243         (CROSS_CHECK_MODULES): Added check-itcl.
11244         (INSTALL_MODULES): Added install-itcl.
11245         (CLEAN_MODULES): Added clean-itcl.
11246
11247 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
11248
11249         * configure.in: build gdb for mn10200
11250
11251 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
11252
11253         * Makefile.in (all-target-winsup): Depend on all-target-libio.
11254
11255 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
11256
11257         * configure.in (tic80-*-*): Turn off most targets right now.
11258
11259 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
11260
11261         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11262         rather than the makeinfo program.
11263         (do-info): Depend upon all-texinfo.
11264
11265 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11266
11267         * configure.in: Remove uses of config/mh-linux.
11268
11269         * config.sub, config.guess: Merge with latest FSF sources.
11270
11271 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
11272
11273         * config.sub (case $basic_machine): Add tic80 entries.
11274
11275 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
11276
11277         * config.sub, config.guess: Merge with latest FSF sources.
11278
11279 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11280
11281         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11282         * mpw-config.in: Test for NewFolderRecursive.
11283         * mpw-install: Use symbolic name for startup filename.
11284         * mpw-README: Add various additional details.
11285
11286 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
11287
11288         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11289
11290 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
11291
11292         * configure.in: Do build gcc and the target libraries for
11293         the mn10200.
11294
11295 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
11296
11297         * configure.in: don't avoid building gdb for mn10300 any more
11298         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11299         instead of single-quoting it.
11300
11301 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
11302
11303         * configure.in: Don't use --with-stabs on IRIX 6.
11304
11305 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
11306
11307         * configure.in (m32r): Build gdb, libg++ now.
11308
11309 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11310
11311         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
11312         directories from noconfigdirs.
11313
11314 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
11315
11316         * config.sub (basic_machine): added mips16 configuration
11317
11318 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11319
11320         * config.sub: Handle d10v-unknown.
11321
11322 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
11323
11324         * config.sub: Handle v850-unknown.
11325
11326 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
11327
11328         * Makefile.in: add findutils
11329         * configure.in: add findutils to list of host_tools
11330
11331 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
11332
11333         * config.sub: Handle mn10200 and mn10300.
11334
11335 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11336
11337         * configure.in (d10v-*): Do not build librx.
11338
11339 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
11340
11341         * configure.in (mn10300): Build everything except gdb & libgloss.
11342
11343 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
11344
11345         * config.guess:  Patch for Dansk Data Elektronik servers,
11346         from Niels Skou Olsen <nso@dde.dk>.
11347
11348         For ncr, use /bin/uname rather than uname, since GNU uname does not
11349         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
11350
11351         Patch for MIPS R4000 running System V,
11352         from Eric S. Raymond <esr@snark.thyrsus.com>.
11353
11354         Fix thinko for nextstep.
11355
11356         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11357
11358         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
11359         * config.guess: Guess mips-dec-mach_bsd4.3.
11360
11361         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
11362         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
11363         release numbers.
11364         * config.guess (mips-mips-riscos*):  Emit just enough of the
11365         release number.
11366
11367         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
11368         * config.guess (sparc-auspex-sunos*):  Added.
11369         (f300-fujitsu-*): Added.
11370
11371         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
11372         * config.guess:  Recognize a Tadpole as a sparc.
11373
11374 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11375
11376         * config.guess: Don't assume that NextStep version is either 2 or
11377         3.  NextStep 4 (aka OpenStep 4) has come out now.
11378
11379 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11380
11381         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11382         From Rik Faith <faith@cs.unc.edu>.
11383
11384 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
11385
11386         * config.sub: Contributions from bug-gnu-utils to:
11387         Support plain "hppa" (no version given) architecture, reported by
11388         OpenStep.
11389         OpenBSD like NetBSD.
11390         LynxOs is not a hardware supplier.
11391
11392         * config.guess: Contributions from bug-gnu-utils to add support for:
11393         OpenBSD like NetBSD.
11394         Stratus systems.
11395         More Pyramid systems.
11396         i[n>4]86 Intel chips.
11397         M680[n>4]0 Motorola chips.
11398         Use unknown instead of lynx for hardware manufacturer.
11399
11400 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11401
11402         * install.sh (chmodcmd): Set to null if the DST directory already
11403         exists.
11404
11405 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11406
11407         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11408         not use mt-ppc target Makefile fragment any more.
11409
11410 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11411
11412         * configure.in (*-*-windows):  Exclude everything but those dirs
11413         needed to build windows.
11414
11415 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
11416
11417         * Makefile.in (all-target-winsup): Depend on all-target-librx.
11418
11419 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11420
11421         * configure.in:  Exclude mmalloc from i386-windows.
11422
11423 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11424
11425         * Undo my previous change.
11426
11427 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
11428
11429         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11430         unconditionally.
11431         (MAKEOVERRIDES): Define (revert this part of October 18 change).
11432
11433 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11434
11435         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
11436         host to add it's own flags.
11437
11438 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
11439
11440         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11441
11442 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
11443
11444         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11445         (CXX_FOR_TARGET): Likewise.
11446         (GCC_FOR_TARGET): Define.
11447         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11448         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11449         CC_FOR_TARGET was specified on the command line.
11450         (MAKEOVERRIDES): Don't define.
11451
11452 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
11453
11454         * configure.in (m32r): Fix spelling of libg++ libs.
11455
11456 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
11457
11458         * config.sub (-apple*): Remove, now redundant.
11459
11460 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
11461
11462         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11463
11464         * configure: Rework yesterday's sed script patch.
11465
11466         * config.sub: Merge with FSF.
11467
11468 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
11469
11470         * config.guess:  Merge from FSF.
11471
11472         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
11473         * config.guess: Use pc instead of unknown, for pc clone systems.
11474         Change linux to linux-gnu.
11475
11476         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11477         * config.guess: Avoid non-portable tr syntax.
11478
11479 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
11480
11481         * test-build.mk (HOLES): Add "xargs" for gdb.
11482
11483         * configure: Avoid hpux10.20 sed bug.
11484
11485 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
11486
11487         * configure.in:  Add support for windows host
11488         (that is a build done under the Microsoft build environment).
11489
11490 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
11491
11492         * Makefile.in: Replace all uses of srcroot with s, to shrink
11493         command line lengths.
11494
11495         Patches from Geoffrey Noer <noer@cygnus.com>:
11496         * configure.in: If configuring for newlib, pass --with-newlib to
11497         subdirectories.
11498         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11499         -Bnewlib/ and -Lwinsup to gcc.
11500         (CXX_FOR_TARGET): Likewise.
11501
11502 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11503
11504         * Makefile.in (ETC_SUPPORT): Add configure.
11505
11506 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
11507
11508         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11509         host configuration file.
11510
11511 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
11512
11513         * configure.in: Break mn10x00 support into separate
11514         mn10200 and mn10300 configurations.
11515         * config.sub: Likewise.
11516
11517 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
11518
11519         * configure.in: Add lots of stuff to noconfigdirs for
11520         the mn10x00 targets.
11521
11522         * config.sub, configure.in: Add mn10x00 support.
11523
11524 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
11525
11526         * make-all.com: Call conf-a-gas, not config-a-gas.
11527
11528 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
11529
11530         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11531         targets.
11532
11533 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
11534
11535         * mpw-README: Add much more detail for native PowerMac.
11536         * mpw-install: New file.
11537         * mpw-configure: Add --norecursion and --help options.
11538         * mpw-config.in: Translate readme and install files when
11539         copying to objdir.
11540         * mpw-build.in: Don't always depend on byacc and flex.
11541         (install-only-top): New action.
11542
11543 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
11544
11545         * configure.in:  You can now configure GDB for the v850.
11546
11547 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
11548
11549         * configure.in (noconfigdirs): Don't configure any C++ dirs
11550         if targeting D10V.
11551
11552 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11553
11554         * config.sub: Recognize mips64vr5000.
11555
11556 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
11557
11558         * configure.in: Use a single line for host_tools and native_only.
11559
11560 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
11561
11562         * config.sub, configure.in: Add entries for m32r.
11563
11564 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
11565
11566         * Makefile.in (inet-install): Don't run install-gzip.
11567
11568 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
11569
11570         * configure.in:  Don't config lots of things for *-*-windows*.
11571
11572 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
11573
11574         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11575         (host_libs, host_tools): Copy from configure.in.
11576         * mpw-configure: Don't complain about directories not found.
11577
11578 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11579
11580         * configure.in (i[345]86): Recognize i686 for pentium pro.
11581         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11582         file.
11583
11584         * config.guess (i[345]86): Ditto.
11585
11586 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11587
11588         * configure.in (noconfigdirs): Removed gdb for D10V.
11589
11590 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
11591
11592         * configure.in: Remove ld, target-libio, target-libg++, and
11593         target-libstdc++ from noconfigdirs.
11594
11595 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
11596
11597         * configure: Fix three locations where shell scripts were
11598         being run directly rather than with config_shell.
11599
11600 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
11601
11602         * configure.in (v850-*-*): Set up initial $noconfigdirs.
11603         * config.sub (basic_machine): Recognize v850.
11604
11605 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
11606
11607         * mpw-configure: Handle multiple enable/disable options and
11608         pass them down recursively, handle -c and -s flags appropriately
11609         depending on choice of compiler, add escape mechanism for
11610         quoted arguments to gC.
11611
11612 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11613
11614         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11615         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11616         so that -mrelocatable-lib and -mno-eabi are used.
11617
11618         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11619         not support --print-multi-lib, don't abort.
11620
11621 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
11622
11623         * make-all.com: Run config-a-gas.
11624         * setup.com: Don't copy subdirectory files around.
11625
11626 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
11627
11628         * configure.in (*-*-ose): Remove exclusion of libgloss for this
11629         target, it now compiles correctly.
11630
11631 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
11632
11633         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11634
11635 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11636
11637         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11638
11639 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11640
11641         * configure.in (native_only): Add prms.
11642
11643 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
11644
11645         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11646         (BINUTILS_SUPPORT_DIRS): Likewise.
11647
11648 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11649
11650         * configure.in (d10v-*-*): Don't configure ld or gdb until the
11651         d10v support is added.
11652
11653 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11654
11655         * configure.in (d10v-*-*): New target.
11656
11657 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
11658
11659         * config.guess (HP 9000/811): Recognize this as a PA1.1
11660         machine.
11661
11662 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
11663
11664         * Makefile.in (do-tar-gz): New target, split out from tail end of
11665         taz target.  Run each command separately, don't use pipes.
11666         (taz): Use it.
11667
11668 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
11669
11670         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11671         * mpw-build.in: No builds should depend on building byacc or flex,
11672         they are assumed to be installed already.
11673
11674 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11675
11676         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11677         variable that CC_FOR_TARGET needs.
11678
11679 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11680
11681         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11682         options have changed since the last time the subdirectory was
11683         configured, and if it has, reconfigure.
11684         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11685         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11686
11687 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
11688
11689         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11690         CLEAN_MODULES): Add bash.
11691         (all-bash): New target.
11692
11693 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
11694
11695         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11696
11697 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11698
11699         * config.sub (basic_machine): Recognize d10v as a valid processor.
11700
11701 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
11702
11703         * mpw-configure: Add support for --bindir.
11704         * mpw-build.in: Use a GCC-specific build script for GCC actions.
11705
11706 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
11707
11708         * configure.in: add bash, time, gawk to list of hosttools and things
11709         to only build for native toolchains
11710
11711 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11712
11713         * Makefile.in (docdir): Remove.
11714
11715 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11716
11717         * Makefile.in (datadir): Set to $(prefix)/share.
11718
11719 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
11720
11721         * configure.in: build diff and patch for cygwin32-hosted
11722         toolchains.
11723
11724 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
11725
11726         * config.sub: Accept -rtems*.
11727
11728 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
11729
11730         * configure.in: enable dosrel for cygwin32-hosted builds,
11731                 remove diff from the list of things not buildable
11732                 via Canadian Cross
11733
11734 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
11735
11736         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
11737         don't get ". ".
11738
11739 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
11740
11741         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11742
11743 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
11744
11745         * Makefile.in (taz): Handle case where tex3patch didn't even get
11746         checked out.  Also, if it was found, put the symlink in a new util
11747         subdirectory.
11748
11749 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11750
11751         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11752
11753 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
11754
11755         * config.sub: Recognize -openvms.
11756         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11757         * make-all.com, setup.com: New files.
11758
11759 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
11760
11761         * Makefile.in (taz): tex3patch moved to texinfo/util.
11762
11763 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
11764
11765         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
11766         * configure.in: remove make from disable-if-Can-Cross list
11767                 enable gdb if ${host} and ${target} are cygwin32
11768
11769 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
11770
11771         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
11772         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11773
11774 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
11775
11776         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
11777         distinguish sysv/svr4/bsd variants.
11778         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11779
11780 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
11781
11782         * configure.in: Added copyright notice.
11783         * move-if-change: Added copyright notice.
11784
11785 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11786
11787         * configure.in (powerpcle-*-solaris*): Until we get shared
11788         libraries working, don't build gdb, sim, make, tcl, tk, or
11789         expect.
11790
11791 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
11792
11793         * config.guess:  Merge with FSF:
11794
11795         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11796         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11797
11798         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
11799         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11800
11801         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
11802         * config.guess:  Combine two OSF1 rules.
11803         Also recognize field test versions.  From mjr@zk3.dec.com.
11804         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
11805         because GNU uname does not support -p.  From pmr@pajato.com.
11806
11807 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
11808
11809         * Makefile.in (MAKEDIRS): Removed $(tooldir).
11810
11811 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
11812
11813         * mpw-README: Document GCCIncludes.
11814
11815 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
11816
11817         * configure.in (alpha-*-linux*): Set enable_shared to yes.
11818
11819 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11820
11821         * mpw-configure: Handle --enable-FOO and --disable-FOO.
11822
11823 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
11824
11825         * configure.in (*-*-cygwin32): Configure make.
11826
11827 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
11828
11829         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11830
11831 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
11832
11833         * Makefile.in (all-inet): Depend on all-perl.
11834
11835         * Makefile.in (inet-install): New target.
11836
11837         * Makefile.in (all-inet): Depend on all-tcl.
11838         (all-inet): Depend on all-send-pr.
11839
11840 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11841
11842         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11843         temporarily.
11844
11845 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
11846
11847         * configure.in: Don't configure --with-gnu-ld on AIX.
11848
11849 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
11850
11851         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11852
11853 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
11854
11855         * Makefile.in (ALL_MODULES): Added all-inet.
11856         (CROSS_CHECK_MODULES): Added check-inet.
11857         (INSTALL_MODULES): Added install-inet.
11858         (CLEAN_MODULES): Added clean-inet.
11859         (all-indent): New target.
11860
11861         * configure.in (host_tools): Added inet.
11862         (native_only): Added inet.
11863         (noconfigdirs): Added inet.
11864
11865 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
11866
11867         * configure.in: Don't configure libgloss if we are not configuring
11868         newlib.
11869
11870 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
11871
11872         * configure.in: Don't configure libgloss for unsupported
11873         architectures.
11874
11875 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11876
11877         * Makefile.in (CLEAN_MODULES): Add clean-apache.
11878
11879 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
11880
11881         * Makefile.in (ALL_MODULES): Include all-apache.
11882         (CROSS_CHECK_MODULES): Include check-apache.
11883         (INSTALL_MODULES): Include install-apache.
11884         (all-apache): New target.
11885
11886         * configure.in: Added apache everywhere perl is seen.
11887
11888 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11889
11890         * Makefile.in: Add support for clean-{module} and
11891         clean-target-{module} rules.
11892
11893 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
11894
11895         * configure.in (*-*-ose) do not build libgloss.
11896
11897 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11898
11899         * config.guess (prep*:SunOS:5.*:*): Turn into
11900         powerpele-unknown-solaris2.
11901
11902 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
11903
11904         * configure.in: Permit --enable-shared to specify a list of
11905         directories.
11906
11907 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
11908
11909         * configure.in (host==solaris): Pass only the first word of $CC
11910         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11911
11912 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
11913
11914         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11915
11916 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
11917
11918         * Makefile.in (ALL_MODULES): Include all-perl.
11919         (CROSS_CHECK_MODULES): Include check-perl.
11920         (INSTALL_MODULES): Include install-perl.
11921         (ALL_X11_MODULES): Include all-guile.
11922         (CHECK_X11_MODULES): Include check-guile.
11923         (INSTALL_X11_MODULES): Include install-guile.
11924         (all-perl): New target.
11925         (all-guile): New target.
11926
11927         * configure.in (host_tools): Include perl and guile.
11928         (native_only): Include perl and guile.
11929         (noconfigdirs): Don't build guile and perl; no ports have been
11930         done.
11931
11932 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
11933
11934         * configure (--enable-*): Handle quoted option lists such as
11935         --enable-sim-cflags='-g0 -O' better.
11936
11937 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11938
11939         * Makefile.in ({,inst}all-target): New rule so we can make and
11940         install all of the target directories easily.
11941
11942 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11943
11944         * configure.in: Add missing global flag in sed substitution when
11945         deleting `target-' from ${configdirs}.
11946
11947 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
11948
11949         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11950         option.
11951
11952         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11953         config/mh-necv4.
11954
11955         * install.sh: Correct misspelling of transformbasename.
11956
11957         * config.guess: Recognize mips-*-sysv*.
11958
11959 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
11960
11961         * config.sub: Recognize mon960.
11962
11963 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
11964
11965         * configure: Restore Canadian Cross handling of BISON and LEX,
11966         removed in Feb 20 change.
11967
11968 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
11969
11970         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11971         Mention make install.  Remove the old copyright date as well the
11972         clumsy and rather pointless copyright on the README file.
11973
11974 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11975
11976         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11977         Makefile after running symlink-tree, then run `make distclean' to
11978         avoid clobbering any generated files in srcdir.
11979
11980 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
11981
11982         * configure.in (m68k-*-netbsd*): Build everything now.
11983
11984 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
11985
11986         * Makefile.in (taz): Fix quoting.
11987
11988 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
11989
11990         * configure.in (sparclet-*-*): Build everything now.
11991
11992 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11993
11994         * configure.in (m68k-*-linux*): New host.
11995
11996 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
11997
11998         * configure: Check for bison before byacc.
11999
12000 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
12001
12002         * Makefile.in configure:  Change the way LEX and BISON/YACC are
12003         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
12004         searching PATH.  These are used as fallbacks by Makefile.in if
12005         flex/bison/byacc aren't in objdir.
12006
12007 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
12008
12009         * Makefile.in: Make everything which depends upon all-bfd also
12010         depend upon all-opcodes, in case --with-commonbfdlib is used.
12011
12012 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12013
12014         * configure.in (host *-*-cygwin32): Don't build gdb if we are
12015         building NT native compilers on Unix.
12016
12017 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
12018
12019         * configure.in: Don't get CC from the host Makefile fragment if we
12020         can find gcc in PATH, or if this is a Canadian Cross.  Move the
12021         Solaris test for /usr/ucb/cc to the post target script, just after
12022         the compiler sanity test.
12023
12024 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
12025
12026         * config.sub: Merge with FSF.
12027
12028 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
12029
12030         * Makefile.in (RPATH_ENVVAR): New variable.
12031         (REALLY_SET_LIB_PATH): Use it.
12032         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12033
12034 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
12035
12036         * config.sub, configure.in: Recognize sparclet cpu.
12037
12038 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12039
12040         * config.guess:  Support m68k-cbm-sysv4.
12041
12042 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12043
12044         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12045         m68k-unknown-linuxaout from linker help string.  Put quotes around
12046         $ld_help_string.
12047
12048 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
12049
12050         * config.guess (powerpc-harris-powerunix): Add guess for port
12051         to new target.
12052
12053 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12054
12055         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12056
12057 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
12058
12059         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12060         $(REALLY_SET_LIB_PATH) in Makefile.
12061         * Makefile.in (SET_LIB_PATH): New variable.
12062         (REALLY_SET_LIB_PATH): New variable.
12063         ($(DO_X)): Use $(SET_LIB_PATH).
12064         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12065         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12066         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12067         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12068         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12069         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12070         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12071         (install-dosrel): Likewise.
12072         (all-opcodes): Depend upon all-libiberty.
12073
12074 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12075
12076         * config.guess (*:CYGWIN*): New
12077
12078 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12079
12080         * Makefile.in (all-target-winsup): All all-target-libiberty.
12081
12082 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12083
12084         * configure.in (noconfigdirs): Add missing # in front of comment.
12085
12086 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
12087
12088         * configure.in: add second pass to things added to noconfigdirs
12089         so *-gm-magic can exclude libgloss properly.
12090
12091 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
12092
12093         * mpw-configure (extralibs_name, rez_name): Set correctly
12094         for MWC68K compiler.
12095
12096         * mpw-README: Add more info on the necessary build tools.
12097
12098 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12099
12100         * configure.in, config.sub: Recognize cygwin32.
12101
12102 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
12103
12104         * config.guess, config.sub: Recognize A/UX.
12105
12106 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
12107
12108         * config.sub: Merge with gcc/config.sub.
12109
12110 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
12111
12112         * mpw-build.in (do-binutils): Add build of stamps.
12113
12114 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
12115
12116         * config.sub: Add recognition for mips64vr4100*-* targets.
12117
12118 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12119
12120         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12121         Add creation of gconfigargs with `--enable-shared' turned on.
12122         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12123         ($(host)-stamp-stage3-configured): Likewise.
12124         (HOLES): Add chatr and ldd.
12125         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12126
12127 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
12128
12129         * configure: Pass --nfp to recursive configures.
12130
12131 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12132
12133         * Makefile.in (DLLTOOL): New.
12134         (DLLTOOL_FOR_TARGET): New.
12135         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12136         (EXTRA_TARGET_FLAGS): Ditto.
12137         (EXTRA_GCC_FLAGS): Ditto.
12138         (CONFIGURE_TARGET_MODULES): Ditto.
12139         (DO_X): Ditto.
12140         * configure: Add DLLTOOL.
12141
12142 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
12143
12144         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12145         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12146         mh-sco, since old workarounds no longer needed, and don't
12147         build ld, since libraries have weak symbols in COFF.
12148
12149 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
12150
12151         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12152
12153 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12154
12155         * configure.in: Make sure that ${CC} can be used to compile an
12156         executable.
12157
12158 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12159
12160         * Makefile.in (all-gdb): Depend on $(GDB_TK).
12161         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12162         nothing depending on whether gdbtk is being built.
12163
12164 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
12165
12166         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12167
12168 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
12169
12170         * configure.in (noconfigdirs): Put ld or gas in this early, if the
12171         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12172
12173 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
12174
12175         * config-ml.in: Add support for
12176         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12177         Simplify setting of multidirs from --disable-foo.
12178
12179 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12180
12181         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12182         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12183         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12184         non-empty, pass them on to the  GCC make.
12185         (all-bootstrap): New rule that is like all-gcc, except it executes
12186         the GCC bootstrap rule instead of the GCC all rule.
12187
12188 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
12189
12190         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12191
12192 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12193
12194         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12195         DG/UX support.
12196
12197 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
12198
12199         * config.sub (i*86*) Change [345] to [3456]
12200
12201 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12202
12203         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12204         --with-gnu-ld=no.
12205
12206 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12207
12208         * config-ml.in (rs6000*, powerpc*): Add switches to control which
12209         AIX multilibs get built.
12210
12211 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12212
12213         * configure.in (i386-win32): Don't build expect if we're not
12214         building the tcl subdir.
12215
12216 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
12217
12218         * Makefile.in: (configure-target-examples, all-target-examples):
12219         New targets, configure and build example programs.
12220
12221 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
12222
12223         * mpw-configure: If an mpw-config.in generated a file mk.sed,
12224         use it as input to sedit the generated MPW makefile.
12225         * mpw-README: Add a suggestion about Gestalt.h.
12226
12227 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
12228
12229         * config.sub: Accept *-*-ieee*.
12230
12231 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
12232
12233         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
12234         Ronald F. Guilmette <rfg@monkeys.com>.
12235
12236 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12237
12238         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12239         for powerpc-pe native.
12240         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12241         (target==powerpc-pe): duplicate i386-win32 entry.
12242
12243 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12244
12245         * configure.in (noconfigdirs): Exclude target-newlib for all versions
12246         of vxworks, not just vxworks5.1.
12247
12248 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
12249
12250         * mpw-configure: Add support for exec-prefix.
12251
12252 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12253
12254         * config.guess: Recognize HP model 816 machines as having
12255         a PA1.1 processor.
12256
12257 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12258
12259         * configure: Ignore new autoconf configure options.
12260
12261 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12262
12263         * config.guess:  Recognize Pentium under SCO.
12264         From Robert Lipe <robertl@arnet.com>.
12265
12266 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12267
12268         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12269
12270 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
12271
12272         * configure.in: Don't configure gas for alpha-dec-osf*.
12273
12274 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
12275
12276         * configure.in: Default to --with-stabs for some targets for which
12277         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12278         i[345]86*-*-unixware*.
12279
12280 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12281
12282         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12283         rather than basing it on the target.  Simplify handling of options
12284         controlling which directories to configure.  Remove extraneous
12285         slash in multi-clean target.
12286
12287 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
12288
12289         * config-ml.in: Prefix more variables with ml_ so they don't collide
12290         with configure's.
12291
12292 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
12293
12294         * configure: Don't turn -v into --v.
12295
12296 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
12297
12298         * configure.in (targargs): Fix typo.
12299
12300         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12301
12302 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
12303
12304         * configure.in: Strip --host and --target options from
12305         CONFIG_ARGUMENTS, and always configure for --host only.  Add
12306         --with-cross-host option when building with a cross-compiler.
12307         * configure: Canonicalize the arguments put into config.status by
12308         always using `=' for an option with an argument.  Pass a presumed
12309         --host or --target explicitly.
12310
12311 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
12312
12313         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12314         into general OS recognition case.
12315
12316 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12317
12318         * configure.in (target_configdirs): add target-winsup only
12319         for win32 target systems.
12320
12321 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
12322
12323         * Makefile.in (all-target-libgloss): Depend upon
12324         configure-target-newlib, since when libgloss is built it looks to
12325         see if the newlib directory exists.
12326
12327 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
12328
12329         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12330         cfg-ml-*.in.
12331
12332 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
12333
12334         * configure: Handle LD and LD_FOR_TARGET when configuring a
12335         Canadian Cross.
12336
12337 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12338
12339         * configure.in (target_libs): add target-winsup.
12340         (target==i386-win32): add patch diff flex make to $noconfigdirs.
12341         (target==ppcle-pe): remove ld from $noconfigdirs.
12342
12343 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
12344
12345         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12346         Preserve relative path names in $srcdir.  Build symlink tree if
12347         configuring cross target dir and srcdir=. (= no VPATH support).
12348         (configure-target-libg++): Depend on configure-target-librx.
12349         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12350         * config-ml.in: New file.
12351         * symlink-tree: New file.
12352         * configure: Ensure srcdir="." if that's what it is.
12353
12354 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
12355
12356         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12357         includes and FLEX_SKELETON setting.
12358         * mpw-configure (--with-gnu-ld): New option, controls whether
12359         to use PPCLink or ld with PowerMac GCC.
12360         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12361         * mpw-config.in: Configure grez if targeting Mac.
12362
12363         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12364         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12365         just macos.
12366         * configure.in: Configure grez resource compiler if targeting Mac.
12367         * Makefile.in (all-grez, install-grez): New targets.
12368
12369 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
12370
12371         * configure: CXX defaults to gcc, not g++.  If we find
12372         gcc in the path, set CC to gcc -O2.
12373
12374 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
12375
12376         * configure: Default ${build} correctly.  Avoid picking up extra
12377         spaces when reading CC and CXX from Makefile.  When doing a
12378         Canadian Cross, use plausible default values for numerous
12379         variables.
12380         * configure.in: When doing a Canadian Cross, don't try to
12381         configure tools whose configure script can't handle it.
12382
12383 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12384
12385         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12386
12387 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12388
12389         * configure:  Remove dubious bug reporting address.
12390
12391 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12392
12393         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
12394         configure script, run that instead of this directory's configure.
12395         In either case, print a message that we're configuring the sub-dir.
12396
12397 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12398
12399         * configure.in: Before checking for the existence of various files,
12400         use sed to filter out "target-".
12401
12402 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12403
12404         * Makefile.in (DO_X): Split rule to decrease command line length
12405         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
12406         (Philippe De Muyter).
12407
12408 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12409
12410         * Makefile.in (all-patch): depend on all-libiberty.
12411
12412 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
12413
12414         * configure.in: If the only directory in target_configdirs which
12415         actually exists is libiberty, then set target_configdirs to empty,
12416         to avoid trying to build a target libiberty in a gas or gdb
12417         distribution.
12418
12419 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
12420
12421         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12422         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12423         systems.
12424
12425 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12426
12427         * configure.in (copy_dirs): Use sys-include instead of include
12428         for --with-headers option.
12429
12430 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
12431
12432         * Makefile.in, configure.in: Make winsup builds work with
12433         new scheme.
12434
12435 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
12436
12437         * configure.in: Build the linker on AIX.
12438
12439 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12440
12441         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
12442         where needed.
12443
12444 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
12445
12446         * Makefile.in (all-gcc): Fix typo.
12447
12448 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12449
12450         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
12451
12452 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12453
12454         * configure.in:  Rename libFOO to target-libFOO, and xiberty
12455         to target-xiberty, to provide more flexibility.
12456         (target_subdir):  Define.  Create if cross.
12457         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12458         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
12459         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12460         check-libFOO -> check-target-libFOO, etc.
12461         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12462         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12463         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12464         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
12465         allow ALL_GCC="" to only configure.
12466         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
12467         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
12468         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
12469
12470 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
12471
12472         * Makefile.in (taz): Build "info" in etc explicitly.
12473
12474 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
12475
12476         * configure.in:  Make sure that CC is undefined (as opposed to
12477         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
12478         problem with autoconf trying to configure on a host without GCC.
12479
12480 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12481
12482         * mpw-configure: Set host alias from choice of host compiler,
12483         only use generic MPW Makefile sed if present, edit a file
12484         named "hacked_Makefile.in" instead of "Makefile.in" if present.
12485         * mpw-README: Add problem notes about CW6 and CW7.
12486
12487 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
12488
12489         * Makefile.in (taz): Use ";" instead of ";;".
12490
12491 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12492
12493         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
12494         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12495         DISTDOCDIRS.
12496         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
12497         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
12498
12499 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12500
12501         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
12502         and gnats, because they are now subsumed by DISTSTUFFDIRS.
12503         Move bfd to DISTSTUFFDIRS.
12504
12505 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12506
12507         * Makefile.in (X11_LIB): Removed.
12508         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12509
12510         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12511
12512 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12513
12514         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12515         names.
12516
12517 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12518
12519         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12520
12521 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
12522
12523         * configure.in (i[345]86-*-win32): Always build newlib.
12524         Don't configure cvs, autoconf or texinfo.
12525         * Makefile.in (LD_FOR_TARGET): New.
12526         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12527         Pass down LD_FOR_TARGET.
12528
12529 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12530
12531         * winsup: New directory.
12532         * Makefile.in: Build winsup.
12533         * configure.in: Winsup is configured when target is win32.
12534         Can only build win32 target GDB when native.
12535
12536 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
12537
12538         * config.guess: Recognize HP model 819 machines as having
12539         a PA 1.1 processor.
12540
12541 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
12542
12543         * configure: Fix sed loop which substitutes for CC and CXX to
12544         avoid bug found in various sed implementations.
12545
12546 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12547
12548         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12549         simulator.  Use standard powerpc-*-eabi*.
12550
12551 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12552
12553         * configure.in: Stop putting gas and binutils in noconfigdirs for
12554         powerpc-*-aix* and rs6000-*-*.
12555
12556 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
12557
12558         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12559         -mcall-aixdesc libraries.
12560
12561 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
12562
12563         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12564
12565         * config.sub (arm | armel | armeb): Fix shell syntax.
12566
12567 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12568
12569         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12570         -msoft-float and -mcpu=common support.
12571         (powerpc*-*-eabisim*): Add support for building -mcall-aix
12572         libraries.
12573
12574 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12575
12576         * configure.in: Allow configuration and build of emacs19 for the alpha.
12577
12578 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12579
12580         * configure.in (CC): Get ^CC, not just any old CC, from
12581         ${host_makefile_frag}.
12582
12583 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12584
12585         * configure.in (CC): Try to get CC from
12586         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12587
12588 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12589
12590         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12591         only if it exists in $(srcdir).
12592
12593 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
12594
12595         * configure: If CC and CXX are not set in the environment, set
12596         them, based on either an existing Makefile or on searching for gcc
12597         in PATH.  Substitute for CC and CXX in Makefile.
12598         * configure.in: Remove libm from target_libs.  Separate
12599         target_configdirs from configdirs.  If CC is not set in
12600         environment, try to get it from a host Makefile fragment.  Rewrite
12601         changes of configdirs to use skipdirs instead.  A few minor
12602         tweaks.  Take directories out of target_configdirs as they are
12603         taken out of configdirs.  Remove existing Makefile files from
12604         subdirectories.  Substitute for TARGET_CONFIGDIRS and
12605         CONFIG_ARGUMENTS in Makefile.
12606         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12607         by configure.in.
12608         (CONFIG_ARGUMENTS): Likewise.
12609         (CONFIGURE_TARGET_MODULES): New variable.
12610         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12611         ($(CONFIGURE_TARGET_MODULES)): New target.
12612         (configure-libg++, configure-libio): New targets.
12613         (all-libg++): Depend upon configure-libg++.
12614         (all-libio): Depend upon configure-libio.
12615         (configure-libgloss, all-libgloss): New targets.
12616         (configure-libstdc++): New target.
12617         (all-libstdc++): Depend upon configure-libstdc++.
12618         (configure-librx, all-librx): New targets.
12619         (configure-newlib): New target.
12620         (all-newlib): Depend upon configure-newlib
12621         (configure-xiberty): New target.
12622         (all-xiberty): Depend upon configure-xiberty.
12623
12624 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12625
12626         * configure.in (host i[345]86-*-win32):  Expand the
12627         noconfigdirs again.
12628
12629 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
12630
12631         * mpw-configure: Fix sed command file name.
12632
12633 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12634
12635         * configure.in (host i[345]86-*-win32): Reduce the
12636         noconfigdirs again.
12637
12638 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
12639
12640         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12641         or powerpc*-*-pe*, since they are not yet supported.
12642
12643 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12644
12645         Add PowerMac support and many other enhancements.
12646         * mpw-configure: New option --cc to select compiler to use,
12647         paste options set according to --cc into the generated
12648         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12649         if mpw-make.sed is present.
12650         * mpw-config.in: Don't test for gC1, test for mpw-touch,
12651         add forward includes for PowerPC include files.
12652         * mpw-build.in: Build using Makefile.PPC if present.
12653         (do-byacc, etc): Remove separate version resource builds.
12654         (do-gas): Build "stamps" before "all".
12655         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12656         * mpw-README: Update to reflect --cc option, PowerMac support,
12657         and recently-reported compatibility problems.
12658
12659 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
12660
12661         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12662         embedded m68k systems (-aout, -coff, -elf, -vxworks).
12663         (--with-multilib-top): Pass to recursive invocations.
12664
12665 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
12666
12667         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12668         v810-*-*.
12669
12670 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12671
12672         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12673         gdb, ld and opcodes on v810-*-*.
12674
12675 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
12676
12677         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12678         (local-maintainer-clean): New target.
12679         (maintainer-clean): New target.
12680         (realclean): Just depend upon maintainer-clean.
12681
12682 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12683
12684         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12685
12686 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
12687
12688         * configure.in: Build ld in mips*-*-bsd* case.
12689
12690 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
12691
12692         * config.sub: Accept -lites* OS.  From Ian Dall.
12693
12694 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
12695
12696         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
12697         targets.
12698
12699 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12700
12701         * configure.in: treat i386-win32 canadian cross the same as
12702         i386-go32 canadian cross.
12703
12704 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12705
12706         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12707         running under the simulator to build a reduced set of libraries.
12708         (powerpc-*-eabiaix): Add fine grained multilib support added to
12709         other powerpc targets yesterday.
12710
12711 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12712
12713         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12714         -disable-softfloat, -disable-relocatable, -disable-aix, and
12715         -disable-sysv to control which multilib libraries get built.
12716
12717 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
12718
12719         * configure: Add Makefile.tem to list of files to remove in trap
12720         handler.
12721
12722 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12723
12724         * config.guess (*Linux*):  Add missing "exit"s.
12725         Also, need specific check for alpha-unknown-linux (uses COFF).
12726
12727 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12728
12729         * config.guess:  Merge with FSF:
12730
12731         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
12732         * config.guess (AIX4): More robust release numbering discovery.
12733
12734         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
12735         * config.guess (i386-sequent-ptx): Properly get version number.
12736
12737         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
12738         * config.guess (mips:*:4*:UMIPS): New case.
12739
12740 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
12741
12742         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12743         (i386-win32 host): Likewise.  Don't build readline.
12744
12745 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
12746
12747         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
12748         SUPPORT_FILES to submakes.
12749
12750 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
12751
12752         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12753         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12754         mpw-configure.
12755
12756 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
12757
12758         * configure.in (appdirs): Use =, not ==, in test expression when
12759         trying to build the text to print in the warning message for
12760         Solaris users.
12761
12762 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
12763
12764         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12765
12766 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12767
12768         * config.guess: Recognize lynx-2.3.
12769
12770 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
12771
12772         * config.sub (z8ksim): Deleted
12773         (z8k-*-coff): New, this is the one true name of the target.
12774
12775 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
12776
12777         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12778
12779 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
12780
12781         * config.guess (*:Linux:*:*): First try asking the linker what the
12782         default object file format is (elf, aout, or coff).  Then if this
12783         fails, try previous methods.
12784
12785 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12786
12787         * configure.in: Don't build newlib for *-*-vxworks5.1.
12788
12789 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12790
12791         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12792         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12793
12794 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
12795
12796         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12797
12798 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
12799
12800         * cfg-ml-com.in: New file.
12801         * cfg-ml-pos.in: New file.
12802
12803 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12804
12805         * COPYING.NEWLIB: Add HP free copyright to list.
12806
12807 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12808
12809         * config.sub: Recognize -eabi* for the system, not just -eabi.
12810
12811 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
12812
12813         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12814         * config.sub, configure.in (win32): New target and host.
12815
12816 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
12817
12818         * configure.in: Add i386-pe configuration.
12819
12820 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
12821
12822         * mpw-build.in (install): Install GDB after LD.
12823
12824 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
12825
12826         * mpw-config.in (elf/mips.h): Always forward-include, needed
12827         for GDB to build.
12828
12829 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12830
12831         * testsuite: New directory for customer acceptance and whole tool
12832         chain tests.
12833
12834 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
12835
12836         * configure: If per-host line isn't found, but AC_OUTPUT is found
12837         and a configure script exists, run it instead.
12838
12839 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12840
12841         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
12842
12843 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12844
12845         * configure: Set build_{cpu,vendor,os,alias} to host values when
12846         --build isn't specified.
12847
12848 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12849
12850         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12851         (FLAGS_TO_PASS): Pass them.
12852         (EXTRA_TARGET_FLAGS): Ditto.
12853
12854 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12855
12856         * Makefile.in (all-libg++): Depend on all-libstdc++.
12857
12858 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12859
12860         * configure.in (noconfigdirs): Enable all packages for
12861           i386-unknown-netbsd.
12862
12863 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
12864
12865         * configure.in (noconfigdirs): Don't configure tk for i386-go32
12866         hosted builds (DOS builds)
12867
12868 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
12869
12870         Changes for ARM based on patches from Richard Earnshaw:
12871         * config.sub: Handle armeb and armel.
12872         * configure.in: Omit arm linker only for riscix.
12873
12874 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12875
12876         * config.guess:  Update from FSF.
12877
12878 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
12879
12880         * config.sub: Recognize powerpcle as the little endian variant of
12881         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
12882         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
12883         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
12884         temporarily.
12885
12886 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
12887
12888         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12889
12890 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
12891
12892         * config.sub: Accept -lites* as a basic system type.
12893
12894 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
12895
12896         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12897         installed, and if so return linuxoldld as the system name.
12898
12899 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
12900
12901         * config.guess: Add hppa1.1-hp-lites support.
12902
12903 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12904
12905         * configure.in: Don't build newlib for m68k-vxworks5.1.
12906
12907 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12908
12909         * configure.in (mips-sgi-irix6): Use mh-irix5.
12910
12911 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
12912
12913         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12914
12915 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12916
12917         * test-build.mk: Enable building of shared libraries on IRIX 5 and
12918         OSF/1.  Fix compiler flags.
12919         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
12920
12921 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
12922
12923         * configure.in: Recognize --with-newlib.
12924         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12925
12926 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12927
12928         * Makefile.in: move {all,check,install}-gdb from *_MODULES
12929         to *_X11_MODULES due to gdbtk needing X include files et al.
12930
12931 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
12932
12933         Merge in support for Mac MPW as a host.
12934         (Old change descriptions retained for informational value.)
12935
12936         * mpw-config.in: Add generic include forwards for cpu-specific
12937         include files in aout and elf directories.
12938
12939         * mpw-configure: Added copyright.
12940         * mpw-config.in: Check for presence of required build tools.
12941         (target_libs): Add newlib.
12942         (target_tools): Add examples.
12943         (Read Me): Generate as "Read Me for MPW" instead.
12944         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12945         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12946         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12947
12948         * mpw-configure: Remove subdir-specific makefile hackery,
12949         delete mk.tmp after using it.
12950
12951         * mpw-build.in (all): Display start and end times.
12952
12953         * mpw-configure (host_canonical): Set.
12954         (target_cpu): Always add to makefiles.
12955         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12956         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12957         (mpw-mh-mpw): Look for in srcdir and srcroot.
12958         Use sed instead of mpw-edit-prefix to edit prefix definitions.
12959
12960         * mpw-build.in: (install-only): New target.
12961
12962         * mpw-configure (host_alias, target_alias): Rename from hostalias
12963         and targetalias, add into generated Makefile.
12964         (mk.tmp): If present, add into generated Makefile.
12965         * mpw-build.in (all-gas): Build config.h first before gas proper.
12966
12967         * mpw-configure (config.status): Write only if changed.
12968         * mpw-config.in (readline): Configure it (not built, just used for
12969         definitions).
12970
12971         * mpw-config.in (elf/mips.h): Add a forward include.
12972
12973         * mpw-config.in: Forward-include most .h files in include into
12974         extra-include.
12975         (readline): Don't build.
12976         mpw-build.in (install): Install GDB.
12977
12978         * mpw-configure (prefix, mpw_prefix): Handle it.
12979         * mpw-config.in (mmalloc, readline): Don't configure.
12980         * mpw-build.in (thisscript): Rename to ThisScript.
12981         Use mpw-build instead of BuildProgram everywhere.
12982         (mmalloc, readline): Don't build.
12983         * mpw-README: New file, basic documentation about the MPW port.
12984
12985         * mpw-config.in: Use forward-include to create include files.
12986
12987         * mpw-configure: Add more things to the top of each configured
12988         Makefile, including contents of config/mpw-mh-mpw.
12989         * mpw-config.in (extra-include): Create this directory and fill it
12990         with Posix-like include files when configuring.
12991
12992         * config.sub (apple, mac, mpw): Add various aliases.
12993
12994         * mpw-build.in: New file, top-level build script fragment for MPW.
12995         * mpw-configure: New file, configure script for MPW.
12996         * mpw-config.in: New file, config fragment for MPW.
12997
12998 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12999
13000         * configure.in (host_libs): Remove glob, since it is gone from the
13001         sources.
13002
13003 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13004
13005         * Makefile.in: define empty GDB_NLM_DEPS var.
13006
13007         * configure.in(target_makefile_frag): use config/mt-netware
13008         for netware targets.
13009
13010 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13011
13012         * config.sub: Merge in recent FSF changes.  Remove linux special
13013         cases.
13014
13015 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13016
13017         Revert this change:
13018
13019         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13020
13021                 * build-all.mk: Use CC=cc -Xs on Solaris.
13022
13023 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13024
13025         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
13026         stop using it.
13027         * Makefile.in: Nuke all references to glob subdirectory.
13028
13029 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13030
13031         * configure.in: Fix --enable-shared logic in per-host.
13032
13033 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13034
13035         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13036
13037 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13038
13039         * configure.in (noconfigdirs): Don't build gas on AIX, for
13040         powerpc*-*-aix* as well as for rs6000*-*-aix*.
13041
13042 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
13043
13044         * configure: Fix --cache-file to work if the file argument is a
13045         relative path.
13046
13047 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
13048
13049         * configure: If the --cache-file is used, pass it down to
13050         configure in subdirectories.
13051
13052 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
13053
13054         * config.sub: add vxworks29k configuration.
13055
13056 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13057
13058         * Makefile.in (taz): Do "diststuff" part quietly.
13059
13060 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13061
13062         * config.sub: Mini-merge with gcc/config.sub.
13063
13064 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13065
13066         * config.guess (IRIX): Sed - to _.
13067
13068 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13069
13070         * Makefile.in (source-vault, binary-vault): New targets.
13071
13072 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
13073
13074         * config.sub: Recognize -eabi as a basic system type.
13075
13076 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13077
13078         * configure.in (enable_shared stuff): Fix typo.
13079
13080 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
13081
13082         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13083
13084 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13085
13086         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13087
13088 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
13089
13090         * configure.in (rs6000-*-*): Don't build gas.
13091
13092 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
13093
13094         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13095         reduce command line length.
13096         (AS_FOR_TARGET): Check for as.new, not Makefile.
13097         (NM_FOR_TARGET): Check for nm.new, not Makefile.
13098
13099 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13100
13101         * config.guess:  Merge from FSF.
13102
13103 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13104
13105         * configure: Don't use $ when handling program_suffix.
13106
13107 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
13108
13109         * configure.in:  Configure tk for hppa/hpux.
13110
13111 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13112
13113         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
13114
13115 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13116
13117         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
13118         to LIBCXXFLAGS.  Tests are better run without it.
13119
13120 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
13121
13122         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13123
13124 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
13125
13126         * configure.in (*-*-netware*): Don't configure xiberty.
13127
13128 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
13129
13130         * configure.in:  Remove tk from native_only list.
13131
13132 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
13133
13134         * build-all.mk: Add mips-ncd-elf target to sun4 targets
13135           for special NCD build.
13136
13137 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13138
13139         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13140         makeall.bat, they're only useful for binutils snapshots.
13141         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13142         makeall.bat to specified SUPPORT_FILES.
13143
13144 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
13145
13146         * build-all.mk: Add Ericsson targets to sun4 and solaris
13147           hosts.  Add  BNR's sun4 target to solaris host, so their
13148           build-from-source will be tested in-house first.
13149
13150 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13151
13152         * Makefile.in (LIBCFLAGS): New variable.
13153         (CFLAGS_FOR_TARGET): Ditto.
13154         (LIBCFLAGS_FOR_TARGET): Ditto.
13155         (LIBCXXFLAGS): Ditto.
13156         (CXXFLAGS_FOR_TARGET): Ditto.
13157         (LIBCXXFLAGS_FOR_TARGET): Ditto.
13158         (BASE_FLAGS_TO_PASS): Pass them.
13159         (EXTRA_TARGET_FLAGS): Ditto.
13160
13161         * configure.in: Support --enable-shared.
13162
13163 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13164
13165         * configure.in (target_libs):  Include libstdc++ again.
13166         * config.guess:  Update from FSF (for FreeBSD).
13167
13168 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13169
13170         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13171         makeall.bat.
13172         (DISTDOCDIRS): Add `etc'.
13173         (ETC_SUPPORT_PFX): New variable.
13174         (taz): Include anything from etc starting with a word in
13175         ETC_SUPPORT_PFX.
13176
13177 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13178
13179         * config.sub: Update for recent FSF changes.  Remove obsolete
13180         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
13181         spacing changes.
13182
13183 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13184
13185         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
13186
13187         * config.guess:  Merge with FSF.
13188         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13189
13190 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13191
13192         * configure: Since the "trap 0" handler will override the exit
13193         status on many systems, only use it for "exit 1", and make it set
13194         a non-zero exit status; reset it before "exit 0".  Also, check
13195         exit status of config.sub, and error out if it failed.
13196
13197 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
13198
13199         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13200         and install libgloss.
13201
13202 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13203
13204         * Makefile.in (all-binutils): Depend upon all-byacc.
13205
13206         * configure.in: Don't build emacs on Irix 5.
13207
13208 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13209
13210         * configure.in (*-*-netware*): Add libio.
13211
13212 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13213
13214         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13215         (CHECK_TARGET_MODULES): Ditto.
13216         (INSTALL_TARGET_MODULES): Ditto.
13217         (TARGET_LIBS): Ditto.
13218         (all-libstdc++): Note dependencies.
13219
13220 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13221
13222         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13223
13224 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13225
13226         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13227         -fexternal-templates.
13228
13229         * configure.in (target_libs): Add libstdc++.
13230         (noconfigdirs): Add libstdc++ as appropriate.
13231
13232 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13233
13234         * config.guess:  Update from FSF.
13235
13236 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13237
13238         * configure: Use ${config_shell} when running ${configsub}.
13239
13240 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
13241
13242         * config.sub: No longer recognize h8300h.
13243
13244 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13245
13246         * config.sub: Remove extraneous differences between config.sub and
13247         gcc/config.sub.
13248
13249 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13250
13251         * Makefile.in (DISTSTUFFDIRS): Add gas.
13252
13253 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
13254
13255         * COPYING.NEWLIB: New file.
13256
13257 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13258
13259         * config.guess (HP-UX):  Patch from Harlan Stenn
13260         <harlan@landmark.com> to also emit release level.
13261
13262 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13263
13264         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13265
13266 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13267
13268         * config.sub:  Merge nextstep cleanup from FSF.
13269
13270 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13271
13272         * configure.in (arm-*-*): Don't configure ld for this target.
13273
13274 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13275
13276         * configure.in (*-*-netware): don't configure libg++, libio,
13277           librx, or newlib.
13278
13279 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13280
13281         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
13282         configure ld--it works, but it doesn't support shared libraries.
13283
13284 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13285
13286         * config.guess (*-unknown-freebsd*):  Get rid of possible
13287         trailing "(Release)" in version string.
13288         Patch from Paul Richards <paul@isl.cf.ac.uk>.
13289
13290 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13291
13292         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13293         Fix type: *-next-neststep -> *-next-nextstep.
13294
13295         * config.guess:  Merge from FSF:
13296
13297         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
13298
13299         * config.guess: Recognize powerpc-ibm-aix3.2.5.
13300
13301         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
13302
13303         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13304         instead of UNIX_SV for UnixWare 1.0).
13305
13306 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
13307
13308         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
13309         to make gdb/nlm/* build after the compiler and linker.
13310
13311 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13312
13313         * config.guess (netbsd, freebsd, linux):  Accept any machine,
13314         not just i[34]86.
13315         (m68k-atari-sysv4):  Relocate to match FSF version.
13316
13317         * config.guess:  More merges from the FSF:
13318
13319         Add a space before function call or macro invocation.
13320
13321         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13322
13323         * config.guess: Add trap cmd to remove dummy.c and dummy when
13324         interrupted.
13325
13326         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13327
13328         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13329         (dummy): Redirect stderr from compilation of dummy.c.
13330
13331         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
13332
13333         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13334
13335 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
13336
13337         * configure: Accept and ignore --cache*, for compatibility with
13338         new autoconf.
13339
13340 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13341
13342         * config.guess:  Merge from FSF:
13343
13344         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13345
13346         * config.guess (Pyramid*:OSx*:*:*): New case.
13347         (PATH): Add /.attbin at end for finding uname.
13348         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
13349
13350         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
13351
13352         * config.guess (M88*:DolphinOS:*:*): New case.
13353
13354         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
13355
13356         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13357         to select whether to use ELF or COFF.
13358
13359         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13360
13361         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13362
13363         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13364
13365         * config.guess: Guess the OS version for HPUX.
13366
13367         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
13368
13369         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13370
13371 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13372
13373         * configure.in: Recognize --with-headers, --with-libs, and
13374         --without-newlib.
13375         * Makefile.in (all-xiberty): Depend upon all-ld.
13376
13377 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13378
13379         * configure.in: Change i[34]86 to i[345]86.
13380
13381 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13382
13383         * configure (version): A few more tweaks to help message.
13384
13385 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13386
13387         * Makefile.in:  Remove (for now) librx as a host library,
13388         now that we're building it for target.
13389
13390 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13391
13392         * configure: Fix up help message; from karl@owl.hq.ileaf.com
13393         (Karl Berry).
13394
13395 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13396
13397         * configure.in:  Also configure librx.
13398
13399 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13400
13401         * Makefile.in:  Update various rules to reflect that librx
13402         is now needed for libg++.
13403
13404 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13405
13406         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13407
13408 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
13409
13410         * configure.in: Configure the examples directory.
13411
13412 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13413
13414         * configure: Simplify Jun 2 1994 change.
13415
13416 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13417
13418         * change CC to /usr/latest/bin/gcc for lynx host builds, since
13419         /bin/gcc isn't good enough to build gcc.
13420
13421 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
13422
13423         * Makefile.in (GDB_SUPPORT_FILES): Remove
13424         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
13425         (gdb.tar.gz): Add new rule to use standard distribution building
13426         mechanism.
13427
13428 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13429
13430         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
13431         Bill Cox <bill@cygnus.com>.
13432
13433 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13434
13435         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
13436
13437 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
13438
13439         * configure:  Search current dir first in .gdbinit.
13440
13441 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13442
13443         * config.sub:  Recognize freebsd (merged from gcc config.sub).
13444
13445 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13446
13447         * config.sub:  Refer to NeXT's operating system as nextstep.
13448
13449         * config.sub (case $basic_machine):  Re-order the cases, to match
13450         the order in the FSF version (which is mostly alphabethical).
13451         Merge in some additions and changes from the FSF.
13452
13453 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
13454
13455         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13456         * config.sub: Recognize cxux7.
13457         * configure.in: Use mh-cxux for m88k-harris-cxux*.
13458
13459 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13460
13461         * config.sub:  Fix typo powerpc -> powerpc-*.
13462
13463 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
13464
13465         * Makefile.in: `all-emacs19' depends on `all-byacc'.
13466
13467         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13468         parallel with all-emacs and install-emacs).  Top-level command
13469         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13470
13471 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13472
13473         * test-build.mk ($(host)-stamp-stage2-installed): Remove
13474         $(relbindir)/make before doing ``make install'', and use
13475         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
13476         installing over running make binary.
13477         ($(host)-stamp-stage3-installed): Likewise.
13478
13479 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13480
13481         * config.guess: Recognize Mach.
13482
13483 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13484
13485         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13486         see whether --exec-prefix was used.
13487
13488 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13489
13490         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
13491
13492 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13493
13494         * Makefile.in: Add all-librx target similar to all-libproc.
13495
13496 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
13497
13498         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
13499         with post 1.2 uname bogosity.
13500
13501 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13502
13503         * configure: Remove temporary files on receipt of a signal.
13504
13505 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
13506
13507         * configure: If there is a package_makefile_frag, remove
13508         ${subdir}/Makefile.tem after copying it in.
13509
13510 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13511
13512         * build_all.mk: support rs6000 lynx identifies itself as
13513         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
13514         since /bin/gcc is too feeble to compile a modern gcc.
13515
13516 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13517
13518         * brought devo/test-build.mk update-to-date with progressive/
13519           test-build.mk. Add lynx targets and hppa flag info.
13520
13521 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13522
13523         * configure.in:  Use mh-ncrsvr43.  Patch from
13524         Tom McConnell <tmcconne@sedona.intel.com>.
13525
13526 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13527
13528         * config.guess (i386-unknown-bsdi):  No longer need to
13529         check #if defined(__bsdi__) && defined(__i386__).
13530
13531 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13532
13533         * configure: Set program_transform_nameoption correctly.
13534
13535 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13536
13537         * brought build-all.mk update-to-date with progressive build-all.mk,
13538           added new targets and hppa info.
13539
13540 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13541
13542         * configure: If config.guess result is a prefix of the user
13543         specified target, assume a native build and use the user specified
13544         target as the host alias.  Remove SunOS patch suffix removal hack.
13545         * configure.in: Remove SunOS patch suffix removal hack.
13546
13547         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13548         in NATIVE_CHECK_MODULES.
13549
13550 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
13551
13552         * Makefile.in: Rename HOST_ONLY to NATIVE.
13553         * configure: Delete SunOs patch suffix from host_canonical
13554           and build_canonical variables that are prepended to Makefiles.
13555         * configure.in: Add comments for easier maintenance.
13556
13557 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13558
13559         * Makefile.in: Add all-libproc target similar to all-gui.
13560
13561 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
13562
13563         * Makefile.in (CHECK_MODULES): split into
13564         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13565
13566 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
13567
13568         * config.guess (i386-unknown-bsdi): New system to guess.
13569
13570 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13571
13572         * Makefile.in: Add all-gui target (but not yet build by "all").
13573
13574 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
13575
13576         * config.sub: Move deletion of patch suffix from here...
13577         * configure.in: To here, at Ian's suggestion.  The top-
13578           level scripts might need to know of a patch level.
13579
13580 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
13581
13582         * config.sub: Strip off patch suffix so rtl is recognized
13583           as a sunos4.1.3 machine, even though it's been patched.
13584
13585 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
13586
13587         * Makefile.in (INSTALL_LAST): Delete.
13588         (INSTALL_DOSREL): New.
13589
13590 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13591
13592         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13593         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13594         whether we pass down --with-gnu-ld anyhow.
13595
13596 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
13597
13598         * Makefile.in (INSTALL_LAST): Change operation so it works
13599         on more flavors of make.
13600         * configure.in (go32): Don't build libg++ or libio.
13601
13602 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
13603
13604         * Makefile.in (Move HOST_PREFIX_1 and friends up so
13605         they can be overriden by templates.
13606
13607 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
13608
13609         * configure.in (target==go32): Don't build gdb.
13610         * dosrel: New directory.
13611
13612 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
13613
13614         * configure.in (host==go32): Configure dosrel too.
13615         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13616         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13617         be set by incoming names or templates.
13618         (INSTALL_LAST): New rule.
13619
13620 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
13621
13622         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13623
13624 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13625
13626         * configure.in (appdirs): New variable.  Currently empty, but will
13627         be used in gas distribution.  If nonempty, lists a set of
13628         directories at least one of which must get configured, or top
13629         level configuration is considered to have failed.
13630         (rs6000-*-lynxos*): Use new file name.
13631
13632 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13633
13634         Eliminate XTRAFLAGS.
13635         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13636         newlib include files using -idirafter, and also use -nostdinc.
13637         (CXX_FOR_TARGET): Likewise.
13638         (XTRAFLAGS): Removed.
13639         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13640         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13641         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13642         ($(DO_X)): Don't pass down XTRAFLAGS.
13643
13644 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13645
13646         * configure.in (mips*-dec-bsd*): New target; do build linker.
13647         (mips*-*-bsd*): New target; don't build linker.
13648
13649 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13650
13651         * configure.in: support rs6000-*-lynxos* configuration.
13652         support sunos4 as a cross target.
13653
13654         * config.sub: look for lynx*, not lynx since the OS version may
13655         legitimately be part of the name.
13656
13657 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13658
13659         * configure.in (i[34]86-*-sco*): Move to be with other i386
13660         targets.
13661         (romp-*-*): New target.  Skip various binary utilities.
13662         (vax-*-*): New target.  Don't build newlib.
13663         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
13664
13665 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13666
13667         * configure.in: Only set host_makefile_frag if config
13668         directory exists.
13669
13670 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13671
13672         * install.sh: If $dstdir exists, don't check whether each
13673         component does.
13674
13675 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13676
13677         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13678
13679 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
13680
13681         * configure.in (*-*-lynxos*): Don't configure newlib for either
13682         native or cross Lynx.
13683
13684 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
13685
13686         * config.sub (sparc64-elf): Fix os.
13687         (z8k): Remove duplicate.
13688
13689 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13690
13691         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13692         gcc/stmp-fixproto, to try to prevent fixproto from being run.
13693
13694 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
13695
13696         * configure: Make file links cleanly even if Lynx fails on
13697           an NFS symlink (at least fail cleanly).
13698
13699 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13700
13701         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13702         -XNh2000.
13703
13704 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13705
13706         * configure: Unknown options are fatal again.
13707
13708 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
13709
13710         * configure: Ignore --x-includes and --x-libraries, for Autoconf
13711         compatibility.
13712
13713 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
13714
13715         * build-all.mk: Add `clean' target.
13716
13717 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13718
13719         * config.guess:  Add SINIX support.
13720         * configure.in:  Add mips-*-sysv4* support.
13721
13722 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
13723
13724         * build-all.mk: Document all useful targets.
13725         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13726         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13727
13728 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13729
13730         * configure: Support --silent, --quiet.
13731
13732 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13733
13734         * configure: Support --disable-FEATURE.
13735
13736 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13737
13738         * config.guess: Recognize NCR running SVR4.3.
13739
13740 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13741
13742         * config.guess:  Make BSDI generate i386-unknown-bsd386.
13743         Patch from Paul Eggert <eggert@twinsun.com>.
13744
13745 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13746
13747         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13748
13749 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13750
13751         * configure: Make unrecognized options give nonfatal warnings
13752         instead of fatal errors, and pass them to any subdirectory
13753         configures in case they recognize them.
13754         Make --x equivalent to --with-x.
13755
13756 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13757
13758         * configure: Add --enable-* options.  Clean up usage message and
13759         some comments.
13760
13761 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
13762
13763         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13764
13765 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13766
13767         * configure.in (hppa*-*-*): Enable binutils.
13768
13769 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13770
13771         * config.sub: Recognize cisco.
13772
13773 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
13774
13775         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13776
13777 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13778
13779         * config.guess: about target *-hitachi-hiuxwe2, don't print more
13780         than one configuration name.  Add comment.
13781
13782 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
13783
13784         * config.guess: about target *-hitachi-hiuxwe2, fixed
13785         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
13786         macro is incorrect.]
13787
13788 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13789
13790         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13791         than the "make ls" stuff which used to be here.
13792
13793 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13794
13795         * config.guess:  Recognize i[34]86-unknown-freebsd.
13796         From Shawn M Carey <smcarey@rodan.syr.edu>.
13797
13798 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13799
13800         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13801
13802 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
13803
13804         * config.guess: Check for ptx.
13805
13806 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
13807
13808         * config.sub: Add os9k checking.
13809
13810 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13811
13812         * config.guess: Handle OSF1 running on HPPA processors
13813
13814 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
13815
13816         * configure: If subdir configure fails, print out a message with
13817         subdirectory name, in case subdir's configure code didn't identify
13818         itself.
13819
13820 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
13821
13822         * configure.in: Remove embedded newlines from configdirs.
13823         Avoid mismatches of substrings.  Fix matching strings at end
13824         of configdirs.
13825
13826 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
13827
13828         * config.guess:  Add Lynx/rs6000 config support.
13829
13830 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
13831
13832         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13833
13834 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
13835
13836         * configure.in (hppa*-*-osf*): Treat this just like most other
13837         PA configurations (eg no binutils or ld).
13838         (hppa*-*-*elf*): These configurations have binutils and ld.
13839
13840 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13841
13842         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
13843
13844 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13845
13846         * configure.in (rs6000-*-*): Build gas.
13847
13848 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13849
13850         * Makefile.in:  Avoid bug in losing hpux sed.
13851
13852 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13853
13854         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13855         for GDB and GDB has been fixed to not need it.
13856
13857 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13858
13859         * config.guess: Recognize vax hosts.
13860
13861 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13862
13863         * configure (while loop): Don't use "break 2" inside case
13864         statement -- the case statement isn't an enclosing loop.
13865
13866 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13867
13868         * config.guess:  Clean up NeXT support, to allow nextstep
13869         on Intel machines.  Make OS be nextstep.
13870
13871 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
13872
13873         * config.guess: Add alternate forms for Convex.
13874
13875 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
13876
13877         * configure:  Completely rewrite option processing.  Take
13878         advantage of pattern-matching to avoid invoking test frequently.
13879         Also clean up host and target defaulting logic.
13880
13881 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13882
13883         * Makefile.in: Replace all occurrances of "rootme" with "r" and
13884         "$${rootme}" with "$$r", to increase the likelihood that the do-*
13885         commands (plus user environment) will fit SCO limits.
13886
13887 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13888
13889         * configure.in: Don't issue warnings about directories which are
13890         not being configured if -norecursion is set.  Correct test for
13891         --with-gnu-as and --with-gnu-ld to not get confused by substring
13892         matches.
13893
13894         * configure.in: Don't build gas for alpha-dec-osf1*.
13895
13896 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
13897
13898         * configure:  Back out Per's change of 12/19/1993.  It changes the
13899         behavior of configure in unexpected and confusing ways.
13900
13901         Also, use different delim char when calculating
13902         program_transform_name so that the name can contain slashes.
13903
13904 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
13905
13906         * configure.in, config.sub: Add support for VSTa micro-kernel.
13907
13908 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
13909
13910         * configure.in: Nuke hacks which were used to get a special
13911         version of GAS for HPPA configurations.
13912
13913 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13914
13915         * configure:  If only ${target_alias} is given, use that
13916         as the default for ${host_alias}.
13917         * configure:  Add missing back-slashes before nested quotes.
13918
13919 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
13920
13921         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13922
13923 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
13924
13925         * config.guess:  Recognize some Tektronix configurations.
13926         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13927
13928 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
13929
13930         * config.sub: Match any flavor of SH.
13931
13932 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
13933
13934         * configure.in: Don't try to configure newlib for Alpha.
13935
13936 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13937
13938         * configure.in: Don't build ld for Irix 5.  Don't build gas,
13939         libg++ or libio for any Alpha target.
13940
13941         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
13942
13943 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
13944
13945         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13946         default arguments -- so it tried to compress itself.
13947
13948 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
13949
13950         * configure.in (notsupp): ensure that a space is always at the end
13951           of the configdirs list, since the grep checks for an explicit space
13952
13953 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13954
13955         * configure.in (target i386-sysv4.2): don't build ld, since static
13956           versions of many libraries are not available.
13957
13958 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13959
13960         * config.guess: Recognize Apollos (using environment variables).
13961         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13962
13963 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13964
13965         * config.guess: Recognize Sony news mips running newsos.
13966
13967 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
13968
13969         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13970         "fi ; else" for bash.
13971
13972 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
13973
13974         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13975
13976 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
13977
13978         * config.sub: accept unixware as an alias for svr4.2.
13979         Fix some inconsistancies with the gcc version.
13980
13981 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13982
13983         * Makefile.in (DISTDOCDIRS):  Add gdb.
13984
13985 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13986
13987         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
13988
13989 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
13990
13991         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13992         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13993         this now.
13994
13995 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13996
13997         * config.sub: Accept hiux* as an OS name.
13998
13999         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14000         etc/make-stds.texi.  The underscore came from gcc, and dje now
14001         agrees that RUNTESTFLAGS is the correct name.
14002
14003 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14004
14005         * install.sh:  Remove 'set -e'.  It makes any conditionals
14006         in the script useless.
14007
14008         * config.guess: Automatically recognize arm-acorn-riscix
14009         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14010
14011 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14012
14013         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14014
14015 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14016
14017         * Makefile.in (DISTDOCDIRS): New variable.
14018         (taz): Edit local Makefile.in sooner, instead of proto-toplev
14019         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
14020
14021 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14022
14023         * configure.in (hppa target): check the source directory for the
14024           pagas sub-directory
14025
14026 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
14027
14028         * config.sub: Allow -aout* and -elf*.
14029
14030 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14031
14032         * configure.in: Don't build ld on i386-solaris2, same as for
14033         sparc-solaris2.
14034
14035 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14036
14037         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14038
14039 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14040
14041         * configure.in:  Configure gdb for alpha.
14042
14043 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14044
14045         * Makefile.in (CXXFLAGS): Add -O.
14046
14047 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14048
14049         * config.guess: added support for DG Aviion
14050
14051 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14052
14053         * configure.in: Produce warning message for subdirectories not
14054         configurable for this host/target combination.  Don't try to
14055         configure gdb for vms.
14056
14057 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14058
14059         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14060         appropriate files before making "diststuff".
14061         (DISTBISONFILES): New var: list of files to be edited.
14062         (DISTSTUFFDIRS): Add binutils.
14063
14064 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14065
14066         * config.sub: also handle mipsel and mips64el (for little endian mips)
14067
14068 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14069
14070         * configure.in: Add * to end of all OS names.
14071
14072 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
14073
14074         * configure.in: Build newlib for LynxOS native.
14075
14076 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14077
14078         * config.guess: Add support for delta 88k running SVR3.
14079
14080         * configure.in: Add comment about HP compiler vs. emacs.
14081
14082 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14083
14084         * configure.in: don't build ld on solaris2 (not a viable option
14085           due to bugs in getpwnam & getpwuid)
14086
14087 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14088
14089         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14090         config.guess will produce a full version number.
14091
14092 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14093
14094         * configure.in: Build linker and binutils for alpha-dec-osf1.
14095
14096 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14097
14098         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14099         and gdb/testsuite/Makefile.in.
14100
14101 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14102
14103         * configure.in: recognize mips*- instead of mips-
14104
14105 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14106
14107         * config.sub: Accept linux*coff and linux*elf as operating
14108         systems.
14109
14110 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14111
14112         * config.sub: Recognize mips64, and mips3 as an alias for it.
14113
14114 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14115
14116         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14117         gdb knows how to handle OSF/1 shared libraries.
14118
14119 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14120
14121         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14122         * config.guess: Recognize Hitachi's HIUX.
14123         * config.sub: Recognize h3050r* and hppahitachi.
14124         Remove redundant cases for hp9k[23]*.
14125
14126 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14127
14128         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14129         if gas and ld are in the source tree and are in ${configdirs}.
14130         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14131         --with options (but still pass them down on the command line,
14132         if they were explicitly specified).
14133
14134 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14135
14136         * configure: substitute SHELL value in Makefile.in with
14137         ${CONFIG_SHELL}
14138
14139 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14140
14141         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14142         *-*-solaris2* targets.
14143
14144 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14145
14146         * Makefile.in: define M4, and pass it down to sub-makes;
14147         all-autoconf now depends on all-m4
14148
14149 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14150
14151         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14152         presence of {ar,ranlib} instead of a configured directory
14153
14154 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
14155
14156         * config.guess: Accept 34?? as well as 33?? for NCR.
14157
14158 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14159
14160         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14161         of 'gas' in sed commands, since 'gash' is now in the tree as well.
14162
14163 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14164
14165         * configure: grab values for $(CC) and $(CXX) from the
14166         environment, so that someone can do "CC=gcc configure; make" and
14167         have it work right (matching the way that autoconf works now)
14168
14169         * configure.in, Makefile.in: add support for gash, the tcl
14170         interface to Galaxy
14171
14172         * config.guess: add NetBSD variants (hp300, x86)
14173
14174 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
14175
14176         * install.sh: Support -d option (in the manner of SunOS 4 install,
14177         as it is more deterministic than that of GNU install)
14178         (chmodcmd): Set file to mode 755 by default (should also do default
14179         chgrp and chown, but I don't feel like dealing with that now)
14180
14181 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
14182
14183         * config.sub: Remove h8300hhms alias.
14184
14185 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14186
14187         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14188
14189 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14190
14191         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14192         as stmp-fixinc
14193
14194 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14195
14196         * config.sub: recognize m88110-bug-coff.
14197
14198 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14199
14200         * Makefile.in (all-libio): all dependencies on the toolchain used
14201         to build this (gcc, gas, ld, etc)
14202
14203 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14204
14205         * config.guess: Deal with OSF/1 1.3 on alpha.
14206
14207 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14208
14209         * install.sh: add some 'else true' clauses for portability
14210
14211         * configure.in: don't build libio for h8[35]00-*-* targets
14212
14213 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14214
14215         * Makefile.in:  Add support for new libio.
14216
14217 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14218
14219         * install.sh: If one command fails, don't try the rest.  Don't try
14220         to remove $dsttmp (via trap) unless we have already created it.
14221         If $src doesn't exist, detect it and exit with an error.
14222
14223         * config.guess: Recognize BSD on hp300.
14224
14225 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14226
14227         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14228         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14229
14230 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
14231
14232         * Makefile.in (all-send-pr): depends on all-prms
14233
14234 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14235
14236         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14237
14238 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14239
14240         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14241         Added test for mips-mips-riscos5.
14242
14243 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14244
14245         * configure.in: use mh-hp300 for 68k HP hosts
14246
14247 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14248
14249         * configure: add support for CONFIG_SHELL, so that you can use
14250         some alternate shell for evaluating configure scripts
14251
14252 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
14253
14254         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
14255         in configure script to bug-gdb@prep.ai.mit.edu when building
14256         distribution archive.
14257         * Makefile.in (COMPRESS):  Remove def.
14258         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
14259         gdb.tar.Z and make-gdb.tar.Z respectively.
14260         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
14261         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
14262         to convergence with 'taz' target in Makefile.in.
14263
14264 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14265
14266         * install.sh (dsttmp): use trap to ensure that tmp files go
14267         away on error conditions
14268
14269 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14270
14271         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14272
14273 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14274
14275         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14276         its parent is '/' not ''.
14277
14278         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14279
14280 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
14281
14282         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14283         that ${newsrcdir}/configure.in does.
14284
14285 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14286
14287         * test-build.mk: support for CONFIG_SHELL
14288
14289 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
14290
14291         * config.sub (netware):  Add as a basic system type.
14292
14293 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14294
14295         * Makefile.in (Makefile): depend on configure.in.  Also drop the
14296           $(srcdir)/ from the dependency on Makefile.in.
14297
14298 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
14299
14300         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14301         (h8300hhms is temporary until multi-libraries are implemented).
14302         * configure.in: Handle h8300h too.
14303
14304 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14305
14306         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14307
14308 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
14309
14310         * configure:  Remove extraneous output when guessing host type.
14311         * config.guess:  Remove extraneous output when guessing using C
14312         compiler rather than uname, or when guessing fails.
14313
14314 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
14315
14316         * Makefile.in: remove all.cross and install.cross targets
14317
14318         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14319           definitions
14320
14321 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
14322
14323         * configure.in (target sh): Build gprof.
14324
14325 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14326
14327         * config.sub: change -solaris to -solaris2
14328
14329 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14330
14331         * configure.in: Use config/mh-riscos for mips-*-sysv*.
14332
14333 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
14334
14335         * configure: Correct error message for missing Makefile.in to
14336         print correct directory.
14337
14338 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14339
14340         * install.sh: kludge around 386BSD shell bug
14341
14342 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
14343
14344         * config.guess:  Recognize NeXT.
14345         * config.guess:  Recognize i486-ncr-sysv4.
14346         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
14347
14348 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
14349
14350         * Makefile.in (MAKEINFOFLAGS): New variable.
14351         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14352         * build-all.mk, test-build.mk: Pass down --no-split as
14353         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
14354
14355 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
14356
14357         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
14358
14359 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
14360
14361         * Makefile.in (libg++.tar.z):  New rule.
14362         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
14363         * Makefile.in (taz):  Only do a single chmod.
14364
14365 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14366
14367         * install.sh: don't use dirname anymore (replaced with sed usage)
14368
14369 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
14370
14371         * Makefile.in:  Change extension for gzip'd files from '.z' to
14372         '.gz' per new FSF standard usage.
14373
14374 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14375
14376         * configure: put quotes around the final value of program_transform_name
14377
14378 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14379
14380         * Makefile.in: new install.sh support; update install-info rules
14381
14382 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
14383
14384         * configure.in: Build diff for crosses, but not for go32 host.
14385
14386         * configure.in: Build gprof only for native, and don't build it
14387         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14388
14389 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
14390
14391         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14392
14393 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14394
14395         * configure.in (host_tools): Add prms.
14396
14397 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14398
14399         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14400         with $(FLAGS_TO_PASS) on the command line
14401
14402         * config.sub: Recognize lynx and lynxos
14403
14404 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14405
14406         * config.sub: Accept -ecoff*, not just -ecoff.
14407
14408 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14409
14410         * Makefile.in (taz): Use .gz suffix instead of .z.
14411         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14412         names.
14413
14414 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14415
14416         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14417
14418 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14419
14420         * Makefile.in (install-no-fixedincludes):  install gcc last, so
14421         that rebuilds that might happen during 'make install' don't get
14422         bogus gcc include files
14423
14424 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14425
14426         Change from Utah for HPPA support:
14427         * config.guess: Recognize hppa1.x-hp-bsd.
14428
14429 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
14430
14431         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
14432         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14433
14434 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14435
14436         * config.sub: Add support for rom68k and bug boot monitors.
14437
14438 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
14439
14440         * Makefile.in: Make all-opcodes depend on all-bfd.
14441
14442 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14443
14444         * config.guess: Added special check for i[34]86-univel-sysv4*.
14445
14446 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
14447
14448         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14449         the processor rather than assuming i486.
14450
14451 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14452
14453         * config.guess: Recognize SunOS6 as Solaris3.
14454
14455 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
14456
14457         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
14458         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14459
14460 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
14461
14462         * build-all.mk (all-cross): New target for Canadian Cross.
14463         Added Q2 go32 targets.
14464         * test-build.mk: Configure go32 cross sparclite-aout and
14465         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
14466         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14467
14468 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14469
14470         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14471         GO32 hosted toolchains
14472
14473 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14474
14475         * configure: change  so "-exec-prefix" gets passed down rather
14476         than "-exec_prefix" so autoconf generated Makefiles get the
14477         exec_prefix set right.
14478
14479 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14480
14481         * config.guess: get the Solaris2 minor version number
14482
14483         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14484
14485 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14486
14487         * config.guess: Recognize some Sequent platforms.
14488
14489 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14490
14491         * Makefile.in: added the vault-install target
14492
14493         * configure.in: actually use the Sun3 makefile fragment that's in
14494         config, also added the release dir to configdirs
14495
14496 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14497
14498         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14499
14500 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14501
14502         * configure.in: remove some program from Alpha targetted toolchains
14503
14504 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
14505
14506         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
14507         gprof.
14508         (taz): Run "make diststuff" in those directories instead of "make
14509         proto-dir".  Look for "VERSION=" only at start of line in subdir
14510         Makefile.  Use "gzip -9" for compression.
14511         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14512         (binutils.tar.z): New target.
14513
14514 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14515
14516         * Makefile.in (taz): Include gpl.texinfo.
14517
14518 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14519
14520         * Makefile.in (setup-dirs): Merged into "taz" target.
14521         (taz): Only do `proto-dir' stuff if a directory is actually needed
14522         for this target.
14523
14524 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
14525
14526         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14527         (FLAGS_TO_PASS): Pass down MUNCH_NM.
14528         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14529         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14530         (gcc-no-fixedincludes): Correct for current gcc Makefile.
14531
14532 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
14533
14534         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
14535         config.sub, and move-if-change to gdb testsuite distribution
14536         archive, so the testsuite can be extracted, configured, and
14537         run separately from the gdb distribution.  Blow away the Chill
14538         tests that require a Chill compiled executable, since GNU Chill
14539         is not yet publically available.
14540
14541 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14542
14543         * test-build.mk: set environment variables in a single command,
14544         instead of a list of assignments and exports
14545
14546         * config.guess: recognize Alpha/OSF1 systems
14547
14548 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14549
14550         * configure: Change help message to prefer --options rather than
14551           -options.
14552
14553 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14554
14555         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14556         zippy@ecst.csuchico.edu.
14557         * config.guess: Recognize miniframe.
14558
14559 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14560
14561         * Makefile.in: Use srcroot to find runtest rather than rootme.
14562         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14563
14564 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14565
14566         * test-build.mk: Extensive additions to support building on a
14567         machine other than the host.
14568
14569 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14570
14571         * configure (tooldir): Fix for i386-aix again.
14572
14573 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
14574
14575         * configure, Makefile.in:  Change definition of $(tooldir)
14576         to match the FSF.
14577
14578 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
14579
14580         * config.guess:  Recognize i[34]86/SVR4.
14581
14582 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14583
14584         * Makefile.in (all-gdb): gdb depends on sim.
14585
14586 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
14587
14588         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
14589         at the same time we make the prototype gdb directory.
14590         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
14591         files at the same time as the gdb base release distribution.
14592
14593 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
14594
14595         * Makefile.in (check): Use individual check targets rather than
14596         DO_X rule.
14597         (check-gcc): Added.
14598
14599 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
14600
14601         * config.sub: Use sysv3.2 not sysv32 for canonical OS
14602         for System V release 3.2.
14603
14604 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14605
14606         * config.sub: Recognize hppaosf.
14607         * configure.in: Do configure ld/binutils/gas for it.
14608
14609 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14610
14611         * configure (tooldir): Alter syntax used to set this, for systems
14612         where "\$" isn't handled right, like i386-aix.
14613
14614 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14615
14616         * configure: Pass program-transform-name, not
14617         program_transform_name, to recursive configures.
14618
14619 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
14620
14621         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14622         of gas+ld+binutils.
14623
14624 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
14625
14626         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
14627
14628 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14629
14630         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14631
14632 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14633
14634         * Makefile.in (PRMS): Set back to all-prms.
14635
14636 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
14637
14638         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14639         targets, rather than for MIPS hosts.
14640
14641 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14642
14643         * configure.in: add comment for --with-x default values
14644
14645         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14646
14647         * Makefile.in: add check-* targets for each of the directories in
14648         the tree.  Add a definition of RUNTEST that will use the one we
14649         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
14650
14651 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
14652
14653         * configure.in: Removed obsolete references to bfd_target and
14654         target_makefile_frag.
14655
14656         * build-all.mk: Set assorted targets for Q2.
14657         * config.sub: Recognize z8k-sim and h8300-hms.
14658         * test-build.mk: Really don't pass host to configure.
14659         (HOLES): Added uname.
14660
14661 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
14662
14663         * configure: Handle an empty program-prefix, program-suffix or
14664         program-transform-name correctly.
14665
14666 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
14667
14668         * build-all.mk: -G 8 no longer required for MIPS targets.
14669         * test-build.mk: Don't pass host argument to configure; make it
14670         guess.
14671
14672 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
14673
14674         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
14675         * Makefile.in (COMPRESS):  New macro, like GZIP.
14676
14677 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14678
14679         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14680
14681         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14682         with gas currently defaults to -G 0.
14683
14684 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
14685
14686         * Makefile.in (all-flex): flex depends on byacc.
14687
14688         * build-all.mk: If host not specified, use config.guess.  Pass TAG
14689         to test-build.mk as RELEASE_TAG.
14690         * test-build.mk (configargs): New variable containing arguments to
14691         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
14692         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14693
14694         * config.guess: Use /bin/uname when checking -X argument on SCO,
14695         to avoid invoking GNU uname which doesn't understand -X.
14696
14697         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14698
14699         * configure.in: Build gas for mips-*-*.
14700
14701 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14702
14703         * Makefile.in (all.normal): insert missing backslash.
14704
14705 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14706
14707         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
14708
14709         * Makefile.in: Complete overhaul to merge many almost identical
14710         targets.
14711
14712 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14713
14714         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14715         (gdb.tar.Z): Adjusted.
14716
14717         * Makefile.in (setup-dirs, taz): New targets; should be general
14718         enough to adapt for gdb sometime.  Build only .z file.
14719         (gas.tar.z): New target.
14720
14721 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
14722
14723         * build-all.mk: Use CC=cc -Xs on Solaris.
14724
14725 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
14726
14727         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
14728         for handling BISON for FSF releases.
14729
14730 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14731
14732         * configure: Actually implement the change zoo just documented.
14733
14734 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
14735
14736         * configure: when using config.guess, only set target_alias when
14737         it's not already been set (ie, on the command line)
14738
14739 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14740
14741         * Makefile.in: add installcheck target, set PRMS to install-prms
14742
14743 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14744
14745         * configure: add support for package_makefile_fragment, handle the
14746         case where a directory has a configure.in file but no Makefile.in
14747         more gracefully (with an actual understandable error message, even);
14748         add support for --without (and add this to the usage message); also
14749         explicitly add a --host=${host_alias} to the command line when
14750         config.guess is used
14751
14752 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
14753
14754         * configure: Must use both --host and --target in recursive calls.
14755
14756 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14757
14758         * Makefile.in: Change deja-gnu to dejagnu.
14759
14760 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14761
14762         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14763
14764 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14765
14766         * configure.in: canonicalize all instances to *-*-solaris2*,
14767         also strip out a number of tools to not build for go32 host
14768
14769 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14770
14771         * config.guess: add GPL.
14772
14773         * Makefile.in, config.guess, config.sub, configure: bump
14774           copyrights to 93.
14775
14776 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
14777
14778         * Makefile.in (do-info): Removed obsolete check for existence of
14779         localenv file.
14780
14781         * Makefile.in (MAKEOVERRIDES): Define to be empty.
14782
14783 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14784
14785         * Makefile.in: a couple of 'else true' for decstation,
14786         support for TclX
14787
14788         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14789
14790 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
14791
14792         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14793
14794 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
14795
14796         * config.guess: Recognize i386-ibm-aix (PS/2).
14797         * configure.in: Use config/mh-aix386 file for it.
14798
14799 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
14800
14801         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14802         CC_FOR_TARGET instead.
14803         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14804
14805 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
14806
14807         * Makefile.in: Add sim to list of directories sent with gdb
14808
14809 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14810
14811         * configure.in: Put back mips-dec-bsd* case.
14812
14813 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
14814
14815         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14816         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
14817         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
14818
14819 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14820
14821         * configure.in: remove no-op mips-dec-bsd* in "case $target"
14822
14823         * Makefile.in (dir.info): only run gen-info-dir if it exists,
14824         (install-info): install dir.info only if it exists,
14825         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14826
14827 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
14828
14829         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
14830         gas for mips-dec-bsd.
14831
14832 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
14833
14834         * configure (makesrcdir): If ${srcdir} is relative and not ".",
14835         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14836
14837 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
14838
14839         * configure.in: Added "dejagnu" to hosttools list.
14840
14841 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
14842
14843         * config.sub, configure.in, config.guess:  Add support
14844         for Bosx, an AIX variant from Bull.
14845         Patches from F.Pierresteguy@frcl.bull.fr.
14846
14847 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
14848
14849         * devo/dejagnu: Initial creation of devo/dejagnu.
14850         Migrated dejagnu testcases and support files for testing software
14851         tools to reside as subdirectories, currently called "testsuite",
14852         within the directory of the software tool.  Migrated all programs,
14853         support libraries, etc. beloging to dejagnu proper from
14854         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
14855         with no modifications.  The changes to these files which will
14856         allow them to configure, build, and execute properly will be made
14857         in a future update.
14858
14859 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14860
14861         * Makefile.in: Change send_pr to send-pr.
14862         * configure.in: Likewise.
14863         * send_pr: Renamed directory to send-pr.
14864
14865 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
14866
14867         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
14868
14869 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
14870
14871         * README:  Update for gdb-4.8 release.
14872         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
14873         gdb-xxx.tar.z (gzip'd) file also.
14874
14875 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14876
14877         * Makefile.in: make all-diff depend on all-libiberty
14878
14879 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
14880
14881         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14882
14883 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14884
14885         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14886
14887 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
14888
14889         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
14890         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
14891         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
14892
14893 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14894
14895         * Makefile.in:  makeinfo binary is in a new location
14896
14897 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
14898
14899         * config.sub: Accept -ecoff as an OS.
14900
14901         * Makefile.in: Various changes to eliminate a level of make
14902         recursion and reduce the required command line length.
14903         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14904         sub-makes.
14905         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14906         variables holding settings for specific sub-makes.
14907         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14908         in terms of BASE_FLAGS_TO_PASS.
14909         (TARGET_LIBS): New variable listing directories which use
14910         TARGET_FLAGS_TO_PASS.
14911         (subdir_do): Eliminated.
14912         (do-*): New set of targets to replace subdir_do.
14913         (various): All targets which used subdir_do now depend on do-*.
14914         (local-clean): Renamed from do_clean.
14915         (local-distclean): New target, dependency of distclean and
14916         realclean.
14917         (install-info): Don't create directories.  Depend on dir.info
14918         rather than calling make recursively.
14919         (install-dir.info): Eliminated.
14920         (install-info-dirs): Create all info directories here.
14921         (dir.info): Depend upon do-install-info.
14922
14923         * test-build.mk (HOLES): Added false.
14924
14925 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
14926
14927         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
14928
14929 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14930
14931         * Makefile.in (info): remove dependency on all-texinfo.  The
14932         problem was really in texinfo/C, not at this level.
14933
14934 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
14935
14936         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14937
14938 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
14939
14940         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
14941         GDB releases.
14942
14943 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14944
14945         * configure: Include srcdir in message about target of link not
14946         being found.  Don't convert `-' to `_' in `with' options being
14947         passed to subdirs.
14948
14949 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14950
14951         * configure.in: add uudecode to host_tools
14952
14953         * Makefile.in: added {all,install}-uudecode targets, added them to
14954         the appropriate lists
14955
14956 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
14957
14958         * Makefile.in (all-gcc): Added dependency on all-gas.
14959
14960         * configure.in (mips-*-*): Build ld and binutils.
14961
14962 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14963
14964         * configure: check return code from mkdir, print error message and
14965           exit on failure.
14966
14967 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
14968
14969         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
14970
14971 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14972
14973         * test-build.mk (HOLES): Added tar, cpio and uudecode.
14974
14975 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
14976
14977         * config.sub (h8500):  Recognize this as a cpu type.
14978
14979 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14980
14981         * configure: source directory missing is no longer a warning
14982
14983         * configure.in: recognize irix[34]* instead of irix[34]
14984
14985         * Makefile.in: define and pass down X11_LIB
14986
14987 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
14988
14989         * guess-systype: Renamed to ...
14990         * config.guess:  ... by popular request.
14991         * configure.in, Makefile.in:  Update accordingly.
14992
14993 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
14994
14995         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
14996         + Add Convex, Cray/Unicos, and Encore/Multimax support.
14997         + Execute ./dummy instead of assuming . is in PATH.
14998
14999 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
15000
15001         * guess-systype:  New shell script.  Attempts to guess the
15002         canonical host name of the executing host.
15003         Only a few hosts are supported so far.
15004         * configure:  Call guess-systype if no host is specified.
15005
15006 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15007
15008         * Makefile.in (gcc-no-fixedincludes): Made to work with current
15009         gcc Makefile.
15010
15011
15012 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
15013
15014         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15015         (all-gcc, install-gcc, subdir_do): Use it.
15016
15017 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15018
15019         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15020
15021 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
15022
15023         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15024           set exclusively by configure, using configure.in .
15025
15026 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15027
15028         * test-build.mk: set $PATH for all builds
15029
15030         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15031
15032 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
15033
15034         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
15035         the one used in gcc/Makefile.in, so that a null expansion doesn't
15036         override the one needed to build gcc with a native cc.
15037
15038
15039 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15040
15041         * configure: Accept -with arguments.
15042
15043 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15044
15045         * Makefile.in: added h8300sim
15046
15047 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
15048
15049         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15050         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
15051         (all-cygnus, native, build-cygnus): Make
15052         $(canonhost)-stamp-3stage-done, not $(host)....
15053         * test-build.mk (stamp-3stage-compared): Use tail +10c for
15054         i386-sco3.2v4.  Added else true to if command.
15055
15056 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
15057
15058         * config.sub: (from FSF) Sequent uses a BSD-like OS.
15059
15060 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
15061
15062         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15063
15064 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15065
15066         * configure.in: don't remove binutils from Solaris builds
15067
15068 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
15069
15070         * Makefile.in: get rid of earlier definitions for *clean,
15071         also handle the recursive info rule better
15072
15073 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
15074
15075         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
15076         do more-or-less the right thing.
15077
15078 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
15079
15080         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15081         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15082
15083 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15084
15085         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15086         $(host_canonical).
15087
15088         * configure.in: split the configdirs list into 4 categories (native
15089         v. cross, library v. tool) and handle the cross-only and native-
15090         only in more reasonable (and correct!) way.
15091
15092 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
15093
15094         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
15095         configdirs anymore.
15096
15097 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15098
15099         * Makefile.in: extensive cleanup::  removed all of the explicit
15100         clean-* targets, collapsed many wrappers around subdir_do into
15101         one, added additional targets to satisfy standards.texi, deleted
15102         some old targets, some changes for consistency
15103
15104 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15105
15106         * configure.in: handle some programs as cross-only, and others as
15107         native only
15108
15109         * test-build.mk: handle partial holes in a more generic manner
15110
15111         * Makefile.in: m4 depends on libiberty
15112
15113 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15114
15115         * configure.in: add m4, textutils, fileutils, sed, shellutils,
15116         time, wdiff, and find to configdirs
15117
15118         * Makefile.in: all, clean, and install rules for the new programs
15119         added to configure.in
15120
15121 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15122
15123         * configure.in: use mh-sun for all *-sun-* hosts
15124
15125 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15126
15127         * Makefile.in: define flags for X11 include files and library file
15128         locations, pass them down to the programs that need this info
15129
15130         * build-all.mk: added a 'native' target, to 3stage the native toolchain
15131
15132 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15133
15134         * configure.in: start building libg++ for HP-UX targets
15135
15136 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
15137
15138         * README:  Update references to files moved into etc/.
15139
15140 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
15141
15142         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
15143         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
15144
15145 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15146
15147         * configure: accept dash as well as underscore in long option
15148         names for FSF compatibility.
15149
15150 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
15151
15152         * config.sub: added -sco3.2v4 support from FSF.
15153
15154 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15155
15156         * configure.in: expand the section that adds or removes
15157         directories from the list of programs to build, to handle native
15158         vs. cross in addition to host v. native
15159
15160 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
15161
15162         * Makefile.in:  Replace C++ in macro names with CXX.
15163         This is less likely to break ...
15164
15165 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15166
15167         * test-build.mk: add -w to GNU_MAKE
15168
15169 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15170
15171         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15172         add 'sparc' to list of recognized cpus.  This needed to make
15173         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15174         Delete some redundant ose68 variants.  Recognize -wrs as an os,
15175         then changes that into $CPU-wrs-vxworks.
15176
15177         * configure.in: remove most references to gdbtest, regularize
15178         target based program removal
15179
15180         * test-build.mk: import from p3 tree (many fixes and changes)
15181
15182 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
15183
15184         * Makefile.in: added rules to handle tcl, tk, and expect
15185
15186         * configure.in: handle those directories if they exist
15187
15188 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15189
15190         * config.sub: removed bogus hppabsd and hppahpux names, since
15191         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15192
15193 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15194
15195         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
15196         depends upon all-xiberty
15197
15198         * Makefile.in: changes from p3, including:
15199
15200         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
15201
15202         * Makefile.in (XTRAFLAGS): include newlib directories if
15203         newlib/Makefile exists, rather than if host != target.
15204
15205         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
15206
15207         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15208         from the same source tree and not building a cross-compiler.  This
15209         matters for the libg++ configuration if reconfiguring a tree that
15210         has already been installed.
15211
15212         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
15213
15214         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15215         pick up the machine and system specific header files.
15216
15217         * Makefile.in: added AS_FOR_TARGET, passed down in
15218         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15219         the C compiler to use to create programs which are run in the
15220         build environment, set it to default to $(CC), and passed it down
15221         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15222
15223         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
15224
15225         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15226         We need them for unusual native builds, like systems without
15227         ranlib.
15228
15229         * configure: also define $(host_canonical) and
15230         $(target_canonical), which are the full, canonical names for the
15231         given host and target
15232
15233 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
15234
15235         * Makefile.in:  Added separate definitions for C++.
15236
15237 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
15238
15239         * configure.in (configdirs):  Add deja-gnu.
15240
15241 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
15242
15243         * README:  Update for configure.texi and gdb-4.7 release.
15244
15245 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
15246
15247         * Makefile.in:  Move "all" target to top of file.
15248         Previously, first target was ".PHONY" which caused BSD4.4 make
15249         to build .PHONY when make was run without arguments.
15250
15251 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
15252
15253         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
15254         Library-copylefted code in libiberty.
15255
15256 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
15257
15258         * config.sub:  Replace m68kmote with plain old m68k.
15259
15260 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
15261
15262         * Makefile.in:  Remove space from blank line, avoid Make complaints.
15263
15264 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
15265
15266         * config.sub: Complain if no argument is given.  Added support for
15267         386bsd as OS and target alias.
15268
15269 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
15270
15271         * Makefile.in (XTRAFLAGS): include newlib directories if
15272         newlib/Makefile exists, rather than if host != target.
15273
15274 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
15275
15276         * config.sub: recognize sparclite-wrs-vxworks.
15277
15278         * Makefile.in (install-xiberty): added *-xiberty make rules (from
15279         p3.) Added clean-xiberty to clean.
15280
15281 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15282
15283         * configure.in: use *-*-* instead of nested cases for host and target
15284
15285 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
15286
15287         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15288         from the same source tree and not building a cross-compiler.  This
15289         matters for the libg++ configuration if reconfiguring a tree that
15290         has already been installed.
15291
15292 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
15293
15294         * config.sub (i486v/i486v4):  Merge in from FSF version.
15295
15296 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
15297
15298         * configure: only set PWD if it is already set.
15299
15300 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
15301
15302         * configure: just set PWD=`pwd` at the top, since Ultrix sh
15303         doesn't have unset and all success paths (and most error paths)
15304         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15305         to just ${PWD} to avoid confusion.)
15306
15307 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
15308
15309         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15310         even for a native compilation.
15311
15312 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
15313
15314         Changes to make the gdb.tar.Z rule work better.
15315
15316         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
15317         (DEVO_SUPPORT):  Add configure.texi.
15318         (bfd-ilrt.tar.Z):  Remove ancient rule.
15319
15320 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
15321
15322         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15323         pick up the machine and system specific header files.
15324
15325         * configure.in, config.sub: added new target m68010-adobe-scout,
15326         with alias of adobe68k.  Changed configure.in to check for
15327         -scout before -sco* to avoid a false match.
15328
15329         * Makefile.in: added AS_FOR_TARGET, passed down in
15330         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15331         the C compiler to use to create programs which are run in the
15332         build environment, set it to default to $(CC), and passed it down
15333         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15334
15335 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15336
15337         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15338         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
15339         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15340         FOR_TARGET variants, to newlib and libg++.
15341
15342 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15343
15344         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15345         first.
15346
15347 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
15348
15349         * config.sub:  Accept `elf' as an environment.
15350
15351 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15352
15353         * Makefile.in (all-opcodes):  cd into the right directory
15354
15355 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
15356
15357         * configure: added -program_transform_name option, used as
15358         argument to sed when installing programs.
15359         configure.texi: added documentation for -program_prefix,
15360         -program_suffix and -program_transform_name.
15361
15362 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
15363
15364         * config.sub:  Accept i486 where i386 ok.
15365
15366 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
15367
15368         * config.sub: accept we32k
15369
15370 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
15371
15372         * config.sub, configure.in: accept OSE68000 and OSE68k.
15373
15374         * Makefile.in: don't create all directories for ``make install'';
15375         let the subdirectories create the ones they need.
15376
15377 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15378
15379         * COPYING: new file, GPL v2
15380
15381 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15382
15383         * Makefile.in: use the new gen-info-dir, which needs a template
15384         argument (which also lives in texinfo)
15385
15386         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15387
15388 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
15389
15390         * config.sub (ncr3000):  Change i386 to i486.
15391
15392 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15393
15394         * Makefile.in: add install-rcs, install-grep to
15395         install-no-fixedincludes, removed install-bison and install-libgcc
15396
15397 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
15398
15399         * configure.in: grab the HPUX makefile fragment if on HPUX
15400
15401 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15402
15403         * Makefile.in: eradicate bison spoor (ditto libgcc).
15404          configure.in: recognise m68{k,000}-ericsson-OSE.
15405          es1800 is alias for m68k-ericsson-OSE
15406
15407 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15408
15409         * configure.in: rearrange the parts that remove programs from
15410         configdirs, based now on HOST==TARGET or by canonical triple.
15411
15412 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15413
15414         * test-build.mk: recurse explicitly with -f test-build.mk when
15415           appropriate.  predicate stage3 and comparison on the existence
15416           of gcc.  That is, if gcc isn't around, we aren't three-staging.
15417           On very clean, also remove ...stamp-co.  Build in-place before
15418           doing other builds.
15419
15420 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15421
15422         * Makefile.in, configure.in: add tgas
15423
15424 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15425
15426         * Makefile.in: a number of changes merged in from progressive.
15427
15428         * configure.in: add libm.
15429
15430         * .cvsignore: ignore some stuff that comes from test-build.mk.
15431
15432 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
15433
15434         * config.sub:  Add es1800 (m68k-ericsson-es1800).
15435
15436 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15437
15438         * configure: Add program_suffix (parallel to program_prefix)
15439         * Makefile.in: adjust directory-creating script for losing decstation
15440
15441 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
15442
15443         * configure:  Minor $subdir-related fixes.
15444
15445 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15446
15447         * configure: fix various problems with propogating
15448         makefile_target_frag in subdirs.
15449         * configure.in: config libgcc if its there
15450
15451 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
15452
15453         * config.sub:  HPPA merge.
15454
15455 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
15456
15457         * Makefile.in:  Replace all-bison with all-byacc in all
15458         dependency lines for other tools (which now use byacc).
15459
15460 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
15461
15462         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
15463
15464 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
15465
15466         * Makefile.in: make gprof rules similar to byacc rules (instead of
15467         vestigal $(unsubdir) that didn't work...)
15468
15469 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
15470
15471         * config.sub:  Add support for Linux.
15472         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
15473         (at least for libg++).
15474
15475 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
15476
15477         * configure.texi: fix doc for the -nfp option to configure
15478
15479 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
15480
15481         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15482
15483 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
15484
15485         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15486         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15487         * configure.in: added solaris* host_makefile_frag hook.
15488
15489 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15490
15491         * config.sub: changed recognition of m68000 so that various
15492         m68k types can be specified via m680[01234]0
15493
15494 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15495
15496         * config.sub (basic_machine): fix sed so that '-foo' isn't
15497         completely substituted out while .+'-foo' loses the '-foo'
15498
15499 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15500
15501         * config.sub ($os): Add -aout.
15502
15503 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
15504
15505         * configure:  If host_makefile_frag is absolute, don't
15506         prefix ${invsubdir} (relevant to libg++ auto-configure).
15507
15508 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15509
15510         * Makefile.in (tooldir): Define it.
15511         (all-ld): Depend on all-flex.
15512
15513 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
15514
15515         * Makefile.in (check):  Fix libg++ special case.
15516
15517 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
15518
15519         * configure: do not bury `pwd` into config.status, thus do fewer
15520           pwd's.
15521
15522         * configure: print the "Building in" message only when building in
15523           other than "." AND verbose.
15524
15525         * configure: remove -s, rework -v to better accommodate guested
15526           configures.
15527
15528         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15529
15530 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
15531
15532         * Makefile.in: macroize flags passed on recursion.  remove
15533           fileutils.
15534
15535 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
15536
15537         * configure: get makesrcdir right for subdirs deeper than 1.
15538
15539         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15540           install.
15541
15542 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
15543
15544         * Makefile.in: don't print subdir_do or recursion lines.
15545
15546 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
15547
15548         * standards.texi: added menu item.
15549
15550         * Makefile.in: build and install standards.info.
15551
15552         * standards.texi: new file.
15553
15554 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15555
15556         * configure: test for and move config.status pieces from
15557           ${subdir}/.
15558
15559 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
15560
15561         * configure:  Test for existance of files before trying to mv
15562         them, to avoid numerous non-existance messages.
15563
15564 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
15565
15566         * configure: correct final line of config.status.
15567
15568         * configure: patch from eggert.  Avoids a protection problem if
15569           the original Makefile.in is read only.
15570
15571         * configure: use move-if-change from gcc to create config.status.
15572           Some makefiles depend on config.status to tell if a directory
15573           has been reconfigured for a different host.  This change
15574           prevents those directories from remaking everything in the case
15575           where the reconfig was only intended to rebuild a Makefile.
15576
15577         * configure: test for config.sub with "config.sub sun4" rather
15578           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
15579           host alias from a missing config.sub.
15580
15581 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15582
15583         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15584           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
15585
15586 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
15587
15588         * configure: mkdir ${subdir} as needed.
15589
15590 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
15591
15592         * Makefile.in,configure.in: added autoconf.
15593
15594 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15595
15596         * Makefile.in: no longer pass against on recursion.
15597
15598         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15599           definitions are not inherited.
15600
15601         * configure: correct makesrcdir when subdir is .
15602
15603 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
15604
15605         * configure:  Add support for 'subdirs' variable, which is
15606         like 'configdirs', except that configure doesn't re-invoke
15607         itself for subdirs, it just creates a Makefile for each subdir.
15608         * configure.texi:  Document subdirs.
15609
15610 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15611
15612         * configure.in: added flex to configdirs
15613
15614 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
15615
15616         * Makefile.in: remove clean-stamps from clean.
15617
15618 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
15619
15620         * configure.in:  Add gdbtest to configdirs.
15621
15622 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
15623
15624         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
15625         to recursive makes.
15626         * configure.in:  Recognize new ncr3000 config.
15627
15628 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
15629
15630         * Makefile.in, configure.in: removed references to gdbm.
15631
15632 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
15633
15634         * config.sub:  Don't canonicalize os value
15635         newsos* to bsd (readline needs to check for newsos).
15636         (This fix was earlier made Jan 31, but got re-broken.)
15637
15638 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
15639
15640         * configure.in:  sco is an os, not a vendor!
15641
15642         * configure:  Quote $( better.  Keep various shells happy.
15643
15644 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
15645
15646         * Makefile.in: eliminate stamp-files.
15647
15648 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
15649
15650         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
15651           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15652
15653 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
15654
15655         * config.sub:  fix iris/iris3.
15656
15657 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
15658
15659         * configure: re-add -rm.
15660
15661 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
15662
15663         * Maskefile.in: add .stmp-rcs to all.
15664
15665         * configure.in: remove gas from rs6000 build, use aix host fragment.
15666
15667 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
15668
15669         * configure: pass down site_option during recursion.
15670
15671 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
15672
15673         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
15674
15675 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
15676
15677         * configure: Change exec_prefix so that it really defaults to prefix.
15678
15679 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
15680
15681         * Makefile.in, configure.in:  Add support for mmalloc library.
15682
15683 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
15684
15685         * Makefile.in: add stmp dependencies for a few more things.
15686
15687 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
15688
15689         * configure: adjusted error message on objdir/srcdir configure
15690           collision, per john's suggestion.
15691
15692         * Makefile.in: add libiberty stmp to all and all.cross.
15693
15694 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
15695
15696         * Makefile.in: remove force dependencies, add grep to all.
15697
15698 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
15699
15700         * Makefile.in: drop flex.  make stamp files work.
15701
15702         * configure: added test for conflicting configuration in srcdir,
15703           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
15704           gets cranky.  use relative paths for configure and srcdir
15705           whenever possible.  Send some error messages to stderr that were
15706           going to stdout.
15707
15708 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
15709
15710         * Makefile.in:  Fix libg++ rule to check for gcc directory
15711         before using gcc/gcc.  Also pass XTRAFLAGS.
15712
15713 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
15714
15715         * Makefile.in: added stmp-files so that directories aren't polled
15716           when they are already built.
15717
15718         * configure.texi: fixed a node pointer problem.
15719
15720 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
15721
15722         * config.sub configure.in gdb/configure.in
15723         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15724         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15725         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
15726
15727 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15728
15729         * configure: -recurring becomes -silent.  corrected help message
15730           for -site= option.
15731
15732         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15733
15734 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15735
15736         * configure: when building Makefile for crosses, replace
15737           tooldir and program_prefix.  default srcdir from location of
15738           config.sub.  remove "for host in hosts" and "for target in
15739           targets" loops.
15740
15741 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15742
15743         * Makefile.in: Do not pass bindir or mandir to cvs.
15744
15745 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
15746
15747         * Makefile.in, configure.in: removed traces of namesubdir,
15748           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
15749           copyrights to '92, changed some from Cygnus to FSF.
15750
15751         * configure.texi: remove most references to multiple hosts,
15752           multiple targets, subdirs, etc.
15753
15754         * configure.man: removed rcsid. reference config.sub not
15755           config.subr.
15756
15757         * Makefile.in: mkdir $(infodir) on install-info.
15758
15759 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
15760
15761         * configure.texi:  Explain better about .gdbinit and about
15762         the environment that configure.in sections run in.
15763
15764 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
15765
15766         * configure.in:  Ultrix is only a decstation if it's a MIPS.
15767
15768 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
15769
15770         * README:  DOC.configure => cfg-paper.texi.
15771
15772 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
15773
15774         * config.sub (near case $os):  Don't convert newsos* to bsd!
15775
15776 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
15777
15778         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
15779         the number of copies of COPYING that go into the GDB tar file.
15780
15781 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
15782
15783         * bfd/configure.in, gdb/config/mh-i386sco,
15784         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15785         Fix SCO configuration stuff.
15786
15787 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
15788
15789         * Makefile.in:  For libg++, make sure the -I pointing
15790         to the gcc directory goes *after* all the libg++-local -I flags.
15791         Also, move just-gcc dependency from just-libg++ to all-libg++.
15792
15793 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
15794
15795         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
15796
15797 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
15798
15799         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
15800
15801 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
15802
15803         * config.sub:  Add stratus configuration frags.  Also
15804         submitted to FSF.
15805
15806 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
15807
15808         * Makefile.in (DEV_SUPPORT):  add configure.man.
15809
15810         * config.sub(Decode manufacturer-specific):  add -none*.
15811
15812 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
15813
15814         * Makefile.in:  remove form feeds to make Sun's make happy.
15815         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
15816
15817 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
15818
15819         * Makefile.in (AR_FLAGS):  Make quieter.
15820
15821 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
15822
15823         * configure.in:  Add libg++.
15824         * configure:  When verbose, don't output the command line at each
15825         level; it will be unremarkably the same as the previous version,
15826         which will be the same as what the user typed.
15827
15828 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
15829
15830         * configure.in, Makefile.in: fix clean-info, add flex.  add
15831           fileutils.
15832
15833         * configure: be less sensitive to spaces in Makefile.in.  Do not
15834           look for sources in "..".  Doing so breaks subdirectories that
15835           might have their own configure.  If a subdir has it's own
15836           configure script, use it.
15837
15838 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
15839
15840         * cfg-paper.texi: some changes suggested by rms.
15841
15842 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
15843
15844         * config.sub:  Merge in some small additions from the FSF version,
15845         taken from the gcc distribution, to bring the Cygnus and FSF
15846         versions into closer sync.
15847
15848 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
15849
15850         * configure.in:  Changed svr4 references to sysv4.
15851
15852 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
15853
15854         * configure: added -V for version number option.
15855
15856 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
15857
15858         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15859           renamed from DOC.configure to cfg-paper.texi.
15860
15861 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15862
15863         * configure, config.subr, config.sub: config.subr is now
15864           config.sub again.
15865
15866 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
15867
15868         * configure.texi: new file, in progress.
15869
15870         * Makefile.in: build info file and install the man page for
15871           configure.
15872
15873         * configure.man: new file, first cut.
15874
15875         * configure: find config.subr again now that configuration "none"
15876           has gone.  removed all traces of the -ansi option.  removed all
15877           traces of the -languages option.
15878
15879         * config.subr: resync from rms.
15880
15881 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15882
15883         * configure, config.sub, config.subr: merge config.sub into
15884           config.subr, call the result config.subr, remove config.sub, use
15885           config.subr.
15886
15887         * Makefile.in: revised install for dir.info.
15888
15889 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15890
15891         * configure.in: add decstation host makefile frag.
15892
15893         * Makefile.in: BISON now bison -y again.  also install-gcc on
15894           install.  clean-gdbm on clean.  infodir belongs in datadir.
15895           Make directories for info install.  Build dir.info here then
15896           install it.
15897
15898 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15899
15900         * Makefile.in: fix for bad directory tests.
15901
15902 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15903
15904         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
15905           regexp.  -srcdir relative was being handled incorrectly.
15906
15907         * Makefile.in: unwrapped some for loops so that parallel makes
15908           work again and so one can focus one's attention on a particular
15909           package.
15910
15911 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15912
15913         * configure: added PWD as a stand in for `pwd` (for speed). use
15914           elif wherever possible.  make -srcdir work without -objdir.
15915           -objdir= commented out.
15916
15917 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15918
15919         * configure: +options become --options.  -subdirs commented out.
15920           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
15921           Makefile now at top of generated Makefile.  Removed cvs log
15922           entries.  added -srcdir.  create .gdbinit only if there is one
15923           in ${srcdir}.
15924
15925         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
15926           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
15927           and mandir now keyed off datadir by default.
15928
15929 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15930
15931         * Freshly created ChangeLog.
15932
15933 \f
15934 Local Variables:
15935 mode: change-log
15936 left-margin: 8
15937 fill-column: 76
15938 version-control: never
15939 End: