OSDN Git Service

Script to check patches violating the GNU style.
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
2
3         * Makefile.def (configure-gcc): Depend on all-libelf.
4         * Makefile.in: Rebuild.
5
6 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
7
8         * MAINTAINERS (Write After Approval): Add myself in the right place.
9
10 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
11
12         * MAINTAINERS (Write After Approval): Add myself.
13
14 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
15
16         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
17
18 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
19
20         * config.sub: Update to version 2010-05-21.
21         * config.guess: Update to version 2010-04-03.
22
23 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
24
25         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
26         * configure: Regenerate.
27
28 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
29
30         * MAINTAINERS (Write After Approval): Add myself.
31
32 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
33
34         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
35         a platform that supports LTO.
36         * configure: Regenerate.
37
38 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
39
40         * configure.ac: Allow all the versions greater than 0.10 of PPL.
41         * configure: Regenerated.
42
43 2010-04-27  Roland McGrath  <roland@redhat.com>
44             H.J. Lu  <hongjiu.lu@intel.com>
45
46         * configure.ac (--enable-gold): Support both, both/gold and
47         both/bfd to add gold to configdirs without removing ld.
48         * configure: Regenerated.
49
50         * Makefile.def: Add install-gold dependency to install-ld.
51         * Makefile.in: Regenerated.
52
53 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
54
55         PR lto/42776
56         * configure.ac (--enable-lto): Refactor handling so libelf tests
57         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
58         and allow LTO to be explicitly enabled on non-ELF platforms that
59         are known to support it inside else-clause.
60         * configure: Regenerate.
61
62 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
63
64         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
65         * configure: Regenerate.
66
67 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
68
69         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
70         * configure: Regenerate.
71
72 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
73
74         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
75         separately.
76         * configure: Regenerate.
77
78 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
79
80         * MAINTAINERS (Write After Approval): Add myself.
81
82 2010-04-14  Tristan Gingold  <gingold@adacore.com>
83
84         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
85         * configure: Regenerate.
86
87 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
88
89         * configure: Regenerate after change to elf.m4.
90
91 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
92
93         * MAINTAINERS (Write After Approval): Add myself.
94
95 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
96
97         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
98         * configure: Regenerated.
99
100 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
101
102         * configure.ac: Print "buggy but acceptable" when CLooG
103         revision is less than 9.
104         * configure: Regenerated.
105
106 2010-04-01  Diego Novillo  <dnovillo@google.com>
107
108         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
109
110 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
111
112         PR bootstrap/43615
113         PR bootstrap/43328
114
115         Revert:
116
117         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
118
119         * configure.ac: Do not pass --enable-multilib nor
120         --disable-multilib in baseargs.  Accept explicitly passed
121         --enable_multilib.
122         * configure: Regenerate.
123
124 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
125
126         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
127
128 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
129
130         * MAINTAINERS: Remove myself.
131
132 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
133
134         PR bootstrap/43328
135         * configure.ac: Do not pass --enable-multilib nor
136         --disable-multilib in baseargs.  Accept explicitly passed
137         --enable_multilib.
138         * configure: Regenerate.
139
140 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
141
142         * MAINTAINERS (spu port): Remove me.
143
144 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
145
146         * configure.ac (tic6x-*-*): New case.
147         * configure: Regenerate.
148
149 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
150
151         * config.sub: Update to version 2010-03-22.
152         * config.guess: Update to version 2009-12-30.
153
154 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
155
156         PR ada/42554
157         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
158         * configure: Regenerate.
159
160 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
161
162         * MAINTAINERS: Update my email address.
163
164 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
165
166         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
167         (ghassan.shobaki@amd.com): Removed.
168
169 2010-03-17  Alan Modra  <amodra@gmail.com>
170
171         * MAINTAINERS: Update my email address.
172
173 2010-03-16  Diego Novillo  <dnovillo@google.com>
174
175         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
176         Matthews.
177
178 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
179
180         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
181         Gutson, Jeffrey D. Oldham and Mark Shinwell.
182
183 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
184
185         * MAINTAINERS: Update my email address.
186
187 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
188
189         * MAINTAINERS: Update my email address.
190
191 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
192
193         * MAINTAINERS: Update my email address.
194
195 2010-03-09  Jie Zhang  <jie@codesourcery.com>
196
197         * MAINTAINERS: Update my email address.
198
199 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
200
201         PR libstdc++/32499
202         * configure.ac (RANLIB): Default to true.
203         (STRIP): Likewise.
204         (RANLIB_FOR_TARGET): Remove superfluous : argument.
205         * configure: Regenerate.
206
207 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
208
209         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
210         (Write After Approval): Update my email address.
211
212 2010-02-17  Nick Clifton  <nickc@redhat.com>
213
214         PR 11238
215         * Makefile.tpl (local-distclean): Also remove config.cache files in
216         sub-directories as there may not be Makefiles present in the
217         sub-directories.
218         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
219         the config.cache files found by the find command.
220
221         * Makefile.in: Regenerate.
222         * configure.ac: Revert previous delta.
223         * configure: Regenerate.
224
225 2010-02-15  Nick Clifton  <nickc@redhat.com>
226
227         PR 11238
228         * configure.ac: Delete config.cache files in sub-directories when
229         deleting Makefiles.
230         * configure: Regenerate.
231
232 2010-02-12  Ben Elliston  <bje@gnu.org>
233
234         * MAINTAINERS: Update my email address.
235
236 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
237
238         * MAINTAINERS (spu port): Update my email address.
239
240 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
241
242         * MAINTAINERS: Add myself as a maintainer for the bfin port.
243
244 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
245
246         * configure.ac: Add "recommended" version checks for GMP/MPC.
247         Update recommended GMP/MPFR/MPC versions.
248         * configure: Regenerate.
249
250 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
251
252         * MAINTAINERS: Move my Embecosm email address into the
253         write-after-approval section.
254
255 2010-01-26  Ian Lance Taylor  <iant@google.com>
256
257         * MAINTAINERS: Add myself as Go frontend maintainer.
258
259 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
260
261         PR libstdc++/36101, PR libstdc++/42813
262         * configure.ac (bootstrap_target_libs): Make inclusion of
263         target-libgomp conditional on libgomb being in target_configdirs.
264         * configure: Regenerate.
265
266 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
267
268         PR libstdc++/36101, PR libstdc++/42813
269         * configure.ac (bootstrap_target_libs): Include target-libgomp.
270         * configure: Regenerate.
271
272 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
273
274         PR libstdc++/36101, PR libstdc++/42813
275         * configure.ac (target_configdirs): Substitute.
276         * Makefile.def: Bootstrap target module libgomp.
277         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
278         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
279         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
280         * configure, Makefile.in: Regenerate.
281
282 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
283
284         * MAINTAINERS: Adjust my details.
285
286 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
287
288         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
289
290 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
291
292         * MAINTAINERS: reindented my entry with tabs instead of spaces.
293
294 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
295
296         * MAINTAINERS (Write After Approval): Add myself.
297
298 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
299
300         * MAINTAINERS (Write After Approval): Add myself.
301
302 2010-01-11  Richard Guenther  <rguenther@suse.de>
303
304         PR lto/41569
305         * Makefile.def (all-lto-plugin): Depend on all-gcc.
306         * Makefile.in: Regenerated.
307
308 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
309
310         * configure.ac: Enable libjava build on x86_64-*freebsd*.
311         * configure: Regenerate.
312
313 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
314             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
315
316         PR bootstrap/42424
317         * configure.ac: Include libtool m4 files.
318         (_LT_CHECK_OBJDIR): Call it.
319         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
320         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
321
322         * configure: Regenerate.
323
324 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
325
326         PR bootstrap/41818
327         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
328         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
329         * Makefile.in: Regenerate.
330
331 2010-01-02  Richard Guenther  <rguenther@suse.de>
332
333         PR lto/41529
334         * configure.ac: Include config/elf.m4.  Disable LTO if not
335         builting for an elf target.
336         * configure: Regenerate.
337
338 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
339
340         * MAINTAINERS: Change my email address.
341
342 2009-12-18  Ben Elliston  <bje@au.ibm.com>
343
344         * config.sub, config.guess: Update from upstream sources.
345
346 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
347
348         * MAINTAINERS (Write After Approval): Add myself.
349
350 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
351
352         PR middle-end/30447
353         PR middle-end/30789
354         PR other/40302
355
356         * configure.ac: Require MPC.
357         * configure: Regenerate.
358
359 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
360
361         PR target/38384
362         PR bootstrap/40972
363         * libtool.m4: Sync from git Libtool.
364         * ltoptions.m4: Likewise.
365         * ltversion.m4: Likewise.
366         * lt~obsolete.m4: Likewise.
367         * ltmain.sh: Likewise.
368
369 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
370
371         * configure.ac: Update minimum MPC version to 0.8.
372         * configure: Regenerate.
373
374 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
375
376         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
377         * configure: Regenerated.
378
379 2009-11-21  Ian Lance Taylor  <iant@google.com>
380
381         * configure.ac: Change default of poststage1_ldflags to be empty if
382         poststage1_libs is set.  When poststage1_libs is empty, and
383         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
384         * configure: Rebuild.
385
386 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
387
388         * MAINTAINERS (Write After Approval): Update my email address.
389
390 2009-11-20  Ben Elliston  <bje@au.ibm.com>
391
392         * config.guess: Update from upstream sources.
393
394 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
395
396         * Makefile.def: Restore host and target settings for gmp.
397         * Makefile.in: Rebuild.
398
399 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
400
401         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
402         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
403         Fix portability of test of C++ as bootstrap language.  Add
404         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
405         * configure: Rebuild.
406         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
407         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
408         in-tree building.
409         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
410         (POSTSTAGE1_HOST_EXPORTS): Use it.
411         (STAGE[+id+]_CXXFLAGS): New.
412         (BASE_FLAGS_TO_PASS): Pass it down.
413         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
414         extra_exports.
415         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
416         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
417         extra_exports.
418         * Makefile.in: Rebuild.
419
420 2009-11-17  Ben Elliston  <bje@au.ibm.com>
421
422         * config.sub, config.guess: Update from upstream sources.
423
424 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
425
426         * MAINTAINERS (Write After Approval): Add myself.
427
428 2009-11-09  Jon Beniston  <jon@beniston.com>
429
430         * MAINTAINERS (Write After Approval): Add myself.
431
432 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
433
434         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
435         paths for *-w64-mingw* and x86_64-*mingw*.
436         * configure: Regenerated.
437
438 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
439
440         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
441
442 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
443
444         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
445         Phil Edwards to Write-After Approval.
446
447 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
448
449         * configure.ac: Disable target-winsup & co for
450         x86_64-*-mingw* and *-w64-mingw* targets.
451         * configure: Regenerated.
452
453 2009-10-16  Nick Clifton  <nickc@redhat.com>
454
455         * MAINTAINERS: Add myself as a maintainer for the RX port.
456
457 2009-10-26  Johannes Singler  <singler@kit.edu>
458
459         * MAINTAINERS (Write After Approval): Update my e-mail address.
460
461 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
462
463         * configure.ac (CLooG test): Use = with test.
464         * configure: Regenerate.
465
466 2009-10-22  Richard Guenther  <rguenther@suse.de>
467
468         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
469         cloog if the ppl version check failed.  Move flags saving
470         before setting in libelf check.
471         * configure: Regenerate.
472
473 2009-10-21  Richard Guenther  <rguenther@suse.de>
474
475         * configure.ac: Adjust the ppl and cloog configure to work as
476         documented.  Disable cloog if ppl was disabled.  Omit the version
477         checks if they were disabled.
478         * configure: Re-generate.
479
480 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
481
482         * configure.ac: Add 'lto' to enable_languages, not
483         new_enable_languages, and only if not already present.
484         * configure: Regenerate.
485
486 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
487
488         * README: Refer to the various COPYING* files instead of just
489         COPYING.
490         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
491
492 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
493
494         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
495         
496 2009-10-07  Richard Guenther  <rguenther@suse.de>
497
498         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
499         and Richard Guenther as reviewers.
500         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
501         as reviewers.
502
503 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
504
505         * config.sub: Update from upstream sources.
506
507 2009-10-06  Ian Lance Taylor  <iant@google.com>
508
509         * Makefile.def: check-gold depends upon all-gas.
510         * Makefile.in: Rebuild.
511
512 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
513
514         * MAINTAINERS (Write After Approval): Add myself.
515
516 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
517
518         * Makefile.def: all-lto-plugin depends on all-libiberty.
519         set bootstrap=true for lto-plugin.
520         Add lto-plugin.
521         * Makefile.in: Regenerate.
522         * configure.ac (host_libs): Add lto-plugin.
523         * configure: Regenerate.
524
525 2009-10-03  Diego Novillo  <dnovillo@google.com>
526
527         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
528         (HOST_LIBELFLIBS): Define.
529         (HOST_LIBELFINC): Define.
530         * Makefile.in: Regenerate.
531         * configure.ac: Add --enable-lto.
532         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
533         If --enable-lto is used, add 'lto' to new_enable_languages.
534         If --enable-lto is used and gold is enabled, add
535         lto-plugin to configdirs.
536         * configure: Regenerate.
537
538 2009-10-03  Simon Baldwin  <simonb@google.com>
539
540         * configure.ac: If --with-system-zlib, suppress local zlib and
541         pass --with-system-zlib to subdir configure scripts.
542         * configure: Regenerate.
543
544 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
545             Paolo Bonzini  <bonzini@gnu.org>
546
547         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
548         $(srcdir).
549         * Makefile.in: Rebuilt.
550
551 2009-09-26  Gary Funck  <gary@intrepid.com>
552
553         * MAINTAINERS (Write After Approval): Add myself.
554
555 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
556
557         * configure.ac: Update minimum MPC version to 0.7.
558         * configure: Regenerate.
559
560 2009-09-25  Nick Clifton  <nickc@redhat.com>
561
562         * configure.ac: Pass any --cache-file=/dev/null option on to
563         subconfigures.
564         * configure: Regenerate.
565
566 2009-09-23  Nick Clifton  <nickc@redhat.com>
567
568         * config.sub, config.guess: Update from upstream sources.
569
570 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
571
572         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
573         * Makefile.in: Rebuilt.
574
575 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
576
577         PR bootstrap/32272
578         * configure.ac: Error out if $srcdir isn't '.' but contains
579         host-${host_noncanonical}.
580         * configure: Regenerate.
581
582 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
583
584         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
585         maintainer.
586
587 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
588
589         * configure.ac: If bootstrapping a combined tree with
590         --enable-gold, require c++ in stage1_languages.
591         * configure: Regenerate.
592
593         * configure.ac: Also add target_libs of stage1_languages to
594         bootstrap_target_libs.
595         * configure: Regenerate.
596
597         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
598         with --enable-languages not containing c++.
599         * configure: Regenerate.
600
601 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
602
603         * configure.ac: Disable java and boehm-gc for bfin-*-*.
604         * configure: Regenerate.
605
606 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
607
608         * MAINTAINERS (Write After Approval): Update my e-mail address,
609         and move from from here...
610         (Waiting for paperwork): To here.
611
612 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
613
614         * MAINTAINERS (Reviewers): Add self as driver reviewer.
615
616 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
617
618         * configure.ac: Do not use $extrasub for replacing @if/@endif
619         parts in Makefile; instead, use additional arguments to
620         AC_CONFIG_COMMANDS to do the replacement manually, with several
621         sed invocations, to avoid HP-UX sed command limits.
622         * configure: Regenerate.
623
624 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
625
626         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
627         blank before -L.
628
629 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
630
631         * configure.ac (with-build-config): Document.  Handle without.
632         Handle missing argument.
633         * configure: Rebuilt.
634
635 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
636
637         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
638         Default to bootstrap-debug only if compare-debug works.
639         * configure: Rebuilt.
640         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
641         * Makefile.in: Rebuilt.
642
643 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
644
645         * MAINTAINERS (OS Port Maintainers): Update my email address.
646
647 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
648
649         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
650         * Makefile.in: Rebuilt.
651
652 2009-09-01  Chris Demetriou  <cgd@google.com>
653
654         * MAINTAINERS (Write After Approval): Add myself.
655
656 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
657
658         PR debug/30161
659         * include/dwarf2.h (enum dwarf_tag): Added
660         DW_TAG_GNU_template_template_param
661         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
662
663 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
664
665         * Makefile.tpl (AWK): Fix typo.
666         * Makefile.in: Regenerate.
667
668 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
669
670         * configure.ac: Detect awk and sed.
671         * Makefile.def (flags_to_pass): Add AWK and SED.
672         * Makefile.tpl (AWK, SED): New.
673         (BASE_FLAGS_TO_PASS): Add AWK and SED.
674         * configure: Regenerate.
675         * Makefile.in: Regenerate.
676
677 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
678
679         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
680         (collapseslashes): Likewise.
681
682 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
683
684         * configure.ac (AC_PREREQ): Bump to 2.64.
685
686 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
687
688         * configure.ac: Remove --with-datarootdir, --with-docdir,
689         --with-pdfdir, --with-htmldir switches.
690         * configure: Regenerate.
691
692         * configure: Regenerate.
693
694         * compile: Sync from Automake 1.11.
695         * depcomp: Likewise.
696         * install-sh: Likewise.
697         * missing: Likewise.
698         * mkinstalldirs: Likewise.
699         * ylwrap: Likewise.
700
701 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
702
703         * ltmain.sh (func_normal_abspath): New function.
704         (func_relative_path): Likewise.
705         (func_mode_help): Document new -bindir option for link mode.
706         (func_mode_link): Add new -bindir option, and use it to place
707         output DLL if specified.
708
709 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
710
711         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
712         (baseargs): Add --disable-option-checking.
713         * configure: Regenerate.
714
715         * Makefile.def (configure-target-libiberty): Depend on
716         all-binutils and all-ld.
717         (configure-target-newlib): Likewise.
718         * Makefile.in: Regenerate.
719
720 2009-08-17  Ben Elliston  <bje@au.ibm.com>
721
722         * config.sub, config.guess: Update from upstream sources.
723
724 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
725
726         Sync from src, merge:
727
728         2009-07-02  Tristan Gingold  <gingold@adacore.com>
729
730         * configure.ac: Do not exclude gas for i386-*-darwin.
731         Add a case for x86_64-*-darwin.
732         * configure: Regenerate.
733
734 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
735
736         * MAINTAINERS: Add my name to Write After Approval list.
737
738 2009-08-06  Michael Eager  <eager@eagercon.com>
739
740         * configure.ac: Add Microblaze target.
741         * configure: Regenerate.
742
743 2009-07-31  Christian Bruel  <christian.bruel@st.com>
744
745         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
746         * configure: Regenerate.
747         
748 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
749
750         * MAINTAINERS (Write After Approval): Update my e-mail address.
751
752 2009-07-06  Ian Lance Taylor  <iant@google.com>
753
754         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
755         * configure: Rebuild.
756
757 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
758
759         * MAINTAINERS: Move myself to the Graphite Reviewers.
760
761 2009-06-30  Wei Guozhi  <carrot@google.com>
762
763         * MAINTAINERS: Add my name to Write After Approval list.
764
765 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
766
767         PR bootstrap/40338
768         * configure.ac (comparestring): Create new variable.
769         * Makefile.tpl (comparestring): Use to skip some comparisions.
770         * configure: Regenerate.
771         * Makefile.in: Regenerate.
772
773 2009-06-26  Doug Evans  <dje@sebabeach.org>
774
775         * Makefile.def (host_modules): Add cgen.
776         * Makefile.in: Regenerate.
777         * configure.ac (host_tools): Add cgen.
778         * configure: Regenerate.
779
780 2009-06-23  DJ Delorie  <dj@redhat.com>
781
782         * MAINTAINERS: Add myself as mep maintainer.
783
784 2009-06-23  Ian Lance Taylor  <iant@google.com>
785
786         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
787         boot_languages.  Only bootstrap target libraries listed in
788         target_libs for some boot language.  Add --with-stage1-ldflags,
789         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
790         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
791         if not building with C++.
792         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
793         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
794         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
795         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
796         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
797         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
798         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
799         * configure, Makefile.in: Rebuild.
800
801 2009-06-23  Li Feng  <nemokingdom@gmail.com>
802
803         * MAINTAINERS: Added my name to write-after-approval list.
804
805 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
806
807         * configure.ac: Define is_elf for QNX Neutrino targets.
808         * configure: Regenerate.
809
810 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
811
812         * MAINTAINERS: Added my name to the write-after-approval list
813
814 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
815
816         * configure.ac: Detect MPC in default directory.
817         * configure: Regenerate.
818
819 2009-06-03  Jerome Guitton  <guitton@adacore.com>
820             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
821
822         * Makefile.tpl (all): Avoid a trailing backslash.
823         * Makefile.in: Regenerate.
824
825 2009-06-03  Ben Elliston  <bje@au.ibm.com>
826
827         * config.sub, config.guess: Update from upstream sources.
828
829 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
830
831         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
832         to noconfdirs.
833         * configure: Regenerate.
834
835 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
836
837         * Makefile.tpl ([+compare-target+]): Compare all stage
838         directories, rather than just gcc.
839         * Makefile.in: Rebuilt.
840
841 2009-06-01  Doug Kwan  <dougkwan@google.com>
842
843         * configure.ac: Support gold for target arm*-*-*.
844         * configure: Regenerate.
845
846 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
847
848         * Makefile.def: Add MPC support and dependencies.
849         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
850
851         * Makefile.in, configure: Regenerate.
852
853 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
854
855         * Makefile.tpl (all): Avoid harmless warning in make all when
856         gcc-bootstrap is enabled but stage_last does not exist.
857         * Makefile.in: Rebuilt.
858
859 2009-05-24  Nicolas Roche  <roche@adacore.com>
860
861         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
862         * Makefile.in: Regenerate.
863
864 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
865
866         * MAINTAINERS: Update my e-mail address.
867
868 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
869
870         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
871         * configure:  Regenerate.
872
873 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
874
875         PR other/40159
876         * Makefile.tpl (all): Don't assume gcc-bootstrap and
877         gcc-no-bootstrap are mutually exclusive.
878         * Makefile.in: Rebuilt.
879
880 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
881
882         PR other/40159
883         * Makefile.tpl (all): Don't end with unconditional success.
884         * Makefile.in: Rebuilt.
885
886 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
887
888         PR target/37137
889         * Makefile.def (flags_to_pass): Remove redundant and incomplete
890         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
891         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
892         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
893         stage_configureflags, stage_cflags and stage_libcflags into
894         explicit Makefile macros.
895         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
896         GFORTRAN.
897         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
898         CC.  Set CC_FOR_BUILD from CC.
899         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
900         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
901         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
902         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
903         and GFORTRAN.
904         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
905         (_LIBCFLAGS): Renamed to _TFLAGS.
906         (do-compare-debug, do-compare3-debug): Drop.
907         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
908         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
909         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
910         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
911         (XGCC_FLAGS_FOR_TARGET): New.
912         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
913         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
914         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
915         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
916         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
917         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
918         TFLAGS.
919         (BUILD_CONFIG): Include if requested.
920         (all): Set TFLAGS on bootstrap.
921         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
922         (all-stageid-prefixmodule): Likewise.
923         (do-clean, distclean-stageid): Set TFLAGS.
924         (restrap): Fix whitespace.
925         * Makefile.in: Rebuilt.
926
927 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
928
929         * config.guess: Sync with src.
930
931 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
932
933         * configure.ac ($with_ppl):  Default to no if not supplied.
934         ($with_cloog):  Likewise.
935         configure:  Regenerate.
936
937 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
938
939         * MAINTAINERS: Update my e-mail address.
940
941 2009-04-27  Nick Clifton  <nickc@redhat.com>
942
943         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
944
945 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
946
947         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
948         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
949         * Makefile.in: Regenerate.
950
951 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
952
953         PR bootstrap/39739
954         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
955         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
956
957         * configure, Makefile.in: Regenerate.
958
959 2009-04-21  Taras Glek  <tglek@mozilla.com>
960
961         * include/hashtab.h: Update GTY annotations to new syntax
962         * include/splay-tree.h: Likewise
963
964 2009-04-17  Ben Elliston  <bje@au.ibm.com>
965
966         * config.sub, config.guess: Update from upstream sources.
967
968 2009-04-15  Anthony Green  <green@moxielogic.com>
969
970         * configure.ac: Add moxie support.
971         * configure: Rebuilt.
972
973 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
974
975         * configure.ac: Change copyright header to refer to version
976         3 of the GNU General Public License and to point readers at the
977         COPYING3 file and the FSF's license web page.
978         * Makefile.def: Likewise.
979         * Makefile.tpl: Likewise.
980         * Makefile.in: Regenerate.
981
982 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
983
984         * configure.ac: Restore match for darwin9 or later. Use double
985         brackets since regeneration eats one pair.
986         * configure: Regenerate.
987
988 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
989
990         PR gas/10039
991         * configure.ac: Require texinfo 4.7.
992         * configure: Regenerated.
993
994 2009-04-09  Nick Clifton  <nickc@redhat.com>
995
996         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
997         the GCC Runtime Library Exception.
998
999 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1000
1001         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1002         * configure: Regenerate.
1003
1004 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
1005
1006         * Makefil.def (languages): New entries.
1007         * Makefile.tpl (check-gcc-*): New generic target.
1008         * Makefile.in: Regenerate.
1009
1010 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
1011
1012         * MAINTAINERS:  Update my email address.
1013
1014 2009-03-18  Tom Tromey  <tromey@redhat.com>
1015
1016         * configure: Rebuild.
1017         * configure.ac (host_libs): Add libiconv.
1018         * Makefile.in: Rebuild.
1019         * Makefile.def (host_modules): Add libiconv.
1020         (configure-gdb, all-gdb): Depend on libiconv.
1021
1022 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1023
1024         * configure.ac: Treat gdb as supported on x86_64-darwin.
1025         * configure: Regenerate.
1026
1027 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1028
1029         * configure.ac (--with-host-libstdcxx): New option.
1030         * configure: Regenerate.
1031
1032 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
1033
1034         * MAINTAINERS:  Move myself into the write after approval list.
1035
1036 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
1037
1038         * MAINTAINERS: Update e-mail address.
1039         
1040 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
1041
1042         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
1043
1044 2009-03-10  Ira Rosen  <irar@il.ibm.com>
1045
1046         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
1047
1048 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1049
1050         Backport from git Libtool:
1051
1052         2009-01-19  Robert Millan  <rmh@aybabtu.com>
1053         Support GNU/kOpenSolaris.
1054         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1055         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1056         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1057         GNU/kOpenSolaris.
1058
1059 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
1060
1061         * MAINTAINERS: Update e-mail address.
1062
1063 2009-02-24  Michael Eager  <eager@eagercon.com>
1064
1065         * MAINTAINERS (Write After Approval): Add self.
1066
1067 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
1068
1069         * MAINTAINERS (Write After Approval): Add myself.
1070
1071 2009-02-05  Andreas Schwab  <schwab@suse.de>
1072
1073         * Makefile.tpl (stage_last): Define $r and $s before using
1074         $(RECURSE_FLAGS_TO_PASS).
1075         * Makefile.in: Regenerate
1076
1077 2009-01-30  Ian Lance Taylor  <iant@google.com>
1078
1079         * MAINTAINERS: Move myself to the Global Reviewers list.
1080
1081 2009-01-29  Robert Millan  <rmh@aybabtu.com>
1082
1083         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1084         * configure: Regenerate.
1085
1086 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
1087
1088         * MAINTAINERS: Make whitespace consistent.
1089         Remove Robert Millan from Write After Approval.
1090
1091 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1092
1093         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1094         (all-opcodes): Depend on all-libiberty.
1095         * Makefile.in: Regenerate.
1096
1097 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1098
1099         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1100         * configure: Regenerate.
1101
1102 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
1103
1104         * MAINTAINERS (Write After Approval): Add myself.
1105
1106 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
1107
1108         * MAINTAINERS: Add myself to reviewers (Fortran).
1109
1110 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
1111
1112         PR tree-optimization/38515
1113         * configure.ac (cloog-polylib): Removed.
1114         (with_ppl, with_cloog): Test for "no".
1115         * configure: Regenerated.
1116
1117 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
1118
1119         * MAINTAINERS: Moved myself to reviewers (Fortran).
1120
1121 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
1122
1123         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
1124         (Write After Approval): Remove myself.
1125
1126 2009-01-03  Diego Novillo  <dnovillo@google.com>
1127
1128         * MAINTAINERS: Remove myself from alias maintainership.
1129
1130 2009-01-02  David Ayers  <ayers@fsfe.org>
1131
1132         * MAINTAINERS: Update e-mail address.
1133
1134 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
1135
1136         * MAINTAINERS: Make whitespace consistent.
1137
1138 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1139
1140         Backport from upstream Libtool:
1141         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1142         Add cache variables to tests that require the linker to work.
1143         For shlibpath_overrides_runpath, this also changes the semantics
1144         to let the result from the C compiler take precedence.
1145
1146 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1147
1148         * config.sub, config.guess: Update from upstream sources.
1149
1150 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
1151
1152         * configure.ac (ppllibs): Add by default the lib flags.
1153         * configure: Regenerate.
1154
1155 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
1156
1157         * MAINTAINERS:  Add myself to the write after approval list.
1158
1159 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1160
1161         * configure.ac: Add double brackets on darwin[912].
1162         * configure: Regenerate.
1163
1164 2008-12-03  Daniel Kraft  <d@domob.eu>
1165
1166         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
1167         Approval to Reviewer section (for Fortran front-end).
1168
1169 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
1170
1171         * configure.ac: Expand to darwin10 and later.
1172         * configure: Regenerate.
1173
1174 2008-12-02  Andreas Schwab  <schwab@suse.de>
1175
1176         * Makefile.def: configure-target-boehm-gc depends on
1177         all-target-libstdc++-v3.
1178         * Makefile.in: Regenerate.
1179
1180 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
1181
1182         * MAINTAINERS:  Add myself as mingw maintainer.
1183
1184 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1185
1186         * config.sub, config.guess: Update from upstream sources.
1187
1188 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
1189
1190         * README.SCO: Remove.
1191
1192 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
1193
1194         * MAINTAINERS:  Add myself to the write after approval list.
1195
1196 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
1197
1198         * MAINTAINERS:  Update my email address in WAA section.
1199
1200 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
1201
1202         * MAINTAINERS: Update e-mail address.
1203
1204 2008-11-27  Toon Moene  <toon@moene.org>
1205
1206         * MAINTAINERS: Change e-mail address.
1207
1208 2008-11-27  Tristan Gingold  <gingold@adacore.com>
1209
1210         * configure.ac: Build gdb for i?86-*-darwin*
1211         * configure: Regenerated.
1212
1213 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
1214
1215         * MAINTAINERS: Added my full name.
1216
1217 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1218
1219         PR bootstrap/38014
1220         PR bootstrap/37923
1221
1222         Revert:
1223
1224         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1225
1226         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1227         * Makefile.in: Regenerated.
1228
1229         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1230
1231         PR gdb/921
1232         PR gdb/1646
1233         PR gdb/2175
1234         PR gdb/2176
1235
1236         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1237         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1238         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1239         (HOST_EXPORTS): Pass CPPFLAGS.
1240         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1241         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1242         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1243         * Makefile.in, configure: Regenerated.
1244         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1245         and CPPFLAGS_FOR_BUILD.
1246
1247 2008-11-06  Jeff Law  <law@redhat.com>
1248
1249         * MAINTAINERS: Add myself as middle end maintainer.
1250
1251 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
1252
1253         * MAINTAINERS (Write after approval): Add myself.
1254
1255 2008-11-05  Diego Novillo  <dnovillo@google.com>
1256
1257         * MAINTAINERS (Global Reviewers): Add myself.
1258         (Non-Algorithmic Maintainers): Remove myself.
1259
1260 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
1261
1262         * MAINTAINERS (Write after approval): Add myself.
1263
1264 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
1265
1266         * MAINTAINERS (Write after approval): Add myself.
1267
1268 2008-10-31  Ben Elliston  <bje@au.ibm.com>
1269
1270         * configure.ac (spu-*-*): Remove special case.
1271         * configure: Regenerate.
1272
1273 2008-10-30  Catherine Moore  <clm@codesourcery.com>
1274
1275         * MAINTAINERS (Write after approval): Update my email address.
1276
1277 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
1278
1279         * configure.ac [spu-*-*]: Do not set skipdirs.
1280         * configure: Re-generate.
1281
1282 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
1283
1284         * MAINTAINERS (Various Maintainers): Add myself to reload.
1285
1286 2008-10-25  Richard Guenther  <rguenther@suse.de>
1287
1288         * MAINTAINERS (Various Maintainers): Add myself as middle-end
1289         maintainer.  Remove myself as libgcc-math maintainer.
1290         (Non-Algorithmic Maintainers): Remove myself.
1291
1292 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1293
1294         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1295         * Makefile.in: Regenerated.
1296
1297 2008-10-23  Cary Coutant  <ccoutant@google.com>
1298
1299         * MAINTAINERS (Write after approval): Add myself.
1300
1301 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1302
1303         PR gdb/921
1304         PR gdb/1646
1305         PR gdb/2175
1306         PR gdb/2176
1307
1308         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1309         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1310         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1311         (HOST_EXPORTS): Pass CPPFLAGS.
1312         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1313         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1314         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1315         * Makefile.in, configure: Regenerated.
1316         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1317         and CPPFLAGS_FOR_BUILD.
1318
1319 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
1320
1321         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
1322         Sebastian Pop.
1323
1324 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
1325
1326         * MAINTAINERS (Write After Approval): Added myself.
1327
1328 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1329
1330         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1331         recommended version to 2.3.2.
1332
1333         * configure: Regenerate.
1334
1335 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
1336
1337         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
1338
1339 2008-09-29  David Daney <david.daney@caviumnetworks.com>
1340
1341         * MAINTAINERS (Write After Approval): Update e-mail address.
1342
1343 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
1344
1345         * libtool.m4: Update to libtool 2.2.6.
1346         * lt~obsolete.m4: Update to libtool 2.2.6.
1347         * ltmain.sh: Update to libtool 2.2.6.
1348         * ltsugar.m4: Update to libtool 2.2.6.
1349         * ltversion.m4: Update to libtool 2.2.6.
1350         * ltoptions.m4: Update to libtool 2.2.6.
1351         * ltgcc.m4: Update to match changes from libtool 2.2.6.
1352
1353 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
1354
1355         * MAINTAINERS (Write After Approval): Add myself.
1356
1357 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1358
1359         * MAINTAINERS (Write After Approval): Update my name.
1360
1361 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
1362
1363         * MAINTAINERS: Add myself in "Write After Approval".
1364
1365 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
1366
1367         * MAINTAINERS: Add myself as ia64 maintainer.
1368
1369 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
1370
1371         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
1372         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
1373         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
1374         and Michael Tiemann from Write After Approval since they do not
1375         actually have access.
1376
1377 2008-09-05  Richard Guenther  <rguenther@suse.de>
1378
1379         * configure.ac: Initialize clooglibs to -lcloog.
1380         * configure: Re-generate.
1381
1382 2008-09-04  Le-Chun Wu  <lcwu@google.com>
1383
1384         * MAINTAINERS (Write After Approval): Add myself.
1385
1386 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
1387
1388         * configure.ac (--with-cloog-polylib): New.
1389         (--disable-cloog-version-check): New.
1390         (--disable-ppl-version-check): New.
1391         * configure: Re-generate.
1392
1393 2008-09-03  Richard Guenther  <rguenther@suse.de>
1394
1395         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1396         cloog test.
1397         * configure: Re-generate.
1398
1399 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
1400
1401         Add picoChip port.
1402         * MAINTAINERS: Add picoChip maintainers.
1403
1404 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
1405             Tobias Grosser  <grosser@fim.uni-passau.de>
1406             Jan Sjodin  <jan.sjodin@amd.com>
1407             Harsha Jagasia  <harsha.jagasia@amd.com>
1408             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1409             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1410             Adrien Eliche  <aeliche@isty.uvsq.fr>
1411
1412         Merge from graphite branch.
1413         * configure: Regenerate.
1414         * Makefile.in: Regenerate.
1415         * configure.ac (host_libs): Add ppl and cloog.
1416         Add checks for PPL and CLooG.
1417         * Makefile.def (ppl, cloog): Added modules and dependences.
1418         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1419         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1420
1421 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1422
1423         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1424         (GCC_SHLIB_SUBDIR): New.
1425         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1426         * configure: Regenerate.
1427         * Makefile.in: Regenerate.
1428
1429 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
1430
1431         * MAINTAINERS: Consistently use tabs to separate columns.
1432
1433 2008-08-29  Tristan Gingold  <gingold@adacore.com>
1434
1435         * MAINTAINERS (Write after Approval): Add myself.
1436
1437 2008-08-28  Tristan Gingold  <gingold@adacore.com>
1438
1439         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1440         Enable bfd, binutils and opcodes.
1441         * configure: Regenerate.
1442
1443 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1444
1445         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
1446
1447 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1448
1449         * MAINTAINERS:  Use correct Umlaut for last name.
1450
1451 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1452
1453         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
1454
1455 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
1456
1457         * MAINTAINERS: Update my email address.
1458
1459 2008-08-16  Nicolas Roche  <roche@adacore.com>
1460
1461         * Makefile.tpl: Add BOOT_ADAFLAGS.
1462         * Makefile.in: Regenerate.
1463
1464 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
1465
1466         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1467         * configure: Regenerate.
1468
1469 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
1470
1471         * configure.ac: Add makefile fragments for hpux.
1472         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1473         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1474         * configure: Regenerate.
1475         * Makefile.in: Regenerate.
1476
1477 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
1478
1479         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
1480
1481 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
1482
1483         * MAINTAINERS (Write after Approval): Add myself.
1484
1485 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
1486
1487         * MAINTAINERS (Write After Approval):  Add myself.
1488
1489 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
1490
1491         * MAINTAINERS (Write After Approval):  Add myself.
1492
1493 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
1494
1495         * MAINTAINERS: Update my email address.
1496
1497 2008-06-25  Joey Ye  <joey.ye@intel.com>
1498
1499         * MAINTAINERS (Write After Approval):  Add myself.
1500
1501 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1502
1503         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1504         * Makefile.in: Regenerate.
1505         * configure: Regenerate.
1506
1507 2008-06-17  Daniel Kraft  <d@domob.eu>
1508
1509         * MAINTAINERS (Write After Approval):  Add myself.
1510
1511 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1512
1513         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1514         "$@" is still intact with both Autoconf 2.59 and 2.62.
1515         * configure: Regenerate.
1516
1517 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1518
1519         * Makefile.tpl: Fix comment errors.
1520         * Makefile.in: Regenerate.
1521
1522 2008-06-12  David S. Miller  <davem@davemloft.net>
1523             David Edelsohn  <edelsohn@gnu.org>
1524
1525         * configure.ac: Add powerpc*-*-* to gold supported targets.
1526         * configure: Regenerate.
1527
1528 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
1529
1530         PR tree-optimization/36218
1531         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1532         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1533         (all prefix="build-"): Pass them to build-system sub-makes.
1534         * Makefile.in: Regenerate.
1535
1536 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
1537
1538         * MAINTAINERS (mt port): Remove.
1539         (sco5, unixware, sco udk): Remove.
1540         (Kean Johnston): Add to Write After Approval.
1541
1542 2008-05-30  Julian Brown  <julian@codesourcery.com>
1543
1544         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1545         of libobjc for ARM EABI Linux.
1546         * configure: Regenerate.
1547
1548 2008-05-18  Xinliang David Li   <davidxl@google.com>
1549
1550         * ChangeLog: Remove wrong ChangeLog entry.
1551
1552 2008-05-17  Xinliang David Li   <davidxl@google.com>
1553
1554         * MAINTAINERS (Write After Approval): Add myself.
1555
1556 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
1557
1558         * MAINTAINERS (Write After Approval): Add myself.
1559
1560 2008-05-14  Rafael Espíndola  <espindola@google.com>
1561
1562         * config-ml.in: don't handle --enable-shared and --enable-static.
1563
1564 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
1565
1566         * MAINTAINERS: Update my email address.
1567
1568 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
1569
1570         * MAINTAINERS: Update my email address.
1571
1572 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
1573
1574         * MAINTAINERS (Write After Approval): Add myself.
1575
1576 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
1577
1578         * MAINTAINERS (Write After Approval): Add myself.
1579
1580 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
1581
1582         * MAINTAINERS (crx): Add myself.
1583
1584 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1585
1586         Sync with src:
1587         2008-04-14  David S. Miller  <davem@davemloft.net>
1588
1589         * configure.ac: Add sparc*-*-* to gold supported targets.
1590         * configure: Regenerate.
1591
1592 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1593
1594         PR bootstrap/35457
1595         * configure.ac: Include override.m4.
1596         * configure: Regenerate.
1597
1598 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1599
1600         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
1601         * Makefile.in: Regenerate.
1602
1603 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
1604
1605         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
1606         as nonconfigurable directories list.
1607         * configure: Regenerate.
1608
1609 2008-04-14  Ben Elliston  <bje@au.ibm.com>
1610
1611         * config.sub, config.guess: Update from upstream sources.
1612
1613 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
1614
1615         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
1616         * Makefile.in: Regenerate.
1617
1618 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
1619
1620         * configure.ac: Do not build libssp for the AVR.
1621         * configure: Regenerate.
1622
1623 2008-04-07  Ian Lance Taylor  <iant@google.com>
1624
1625         * Makefile.def: check-gold depends upon all-binutils.
1626         * Makefile.in: Regenerate.
1627
1628 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
1629
1630         * MAINTAINERS (Write After Approval): Add myself.
1631
1632 2008-04-04  Nick Clifton  <nickc@redhat.com>
1633
1634         PR binutils/4334
1635         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
1636         builds.
1637         * configure: Regenerate.
1638
1639 2008-04-04  NightStrike  <NightStrike@gmail.com>
1640
1641         PR other/35151
1642         * configure.ac: Combine rules for mingw32 and mingw64.
1643         * configure: Regenerate.
1644
1645 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
1646
1647         * MAINTAINERS (Write After Approval): Add myself.
1648
1649 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
1650
1651         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
1652         * Makefile.in (.NOTPARALLEL): Ditto.
1653
1654 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
1655
1656         * MAINTAINERS (Write After Approval): Add myself.
1657
1658 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
1659
1660         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
1661         * Makefile.in (.NOTPARALLEL): Regenerate.
1662
1663 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
1664
1665         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
1666         * Makefile.in: Regenerate.
1667
1668 2008-03-26  Jakub Staszak  <kuba@et.pl>
1669
1670         * MAINTAINERS (Write After Approval): Add myself.
1671
1672 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1673
1674         * MAINTAINERS:  Update e-mail address.
1675
1676 2008-03-20  Ian Lance Taylor  <iant@google.com>
1677
1678         * configure.ac: Add support for --enable-gold.
1679         * Makefile.def: Add gold as a directory like ld.
1680         * configure, Makefile.in: Regenerate.
1681
1682 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1683
1684         * configure.ac: m4_include config/proginstall.m4.
1685         * configure: Regenerate.
1686
1687         Backport from upstream Libtool:
1688
1689         2007-10-12  Eric Blake  <ebb9@byu.net>
1690
1691         Deal with Autoconf 2.62's semantic change in m4_append.
1692         * ltsugar.m4 (lt_append): Replace broken versions of
1693         m4_append.
1694         (lt_if_append_uniq): Don't require separator to be overquoted,
1695         and avoid broken m4_append.
1696         (lt_dict_add): Fix typo.
1697         * libtool.m4 (_LT_DECL): Don't overquote separator.
1698
1699 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
1700
1701         * config.rpath: Add AIX 6 support.
1702
1703 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
1704
1705         * Makefile.def (stageprofile).  Remove -fprofile-generate
1706         from stage_libcflags.
1707         * Makefile.in: Regenerate.
1708
1709 2008-03-13  Ben Elliston  <bje@au.ibm.com>
1710
1711         * config.sub, config.guess: Update from upstream sources.
1712
1713 2008-03-06  Tom Tromey  <tromey@redhat.com>
1714
1715         * MAINTAINERS: Update for treelang deletion.
1716
1717 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
1718
1719         * MAINTAINERS: Update my email address.
1720
1721 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
1722
1723         * MAINTAINERS (darwin port): Add myself as a maintainer.
1724         (objective-c/c++): Add myself as a maintainer.
1725
1726 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
1727
1728         * MAINTAINERS (Write After Approval): Update my email address.
1729
1730 2008-02-25  Tomas Bily  <tbily@suse.cz>
1731
1732         * MAINTAINERS (Write After Approval): Add myself.
1733
1734 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
1735
1736         * MAINTAINERS (OpenMP): Add myself.
1737
1738 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
1739
1740         PR bootstrap/32009
1741         PR bootstrap/32161
1742
1743         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
1744         * configure: Regenerate.
1745
1746         * Makefile.def: Define stage_libcflags for all bootstrap stages.
1747         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
1748         STAGE4_LIBCFLAGS): New.
1749         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
1750         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
1751         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
1752         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
1753         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
1754         for target modules.  Don't export LIBCFLAGS.
1755         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
1756         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
1757         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
1758         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
1759         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
1760         * Makefile.in: Regenerate.
1761
1762 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1763
1764         PR libgcj/33085
1765         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
1766         Do not use -DDLL_EXPORT.  Backport from upstream.
1767
1768 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1769
1770         * MAINTAINERS (Write After Approval): Add myself.
1771
1772 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
1773
1774         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
1775         * configure: Regenerate.
1776
1777 2008-01-31  Marc Gauthier  <marc@tensilica.com>
1778
1779         * configure.ac (xtensa*-*-*): Recognize processor variants.
1780         * configure: Regenerate.
1781
1782 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1783
1784         PR bootstrap/34922
1785         * configure.ac (PARSE_ARGS): Push suitable setting of
1786         ac_subdirs_all, for `./configure --help=recursive'.
1787         Handle `+' in generic toplevel directory disabling.
1788         * configure: Regenerate.
1789
1790 2008-01-28  Nick Clifton  <nickc@redhat.com>
1791
1792         * MAINTAINERS (xstormy16): Take over maintainership.
1793
1794 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
1795
1796         * MAINTAINERS (c4x port): Remove.
1797
1798 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
1799
1800         * libtool.m4: Backport AIX 6 support from ToT Libtool.
1801
1802 2008-01-23  Ben Elliston  <bje@au.ibm.com>
1803
1804         * config.sub, config.guess: Update from upstream sources.
1805
1806 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
1807
1808         * MAINTAINERS (Write After Approval): Add myself.
1809
1810 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
1811
1812         * MAINTAINERS: Update my email address.
1813
1814 2008-01-09  Raksit Ashok  <raksit@google.com>
1815
1816         * MAINTAINERS (Write After Approval): Add myself.
1817
1818 2008-01-09  Raksit Ashok  <raksit@google.com>
1819
1820         * MAINTAINERS (Write After Approval): Add myself.
1821
1822 2008-01-08  Ben Elliston  <bje@au.ibm.com>
1823
1824         * config.sub, config.guess: Update from upstream sources.
1825
1826 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1827
1828         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
1829         Change recommended MPFR from 2.2.1 -> 2.3.0.
1830         * configure: Regenerate.
1831
1832 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
1833
1834         * MAINTAINERS: Update my email address.
1835
1836 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
1837
1838         * MAINTAINERS: Update my email address.
1839
1840 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
1841
1842         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
1843         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
1844         * Makefile.in: Regenerate.
1845
1846 2007-12-10  Mark Heffernan  <meheff@google.com>
1847
1848         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
1849         misplaced entries.
1850
1851 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
1852
1853         * configure.ac: Enable libjava for x86_64-*-darwin9.
1854         * configure: Regenerate.
1855
1856 2007-12-07  Bill Maddox  <maddox@google.com>
1857
1858         * MAINTAINERS (Write After Approval): Add myself.
1859
1860 2007-12-05  Ben Elliston  <bje@au.ibm.com>
1861
1862         * config.sub, config.guess: Update from upstream sources.
1863
1864 2007-12-02  Matthias Klose  <doko@ubuntu.com>
1865
1866         * config-ml.in: Remove 64bit configure tests.
1867
1868 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1869
1870         * config-ml.in: Robustify against white space in absolute file
1871         names.
1872
1873         * config-ml.in (multi-clean): Substitute ${Makefile}.
1874         Remove superfluous ${Makefile} in list.
1875
1876 2007-11-19  Thiemo Seufer  <ths@mips.com>
1877
1878         * config-ml.in: Don't hardcode the Makefile name.
1879
1880 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
1881
1882         * MAINTAINERS (Write After Approval): Add myself.
1883
1884 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
1885
1886         * MAINTAINERS (Write After Approval): Add myself.
1887
1888 2007-11-06  Doug Kwan  <dougkwan@google.com>
1889
1890         * MAINTAINERS (Write After Approval): Add myself.
1891
1892 2007-10-25  Ben Elliston  <bje@au.ibm.com>
1893
1894         * MAINTAINERS (mercury): Remove entry.
1895         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
1896
1897 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
1898
1899         * Makefile.def (dependencies): Make configure-gdb depend on
1900         all-intl.
1901         * Makefile.in: Regenerated.
1902
1903 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
1904
1905         * MAINTAINERS (Fortran maintainer): Remove myself.
1906
1907 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
1908
1909         * Makefile.def: To avoid problems running with parallel makes,
1910         build newlib before libgloss so that target specific header
1911         files are availble.
1912         * Makefile.in: Regenerate
1913
1914 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
1915
1916         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
1917         * Makefile.in: Regenerate.
1918
1919 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
1920
1921         * MAINTAINERS (Register allocation reviewer): Add myself.
1922
1923 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
1924
1925         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
1926         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
1927         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
1928         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
1929         * configure: Regenerate.
1930
1931 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
1932
1933         * MAINTAINERS (Register allocation reviewer): Add myself.
1934
1935 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
1936
1937         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
1938         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
1939         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
1940         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
1941         * configure.ac: Default them to host tools for $host = $build.
1942         Subst them.
1943
1944         * configure: Regenerate.
1945         * Makefile.in: Regenerate.
1946
1947 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
1948
1949         * MAINTAINERS (Register allocation reviewer): Add myself.
1950
1951 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
1952
1953         * MAINTAINERS (Register allocation reviewer): Add myself.
1954
1955 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
1956
1957         * MAINTAINERS (Write After Approval): Fix typo.
1958
1959 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
1960
1961         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
1962         * configure: Regenerate.
1963
1964 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
1965
1966         PR bootstrap/31906
1967         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
1968         they're already prefixed.
1969
1970 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
1971
1972         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
1973         libstdc++.
1974         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
1975         * configure: Regenerate.
1976         * Makefile.in: Regenerate.
1977
1978 2007-09-17  Andreas Schwab  <schwab@suse.de>
1979
1980         * configure.ac: Raise minimum makeinfo version to 4.6.
1981         * configure: Regenerate.
1982
1983 2007-09-17  Johannes Singler  <singler@ira.uka.de>
1984
1985         * MAINTAINERS (write-after-approval) add myself
1986
1987 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
1988
1989         * configure.ac: Correct makeinfo version check.
1990         * configure: Regenerate.
1991
1992 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
1993
1994         * MAINTAINERS: Update my email address.
1995
1996 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
1997
1998         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
1999         to $skipdirs and only disable gprof for newlib.  Use the normal
2000         mips*-elf* handling in other respects.
2001         * configure: Regnerate.
2002
2003 2007-09-12  David Daney  <ddaney@avtrex.com>
2004
2005         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2006         enabling libgcj.
2007         * configure: Regenerate.
2008
2009 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2010
2011         PR other/32154
2012         * configure.ac: For libgloss targets, point the linker to the linker
2013         script, startup code and simulator library.
2014         * configure: Regenerate.
2015
2016 2007-09-07  Andrew Haley  <aph@redhat.com>
2017
2018         * configure.ac (noconfigdirs): Remove target-libffi and
2019         target-libjava.
2020         * configure: Regenerate.
2021
2022 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2023
2024         PR target/33281
2025         * configure.ac: Use config/mh-mingw on mingw.
2026         * configure: Regenerate.
2027
2028 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
2029
2030         * MAINTAINERS (Write After Approval): Add myself.
2031
2032 2007-09-05  Richard Guenther  <rguenther@suse.de>
2033
2034         * configure.ac (--enable-stage1-checking): If neither --enable-checking
2035         nor --disable-checking is provided also turn on yes and types
2036         checking for stage1.
2037         * configure: Re-generate.
2038
2039 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
2040
2041         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
2042         (Write After Approval): Remove myself.
2043
2044 2007-08-29  Nick Clifton  <nickc@redhat.com>
2045
2046         * config.sub, config.guess: Update from upstream sources.
2047
2048 2007-08-22  Bud Davis  <jmdavis@link.com>
2049
2050         * MAINTAINERS (Write After Approval): Added myself.
2051         * MAINTAINERS (Reviewers): Removed myself.
2052
2053 2007-08-18  Paul Brook  <paul@codesourcery.com>
2054             Joseph Myers  <joseph@codesourcery.com>
2055
2056         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2057         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2058         * Makefile.in: Regenerate.
2059         * configure.ac (--with-debug-prefix-map): New.
2060         * configure: Regenerate.
2061
2062 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
2063             Nigel Stephens  <nigel@mips.com>
2064
2065         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
2066         as target_makefile_frag.
2067         * configure: Regenerate.
2068
2069 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2070
2071         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2072         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2073         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2074         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2075         (do-compare, do-compare3, do-compare-debug): New.
2076         ([+compare-target+]): Use them.
2077
2078 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
2079
2080         * MAINTAINERS (Write After Approval): Change my email address.
2081
2082 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2083             Ben Elliston  <bje@au.ibm.com>
2084
2085         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2086         --silent if $silent.
2087         * configure: Regenerate.
2088
2089 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
2090
2091         * MAINTAINERS (Various Maintainers): Add myself as
2092         loop infrastructure maintainer.  Update my e-mail
2093         address.
2094
2095 2007-07-31  Diego Novillo  <dnovillo@google.com>
2096
2097         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
2098         Adjust description.
2099
2100 2007-07-26  Richard Guenther  <rguenther@suse.de>
2101
2102         * configure.ac: Add types checking to stage1 checking flags.
2103         * configure: Regenerate.
2104
2105 2007-07-17  Nick Clifton  <nickc@redhat.com>
2106
2107         * COPYING3: New file.  Contains version 3 of the GNU General
2108         Public License.
2109         * COPYING3.LIB: New file.  Contains version 3 of the GNU
2110         Lesser General Public License.
2111
2112 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2113
2114         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
2115
2116 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2117
2118         * MAINTAINERS (S/390 co-maintainer): Add myself.
2119         (Write After Approval): Remove myself.
2120
2121 2007-07-13  Dan Hipschman  <dsh@google.com>
2122
2123         * MAINTAINERS (Write After Approval): Add myself.
2124
2125 2007-07-11  Nick Clifton  <nickc@redhat.com>
2126
2127         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
2128         WINDRES export.
2129         * Makefile.in: Regenerate.
2130
2131 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2132
2133         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
2134         maintainer.
2135
2136 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2137
2138         * lt~obsolete.m4: New. Import from 20070318 libtool.
2139
2140 2007-07-03  Julian Brown  <julian@codesourcery.com>
2141
2142         * MAINTAINERS (Write After Approval): Add myself.
2143
2144 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2145
2146         * configure.ac: Rewrite 'configure --help' strings to look nicer.
2147         * configure: Regenerate.
2148
2149 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2150
2151         * configure.ac: Add some missing m4 quotation.
2152         * configure: Regenerate.
2153
2154 2007-07-02  Simon Baldwin  <simonb@google.com>
2155
2156         * MAINTAINERS (Write After Approval): Add myself.
2157
2158 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
2159
2160         * configure: Regenerate.
2161
2162 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
2163
2164         * Makefile.def: Add windmc tool to build.
2165         * Makefile.tpl: Likewise.
2166         * configure.ac: Likewise.
2167         * Makefile.in: Regenerate.
2168         * configure: Regenerate.
2169
2170 2007-06-28  DJ Delorie  <dj@redhat.com>
2171
2172         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2173         not building newlib.
2174         * configure: Regenerated.
2175
2176 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
2177
2178         * MAINTAINERS (Write After Approval): Add myself.
2179
2180 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
2181
2182         * MAINTAINERS (Write After Approval): Add myself.
2183
2184 2007-06-19  Chris Matthews  <chrismatthews@google.com>
2185
2186         * MAINTAINERS (Write After Approval): Add myself.
2187
2188 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2189
2190         * MAINTAINERS (Write After Approval): Add myself.
2191
2192 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
2193
2194         * Makefile.def: Add dependency from configure-gdb to all-bfd.
2195         * Makefile.in: Regenerated.
2196
2197 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
2198
2199         * configure.ac: Don't add target-libmudflap to noconfigdirs for
2200         bfin*-*-uclinux* targets.
2201         * configure: Regenerate.
2202
2203 2007-06-14  Ian Lance Taylor  <iant@google.com>
2204
2205         * MAINTAINERS: Add myself as non-algorithmic global write
2206         maintainer.
2207
2208 2007-06-14  Diego Novillo  <dnovillo@google.com>
2209
2210         * MAINTAINERS: Add self as middle-end maintainer and
2211         non-algorithmic global write maintainer.
2212
2213 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2214
2215         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
2216         Move all Fortran maintainers except Paul Brook into the
2217         Non-Autopoiesis section.
2218
2219 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
2220
2221         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2222         (distclean-stage[+id+]): Possibly delete stage_last.
2223         * Makefile.in: Regenerate.
2224
2225 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
2226
2227         * MAINTAINERS (Various Maintainer): Fix typo.
2228
2229 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
2230
2231         * MAINTAINERS (Various Maintainer): Add myself as
2232         dataflow maintainer.
2233
2234 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2235
2236         * config.sub, config.guess: Update from upstream sources.
2237
2238 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2239
2240         * Makefile.tpl: Fix spelling error.
2241         * Makefile.in: Regenerate.
2242
2243 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
2244
2245         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2246         lt_cv_sys_max_cmd_len.
2247
2248 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
2249
2250         * MAINTAINERS (Various Maintainers): Add myself as
2251         auto-vectorizer maintainer.
2252
2253 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
2254
2255         PR libjava/32098
2256         * libtool.m4: Revert previous change.
2257         * ltgcc.m4: Put it here.
2258
2259 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
2260
2261         * MAINTAINERS (Various Maintainers): Add myself as
2262         auto-vectorizer maintainer.
2263
2264 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
2265
2266         PR libjava/32098
2267         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
2268
2269 2007-05-30  Richard Guenther  <rguenther@suse.de>
2270
2271         * MAINTAINERS (Various Maintainers): Add myself as
2272         auto-vectorizer maintainer.
2273
2274 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
2275
2276         PR bootstrap/29382
2277         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2278         * configure: Rebuilt.
2279
2280 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
2281
2282         * MAINTAINERS (Write After Approval): Removed my name.
2283
2284 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
2285
2286         * MAINTAINERS (Write After Approval): Remove myself.
2287
2288 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
2289
2290         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2291
2292 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
2293
2294         * ltmain.sh: Update from ToT Libtool.
2295         * libtool.m4: Update from ToT Libtool.
2296         * ltsugar.m4: New. Update from ToT Libtool.
2297         * ltversion.m4: New. Update from ToT Libtool.
2298         * ltoptions.m4: New. Update from ToT Libtool.
2299         * ltconfig: Remove.
2300         * ltcf-c.sh: Remove.
2301         * ltcf-cxx.sh: Remove.
2302         * ltcf-gcj.sh: Remove.
2303
2304 2007-05-22  Ollie Wild  <aaw@google.com>
2305
2306         * MAINTAINERS (Write After Approval): Add myself.
2307
2308 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
2309
2310         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2311         stage_cflags.
2312         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2313         Remove CFLAGS/LIBCFLAGS.
2314         (configure-stage[+id+]-[+prefix+][+module+],
2315         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2316         * Makefile.in: Regenerate.
2317
2318 2007-05-15  Diego Novillo  <dnovillo@google.com>
2319
2320         * MAINTAINERS: Update e-mail address.
2321
2322 2007-05-15  Revital Eres  <eres@il.ibm.com>
2323
2324         * MAINTAINERS (Write After Approval): Add myself.
2325
2326 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
2327
2328         * MAINTAINERS (Write After Approval): Updated my address.
2329
2330 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
2331
2332         * MAINTAINERS (Write After Approval): Add myself.
2333
2334 2007-05-11  Silvius Rus  <rus@google.com>
2335
2336         * MAINTAINERS (Write After Approval): Add myself.
2337
2338 2007-04-23  Tom Tromey  <tromey@redhat.com>
2339
2340         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
2341
2342 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
2343
2344         * MAINTAINERS (cpplib): Rename to ...
2345         (libcpp): ... this.  Add C/C++ front end maintainers.
2346
2347 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
2348
2349         * config-ml.in: Pass ${ml_config_env} to configure calls.
2350
2351 2007-04-04  Christian Bruel  <christian.bruel@st.com>
2352
2353         * MAINTAINERS (Write After Approval): Add myself.
2354
2355 2007-04-02  Dave Korn  <dave.korn@artimi.com>
2356
2357         * MAINTAINERS (Write After Approval): Add myself.
2358
2359 2007-03-31  Tobias Burnus  <burnus@net-b.de>
2360
2361         * MAINTAINERS (fortran 95 front end): Add myself.
2362
2363 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2364
2365         * MAINTAINERS (Write After Approval): Add myself.
2366
2367 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
2368
2369         * MAINTAINERS (Modulo Scheduler): Add myself.
2370
2371 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
2372
2373         * MAINTAINERS (fortran 95 front end): Add myself.
2374         (c++ front end): whitespace fix.
2375
2376 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
2377
2378         * MAINTAINERS (Write After Approval): Add myself.
2379
2380 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
2381
2382         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2383         of glob.  Quote arguments with single quotes too.
2384         * configure: Regenerate.
2385
2386 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
2387
2388         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2389         * Makefile.in: Regenerate
2390
2391 2007-03-07  Andreas Schwab  <schwab@suse.de>
2392
2393         * configure: Regenerate.
2394
2395 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2396
2397         * configure.ac: Add "--with-pdfdir" configure option,
2398         which defines pdfdir variable.
2399         * Makefile.def (target=fixincludes): Add install-pdf to
2400         missing targets.
2401         (recursive_targets): Add install-pdf target.
2402         (flags_to_pass): Add pdfdir.
2403         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2404         target.
2405         * configure: Regenerate
2406         * Makefile.in: Regenerate
2407
2408 2007-02-28  Eric Christopher  <echristo@apple.com>
2409
2410         Revert:
2411         2006-12-07  Mike Stump  <mrs@apple.com>
2412
2413         * Makefile.def (dependencies): Add dependency for
2414         install-target-libssp and install-target-libgomp on
2415         install-gcc.
2416         * Makefile.in: Regenerate.
2417
2418 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
2419
2420         * configure: Regenerate.
2421         * configure.ac: Move statements after variable declarations.
2422
2423 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
2424
2425         * MAINTAINERS: Add myself as sh maintainer.
2426
2427 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
2428
2429         * configure.ac: Adjust for loop syntax.
2430         * configure: Regenerate.
2431
2432 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2433
2434         * configure: Rebuilt.
2435
2436 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2437
2438         * configure.ac: Drop multiple occurrences of --enable-languages,
2439         and fix its quoting.
2440         * configure: Rebuilt.
2441
2442 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
2443             Nathan Sidwell  <nathan@codesourcery.com>
2444             Vladimir Prus  <vladimir@codesourcery.com>
2445             Joseph Myers  <joseph@codesourcery.com>
2446
2447         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2448         * configure: Regenerate.
2449
2450 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
2451
2452         * ltconfig (freebsd*): Default to elf.
2453
2454 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2455
2456         * configure.ac (target_libraries): Move libgcc before libiberty.
2457         * configure: Regenerated.
2458
2459 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2460             Paolo Bonzini  <bonzini@gnu.org>
2461
2462         PR bootstrap/30753
2463         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
2464         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
2465         * configure: Regenerated.
2466
2467 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2468
2469         * MAINTAINERS (Language Front End Maintainers): Update my mail
2470         address.
2471
2472 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2473
2474         PR bootstrap/30748
2475         * configure.ac: Correct syntax for Solaris ksh.
2476         * configure: Regenerated.
2477
2478 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2479
2480         * configure.ac: Sync with src.
2481         * configure: Regenerate.
2482
2483 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2484
2485         * Makefile.in: Regenerate.
2486
2487 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2488
2489         * config.sub: Sync with src.
2490
2491 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2492
2493         * Makefile.tpl (build_alias, host_alias, target_alias): Use
2494         noncanonical equivalents.
2495         * configure.in: Rename to...
2496         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
2497         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
2498         target_noncanonical.  Use them.  Rewrite removal of configure
2499         arguments for autoconf 2.59.  Discard variable settings.  Force
2500         program_transform_name for native tools.
2501
2502         * Makefile.in: Regenerated.
2503         * configure: Regenerated with autoconf 2.59.
2504
2505 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
2506
2507         * MAINTAINERS (Write After Approval): Add myself.
2508
2509 2007-01-31  Andreas Schwab  <schwab@suse.de>
2510
2511         * Makefile.tpl (LDFLAGS): Substitute it.
2512         * Makefile.in: Regenerate.
2513
2514 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
2515
2516         * MAINTAINERS (Write After Approval): Add myself.
2517
2518 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
2519
2520         * MAINTAINERS (spu port): Add myself.
2521
2522 2007-01-23  Richard Guenther  <rguenther@suse.de>
2523
2524         PR bootstrap/30541
2525         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
2526         * Makefile.tpl (GNATBIND): Substitute it.
2527         (GNATMAKE): Likewise.
2528         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
2529         of STAGE_PREFIX.
2530         * Makefile.in: Regenerate.
2531         * configure: Regenerate.
2532
2533 2007-01-18  Mike Stump  <mrs@apple.com>
2534
2535         * configure.in: Re-enable -Werror for gcc builds.
2536
2537 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
2538
2539         * MAINTAINERS (Write After Approval): Add myself.
2540
2541 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2542
2543         * configure.in: Change == to = in test command.
2544         * configure: Regenerate.
2545
2546 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2547             Nick Clifton  <nickc@redhat.com>
2548             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
2549
2550         * configure.in (build_configargs, host_configargs, target_configargs):
2551         Remove build/host/target parameters.
2552         (host_libs): Add gmp and mpfr.
2553         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2554         * Makefile.def (gmp, mpfr): New.
2555         (gcc): Remove target.
2556         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2557         target_os, target_vendor): New.
2558         (configure): Add host_alias/target_alias arguments; adjust invocations.
2559         * configure: Regenerate.
2560         * Makefile.in: Regenerate.
2561
2562 2007-01-11  Matt Fago  <fago@earthlink.net>
2563
2564         * configure.in: Try to link to functions only in mpfr 2.2.x
2565         to improve robustness of configure tests.
2566         * configure: Regenerate.
2567
2568 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
2569
2570         * MAINTAINERS: Add myself as i386 maintainer.
2571
2572 2007-01-08  Jan Hubicka  <jh@suse.cz>
2573
2574         * MAINTAINERS: Add myself as i386 maintainer.
2575
2576 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
2577
2578         * configure.in: Add support for an x86_64-mingw* target.
2579         * configure: Regenerate.
2580
2581 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
2582
2583         * Makefile.tpl (all-target): Correct @if conditional for target
2584         modules.
2585         * configure.in: Omit libiberty if building only target libgcc.
2586         * configure, Makefile.in: Regenerated.
2587
2588 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
2589
2590         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
2591         * configure: Regenerate.
2592
2593 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
2594
2595         * Makefile.def (target_modules): Add libgcc.
2596         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
2597         * Makefile.tpl (clean-target-libgcc): Delete.
2598         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2599         on gcc even for bootstrapped modules.  Rewrite handling of
2600         lang_env_dependencies to loop over target_modules.
2601         * configure.in (target_libraries): Add target-libgcc.
2602         * Makefile.in, configure: Regenerated.
2603
2604 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2605
2606         * configure.in: Reorganize recognition of languages.  Add
2607         --enable-stage1-languages.  Show supported languages for the chosen
2608         target rather than all recognized languages.
2609         * configure: Regenerate.
2610
2611 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2612
2613         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2614         * Makefile.in: Regenerate.
2615
2616 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2617
2618         * configure.in: Warn that MPFR 2.2.0 is buggy.
2619         * configure: Regenerate.
2620
2621 2006-12-27  Ian Lance Taylor  <iant@google.com>
2622
2623         * configure.in: When removing Makefiles to force a reconfigure, also
2624         remove prev-DIR*/Makefile.
2625         * configure: Regenerate.
2626
2627 2006-12-22  Andreas Schwab  <schwab@suse.de>
2628
2629         * configure: Regenerate with correct autoconf version.
2630
2631 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
2632
2633         * configure.in: add AC_SUBST for *_FOR_TARGET.
2634         * configure: Regenerate.
2635
2636 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2637
2638         * configure.in: Simplify logic for rejecting languages that cannot
2639         be built.  Separate the case when a language is unsupported,
2640         from the case when the user chooses not to build a language.
2641
2642 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2643
2644         * configure.in: Remove "$build" case for powerpc-*-darwin* since
2645         it only affects bootstrap and could be tested on "$host" as well.
2646         * configure: Regenerate.
2647         * config/mh-ppc-darwin: Add to the stage1 cflags here.
2648
2649 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2650
2651         PR bootstrap/29544
2652         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2653         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2654         move here comment from Makefile.tpl.
2655         * Makefile.tpl: Move some definitions higher in the file.
2656         (STAGE1_CHECKING): New.
2657         * configure.in: Add --enable-stage1-checking.
2658         * configure: Regenerate.
2659         * Makefile.in: Regenerate.
2660
2661 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2662
2663         * MAINTAINERS: Add myself as build system maintainer.
2664
2665 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
2666
2667         * MAINTAINERS (Write After Approval): Add myself.
2668
2669 2006-12-13  Eric Christopher  <echristo@apple.com>
2670
2671         * MAINTAINERS: Add myself as darwin maintainer.
2672
2673 2006-12-11  Ian Lance Taylor  <ian@airs.com>
2674
2675         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
2676
2677 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
2678
2679         MAINTAINERS: Update my entry.
2680
2681 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
2682
2683         * configure.in:  Handle spu makefile frag.
2684         * Makefile.tpl (MAINT): Define
2685         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2686         * configure: Regenerate.
2687         * Makefile.in: Regenerate.
2688
2689 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2690
2691         * config.guess: Import latest version.
2692         * config.sub: Likewise.
2693
2694 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2695
2696         * configure.in (spu-*-*): Don't skip target-libiberty.
2697         * configure: Regenerate.
2698
2699 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2700
2701         PR bootstrap/30134
2702         * configure.in: Correct x86 darwin support for libjava to powerpc
2703         and i?86 only.
2704         * configure: Regenerate.
2705
2706 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
2707
2708         * configure.in: Add x86 darwin support for libjava.
2709         * configure: Regenerate.
2710
2711 2006-12-07  Mike Stump  <mrs@apple.com>
2712
2713         * Makefile.def (dependencies): Add dependency for
2714         install-target-libssp and install-target-libgomp on
2715         install-gcc.
2716         * Makefile.in: Regenerate.
2717
2718 2006-12-04  Richard Guenther  <rguenther@suse.de>
2719
2720         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
2721         (Non-Algorithmic Maintainers): Move over non-algorithmic
2722         loop optimizer maintainers, add myself as a non-algorithmic
2723         middle-end maintainer.
2724
2725 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
2726
2727         * MAINTAINERS (Write After Approval): Add myself.
2728
2729 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2730
2731         * configure.in: Update error message for missing GMP/MPFR.
2732
2733         * configure: Regenerate.
2734
2735 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2736
2737         * configure.in: Update MPFR version in error message.
2738
2739         * configure: Regenerate.
2740
2741 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2742
2743         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
2744         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
2745         --with-gmp-lib): New flags.
2746
2747         * configure: Regenerate.
2748
2749 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
2750
2751         * MAINTAINERS (Write After Approval): Change my email address.
2752
2753 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2754
2755         * MAINTAINERS (Write After Approval): Add myself.
2756
2757 2006-11-22  Philipp Thomas  <pth@suse.de>
2758
2759         * MAINTAINERS (i18n): Update e-mail address.
2760
2761 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
2762
2763         * MAINTAINERS (spu port): Add myself as maintainer.
2764         (Write After Approval): Remove myself.
2765
2766 2006-11-22  Ben Elliston  <bje@au.ibm.com>
2767
2768         * configure.in (skipdirs): Don't build libssp for SPU.
2769         * configure: Regenerate.
2770
2771 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2772
2773         * MAINTAINERS (spu port): Add myself as maintainer.
2774         (libobjc): Update my email address.
2775
2776 2006-11-21  Andrea Bona  <andrea.bona@st.com>
2777
2778         * MAINTAINERS (Write After Approval): Add myself.
2779
2780 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
2781
2782         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
2783         * configure : Rebuilt.
2784
2785 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
2786
2787         * MAINTAINERS (Write After Approval): Add myself.
2788
2789 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
2790
2791         * MAINTAINERS (Write After Approval): Add myself.
2792
2793 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2794
2795         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
2796         libmpfr.a.
2797         * configure: Regenerate.
2798
2799 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
2800
2801         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
2802         (unstage): Test for stage_last presence.
2803
2804         PR bootstrap/29802
2805         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
2806         STAGE_PREFIX.
2807         * Makefile.in: Regenerate.
2808
2809 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
2810
2811         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
2812         maintainers.
2813
2814 2006-11-14  Erven Rohou  <erven.rohou@st.com>
2815
2816         * MAINTAINERS (Write After Approval): Add myself.
2817
2818 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
2819
2820         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
2821         and stageN-package/Makefile.
2822         * Makefile.in: Regenerated.
2823
2824 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
2825
2826         * configure.in: Remove target-libgloss from noconfigdirs for
2827         bfin-*-*.
2828         * configure: Regenerated.
2829
2830 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2831
2832         * configure.in (have_gmp): Only error if the gcc directory exists.
2833
2834         * configure: Regenerate.
2835
2836 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2837
2838         * configure.in: Robustify error message for missing GMP/MPFR.
2839
2840         * configure: Regenerate.
2841
2842 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
2843
2844         * MAINTAINERS (Write After Approval): Add myself.
2845
2846 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
2847
2848         * MAINTAINERS: Change email address.
2849
2850 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
2851
2852         * MAINTAINERS (Write After Approval): Add myself.
2853
2854 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
2855
2856         * MAINTAINERS (Write After Approval): Add myself.
2857
2858 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
2859
2860         * MAINTAINERS (Write After Approval): Move myself to
2861         Write After Approval section.
2862
2863 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2864
2865         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
2866         need_gmp anymore.
2867         * configure: Regenerate.
2868
2869 2006-10-16  Tobias Burnus  <burnus@net-b.de>
2870
2871         * MAINTAINERS (Write After Approval): Add myself.
2872
2873 2006-10-16  Ben Elliston  <bje@au.ibm.com>
2874
2875         * config.guess: Import latest version.
2876         * config.sub: Likewise.
2877
2878 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
2879
2880         * Makefile.def: Added pdf target handling.
2881         * Makefile.tpl: Added pdf target handling.
2882         * Makefile.in: Regenerated.
2883
2884 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
2885
2886         * MAINTAINERS: Add self as score port maintainer.
2887
2888 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
2889
2890         * MAINTAINERS (Write After Approval): Add myself.
2891
2892 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
2893
2894         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
2895         or newer.
2896         * configure: Regenerated.
2897
2898 2006-09-27  Dave Brolley  <brolley@redhat.com>
2899
2900         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
2901         using $s instead of $r.
2902         * configure: Regenerated.
2903
2904 2006-09-26  Thiemo Seufer  <ths@mips.com>
2905
2906         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2907         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2908         * configure: Regenerate.
2909
2910 2006-09-24  Graeme Peterson  <gridly@gmail.com>
2911
2912         * MAINTAINERS (Write After Approval): Remove myself.
2913
2914 2006-09-22  Chao-ying Fu  <fu@mips.com>
2915
2916         * MAINTAINERS (Write After Approval): Add myself.
2917
2918 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
2919
2920         * MAINTAINERS: Add self as soft-fp maintainer.
2921
2922 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
2923
2924         * MAINTAINERS: Add myself as avr maintainer.
2925         Remove Marek Michalkiewicz as avr maintainer.
2926
2927 2006-09-07  Roberto Costa  <roberto.costa@st.com>
2928
2929         * MAINTAINERS (Write After Approval): Add myself.
2930
2931 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
2932
2933         * configure.in: Never build newlib for a Mingw host.
2934         Never build newlib as Mingw target library.
2935         Test the existence of winsup/cygwin for building a Cygwin newlib,
2936         rather than just winsup.
2937         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
2938         building a Mingw target.
2939         * configure: Regenerate.
2940
2941 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
2942
2943         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
2944
2945 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
2946
2947         * config.guess: Import from src (was more updated).
2948         * config.sub: Likewise.
2949
2950 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
2951
2952         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
2953         * configure: Regenerated.
2954
2955 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
2956
2957         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
2958         for stages after the first.
2959
2960 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
2961
2962         * Makefile.def: Add dependencies for configure-opcodes
2963         on configure-intl and all-opcodes on all-intl.
2964         * Makefile.in: Regenerated.
2965
2966 2006-07-13  Ben Elliston  <bje@au.ibm.com>
2967
2968         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
2969
2970 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
2971
2972         Port to hosts whose 'sort' and 'tail' implementations
2973         treat operands with leading '+' as file names, as POSIX
2974         has required since 2001.  However, make sure the code still
2975         works on pre-POSIX hosts.
2976         * ltmain.sh: Don't assume "sort +2" is equivalent to
2977         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
2978
2979 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
2980
2981         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
2982
2983 2006-07-04  Peter O'Gorman  <peter@pogma.com>
2984
2985         * ltconfig: chmod 644 before ranlib during install.
2986
2987 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2988
2989         PR bootstrap/18058
2990         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
2991         if the bootstrap compiler is a GCC version that supports it.
2992         * configure: Regenerate.
2993
2994 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
2995
2996         * configure.in: Fix thinkos in previous check-in.
2997         * configure: Regenerate.
2998
2999 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3000
3001         PR other/27063
3002         * configure.in: Test subdir_requires and give an appropriate
3003         error message.
3004         * configure: Regenerate.
3005
3006 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
3007
3008         * MAINTAINERS (Write After Approval): Add myself.
3009
3010 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
3011
3012         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3013
3014 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
3015
3016         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3017
3018 2006-06-20  David Ayers  <d.ayers@inode.at>
3019
3020         PR bootstrap/28072
3021         * configure.in: Add target-boehm-gc to noconfigdirs depending on
3022         whether target-libjava is being configured instead of whether the
3023         java front end is enabled.
3024         * configure: Regenerate.
3025
3026 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3027
3028         PR target/27540
3029         * configure.in: Only enable libgomp on IRIX 6.
3030         * configure: Regenerate.
3031
3032 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
3033
3034         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3035         too.
3036         * Makefile.in: Regenerate.
3037
3038 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
3039
3040         * config-ml.in: Alter CCASFLAGS to include special
3041         multilib options the same as is done for CFLAGS.
3042
3043 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3044
3045         * configure.in: Don't enable libgomp on hpux10.
3046         * configure: Rebuilt.
3047
3048 2006-06-12  David Ayers  <d.ayers@inode.at>
3049
3050         PR bootstrap/27963
3051         PR target/19970
3052         * configure.in: Remove target-boehm-gc from noconfigdirs where
3053         ${libgcj} is specified.
3054         * configure: Regenerate.
3055
3056 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
3057
3058         Sync from src:
3059
3060         * configure.in: Sync.
3061         * configure: Regenerated.
3062
3063         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3064
3065         * Makefile.def: Added dependencies from sim and gdb on intl, and
3066         added configure dependencies to everything with an all dependency
3067         on intl.
3068         * Makefile.in: Regenerated.
3069
3070 2006-06-06  David Ayers  <d.ayers@inode.at>
3071
3072         PR libobjc/13946
3073         * Makefile.def: Add dependencies for libobjc which boehm-gc.
3074         * Makefile.in: Regenerate.
3075         * configure.in: Add --enable-objc-gc at toplevel and have it
3076         enable boehm-gc for Objective-C.
3077         Remove target-boehm-gc from libgcj.
3078         Add target-boehm-gc to target_libraries.
3079         Add target-boehm-gc to noconfigdirs where ${libgcj}
3080         is specified.
3081         Assert that boehm-gc is supported when requested for Objective-C.
3082         Only build boehm-gc if needed either for Java or Objective-C.
3083         * configure: Regenerate.
3084
3085 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
3086
3087         PR 27674
3088         * Makefile.tpl (configure-[+prefix+][+module+],
3089         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3090         Remove rule to unstage bootstrapped modules.
3091         (stage_current): New.
3092         * Makefile.in: Regenerate.
3093
3094 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3095
3096         * MAINTAINERS (Write After Approval): Update my e-mail address.
3097
3098 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
3099
3100         * include/libiberty.h: Declare pex_run_in_environment.
3101
3102 2006-05-31  Asher Langton  <langton2@llnl.gov>
3103
3104         * MAINTAINERS (Write After Approval): Add myself.
3105
3106 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
3107
3108         * Makefile.def (bfd, opcodes): Fix lib_path.
3109         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3110         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
3111         * Makefile.in: Regenerate.
3112
3113 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3114
3115         * Makefile.in: Regenerate.
3116
3117 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3118
3119         * Makefile.def: Add install-html target. Add datarootdir
3120         docdir and htmldir to flags_to_pass.
3121         * Makefile.tpl: Add install-html target.
3122         * Makefile.in: Regenerate.
3123         * configure.in: Add --with-datarootdir, --with-docdir, and
3124         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
3125         * configure: Regenerate.
3126
3127 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
3128
3129         * configure.in: Enable gprof for cross builds.
3130         * configure: Regenerate.
3131
3132 2006-05-22  Richard Guenther  <rguenther@suse.de>
3133
3134         Revert
3135         2006-01-31  Richard Guenther  <rguenther@suse.de>
3136         Paolo Bonzini  <bonzini@gnu.org>
3137
3138         * Makefile.def (target_modules): Add libgcc-math target module.
3139         * configure.in (target_libraries): Add libgcc-math target library.
3140         (--enable-libgcc-math): New configure switch.
3141         * Makefile.in: Re-generate.
3142         * configure: Re-generate.
3143         * libgcc-math: New toplevel directory.
3144
3145 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3146             Andreas Tobler  <a.tobler@schweiz.ch>
3147
3148         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
3149         * configure: Rebuilt.
3150
3151 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
3152
3153         * MAINTAINERS (Write After Approval): Add myself.
3154
3155 2006-05-01  DJ Delorie  <dj@redhat.com>
3156
3157         * configure.in: Restore CFLAGS if GMP isn't present.
3158         * configure: Regenerate.
3159
3160 2006-05-01  Richard Guenther  <rguenther@suse.de>
3161
3162         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
3163         maintainer.
3164
3165 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
3166
3167         * MAINTAINERS (Write After Approval): Add myself.
3168
3169 2006-04-28  Jan Beulich  <jbeulich@novell.com>
3170
3171         * MAINTAINERS (Write After Approval): Add myself.
3172
3173 2006-04-18  DJ Delorie  <dj@redhat.com>
3174
3175         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
3176         reference libgloss so that libssp can be built in a combined
3177         tree.
3178         * configure: Regenerate.
3179
3180 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
3181
3182         * MAINTAINERS (Write After Approval): Add myself.
3183
3184 2006-04-05  Ben Elliston  <bje@au.ibm.com>
3185
3186         * configure.in: Require makeinfo 4.4 or higher.
3187         * configure: Regenerate.
3188
3189 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
3190
3191         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
3192         Rearrange the entries of other libraries to have them in one place.
3193
3194 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
3195
3196         * MAINTAINERS (Write After Approval): Remove myself.
3197         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3198
3199 2006-03-14  Richard Guenther  <rguenther@suse.de>
3200
3201         * configure: Regenerate with autoconf 2.13.
3202
3203 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
3204
3205         * MAINTAINERS: Use my work address.
3206
3207         * MAINTAINERS: Update my E-mail address.
3208
3209 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
3210
3211         * configure.in: Handle --disable-<component> generically.
3212         * configure: Regenerate.
3213
3214 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3215
3216         PR libgcj/17311
3217         * ltmain.sh: Don't use "$finalize_rpath" for compile.
3218
3219 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
3220
3221         * MAINTAINERS (Write After Approval):  Remove myself.
3222         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3223
3224 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
3225
3226         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
3227         (TARGET_CONFIGDIRS): Remove.
3228         * configure.in: Remove AC_SUBST(target_configdirs).
3229         * Makefile.in, configure: Regenerated.
3230
3231 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
3232
3233         * MAINTAINERS (Write After Approval):  Remove myself.
3234         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3235
3236 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
3237
3238         PR bootstrap/25670
3239
3240         * Makefile.tpl ([+compare-target+]): Print explanation messages.
3241
3242         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3243         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3244         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3245         BUILD_PREFIX, BUILD_PREFIX_1.
3246         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3247
3248         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3249         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3250
3251         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3252         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3253         of `cat stage_current`.  Always provide the `r' and `s' variables.
3254         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3255         a single shell execution.
3256         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3257         bootstrapped modules, make the stage1 module if the build was not
3258         started yet, else build the current stage.
3259         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3260         (all-build, all-host, all-target, [+make_target+]-host,
3261         [+make_target+]-target): Do not use \-continued lines.
3262         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3263         (current_stage, restrap, stage_last): New.
3264
3265         * Makefile.in: Regenerate.
3266         * configure: Regenerate.
3267
3268 2006-02-19  Bud Davis  <jmdavis@link.com>
3269
3270         * MAINTAINERS (Write After Approval):  Remove myself.
3271         (Language Front End Maintainers):  Add myself as fortran 95
3272         maintainer and update e-mail address.
3273
3274 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3275
3276         * MAINTAINERS (Write After Approval):  Remove myself.
3277         (Language Front End Maintainers):  Add myself as fortran 95
3278         maintainer.
3279
3280 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
3281
3282         * MAINTAINERS (Write After Approval): Add myself.
3283
3284 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
3285
3286         * MAINTAINERS (Write After Approval):  Remove myself.
3287         (Language Front End Maintainers):  Add myself as
3288         fortran 95 maintainer.
3289
3290 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3291
3292         Sync from src:
3293
3294         2005-12-27  Leif Ekblad  <leif@rdos.net>
3295
3296         * configure.in: Add support for RDOS target.
3297         * configure: Regenerate.
3298
3299 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3300             Andreas Schwab  <schwab@suse.de>
3301
3302         * configure: Regenerate.
3303
3304 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
3305
3306         * configure.in (enable_libgomp): Add AIX.
3307         * configure: Regenerate.
3308
3309 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
3310
3311         * MAINTAINERS (Write After Approval): Add myself.
3312
3313 2006-02-03  Lee Millward  <lee.millward@gmail.com>
3314
3315         * MAINTAINERS (Write After Approval): Add myself.
3316
3317 2006-01-31  Richard Guenther  <rguenther@suse.de>
3318         Paolo Bonzini  <bonzini@gnu.org>
3319
3320         * Makefile.def (target_modules): Add libgcc-math target module.
3321         * configure.in (target_libraries): Add libgcc-math target library.
3322         (--enable-libgcc-math): New configure switch.
3323         * Makefile.in: Re-generate.
3324         * configure: Re-generate.
3325         * libgcc-math: New toplevel directory.
3326
3327 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
3328
3329         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3330         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3331         the assembler, linker and binutils.
3332         * configure: Regenerate.
3333
3334 2006-01-22  Dirk Mueller  <dmueller@suse.de>
3335
3336         * MAINTAINERS (Write After Approval): Add myself.
3337
3338 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
3339
3340         * configure: Regenerate.
3341
3342 2006-01-18  Richard Henderson  <rth@redhat.com>
3343             Jakub Jelinek  <jakub@redhat.com>
3344             Diego Novillo  <dnovillo@redhat.com>
3345
3346         * libgomp: New directory.
3347         * Makefile.def: Add target_module libgomp.
3348         * Makefile.in: Regenerate.
3349         * configure.in (target_libraries): Add target-libgomp.
3350         * configure: Regenerate.
3351
3352 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
3353
3354         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3355         @ from continuation.
3356         * Makefile.in: Rebuilt.
3357
3358 2006-01-04  Chris Lattner  <sabre@gnu.org>
3359
3360         * MAINTAINERS (Write After Approval): Add myself.
3361
3362 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3363
3364         PR bootstrap/24252
3365
3366         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3367         * Makefile.tpl (OBJDUMP): New.
3368         (EXTRA_HOST_FLAGS): Add it.
3369         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3370
3371         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3372         to use symbolic links between directories.  Avoid race conditions
3373         or make them harmless.
3374         * configure.in: Do not try to use symbolic links between directories.
3375
3376         * Makefile.def (LEAN): Pass.
3377         * Makefile.tpl (LEAN): Define.
3378         (stage[+id+]-start): Accept that the previous directory does not
3379         exist, if the bootstrap is lean.
3380         (stage[+id+]-bubble): Invoke lean bootstrap commands after
3381         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
3382         configure substitution.
3383         ([+compare-target+]): Likewise.
3384         ([+bootstrap-target+]-lean): New.
3385         * configure.in: Remove lean bootstrap support from here.
3386
3387         * Makefile.in: Regenerate.
3388         * configure: Regenerate.
3389
3390 2006-01-04  Ben Elliston  <bje@au.ibm.com>
3391
3392         * MAINTAINERS (libdecnumber): Add myself.
3393
3394 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
3395
3396         * libtool-ldflags: New script.
3397
3398 2006-01-02  Andreas Schwab  <schwab@suse.de>
3399
3400         * configure.in: When reconfiguring remove Makefile in
3401         all stage directories.
3402         * configure: Regenerate.
3403
3404 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
3405
3406         * MAINTAINERS: Update my email address.
3407
3408 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
3409
3410         Revert Ada-related part of the previous change.
3411
3412         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3413         Do not pass.
3414         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3415         * Makefile.in: Regenerate.
3416         * configure.in: Do not include mt-ppc-aix target fragment.
3417         * configure: Regenerate.
3418
3419 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
3420
3421         * configure.in: Select appropriate fragments for PowerPC/AIX.
3422         * configure: Regenerate.
3423
3424         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3425         BOOT_CFLAGS, BOOT_LDFLAGS.
3426         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3427         BOOT_CFLAGS, BOOT_LDFLAGS.
3428         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3429         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3430         (stage): Fail if we cannot complete the work.
3431         * Makefile.in: Regenerate.
3432
3433 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
3434
3435         * configure.in: Replace ms1 with mt.
3436         * configure: Rebuilt.
3437
3438 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
3439
3440         * MAINTAINERS: Update my email address.
3441
3442 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
3443
3444         * Makefile.tpl (all, do-[+make_target+], do-check, install,
3445         install-host-nogcc): Don't invoke $(stage) at the end.
3446         * Makefile.in: Regenerate.
3447
3448 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
3449
3450         * configure.in: Flip the top-level bootstrap switch.
3451         * configure: Regenerate.
3452
3453 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
3454
3455         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3456         $(stage) and $(unstage).
3457         (EXTRA_TARGET_FLAGS): Correct double-quoting.
3458         (all): Remove stray semicolon.
3459         (local-distclean): Don't handle multilib.tmp and multilib.out.
3460         (install.all): Set $s for consistency.
3461         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3462         check_multilibs setting.  Always make the install directory.
3463         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3464         Correct @if/@endif.
3465         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3466         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3467         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3468         (multilib.out): Remove.
3469         * Makefile.in: Regenerated.
3470
3471 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
3472
3473         * MAINTAINERS (Write After Approval): Add myself.
3474
3475 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3476
3477         * MAINTAINERS: Add myself as mt maintainer.
3478
3479         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
3480
3481 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
3482
3483         * MAINTAINERS: Change email address.
3484
3485 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3486
3487         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3488         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3489         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
3490         Find in-tree tools if available.
3491         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3492         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3493         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3494         (COMPILER_*_FOR_TARGET): New.
3495         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3496         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3497         (CONFIGURED_*, USUAL_*): Remove.
3498         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3499         STRIP): Use autoconf substitutions.
3500         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3501         COMPILER_NM_FOR_TARGET): New.
3502         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3503
3504         (all): Make all-host and all-target in parallel.
3505         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3506         that $$r and $$s are set before invoking a recursive make.
3507         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3508         ([+bootstrap-target+]): Inline most of the `all' target.
3509
3510 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3511
3512         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3513         from the gcc build directory.
3514         * Makefile.in: Regenerate.
3515
3516 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3517
3518         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
3519         depend on all-libdecnumber.
3520         * configure.in (host_libs): Include libdecnumber.
3521         * Makefile.in: Regenerate.
3522         * configure: Likewise.
3523
3524 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3525
3526         * libdecnumber: Import decNumber sources from the dfp-branch.
3527
3528 2005-11-21  Kean Johnston  <jkj@sco.com>
3529
3530         * config.sub, config.guess: Sync from upstream sources.
3531
3532 2005-11-21  Ben Elliston  <bje@au.ibm.com>
3533
3534         Import from Autoconf sources:
3535
3536         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3537         * config/move-if-change: Don't output "$2 is unchanged";
3538         suggested by Ben Elliston.  Handle weird characters correctly.
3539
3540 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
3541
3542         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
3543         to match upstream libtool for darwin.
3544
3545 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
3546
3547         * Makefile.def: Remove gdb dependencies for gdbtk.
3548         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3549         (configure-gdb, install-gdb): New rules.
3550         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3551         * Makefile.in, configure: Regenerated.
3552
3553 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
3554
3555         * MAINTAINERS (Write After Approval): Add myself.
3556
3557 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
3558
3559         * MAINTAINERS (Write After Approval): Add myself.
3560
3561 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
3562
3563         * MAINTAINERS (alias analysis): Add Daniel Berlin and
3564         Diego Novillo.
3565
3566 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
3567
3568         PR bootstrap/24297
3569         * Makefile.tpl (do-[+make-target+], do-check, install,
3570         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3571         are set before recursing.
3572         * Makefile.in: Regenerate.
3573
3574 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
3575
3576         PR bootstrap/18939
3577         * Makefile.def (gcc) <target>: Fix thinko.
3578         * Makefile.in: Regenerate.
3579
3580 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
3581
3582         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3583         * configure: Regenerate.
3584
3585 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
3586
3587         * MAINTAINERS (Write After Approval): Add self.
3588
3589 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
3590
3591         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3592         target-libffi, target-qthreads, target-libjava, and
3593         targetlibobjc.
3594         * configure: Regenerate.
3595
3596 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
3597
3598         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3599         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3600         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3601         (USUAL_OBJDUMP_FOR_TARGET): New.
3602         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3603         * configure.in: Check for $OBJDUMP_FOR_TARGET.
3604         * configure, Makefile.in: Regenerated.
3605
3606 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3607
3608         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3609         before other host packages.
3610
3611 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
3612
3613         * MAINTAINERS: Add self as sh libraries/configury maintainer.
3614
3615 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3616
3617         PR bootstrap/22340
3618
3619         * configure.in (default_target): Remove.
3620         * Makefile.tpl (all): Do not use prerequisites as subroutines
3621         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3622         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3623         use prerequisites as subroutines.
3624         (check-host, check-target): New.
3625         (bootstrap configure & all targets): Do not use stage*-start
3626         if the directory layout is already ok.
3627         (non-bootstrap configure & all targets): Prepend a $(unstage).
3628         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
3629         (NOTPARALLEL): Remove.
3630         (unstage, stage variables): New variables.
3631         (unstage, stage targets): Simply expand to those variables.
3632
3633         * configure: Regenerate.
3634         * Makefile.in: Regenerate.
3635
3636 2005-10-04  James E Wilson  <wilson@specifix.com>
3637
3638         * Makefile.def (lang_env_dependencies): Add libmudflap.
3639         * Makefile.in: Regenerate.
3640
3641 2005-10-03  Andreas Schwab  <schwab@suse.de>
3642
3643         Backport from libtool CVS:
3644         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
3645
3646         * ltmain.sh: add support for installing into temporary
3647         staging area (e.g. 'make install DESTDIR=...')
3648
3649 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
3650
3651         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3652         * configure: Regenerated.
3653
3654 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
3655
3656         * configure: Regenerate with the correct
3657         autoconf version.
3658
3659 2005-09-30  Catherine Moore  <clm@cm00re.com>
3660
3661         * configure.in (bfin-*-*): New.
3662         * configure: Regenerated.
3663
3664 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
3665
3666         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3667         (LIPO_FOR_TARGET): New.
3668         (CONFIGURED_LIPO_FOR_TARGET): New.
3669         (USUAL_LIPO_FOR_TARGET): New.
3670         (STRIP_FOR_TARGET): New.
3671         (CONFIGURED_STRIP_FOR_TARGET): New.
3672         (USUAL_STRIP_FOR_TARGET): New.
3673         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3674         STRIP_FOR_TARGET.
3675         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3676         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3677         * Makefile.in: Regenerate.
3678         * configure: Regenerate.
3679
3680 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
3681
3682         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3683         (rs6000-*-aix*): Same.
3684         * configure: Regenerate.
3685
3686 2005-09-16  Tom Tromey  <tromey@redhat.com>
3687
3688         * MAINTAINERS: Add self as java maintainer.
3689
3690 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3691
3692         * configure.in: Recognize f95 in the --enable-languages option,
3693         and substitute it for fortran, issuing a warning.
3694         * configure: Regenerate.
3695
3696 2005-08-30  Phil Edwards  <phil@codesourcery.com>
3697
3698         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
3699         * configure:  Regenerated.
3700
3701 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
3702
3703         * MAINTAINERS: Add self as ms1 maintainer.
3704
3705 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
3706
3707         * Makefile.def (libssp): Add to lang_env_dependencies.
3708         * Makefile.in: Regenerate.
3709
3710 2005-08-18  Ian Lance Taylor  <ian@airs.com>
3711
3712         * MAINTAINERS: Add myself as middle-end maintainer.
3713
3714 2005-08-17  Christian Groessler  <chris@groessler.org>
3715
3716         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3717         * Makefile.in: Regenerate.
3718
3719 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
3720
3721         * MAINTAINERS (write after approval): Added myself.
3722
3723 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
3724
3725         * MAINTAINERS (Write After Approval): Add myself.
3726
3727 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
3728
3729         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3730         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3731         Look for alternate names of the target cc and c++
3732         * configure: Regenerate.
3733
3734 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
3735
3736         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3737         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3738         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3739         tools; remove code to manually set them.
3740         (Target tools): Look in the environment for them.
3741         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3742         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3743         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3744         build directory.
3745         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3746         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3747         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3748         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3749         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3750         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3751         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3752         * configure: Regenerate.
3753         * Makefile.in: Regenerate.
3754
3755 2005-07-28  Ben Elliston  <bje@au.ibm.com>
3756
3757         * MAINTAINERS: Update for removed CPU targets.
3758
3759 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
3760
3761         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
3762         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
3763         * Makefile.in: Regenerated.
3764
3765 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
3766
3767         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3768         (CFLAGS_FOR_TARGET): Use it.
3769         (CXXFLAGS_FOR_TARGET): Likewise.
3770         * Makefile.in: Regenerated.
3771         * configure.in (--with-build-sysroot): New option.
3772         * configure: Regenerated.
3773
3774 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
3775
3776         * Makefile.tpl: Wrap install between unstage and stage
3777         * Makefile.in: Regenerate.
3778
3779 2005-07-21  Eric Christopher  <echristo@apple.com>
3780
3781         * MAINTAINERS: Update affiliation.
3782
3783 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
3784
3785         * MAINTAINERS: Add self as crx port maintainer.
3786
3787 2005-07-20  DJ Delorie  <dj@redhat.com>
3788
3789         * MAINTAINERS: Add self as m32c maintainer.
3790
3791 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
3792
3793         * all files: Update FSF address.
3794
3795 2005-07-15  Eric Christopher  <echristo@redhat.com>
3796
3797         * MAINTAINERS: Change affiliation.
3798
3799 2005-07-14  Jim Blandy  <jimb@redhat.com>
3800
3801         * configure.in: Add cases for Renesas m32c.
3802         * configure: Regenerated.
3803
3804 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
3805
3806         * COPYING.LIB: Update from fsf.org.
3807
3808 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
3809
3810         * COPYING, compile, config.guess,
3811         config.sub, install-sh, missing, mkinstalldirs,
3812         symlink-tree, ylwrap: Sync from upstream sources.
3813         * config-ml.in: Update FSF address.
3814
3815 2005-07-13  Eric Christopher  <echristo@redhat.com>
3816
3817         * configure.in: Add toplevel noconfigdir support for tpf.
3818         * configure: Regenerate.
3819
3820 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
3821
3822         PR ada/22340
3823
3824         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3825         * Makefile.in: Regenerate.
3826
3827 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
3828
3829         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
3830         Brolley to write-after-approval.
3831
3832 2005-07-07  Andreas Schwab  <schwab@suse.de>
3833
3834         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3835         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3836         * Makefile.in: Regenerated.
3837
3838 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
3839
3840         * configure.in: Don't build sim or rda when targetting darwin.
3841         * configure: Regenerate.
3842
3843 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
3844
3845         * configure.in: Add --enable-libssp and --disable-libssp.
3846         * configure: Regenerate with autoconf-2.13.
3847
3848 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
3849
3850         * Makefile.def (target_modules): Add libssp.
3851         * configure.in (target_libraries): Add target-libssp.
3852         * configure: Rebuilt.
3853         * Makefile.in: Rebuilt.
3854
3855 2005-07-01  Zack Weinberg  <zackw@panix.com>
3856
3857         * MAINTAINERS: Change email address.  Resign from maintainership.
3858
3859 2005-07-01  Richard Guenther  <rguenther@suse.de>
3860
3861         * MAINTAINERS: Change my e-mail address and affiliation.
3862
3863 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
3864
3865         * Makefile.def (stagefeedback): Come after profile.
3866         Define profiledbootstrap target.
3867         * Makefile.tpl (profiledbootstrap): Remove.
3868         (stageprofile-end): Zap stagefeedback.
3869         (stagefeedback-start): Copy all .gcda files, not only GCC's.
3870         * Makefile.in: Regenerate.
3871
3872 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
3873
3874         * MAINTAINERS: Update my email address.
3875
3876 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
3877
3878         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
3879         In 'cpp' stanza, support '#line' as well as '# '.
3880
3881 2005-06-08  Andreas Schwab  <schwab@suse.de>
3882
3883         * MAINTAINERS: Move myself from 'Write After Approval' to
3884         'CPU Port Maintainers' section as m68k maintainer.
3885
3886 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
3887
3888         * configure.in (unsupported_languages): New macro.
3889         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
3890         non-ported target libraries in noconfigdirs.
3891         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3892         non-linux-gnu.  Remove libgcj_ex_libffi.
3893         <lang_frag loop>: Set add_this_lang=no if the language is in
3894         unsupported_languages.
3895         * configure: Regenerate.
3896
3897 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
3898
3899         * configure.in: Fix typo in handling of --with-mpfr-dir.
3900         * configure: Regenerate.
3901
3902 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
3903
3904         * MAINTAINERS: Update my email address.
3905
3906 2005-06-02  Jim Blandy  <jimb@redhat.com>
3907
3908         * config.sub: Add cases for the Renesas m32c.  (This patch has been
3909         accepted into the master sources.)
3910
3911 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
3912             Michael Snyder  <msnyder@redhat.com>
3913             Stan Cox  <scox@redhat.com>
3914
3915         * configure.in: Set noconfigdirs for ms1.
3916
3917         * configure: Regenerate.
3918
3919 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
3920
3921         * MAINTAINERS (Write After Approval): Add self.
3922
3923 2005-06-01  Josh Conner  <jconner@apple.com>
3924
3925         * MAINTAINERS (Write After Approval): Add self.
3926
3927 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
3928
3929         * MAINTAINERS: Update my email address.
3930
3931 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
3932
3933         * MAINTAINERS (Write After Approval): Add self.
3934
3935 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
3936
3937         * MAINTAINERS (Write After Approval): Remove self.
3938
3939 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
3940
3941         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3942         (Dependencies): Consider target modules for bootstrap dependencies.
3943         Make target bootstrap modules depend on each stage's gcc.
3944         * Makefile.in: Regenerate.
3945
3946 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
3947
3948         * Makefile.def (configure-gcc): Depend on binutils having been built.
3949         (all-gcc): No need to do it here.
3950         * Makefile.in: Regenerate.
3951
3952 2005-05-19  Paul Brook  <paul@codesourcery.com>
3953
3954         * configure.in: Rewrite misleading error message when requested
3955         language cannot be built.
3956         * configure: Regenerate.
3957
3958 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
3959
3960         * ylwrap: Import from Automake 1.9.5.
3961
3962 2005-05-13  David Ung  <davidu@mips.com>
3963
3964         * MAINTAINERS (Write After Approval): Add self.
3965
3966 2005-05-09  Mike Stump  <mrs@apple.com>
3967
3968         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
3969         lt_cv_sys_max_cmd_len for now.
3970
3971 2005-05-09  Stan Cox  <scox@redhat.com>
3972
3973         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
3974
3975 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
3976
3977         * README.SCO: Update the URL.
3978
3979 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
3980
3981         * ltconfig: Define file_list_spec.  Pass file_list_spec and
3982         with_gnu_ld to libtool.
3983         * ltcf-c.sh (aix[45]): Define file_list_spec.
3984         * ltcf-cxx.sh (aix[45]): Same.
3985         * ltcf-gcj.sh (aix[45]): Same.
3986         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
3987         exists, write list of input files to temporary file.
3988
3989 2005-05-04  Mike Stump  <mrs@apple.com>
3990
3991         * configure.in: Always pass --target to target configures as
3992         otherwise rebuilds that do --recheck will fail.
3993         * confiugure: Rebuilt.
3994
3995 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
3996
3997         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
3998         STAGE_HOST_EXPORTS.
3999         (configure, all): Add bootstrap support.
4000         (Host modules, target modules): Pass post-stage1 flags and exports.
4001         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4002         * Makefile.in: Regenerate.
4003
4004 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
4005
4006         * configure: Regenerate.
4007
4008 2005-04-27  Mike Stump  <mrs@apple.com>
4009
4010         * MAINTAINERS: Add self as darwin maintainer.
4011
4012 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
4013
4014         * config.sub: Update from master copy.
4015
4016 2005-04-21  Mike Stump  <mrs@apple.com>
4017
4018         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
4019         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
4020
4021 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
4022
4023         * configure.in <crisv32-*-*, cris-*-*>: New local variable
4024         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
4025         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
4026         "*-*-elf" and "*-*-linux*".
4027         * configure: Regenerate.
4028
4029 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
4030
4031         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
4032
4033 2005-04-12  Mike Stump  <mrs@apple.com>
4034
4035         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
4036
4037 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
4038
4039         * MAINTAINERS (Write After Approval): Add myself.
4040
4041 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
4042
4043         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
4044
4045 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
4046
4047         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4048         (TARGET_CONFIGARGS): Include --with-target-subdir.
4049         (configure, all): New macros.  Use them throughout.
4050         * Makefile.in: Regenerate.
4051
4052 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
4053
4054         * MAINTAINERS (Write After Approval): Add myself.
4055
4056 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4057
4058         * MAINTAINERS: Remove 'loop unrolling' maintainer.
4059
4060 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
4061
4062         * MAINTAINERS: Move John Carr to Write After Approval.
4063
4064 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
4065
4066         * config/mh-mingw32: Delete.
4067         * configure.in: Don't use it.
4068         * configure: Regenerate.
4069
4070 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
4071
4072         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4073         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4074         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
4075         (HOST_LIB_PATH): Generate from Makefile.def.
4076         (TARGET_LIB_PATH): Likewise.
4077         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4078         * Makefile.in: Regenerate.
4079         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4080         (RPATH_ENVVAR): Include Darwin case.
4081         * configure: Regenerate.
4082
4083 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
4084
4085         * MAINTAINERS (Various Maintainers): Remove self.
4086         (Write After Approval): Add self.
4087
4088 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
4089
4090         * MAINTAINERS (Various Maintainers): Add self.
4091
4092 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
4093
4094         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4095         * configure: Regenerate.
4096
4097 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
4098
4099         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4100         gcc_version, and gcc_version_trigger from set of flags to pass.
4101         * Makefile.tpl: Remove definitions of above variables.
4102         (config.status): Remove dependency on $(gcc_version_trigger).
4103         * Makefile.in: Regenerate.
4104         * configure.in: Do not reference config/gcc-version.m4 nor
4105         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
4106         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
4107         * configure: Regenerate.
4108
4109 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
4110             Andrew Pinski  <pinskia@physics.uc.edu>
4111
4112         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4113         * Makefile.in: Regenerate.
4114
4115 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
4116
4117         * MAINTAINERS (Write After Approval): Add myself.
4118
4119 2005-03-03  David Ayers  <d.ayers@inode.at>
4120
4121         * MAINTAINERS (Write After Approval): Add myself.
4122
4123 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
4124
4125         PR libgcj/20160
4126         * ltmain.sh: Avoid creating archives with components that have
4127         duplicate basenames.
4128
4129 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
4130
4131         PR bootstrap/20250
4132         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4133         instead of check.
4134         * Makefile.in: Regenerate.
4135
4136 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4137
4138         * Makefile.in: Regenerate to fix conflict between the previous two
4139         patches.
4140
4141 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4142
4143         PR bootstrap/17383
4144         * Makefile.def (target_modules): Remove "stage", now unnecessary.
4145         * Makefile.tpl (HOST_SUBDIR): New substitution.
4146         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4147         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4148         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4149         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4150         (Host modules, Bootstrapped modules): Use it.
4151         (Build modules, Target modules): Do not create symlink trees,
4152         always configure out-of-srcdir.
4153         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4154         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4155         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4156         $(HOST_SUBDIR).  Create a symlink for host_subdir.
4157
4158         * Makefile.in: Regenerate.
4159         * configure: Regenerate.
4160
4161 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4162
4163         Merged from libada-gnattools-branch:
4164         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4165
4166         * gnattools: New directory.
4167         * Makefile.def: Add gnattools as a module, depending on target-libada.
4168         * Makefile.in: Regenerate.
4169         * configure.in: Include gnattools in host_tools; disable it if ada
4170         is disabled.
4171         * configure: Regenerate.
4172
4173 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
4174
4175         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
4176         treelang maintainer.
4177         (Write After Approval): Remove myself.
4178
4179 2005-02-23  Paul Schlie  <schlie@comcast.net>
4180
4181         * configure.in: Allow darwin targeted ports to build tk, itcl and
4182         libgui.
4183         * configure: Regenerate.
4184
4185 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4186
4187         PR libgcj/10353
4188         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4189         * configure: Regenerate.
4190
4191 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
4192
4193         * MAINTAINERS (Write After Approval): Add myself.
4194
4195 2005-02-10  Ian Lance Taylor  <ian@airs.com>
4196
4197         * MAINTAINERS: Update my e-mail address.
4198
4199 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
4200
4201         * MAINTAINERS (Write After Approval): Add myself.
4202
4203 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
4204
4205         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4206         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4207         target-libgloss when not *-*-elf and *-*-aout.
4208         * configure: Regenerate.
4209
4210 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
4211
4212         * MAINTAINERS: Remove obsolete entries.
4213
4214         * MAINTAINERS (Write After Approval): Add Michael Matz.
4215
4216 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
4217
4218         * MAINTAINERS: Remove self as cpplib maintainer.
4219
4220 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4221
4222         * install-sh, config.sub: Import from upstream.
4223
4224 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4225
4226         PR bootstrap/18222
4227         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4228         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4229         * Makefile.in: Regenerate.
4230
4231 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
4232
4233         * MAINTAINERS: Update my email address.
4234
4235 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
4236             Andreas Schwab  <schwab@suse.de>
4237
4238         PR bootstrap/18033
4239         * config-ml.in: Eval option if surrounded by single quotes.
4240
4241 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
4242
4243         Revert 2004-12-28 Makefile changes, a better fix will be
4244         applied to mainline and src after GCC 4.0 branches.
4245
4246 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
4247
4248         PR bootstrap/17383
4249
4250         * Makefile.def (target_modules): Remove stage parameter,
4251         it is always true now.
4252         * Makefile.tpl (configure-build-[+module+],
4253         configure-target-[+module+]): Always build symlink tree
4254         for the directory and for include.  BUILD_SUBDIR and
4255         TARGET_SUBDIR cannot be . anymore.
4256         * Makefile.in: Regenerate.
4257
4258 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
4259
4260         Revert 2004-12-08 Makefile changes.
4261
4262 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
4263
4264         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
4265         cygwin, mingw.
4266
4267 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
4268
4269         * configure.in (sh64-*-*): Reenable gprof.
4270         * configure: Regenerate.
4271
4272 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
4273
4274         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4275         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4276         (EXTRA_TARGET_FLAGS): Add PICFLAG.
4277         * Makefile.in: Regenerate.
4278
4279 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
4280
4281         * MAINTAINERS: Update my email address.
4282
4283 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
4284
4285         * Makefile.tpl: Generate normal dependencies if the LHS module is
4286         not bootstrapped.
4287         * Makefile.in: Regenerate.
4288
4289 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4290
4291         * configure.in: Include config/gxx-include-dir.m4.  Use
4292         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
4293         * configure: Regenerate.
4294
4295 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4296
4297         * config.if: Delete.
4298         * configure.in: Set libstdcxx_incdir directly.
4299         * configure: Regenerate.
4300
4301 2004-12-02  Eric Christopher  <echristo@redhat.com>
4302
4303         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
4304         * Makefile.in: Regenerate.
4305
4306 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4307
4308         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4309         * configure: Regenerate.
4310
4311 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4312
4313         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
4314         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
4315         * configure: Regenerate.
4316
4317 2004-12-01  Eric Christopher  <echristo@redhat.com>
4318
4319         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
4320         of things to remove.
4321
4322 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
4323
4324         * MAINTAINERS (Write After Approval): Update my e-mail address.
4325
4326 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
4327
4328         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
4329         from CVS libtool to always pass_all.
4330
4331 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4332
4333         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4334         (hppa*64*-*-*): Delete incorrect comment.
4335         * configure: Rebuilt.
4336
4337 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4338
4339         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
4340
4341 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4342
4343         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
4344         from CVS libtool to always pass_all.
4345
4346 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4347
4348         * install-sh, compile: Import from automake.
4349
4350 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4351
4352         * config.guess, config.sub:  Import from savannnah.
4353
4354 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
4355
4356         * MAINTAINERS (Write After Approval): Add myself
4357
4358 2004-11-12  Mike Stump  <mrs@apple.com>
4359
4360         * Makefile.def: Add html support.
4361         * Makefile.tpl: Likewise.
4362         * Makefile.in: Regenerate.
4363
4364 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
4365
4366         PR 18423
4367         * configure.in: Remove all instances of build-fixincludes from
4368         noconfigdirs.
4369         (build_configargs): Supply --target to subdirectories.
4370         * configure: Regenerate.
4371
4372         * Makefile.def: Make gcc install depend on fixincludes install.
4373         * Makefile.in: Regenerate.
4374
4375 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
4376
4377         * MAINTAINERS: Add myself as gcc testsuite maintainer.
4378
4379 2004-11-11  Paul Brook  <paul@codesourcery.com>
4380
4381         * MAINTAINERS: Add self as arm maintainer.  Update email address.
4382
4383 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
4384
4385         * configure.in (noconfigdirs) [mmix-*-*]: Disable
4386         target-libgfortran.
4387         * configure: Regenerate.
4388
4389 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
4390
4391         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4392         like CC.
4393
4394 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
4395
4396         * Makefile.def (host fixincludes): Specify missing targets.
4397         * Makefile.in: Regenerate.
4398
4399 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
4400
4401         * MAINTAINERS: Add myself
4402
4403 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
4404
4405         * MAINTAINERS (Write After Approval): Add myself.
4406
4407 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
4408
4409         * Makefile.def: Build fixincludes for the host, too.
4410         * Makefile.in: Regenerate.
4411         * configure.in (host_tools): Add fixincludes.
4412         * configure: Regenerate.
4413
4414 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
4415
4416         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4417         * configure: Regenerated.
4418
4419 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
4420
4421         PR other/17783
4422         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4423         * configure: Regenerated.
4424
4425 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
4426
4427         * README.SCO: Update per FSF instructions.
4428
4429 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
4430
4431         PR target/18151
4432         * configure.in (case ${target}): Do not build fixincludes for avr.
4433         * configure: Regenerated.
4434
4435 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
4436
4437         * configure.in (case ${target}): Do not build fixincludes
4438         on platforms where it is not used.
4439         * configure: Regenerated.
4440
4441 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
4442
4443         * configure.in: Use an absolute path to install-sh.
4444         * configure: Regenerated.
4445
4446 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4447
4448         * MAINTAINERS (Write After Approval): Add myself.
4449
4450 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
4451
4452         * MAINTAINERS: Remove from Write After Approval those that are
4453         already maintainers.
4454
4455 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
4456
4457         * MAINTAINERS:  Update my email address.
4458
4459 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4460
4461         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4462         * configure: Regenerate.
4463
4464 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
4465
4466         * MAINTAINERS:  Update my email address.
4467
4468 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
4469
4470         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
4471         entries belonging to this category.
4472
4473 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
4474
4475         * MAINTAINERS: Update my e-mail address.
4476
4477 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
4478
4479         Fix wrong conflict resolution in:
4480
4481         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4482
4483         * Makefile.in: Regenerate.
4484         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4485         in the recursive `make', instead of hardwiring `all'.
4486         (Autogenerated TARGET-* variables): New.
4487
4488 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
4489
4490         * configure.in: Enable target-libgloss for crx-*-*.
4491         * configure: Regenerate.
4492
4493 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4494
4495         * MAINTAINERS (Various Maintainers): Move the "windows,
4496         cygwin, mingw" maintainer to ...
4497         (OS Port Maintainers): ... here.
4498
4499 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4500
4501         * MAINTAINERS (Write After Approval): Remove those that are
4502         maintainers of some subsystem.
4503
4504 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
4505
4506         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4507         * ltcf-cxx.sh (tpf*): Likewise.
4508         * ltconfig (tpf*): Add TPF OS configuration support.
4509
4510 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
4511
4512         * MAINTAINERS: Change my email address to my new work account.
4513
4514 2004-09-24  Michael Roth  <mroth@nessie.de>
4515
4516         * configure.in (--without-headers): Add missing double quotes.
4517         * configure: Regenerate.
4518
4519 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
4520
4521         * ylwrap: Revert to previous version.
4522
4523 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
4524
4525         PR bootstrap/17369
4526         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4527         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4528         SET_GCC_LIB_PATH_CMD.
4529         (BASE_TARGET_EXPORTS): Likewise.
4530         * Makefile.in: Regenerated.
4531
4532         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4533         * configure: Regenerated.
4534
4535 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
4536
4537         * config.guess: New upstream version
4538         * compile, depcomp, install-sh, ylwrap: Likewise.
4539
4540 2004-09-19  Roger Sayle  <roger@eyesopen.com>
4541
4542         * config/mh-x86omitfp: New host makefile fragment.  Add
4543         -fomit-frame-pointer to the default BOOT_CFLAGS.
4544         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4545         * configure: Regenerate.
4546
4547 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
4548
4549         PR target/11572
4550         * configure.in (*-*-darwin*): Renable libobjc.
4551         * configure: Regenerate.
4552
4553 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
4554
4555         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
4556
4557 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
4558
4559         * Makefile.def: Remove libbanshee.
4560         * Makefile.tpl: Ditto.
4561         * configure.in: Ditto.
4562         * Makefile.in: Regen.
4563         * configure: Ditto.
4564
4565 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
4566
4567         * ltmain.sh: Use $pic_object as $non_pic_object if
4568         $non_pic_object=none.
4569
4570 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
4571
4572         * missing: Import latest version from master repository.
4573
4574 2004-09-06  Nick Clifton  <nickc@redhat.com>
4575
4576         * config.sub: Import latest version from master repository.
4577         * config.guess: Likewise.
4578         This includes these changes:
4579
4580         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
4581
4582         * config.sub: Handle crisv32, alias etraxfs.
4583         * config.guess (crisv32:Linux:*:*): Handle.
4584
4585         2004-08-13  Brad Smith  <brad@comstyle.com>
4586
4587         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4588         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4589
4590         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4591
4592         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4593         assume the processor is a powerpc.  This is because coreutils
4594         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4595         in this case, due to a MacOS X bug that causes
4596         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4597         to return a negative number.
4598         Problem reported by Petter Reinholdtsen in:
4599         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4600
4601         2004-07-19  Ben Elliston  <bje@gnu.org>
4602
4603         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4604
4605         2004-06-24  Ben Elliston  <bje@gnu.org>
4606
4607         * config.guess: Update copyright years.
4608         * config.sub: Likewise.
4609
4610         2004-06-22  Robert Millan  <robertmh@gnu.org>
4611
4612         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4613         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4614
4615         2004-06-22  Stanley F. Quayle <stan@stanq.com>
4616
4617         * config.guess (*:*VMS:*:*): New entry. Replaces
4618         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4619         manufacturer.
4620
4621         2004-06-22  Ben Elliston  <bje@gnu.org>
4622
4623         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4624         * config.sub: Likewise.
4625
4626         2004-06-22  Ben Elliston  <bje@gnu.org>
4627
4628         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4629         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4630
4631         2004-06-11  Ben Elliston  <bje@gnu.org>
4632
4633         * config.guess (pegasos:OpenBSD:*:*): Remove.
4634
4635         2004-06-11  Ben Elliston  <bje@gnu.org>
4636
4637         From Wouter Verhelst <wouter@grep.be>:
4638         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4639
4640         2004-06-11  Ben Elliston  <bje@gnu.org>
4641
4642         * config.guess (luna88k:OpenBSD:*:*): New.
4643
4644         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
4645
4646         * config.guess (m32r*:Linux:*:*): New case.
4647         * config.sub: Handle m32rle.
4648
4649         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
4650
4651         From Jens Petersen  <petersen@redhat.com>:
4652         * config.sub: Handle sparcv8.
4653
4654         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
4655
4656         From Tom Smith <smith@cag.lkg.hp.com>:
4657         * config.guess: Version suffixes are equally significant on Tru64
4658         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
4659         prefix of "P" (patched kernel).
4660
4661         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
4662
4663         * config.sub: Add support for National Semiconductor CRX target.
4664
4665 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
4666
4667         * MAINTAINERS (Various Maintainers): Remove myself as web page
4668         maintainer, add myself as maintainer of build status lists.
4669
4670 2004-09-03  Jan Beulich  <jbeulich@novell.com>
4671
4672         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4673         *-*-netware, but add target-libmudflap.
4674         Consolidate *-*-netware targets (of which really only i?86 exists)
4675         into a single entry.
4676         * configure: Likewise.
4677
4678 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
4679
4680         * Makefile.tpl (sorry): Remove.
4681         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4682         (cleanstrap targets): Depend on distclean, not distclean-stage1.
4683         (do-clean): Clean per-stage directories too.
4684         (do-distclean): Run distclean-stage1 too.
4685         (.NOTPARALLEL): Enable during toplevel bootstrap.
4686         (stage[+id+]-bubble): Enable parallel execution during
4687         the recursive invocation.
4688         * Makefile.in: Regenerate.
4689
4690         Fix previous checkin:
4691
4692         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4693         include.
4694         * configure.in: Fix indentation.
4695         * configure: Regenerate.
4696
4697 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
4698
4699         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4700         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4701         * configure: regenerate
4702         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4703         -mdynamic-no-pic
4704
4705 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
4706
4707         * Makefile.def (build_modules): Add fixincludes.
4708         (dependencies): Make gcc depend on fixincludes.
4709         * configure.in (build_tools): Add fixincludes.
4710         (build_configdirs): Always include build_libs.
4711         * Makefile.in: Regenerate.
4712         * configure: Regenerate.
4713
4714 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
4715
4716         * Makefile.def (bootstrap stages): Add 'lean' parameter.
4717         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4718         phony targets; do not generate timestamp files.
4719         (distclean-stageN): Remove references to their timestamp files.
4720         (restageN, touch-stageN): Remove.
4721         (stageN-bubble): Rewritten.
4722         (compare): Support lean bootstraps.
4723         * Makefile.in: Regenerate.
4724
4725         * configure.in: Only warn when bootstrapping but
4726         build != host or build != target.  Support lean bootstraps.
4727         * configure: Regenerate.
4728
4729 2004-08-26  Phil Edwards  <phil@codesourcery.com>
4730
4731         * configure.in:  Give a better error message if GMP/MPFR are missing
4732         and a language needing them has been requested.
4733         * configure:  Regenerated.
4734
4735 2004-08-25  Phil Edwards  <phil@codesourcery.com>
4736
4737         * configure.in:  Print a list of available language front-ends if
4738         a requested one is missing.  Tidy stray tab characters.
4739         * configure:  Regenerated.
4740
4741 2004-08-19  Michael Koch  <konqueror@gmx.de>
4742
4743         * gcc/doc/install.texi: Update entry about automake for libjava.
4744
4745 2004-08-17  Robert Millan  <robertmh@gnu.org>
4746
4747         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4748         (instead of FreeBSD).
4749         * configure: Regenerate.
4750
4751 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4752
4753         * Makefile.in: Regenerate.
4754         * configure: Regenerate.
4755
4756         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4757         stage_*_flags.
4758         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4759         for bootstrapped modules if toplevel bootstrap is going.
4760         (GCC bootstrap): Generate per-stage targets for all bootstrapped
4761         modules.  Adjust for changes in Makefile.def.  Enable several
4762         rules even in non-bootstrap mode, just to avoid peppering the
4763         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4764         (stage-[+prev+]-bubble): Remove.
4765
4766         * Makefile.def (Dependencies): Depend on all-build-bison,
4767         all-build-flex, all-build-byacc, all-build-texinfo, rather
4768         than the host variations.
4769         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
4770         with BUILD_SUBDIR.
4771         (BISON): Update for recent Bisons.
4772         (YACC): Fix typo.
4773         (cross): Depend on all-build.
4774         (all): Do not depend on all-build.
4775         (prebootstrap): Remove.
4776         (dep-kind): Accept separate prefixes for MODULE and ON variables.
4777         (Prebootstrap dependencies): Add them to the per-stage targets
4778         and to all-prebootstrap.
4779         * configure.in (build_configdirs): Always enable build_tools.
4780         (BUILD_DIR_PREFIX): Remove.
4781
4782         * Makefile.def (gcc): Add target variable.
4783         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4784         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4785         in the recursive `make', instead of hardwiring `all'.
4786         (Autogenerated TARGET-* variables): New.
4787
4788 2004-08-13  Brian Booth  <bbooth@redhat.com>
4789
4790         * MAINTAINERS: Remove myself from write-after-approval.
4791
4792 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4793
4794         * src-release: Stop distributing mmalloc with gdb (which doesn't
4795         use it).
4796         * Makefile.def: GDB doesn't depend on mmalloc anymore.
4797         * Makefile.in: Regenerate.
4798
4799 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
4800
4801         * configure.in (arm*-*-eabi*): New target.
4802         * configure: Regenerate.
4803
4804 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
4805
4806         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4807         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4808         (Dependencies): New section.
4809         * Makefile.tpl (Dependencies): Generate from Makefile.def.
4810         (configure-target-[+module+]): Depend on maybe-all-gcc
4811         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
4812         (toplevel profiledbootstrap): Fix dependencies.
4813         * Makefile.in: Regenerate.
4814
4815 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
4816
4817         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4818         target-libiberty to noconfigdirs.
4819         * configure: Regenerate.
4820
4821 2004-08-03  Paul Brook  <paul@codesourcery.com>
4822
4823         * configure.in: Check for MPFR as well as GMP.
4824         * configure: Regenerate.
4825
4826 2004-08-01  Robert Millan  <robertmh@gnu.org>
4827
4828         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4829         libmudflap for all GNU-based systems (with Glibc).
4830         * configure: Regenerate.
4831
4832 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
4833
4834         * Makefile.def (host-modules): Add gcc.
4835         * Makefile.in: Regenerate.
4836         * Makefile.tpl (sorry): New rule.
4837         (configure-host, all-host, [+make_target+]-host, do-check,
4838         install-host): Do not add gcc as a special case.
4839         (host modules): Add a small special-casing for gcc.  Export
4840         extra_make_flags through the environment.
4841         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4842         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4843         other recursive targets for gcc): Remove.
4844
4845         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4846         (stage, unstage): New rules.
4847         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4848         distclean-stage[+id+]): Use stage_current.
4849         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4850         the stage*-start rules.
4851
4852 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
4853
4854         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
4855         use -all_load flag.
4856
4857 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
4858
4859         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
4860         * configure: Regenerate.
4861
4862 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
4863
4864         * maintainer-scripts/gcc_release: Revert yesterday's change.
4865
4866 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
4867
4868         * MAINTAINERS: Add myself to write-after-approval.
4869
4870 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
4871
4872         * libf2c: Removed.
4873         * gcc/gccbug.in: Updated because of libf2c removal.
4874         * maintainer-scripts/gcc_release: Ditto.
4875
4876 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
4877
4878         * configure.in: Build libmudflap by default on FreeBSD.
4879         * configure: Regenerated.
4880
4881 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
4882
4883         * configure.in: Do not build libmudflap by default on non-GNU/Linux
4884         systems.
4885         * configure: Regenerated.
4886
4887 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4888
4889         PR target/16344
4890         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4891         feedback based compiler.
4892         * Makefile.in: Rebuilt.
4893
4894 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
4895
4896         * Makefile.def (host_modules): Set bootstrap=true for flex.
4897         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4898         * Makefile.in: Rebuilt.
4899
4900 2004-07-07  Jan Hubicka  <jh@suse.cz>
4901
4902         * MAINTAINERS: Add self as a profile feedback maintainer.
4903
4904 2004-07-05  Phil Edwards  <phil@codesourcery.com>
4905
4906         * configure.in:  Do not prepend $srcdir to /dev/null in
4907         makefile fragments.
4908         * configure:  Regenerate.
4909
4910 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
4911
4912         * Makefile.def (build_modules): Add bison, byacc, flex,
4913         m4, texinfo.
4914         (flags_to_pass): Add FLEX.
4915         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4916         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4917         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4918         DEFAULT_MAKEINFO): Remove.
4919         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4920         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4921         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4922         objdir or else use configured tool.
4923         (all-build): New.
4924         (all): Depend on it.
4925         (Build module dependencies): Add.
4926         * Makefile.in: Regenerate.
4927         * configure.in: Better support for multiple build modules,
4928         matching what is done for host/target modules.  Do not look
4929         for "plausible" locations of build tools if Canadian cross.
4930         Use autoconf's AC_PROG_CC to find a C compiler.  Define
4931         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
4932         * configure: Regenerate.
4933
4934 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4935
4936         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4937         * Makefile.in: Regenerate.
4938
4939 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4940
4941         * Makefile.tpl (configure-build-[+module+],
4942         configure-[+module+], configure-target-[+module+]): Pass
4943         [+extra_configure_args+].
4944         (all-build-[+module+], all-[+module+], check-[+module+],
4945         install-[+module+], [+make_target+]-[+module+],
4946         all-target-[+module+], check-target-[+module+],
4947         install-target-[+module+], [+make_target+]-target-[+module+]):
4948         Pass [+extra_make_args+].
4949         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4950         (GCC_HOST_EXPORTS): Remove.
4951         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4952         cross, check-gcc, check-gcc-c++, install-gcc,
4953         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4954         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4955         * Makefile.in: Regenerate.
4956
4957 2004-06-21  Matthew Sachs  <msachs@apple.com>
4958
4959         * MAINTAINERS: Added self to write-after-approval.
4960
4961 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
4962
4963         * configure.in: Check for srcdir/winsup rather than build directory
4964         winsup.
4965         * configure: Regenerate.
4966
4967 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
4968
4969         * configure.in: Don't build Cygwin native newlib if winsup
4970         directory is missing.  Emit warning instead.
4971         * configure: Regenerate.
4972
4973 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
4974
4975         * Makefile.tpl (touch-stage[+id+]): New.
4976         (restage[+prev+]): Depend on touch-stage[+id+].
4977
4978         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4979         Use it throughout.
4980
4981         * Makefile.def: Add profile and feedback bootstrap stages.
4982         Remove next field from bootstrap stages.
4983         * Makefile.tpl (LN, LN_S): Substitute.
4984         (stageN-start, stageN-end): Use double-colon rules, to
4985         provide a hook for additional setup commands.
4986         (distclean-stageN-gcc, restageN): Create dependencies from
4987         [+prev+], not from [+next+].
4988         (stageN-bubble): Add commands for successive stages from
4989         [+prev+], using double-colon rules.
4990         (all-stageN-gcc): Fix typo.
4991         (stagefeedback-start, profiledbootstrap): New.
4992         * Makefile.in: Regenerate.
4993         * configure.in: Call ACX_PROG_LN.
4994         * configure: Regenerate.
4995
4996 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
4997
4998         * MAINTAINERS (Write After Approval): Add myself.
4999
5000 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
5001
5002         * MAINTAINERS (Write After Approval): Add myself.
5003
5004 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
5005
5006         * configure.in: Fix --enable-bootstrap breakage introduced in trees
5007         without gcc.
5008         * configure: Regenerate.
5009
5010 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5011
5012         * Makefile.tpl: Fix typo.
5013         * Makefile.in: Regenerate.
5014
5015 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5016
5017         * configure.in: Remove new- prefix from toplevel
5018         bootstrap targets.
5019         * configure: Regenerate.
5020
5021 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5022
5023         * Makefile.tpl (all.normal): Rename to all.
5024         (all): Replace with a rule to pick the default
5025         target from configure.
5026         (all-gcc, configure-gcc): Use conditionals to
5027         do nothing when toplevel bootstrap is going on.
5028         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5029         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5030         * configure.in: Support --enable-bootstrap.
5031
5032         * Makefile.def: Remove new- prefix from toplevel
5033         bootstrap targets.
5034         * Makefile.tpl: Likewise.
5035
5036         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
5037         target.
5038
5039         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5040         $(RECURSE_FLAGS) to recursive invocation of make.
5041
5042         * Makefile.in: Regenerate.
5043         * configure: Regenerate.
5044
5045 2004-05-30  Andreas Jaeger  <aj@suse.de>
5046             Jim Wilson  <wilson@specifixinc.com>
5047
5048         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5049         like CC.
5050
5051 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
5052
5053         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5054         * configure: Regenerate.
5055
5056 2004-05-25  Daniel Jacobowitz  <drow@false.org>
5057
5058         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5059         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5060         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
5061         targets.
5062         * Makefile.in: Regenerate.
5063
5064 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
5065
5066         * configure.in: Test the ability to symlink directories.
5067         * configure: Regenerate.
5068
5069         * Makefile.def (bootstrap-stage): New definitions.
5070         * Makefile.tpl (configure-stage1-gcc,
5071         configure-stage2-gcc, configure-stage3-gcc,
5072         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5073         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5074         new-restage3, compare): Autogenerate, see Makefile.in
5075         entry for behavioral changes.
5076         (distclean-stage1, new-stage1-start, new-stage1-end,
5077         new-stage1-bubble, distclean-stage2, new-stage2-start,
5078         new-stage2-end, new-stage2-bubble, distclean-stage3,
5079         new-stage3-start, new-stage3-end): New autogenerated targets.
5080         (objext, prebootstrap, BOOT_CFLAGS,
5081         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5082         targets.
5083
5084         * Makefile.in: Regenerate.
5085         (distclean-stage1, new-stage1-start, new-stage1-end,
5086         new-stage1-bubble, distclean-stage2, new-stage2-start,
5087         new-stage2-end, new-stage2-bubble, distclean-stage3,
5088         new-stage3-start, new-stage3-end): New targets.
5089         (all-stage1-gcc): Move prebootstrap dependency from here...
5090         (configure-stage1-gcc): ...to here.
5091         (new-bootstrap): Use bubble targets.
5092         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5093         Use per-stage distclean targets.
5094         (configure-stage1-gcc, configure-stage2-gcc,
5095         configure-stage3-gcc, all-stage1-gcc,
5096         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5097         Use new-stageN-start to prepare the tree.
5098
5099 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
5100
5101         * Makefile.def (host_modules): add libcpp.
5102         * Makefile.tpl: Add dependencies on and for libcpp.
5103         * Makefile.in: Regenerate.
5104         * configure.in: Add libcpp host module.
5105         * configure: Regenerate.
5106
5107 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
5108
5109         * Makefile.tpl: Whenever a recursive target is defined, wrap
5110         it in a special @if/@endif block, and prepare its maybe
5111         dependency in the @if/@endif block
5112         * configure.in: Instead of writing maybe dependencies, remove
5113         the @if/@endif statements, and remove the @if/@endif blocks
5114         that remain.
5115         * configure: Regenerate.
5116         * Makefile.in: Regenerate.
5117
5118 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
5119
5120         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
5121
5122 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
5123
5124         PR bootstrap/15120
5125         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
5126         * */configure: Rebuilt.
5127
5128 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
5129
5130         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5131         of libf2c.
5132         * configure, Makefile.in: Regenerate.
5133
5134 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
5135
5136         * MAINTAINERS (Write After Approval): Add myself.
5137
5138 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
5139
5140         Merge from tree-ssa-20020619-branch.
5141
5142         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5143         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5144         (HOST_GMPLIBS): Define.
5145         (HOST_GMPINC): Define.
5146         (TARGET_LIB_PATH): Add libmudflap.
5147         (GFORTRAN_FOR_TARGET): Define.
5148         (configure-build*): Export GFORTRAN.
5149         (configure-gcc): Export GMPLIBS and GMPINC.
5150         (all-gcc): Add maybe-all-libbanshee.
5151         (configure-target-libgfortran): Define.
5152         * Makefile.in: Regenerate.
5153         * configure.in (host_libs): Add libbanshee.
5154         (target_libraries): Add target-libmudflap and target-libgfortran.
5155         Add --with-libbanshee.
5156         Handle --disable-libmudflap.
5157         (*-*-freebsd*): Use with_gmp.
5158         Add $(libgcj) to noconfigdirs.
5159         * configure: Regenerate.
5160         * depcomp: New file.
5161         * MAINTAINERS: Add tree-ssa maintainers.
5162
5163 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
5164
5165         * MAINTAINERS (Various Maintainers): Add myself.
5166
5167 2004-04-30  Brian Ford  <ford@vss.fsi.com>
5168
5169         * MAINTAINERS (Write After Approval): Add myself.
5170
5171 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
5172
5173         * MAINTAINERS (Write After Approval): Add myself.
5174
5175 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
5176
5177         * config/acx.m4: Fix fastcompare support for new-bootstrap.
5178         * configure: Regenerate.
5179
5180 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
5181
5182         Revert:
5183         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5184
5185         * Makefile.def (flags_to_pass): Remove *dir variables that
5186         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5187         as well as prefix and exec_prefix.
5188         * Makefile.in: Regenerate.
5189
5190 2004-04-26  Robert Millan  <robertmh@gnu.org>
5191
5192         Add patches from libtool CVS.
5193         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5194         * ltconfig: Likewise.
5195         * ltcf-c.sh: Likewise.
5196         * ltcf-cxx.sh: Likewise.
5197         * ltcf-gcj.sh: Likewise.
5198
5199 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5200
5201         * Makefile.def (host_modules): Mark with the bootstrap
5202         flag packages on which gcc depends.
5203         * Makefile.tpl (all-bootstrap): Use it.
5204         * Makefile.in: Regenerate.
5205
5206 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5207
5208         * Makefile.def (flags_to_pass): Remove *dir variables that
5209         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5210         as well as prefix and exec_prefix.
5211         * Makefile.in: Regenerate.
5212
5213 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5214
5215         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5216         * configure: Regenerate.
5217         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5218         * gcc/Makefile.tpl (compare): Use the result of the test.
5219         * gcc/Makefile.in: Regenerate.
5220
5221 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
5222
5223         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5224         Always relocate gcc and prev-gcc to the original names, even
5225         if the build fails.
5226         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5227         New targets.
5228
5229 2004-04-23  Laurent GUERBY <laurent@guerby.net>
5230
5231         * MAINTAINERS: Update my email address.
5232
5233 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5234
5235         * configure.in (mips*-*-irix5*): Enable ld.
5236         * configure: Regenerate.
5237
5238 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5239
5240         * configure: Regenerate.
5241
5242 2004-04-15  James E Wilson  <wilson@specifixinc.com>
5243
5244         * Makefile.tpl (configure-[+module+], configure-gcc,
5245         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5246         Set and export LDFLAGS.
5247         * Makefile.in: Regenerate.
5248
5249 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
5250
5251         * MAINTAINERS: Add myself to write-after-approval.
5252
5253 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5254
5255         PR bootstrap/14871
5256         * Makefile.tpl: If we don't have built-in-tree target tools,
5257         use the ones found by configure rather than hacking around with
5258         program_transform_name.
5259         * configure.in: Give Makefile.tpl the information necessary
5260         to do that.
5261         * Makefile.in: Regenerate.
5262         * configure: Regenerate.
5263
5264 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
5265
5266         PR bootstrap/14760
5267         * configure.in: When computing baseargs, strip *all* copies of
5268         offending options.  Also, don't match/substitute the trailing space,
5269         so that this actually works when two similar options are separated by
5270         only one space.
5271         * configure: Regenerate.
5272
5273 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
5274
5275         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5276         (rs6000-*-aix*): Same.
5277         * configure: Regenerate.
5278
5279 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
5280
5281         * MAINTAINERS: Add myself to write-after-approval.
5282
5283 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
5284
5285         * MAINTAINERS: Add myself to write-after-approval.
5286
5287 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
5288
5289         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5290         STRICT_WARN, WARN_CFLAGS flags passed down to make.
5291         * Makefile.in: Regenerate.
5292
5293         * configure.in (top level bootstrap support): Rework --enable-werror
5294         to set @stage2_werror_flag@.
5295         * configure: Regenerate.
5296         * Makefile.tpl (top level bootstrap support): Pass
5297         @stage2_werror_flag@ down to configure in stages 2 and 3.
5298         * Makefile.in: Regenerate.
5299
5300 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5301
5302         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5303         for stages 2 and 3 as well as in make.  As a consequence, remove
5304         OUTPUT_OPTION (now detected by configure) from the flags passed down
5305         to make.
5306         * Makefile.in: Regenerate.
5307
5308         * Makefile.tpl (new-bootstrap): Fix typo.
5309         * Makefile.in: Regenerate.
5310
5311 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
5312
5313         * Makefile.tpl: Rearrange by moving recursive_targets rules
5314         into their proper sections.
5315         * Makefile.tpl (top level bootstrap support): Move disabling
5316         of coverage flags from 'make' to 'configure'; improve comments.
5317         * Makefile.in: Regenerate.
5318
5319         * Makefile.tpl (experimental top level bootstrap) Move stage1
5320         language setting from all- target to configure- target; disable
5321         intermodule optimization in stage 1; prevent gratuitous rebuilds
5322         of stage 1.
5323         * Makefile.in: Regenerate.
5324         * configure.in: Comma-separate stage 1 language list for top
5325         level bootstrap.
5326         * configure: Regenerate.
5327
5328         * Makefile.tpl: Clean up experimental top level bootstrap support:
5329         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5330         prev-gcc in configure- targets as well as all- targets.
5331         * Makefile.in: Regenerate.
5332
5333 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
5334
5335         * compile: New file imported from automake.
5336
5337 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
5338
5339         * configure.in: Remove symbolic link section.
5340         * configure: Regenerate.
5341         * Makefile.tpl (links): Remove.
5342         * Makefile.in: Regenerate.
5343
5344 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
5345             Nathanael Nerode  <neroden@gcc.gnu.org>
5346
5347         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5348         Set with AC_CHECK_PROGS.
5349         * configure.in: Fix comment typo from last patch.
5350         * configure: Regenerate.
5351
5352 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
5353
5354         * Makefile.tpl: Introduce experimental top level bootstrap support.
5355         * Makefile.in: Regenerate.
5356         * configure.in: Introduce support for top level bootstrap.
5357         * configure: Regenerate.
5358
5359 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5360             Paolo Bonzini  <bonzini@gnu.org>
5361
5362         PR bootstrap/14522
5363         * configure.in: Cope with shells that do not support unquoted ^
5364         * configure: Regenerate.
5365
5366 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5367             Paolo Bonzini  <bonzini@gnu.org>
5368
5369         PR bootstrap/14522
5370         * configure.in: Cope with shells that do not support nesting
5371         quotes inside quoted backquote substitutions.
5372         * configure: Regenerate.
5373
5374 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
5375
5376         PR bootstrap/14522
5377         * configure.in: Fix escaping of $.
5378         * configure: Regenerate.
5379
5380 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
5381
5382         * configure: Regenerate, since I forgot to while committing Paolo's
5383         changes.
5384
5385 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
5386
5387         PR ada/14131
5388         Move language detection to the top level.
5389         * configure.in: Find default values for the tools as
5390         soon as possible.  Disable ada if GNAT is not found.
5391         Emit error message about missing languages.  Expand
5392         --enable-languages=all for the gcc subdirectory.
5393
5394 2004-03-10  Ben Elliston  <bje@gnu.org>
5395
5396         * MAINTAINERS: Update my email address.
5397
5398 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
5399
5400         * ltconfig: Disable building static libraries if building shared
5401         libraries on AIX 5L.
5402
5403 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
5404
5405         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5406         and disable libgcj.
5407         * configure: Regenerated.
5408
5409 2004-03-01  Brian Booth  <bbooth@redhat.com>
5410
5411         * MAINTAINERS: Add myself to write-after-approval.
5412
5413 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
5414
5415         * MAINTAINERS: Add myself to write-after-approval.
5416
5417 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5418
5419         PR bootstrap/7087
5420         * Makefile.tpl: Guard XFOO sed statements better.
5421         * Makefile.tpl: Add dependency for configure-target-libada.
5422         * Makefile.in: Regenerate (incidentally fixes broken
5423         commit when libada-branch was merged).
5424
5425 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
5426
5427         * MAINTAINERS: Add myself to write-after-approval.
5428
5429 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
5430
5431         * MAINTAINERS: Add Nicola Pero and myself as libobjc
5432         maintainers.
5433
5434 2004-02-20  Andrew Cagney  <cagney@redhat.com>
5435
5436         * config.guess: Update from version 2003-10-16 to 2004-02-16.
5437         * config.sub: Update from version 2003-11-03 to 2004-02-16.
5438
5439 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5440
5441         PR bootstrap/11932
5442         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5443
5444 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
5445
5446         * MAINTAINERS: Added myself to write-after-approval.
5447
5448 2004-02-14  Michael Koch  <konqueror@gmx.de>
5449
5450         * MAINTAINERS: Added myself to write-after-approval.
5451
5452 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
5453
5454         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
5455         some OS port maintainers to OS port maintainers section.
5456
5457 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
5458
5459         * MAINTAINERS: Add self.
5460
5461 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
5462
5463         * MAINTAINERS: Alphabetize.
5464
5465 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
5466
5467         * MAINTAINERS: Remove myself.
5468
5469 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
5470
5471         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5472         (rs6000-*-aix*): Same.
5473         * configure: Regenerate.
5474
5475 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
5476
5477         * configure.in (host): Add in missing $noconfigdirs to defines.
5478         * configure: Regenerate.
5479
5480 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
5481             Nathanael Nerode  <neroden@gcc.gnu.org>
5482
5483         PR ada/6637, PR ada/5911
5484         Merge with libada-branch:
5485         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5486         with appropriate dependencies. Add --enable-libada configure switch.
5487         * configure, Makefile.in: Regenerate.
5488
5489 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
5490
5491         * MAINTAINERS: Add myself to write-after-approval.
5492
5493 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5494
5495         * configure.in: Don't pass --with-stabs on IRIX 5 either.
5496         * configure: Regenerate.
5497
5498 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
5499
5500         Merge from upstream:
5501
5502         * ltmain.in: When setting IFS to '~', be careful about user
5503         arguments that contain '~'.
5504
5505         2004-02-04  Peter O'Gorman  <peter@pogma.com>
5506
5507         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
5508         Also test $base_compile against $CC with escaped arguments. Bug
5509         reported by Geoff Keating <geoffk@apple.com>.
5510
5511 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
5512
5513         * MAINTAINERS: Remove i960 port.
5514
5515 2004-01-23  DJ Delorie  <dj@redhat.com>
5516
5517         * Makefile.def (target_modules) [libiberty]: Don't stage.
5518         * Makefile.in: Rebuilt.
5519
5520 2004-01-20  Caroline Tice  <ctice@apple.com>
5521
5522         * MAINTAINERS: Add myself to write-after-approval.
5523
5524 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
5525
5526         * MAINTAINERS: Update my email address.
5527
5528 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
5529
5530         * MAINTAINERS: Add myself to write-after-approval.
5531
5532 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5533
5534         * MAINTAINERS: Remove entries without email address.
5535
5536 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
5537
5538         * MAINTAINERS: Add myself to write-after-approval.
5539
5540 2004-01-15  Steven Bosscher  <stevenb@suse.de>
5541
5542         * MAINTAINERS: Update my email address.
5543
5544 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
5545
5546         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5547         * Makefile.tpl (configure-target-[+module+]): Support stage.
5548         * Makefile.in: Rebuilt.
5549
5550 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
5551
5552         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
5553
5554 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
5555
5556         * MAINTAINERS: Add myself as a MIPS maintainer.
5557
5558 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5559
5560         * configure.in: Use ./config.cache, not config.cache.
5561         * configure: Regenerate.
5562         * Makefile.tpl: Special-casing not needed for GCC any more.
5563         * Makefile.in: Regenerate.
5564
5565         * configure.in: Don't share a cache file for host dirs.
5566         * configure: Regenerate.
5567
5568         * config-ml.in: Don't mess with the cache file.
5569
5570 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5571
5572         * MAINTAINERS: Move myself from 'Write After Approval' to
5573         'CPU Port Maintainers' section as SPARC maintainer.
5574
5575 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5576
5577         * Makefile.tpl: Make GCC use a separate config.cache.
5578         * Makefile.in: Regenerate.
5579
5580         PR bootstrap/11932, PR bootstrap/11933
5581         (I don't know if it will fix either of them, but it relates
5582         to them.)
5583         * configure.in: Don't use shared config.cache for target
5584         directories.
5585         * configure: Regenerate.
5586
5587 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
5588
5589         * MAINTAINERS: Add myself to 'Write After Approval' section.
5590
5591 2003-12-31  Roger Sayle  <roger@eyesopen.com>
5592
5593         * configure.in (ia64*-*-hpux*): Disable building java libraries.
5594         * configure: Regenerated.
5595
5596 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
5597
5598         * MAINTAINERS: Remove the mn10200 maintainer.
5599
5600 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
5601
5602         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5603         * configure: Regenerated.
5604
5605 2003-12-16  Jan Hubicka  <jh@suse.cz>
5606
5607         * MAINTAINERS: Add myself as callgraph maintainer.
5608
5609 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
5610
5611         * configure.in (raw_libstdcxx_flags): Remove the leading space.
5612         * configure: Regenerate.
5613
5614 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5615
5616         * MAINTAINERS: Move myself from 'Bug database only accounts' to
5617         'Write After Approval' section. Update email.
5618
5619 2003-12-01  James Lemke  <jim@wasabisystems.com>
5620
5621         * MAINTAINERS (Write After Approval): Add myself.
5622
5623 2003-11-20  Matt Thomas  <matt@3am-software.com>
5624
5625         * MAINTAINERS: Add myself as a vax port maintainer.
5626
5627 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
5628
5629         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5630         (configure-build-[+module+], configure-[+module+]): Likewise.
5631         (configure-target-[+module+], configure-gcc, config.status): Likewise.
5632         * Makefile.in: Regenerate.
5633
5634 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
5635
5636         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
5637         shared/dylibed libraries.
5638         * ltmain.sh: Likewise.
5639         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
5640         * ltcf-cxx.sh: Likewise.
5641         * ltcf-gcj.sh: Likewise.
5642         * ltconfig: Likewise.
5643
5644 2003-11-17  Stan Cox  <scox@redhat.com>
5645
5646         * MAINTAINERS: Add myself as iq2000 port maintainer.
5647
5648 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
5649
5650         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5651         * Makefile.in: Regenerate.
5652
5653 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
5654
5655         * config.sub: Update to 2003-11-03 version.
5656
5657 2003-10-20  Phil Edwards  <phil@codesourcery.com>
5658
5659         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
5660         * configure:  Regenerate.
5661
5662 2003-10-20  Nicolas Pitre  <nico@cam.org>
5663
5664         * MAINTAINERS: Add myself to 'Write After Approval' section.
5665
5666 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
5667
5668         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
5669
5670 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
5671
5672         * MAINTAINERS: Update my email address.
5673
5674 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5675
5676         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
5677
5678 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
5679
5680         * MAINTAINERS: Add myself to 'Write After Approval' section.
5681
5682 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
5683
5684         * config.guess: Update to 2003-10-16 version.
5685         * config.sub: Update to 2003-10-16 version.
5686
5687 2003-10-15  David Daney  <ddaney@avtrex.com>
5688
5689         * MAINTAINERS: Added myself to 'Write After Approval' section.
5690
5691 2003-10-15  Falk Hueffner  <falk@debian.org>
5692
5693         * MAINTAINERS: Move myself from 'Bug database only accounts' to
5694         'Write After Approval' section. Update email.
5695
5696 2003-10-14  Roger Sayle  <roger@eyesopen.com>
5697
5698         * MAINTAINERS: Move myself from 'Write After Approval' to
5699         'Various Maintainers' section as middle-end maintainer.
5700
5701 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5702
5703         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5704         HOST_FLAGS_TO_PASS.
5705         * Makefile.in: Regenerate.
5706
5707 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
5708
5709         * config.guess: Update to 2003-10-07 version.
5710         * config.sub: Update to 2003-10-07 version.
5711
5712 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5713
5714         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
5715         * ltconfig (irix5*, irix6*): Don't override version_type.
5716
5717 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
5718
5719         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5720         * configure: Rebuilt
5721         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5722         * Makefile.in: Rebuilt
5723
5724 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5725
5726         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5727
5728 2003-09-30  Carlo Wood  <carlo@alinoe.com>
5729
5730         * MAINTAINERS (Write After Approval): Add myself.
5731
5732 2003-09-29  Paul Koning  <ni1d@arrl.net>
5733
5734         * MAINTAINERS: Move myself from "Write After Approval"
5735         to CPU platform maintainers for pdp11 platform.
5736
5737 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
5738
5739         * MAINTAINERS: Move myself from 'Write After Approval' to
5740         'Various Maintainers' section as libffi testsuite maintainer.
5741
5742 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
5743
5744         * configure.in: Pass a computed --program-transform-name
5745         to subconfigures.
5746         * configure: Regenerated.
5747
5748 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
5749
5750         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5751         * Makefile.in: Regenerate.
5752
5753         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5754         * Makefile.in: Regenerate.
5755
5756 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
5757
5758         * MAINTAINERS: Move myself from 'Write After Approval'
5759         to 'Various Maintainers' (objective-c) section.
5760
5761 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
5762
5763         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5764         quoting.
5765         * configure: Regenerated.
5766
5767 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
5768
5769         * MAINTAINERS (Write After Approval): Add myself to write after
5770         approval list.
5771
5772 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
5773
5774         * MAINTAINERS (Write After Approval): Add myself.
5775
5776 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
5777
5778         * MAINTAINERS: Update my e-mail address.
5779
5780 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
5781
5782         * libtool.m4 (LD): Correct powerpc64 host match.
5783
5784 2003-09-06  James E Wilson  <wilson@tuliptree.org>
5785
5786         * MAINTAINTERS: Update my affiliation and email address.
5787
5788 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5789
5790         * MAINTAINERS (Write After Approval): Add myself.
5791
5792 2003-09-04  DJ Delorie  <dj@redhat.com>
5793
5794         * configure: Regenerate.
5795
5796 2003-09-04  Robert Millan  <robertmh@gnu.org>
5797
5798         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
5799
5800 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5801
5802         * configure.in: Ensure arguments to sed are properly spaced.
5803         * configure: Regenerate.
5804
5805 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
5806
5807         * MAINTAINERS: Update my e-mail address.
5808
5809 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
5810
5811         * MAINTAINERS (Write After Approval): Add myself.
5812
5813 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
5814
5815         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5816         * configure: Regenerated.
5817
5818 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
5819
5820         * MAINTAINERS: Update my email address.
5821
5822 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
5823
5824         * configure.in:  Use newline instead of semicolon when assuming
5825         shell arguments in a for loop.
5826         * configure:  Regenerated.
5827
5828 2003-08-22  Jason Eckhardt  <jle@rice.edu>
5829
5830         * MAINTAINERS: Resurrect the i860 maintainer.
5831
5832 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
5833
5834         PR 8180
5835         * configure.in: When testing with_libs and with_headers, treat
5836         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
5837         * configure: Regenerate.
5838
5839         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5840         make, shell, etc.
5841         (baseargs): Likewise.
5842         * configure: Regenerate.
5843
5844 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
5845
5846         * MAINTAINERS (Write After Approval): Add myself.
5847
5848 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
5849
5850         * configure.in: Disable libgcj for darwin not on powerpc.
5851         * configure: Rebuild.
5852
5853 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
5854
5855         * config-ml.in, symlink-tree: Add license.
5856
5857 2003-08-03  Richard Stallman  <rms@gnu.org>
5858             Eben Moglen  <moglen@columbia.edu>
5859
5860         * README.SCO: New file.
5861
5862 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
5863
5864         * Makefile.tpl (check, check-c++): Express dependencies using
5865         dependencies rather than commands.
5866         * Makefile.in: Regenerate.
5867
5868 2003-08-01  Andrew Cagney  <cagney@redhat.com>
5869
5870         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5871         * configure: Ditto.
5872
5873 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
5874
5875         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5876         * Makefile.in: Update.
5877
5878 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
5879
5880         * configure.in: Enable libgcj for darwin.
5881         * configure: Rebuild.
5882
5883 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
5884
5885         * config-ml.in:  Use ac_configure_args directly instead of
5886         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
5887         actually seen.
5888
5889 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5890
5891         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5892         creating target and build subdirs to build all parent dirs as needed.
5893         * Makefile.in: Rebuild.
5894         * configure.in: Don't build dirs explicitly here.
5895         * configure: Rebuild.
5896
5897 2003-07-26  Paul Brook  <paul@nowt.org>
5898
5899         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
5900
5901 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
5902
5903         * Makefile.tpl (all-make): Depend on intl.
5904         * Makefile.in: Rebuilt.
5905
5906 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
5907
5908         * install-sh:  Update to newer upstream versions (associated with
5909         aclocal 1.7).
5910         * mkinstalldirs:  Likewise.
5911         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
5912
5913 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
5914
5915         * MAINTAINERS: Move self from Bug database only accounts
5916         to write-after-approval.
5917
5918 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
5919
5920         * config.if: Remove unused libc_interface determination.
5921
5922 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
5923
5924         * MAINTAINERS: Move self from write-after-approval to
5925         build machinery (*.in).
5926
5927 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5928
5929         PR bootstrap/11273
5930         PR bootstrap/11408
5931         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
5932         unused INSTALL_PROGRAM_ARGS.
5933         * configure.in: Use AC_PROG_INSTALL.
5934         * Makefile.in: Regenerate.
5935         * configure: Regenerate.
5936
5937 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
5938
5939         * MAINTAINERS: Alphabetize.
5940
5941 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
5942
5943         * configure: Rebuilt.
5944         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
5945         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5946         newlib nor libgloss.
5947         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
5948         * configure.in (am33_2.0-*-linux*): Added.
5949
5950 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
5951
5952         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5953         * configure: Regenerate.
5954
5955 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
5956
5957         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
5958         * Makefile.in: Regenerate.
5959
5960 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
5961
5962         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
5963         * Makefile.in: Regenerate.
5964
5965 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
5966
5967         * Makefile.tpl: Replace PWD with PWD_COMMAND.
5968         * Makefile.in: Regenerated.
5969
5970         * config-ml.in: Replace PWD with PWD_COMMAND.
5971
5972 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
5973
5974         * intl: New directory; see intl/ChangeLog for details.
5975         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
5976         * Makefile.tpl: all-gcc depends on maybe-all-intl.
5977         * Makefile.in: Regenerate.
5978
5979 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5980
5981         * configure.in: Clean up config-lang.in handling.  Delete
5982         useless assignment to "subdirs".
5983         * configure: Regenerate.
5984
5985 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
5986
5987         * configure.in: Rename 'target_libs' to 'target_libraries'.
5988         Remove useless reference to 'target_libs'.
5989         * configure: Regenerate.
5990
5991 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
5992
5993         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5994         * Makefile.in: Regenerate.
5995
5996 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5997
5998         * Makefile.def: Introduce flags_to_pass.
5999         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6000         * Makefile.in: Regenerate.
6001
6002 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
6003
6004         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6005         and target-libgloss.
6006         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6007         <h8300*-*-*>: Disable libf2c and ${libgcj}.
6008         * configure: Regenerate.
6009
6010 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
6011
6012         * configure.in: Update testsuite_flags to new location.
6013         * configure. Regenerate.
6014
6015 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6016
6017         * Makefile.tpl: Remove BUILD_CC stuff.
6018         * Makefile.in: Regenerate.
6019
6020 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
6021
6022         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
6023
6024 2003-06-16  Graeme Peterson  <gp@qnx.com>
6025
6026         * MAINTAINERS (Write After Approval): Add myself.
6027
6028 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
6029
6030         * config.guess: Update to 2003-06-12 version.
6031         * config.sub: Update to 2003-06-13 version.
6032
6033 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
6034
6035         * config.guess: Update to 2003-06-06 version.
6036         * config.sub: Update to 2003-06-06 version.
6037
6038 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6039
6040         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6041         * configure. Regenerate.
6042
6043 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6044
6045         * configure.in: Disable serial configure by default.
6046         * configure: Regenerate.
6047         * Makefile.tpl: Abolish .NOTPARALLEL.
6048         * Makefile.in: Regenerate.
6049
6050         * Makefile.tpl: Replace {build,host,target}_canonical by
6051         {build,host,target}.
6052         * Makefile.in: Regenerate.
6053
6054         * Makefile.tpl: Fix stupid pasto.
6055         * Makefile.in: Regenerate.
6056
6057 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6058
6059         * Makefile.tpl: Remove bogus conditional.
6060         * Makefile.in: Regenerate.
6061
6062 2003-06-05  Jan Hubicka  <jh@suse.cz>
6063
6064         * Makefile.tpl (profiledbootstrap): New target.
6065         * Makefile.in (profiledbootstrap): New target.
6066
6067 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
6068
6069         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
6070         Pinski. Remove user names from other bugzilla-only maintainers.
6071
6072 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6073
6074         * Makefile.tpl: Make 'recursive targets' using autogen rather
6075         than shell loop.  Remove duplicate 'clean' targets and false
6076         comments.
6077         * Makefile.def: Add systematic dependencies to 'recursive' targets.
6078         Add systematic method of specifying missing targets in subdirs.
6079         Add copyright boilerplate.
6080         * Makefile.in: Regenerate.
6081         * configure.in: Add 'recursive targets' to maybe list.
6082         * configure: Regenerate.
6083
6084         * MAINTAINERS: "GNATS only" -> "Bug database only".
6085
6086         * Makefile.tpl: Rename [+target+] to [+make_target+].
6087         * Makefile.def: Rename 'target' to 'make_target'.
6088
6089 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
6090
6091         * MAINTAINERS: Add self as options handling maintainer.
6092
6093 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
6094
6095         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
6096         been too long since I touched those ports.
6097
6098 2003-05-28  DJ Delorie  <dj@redhat.com>
6099
6100         * Makefile.tpl: Make maybe-check-gcc .PHONY.
6101         * Makefile.in: Regenerate.
6102
6103 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6104
6105         * configure.in: Use curly braces in the definition of tooldir.
6106         * configure: Regenerate.
6107
6108 2003-05-21  DJ Delorie  <dj@redhat.com>
6109
6110         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6111         newlib or libgloss.
6112         * Makefile.in: Regenerate.
6113
6114 2003-05-21  DJ Delorie  <dj@redhat.com>
6115
6116         * Makefile.tpl: Add missing empty maybe-check-gcc target.
6117         * Makefile.in: Regenerate.
6118
6119 2003-05-20  Ian Lance Taylor  <ian@airs.com>
6120
6121         * MAINTAINERS: Update my e-mail address.
6122
6123 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6124
6125         * configure.in: Switch more things to use maybe dependencies.
6126         * Makefile.tpl: Switch more things to use maybe dependencies.
6127         Factor out common code from autogen IF statements.
6128         * configure: Regenerate.
6129         * Makefile.in: Regenerate.
6130
6131 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
6132
6133         * configure.in: Accept i[3456789]86 for machine type.
6134         * configure: Regenerate.
6135
6136 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6137
6138         * configure.in: Switch more things to use maybe dependencies.
6139         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
6140         * configure: Regenerate.
6141         * Makefile.tpl: Switch more things to use maybe dependencies.
6142         * Makefile.in: Regenerate.
6143
6144 2003-05-16  Andreas Schwab  <schwab@suse.de>
6145
6146         * Makefile.tpl (install-opcodes): Define.
6147         * Makefile.in: Rebuild.
6148
6149 2003-05-13  Andreas Jaeger  <aj@suse.de>
6150
6151         * config.guess: Update to 2003-05-09 version.
6152         * config.sub: Update to 2003-05-09 version.
6153
6154 2003-05-13  Michael Eager  <eager@mvista.com>
6155
6156         * configure.in: Correct sed script so that options in quotes are not
6157         deleted.
6158         * configure: Rebuild.
6159
6160 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
6161
6162         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6163         and $$s/newlib/libc/sys/cygwin32 include paths.
6164         * configure: Ditto.
6165
6166 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
6167
6168         * MAINTAINERS: Update my email addresses.
6169
6170 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
6171
6172         * config-ml.in: Propagate INSTALL variables.
6173
6174 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6175
6176         * MAINTAINERS: Remove duplicate entries in Write After Approval.
6177
6178 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
6179
6180         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6181         * Makefile.in: Regenerate.
6182
6183 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
6184
6185         * MAINTAINERS (GNATS only): Add Falk Hueffner.
6186
6187 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
6188
6189         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
6190
6191 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
6192
6193         * Makefile.tpl: Clean $(BUILD_SUBDIR).
6194         * Makefile.in: Regenerated.
6195
6196 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
6197
6198         * MAINTAINERS (Write After Approval): Upgrade myself from
6199         GNATS only to write-after-approval. Update my mail address.
6200
6201 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
6202
6203         (OS Port Maintainers: freebsd): Add myself.
6204
6205 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
6206
6207         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
6208
6209 2003-04-22  Kean Johnston  <jkj@sco.com>
6210
6211         * MAINTAINERS (SCO ports): Added myself.
6212
6213 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
6214
6215         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
6216
6217 2003-04-19  Kean Johnston  <jkj@sco.com>
6218
6219         * MAINTAINERS (Write After Approval): Add myself.
6220
6221 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6222
6223         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6224         * Makefile.in: Regenerate.
6225
6226 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
6227
6228         * configure.in (powerpc64*-*-linux*): Remove.
6229         * configure: Rebuilt.
6230
6231 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
6232
6233         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
6234         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6235         and restrap.
6236         * Makefile.in:  Regenerate.
6237
6238 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
6239
6240         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6241         * configure: Regenerated.
6242
6243 2003-04-15  DJ Delorie  <dj@redhat.com>
6244
6245         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
6246
6247 2003-04-13  Nick Clifton  <nickc@redhat.com>
6248
6249         * config-ml.in: Remove support for --disable-aix removing
6250         call-aix multilibs.
6251
6252 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
6253
6254         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6255         * */configure: Rebuilt.
6256
6257 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
6258
6259         * MAINTAINERS: Add my email address.
6260
6261 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
6262
6263         * MAINTAINERS (Write After Approval): Add myself.
6264
6265 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6266
6267         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6268         * Makefile.in: Regenerate.
6269
6270 2003-03-14  Michael Chastain  <mec@shout.net>
6271
6272         * Makefile.in: Regenerate with correct Makefile.def.
6273
6274 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6275
6276         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
6277         Make macro.
6278         * Makefile.in: Regenerate.
6279         * configure.in: Clean up gxx_include_dir logic.
6280         * configure: Regenerate.
6281
6282 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
6283
6284         * MAINTAINERS (Write After Approval): Add myself.
6285
6286 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
6287
6288         * MAINTAINERS: Update my mail address.
6289
6290 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6291
6292         * configure.in (gxx_include_dir): Fix typo.
6293         * configure: Regenerated.
6294
6295 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6296
6297         * Makefile.tpl: Reindent.
6298         * Makefile.in: Regenerate.
6299         * configure.in: Reindent.  Don't set unused variables.
6300         * configure: Regenerate.
6301
6302 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
6303
6304         * configure.in: Include $(build_tooldir)/sys-include in
6305         FLAGS_FOR_TARGET.
6306         * configure: Regenerated.
6307
6308 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6309
6310         * Makefile.tpl: Always pass down RANLIB.
6311         * Makefile.in: Regenerate.
6312
6313         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6314         * Makefile.in: Regenerate.
6315         * configure.in: Remove unused logic relating to --enable-shared
6316         and --enable-threads.  Remove bogus comments.  Remove redundant
6317         noconfigdirs.
6318         * configure: Regenerate.
6319
6320         * configure.in: Replace ${libstdcxx_version} by its value.
6321         Remove reference to mh-dgux.
6322         * configure: Regenerate.
6323
6324 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
6325
6326         * MAINTAINERS (Write After Approval): Add myself.
6327
6328 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6329
6330         * Makefile.tpl: Rearrange.
6331         * Makefile.in: Regenerate.
6332
6333 2003-02-25  Uwe Stieber  <uwe@wwws.de>
6334
6335         * configure.in: Add support for kaOS as cross build target system.
6336         * configure: Regenerated.
6337
6338 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
6339
6340         * MAINTAINERS (Write after approval): Add myself.
6341
6342 2003-02-21  James E Wilson  <wilson@tuliptree.org>
6343
6344         * MAINTAINERS: Update my email address.
6345
6346 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
6347
6348         * MAINTAINERS: Add self to blanket write privs. section.
6349
6350 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
6351
6352         * Makefile.tpl: Add definition of CPPFLAGS to pass into
6353         configure-target-* as some target builds may require additional
6354         flags for preprocessor tests.
6355         * Makefile.in: Regenerated.
6356
6357 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
6358
6359         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6360         * ltconfig: Handle it.
6361         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6362         auto-detecting it.
6363
6364         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6365         it is used as argument to $CC.
6366         * ltcf-gcj.sh: Likewise.
6367
6368         * configure.in: Introduce --enable-maintainer-mode.
6369         * configure: Rebuilt.
6370         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6371         for maintainer mode.
6372         * Makefile.in: Rebuilt.
6373
6374 2003-02-18  Jason Merrill  <jason@redhat.com>
6375
6376         * Makefile.tpl (check-c++): Allow parallelism.
6377
6378 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6379
6380         * MAINTAINERS: Remove John Carr (who never actually had access to
6381         gcc.gnu.org).
6382
6383 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
6384
6385         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6386         don't configure target-libobjc.
6387         * configure: Regenerate.
6388
6389 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6390
6391         * Makefile.tpl (RANLIB): Define.
6392         * Makefile.in: Regenerate.
6393
6394 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
6395
6396         * MAINTAINERS: Update my email.
6397
6398 2003-02-06  Keith R Seitz  <keiths@redhat.com>
6399
6400         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6401         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6402         * Makefile.in: Regenerated.
6403         * configure.in: Remove all traces of snavigator, db, and grep.
6404         * configure: Regenerated.
6405
6406 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6407
6408         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
6409         After Approval.
6410
6411 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6412
6413         * MAINTAINERS (Write after approval): Add myself.
6414
6415 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
6416
6417         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6418         * Makefile.in: Regenerated.
6419
6420 2003-01-30  Roger Sayle  <roger@eyesopen.com>
6421
6422         * config.guess: Updated to 2003-01-30's version.
6423         * config.sub: Updated to 2003-01-28's version.
6424
6425 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
6426
6427         * config.if: If gcc_version is already set, just use it.  Don't set
6428         gcc_version_trigger if it's already set, otherwise set it to
6429         gcc/version.c, but only if the file exists.  If it is not set and
6430         gcc/version.c does not exist, try to extract the version number from
6431         $CC.
6432
6433 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
6434
6435         * MAINTAINERS: Add myself to write-after-approval list.
6436
6437 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
6438
6439         * configure.in:  Revert 24Jan change.
6440         * configure:  Regenerate.
6441
6442 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6443
6444         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
6445         entry of HJ Lu.
6446
6447 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6448
6449         * configure.in: Revert previous change.
6450         * configure: Regenerate.
6451
6452 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6453
6454         * configure.in: Make rda native-only.
6455         * configure: Regenerate.
6456
6457 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6458
6459         * MAINTAINERS: Move myself from GNATS-only-accounts to
6460         write-after-approval.
6461
6462 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6463
6464         * configure.in: Add missing \.
6465         * configure: Rebuilt.
6466
6467 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
6468
6469         * configure.in (baseargs): Avoid using \| in sed regular
6470         expressions.
6471         * configure: Rebuilt.
6472
6473 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
6474
6475         * configure.in (baseargs): Remove all supported forms of
6476         --cache-file, --srcdir, --host, --build and --target options
6477         from argument lists.
6478         * configure: Rebuilt.
6479
6480 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
6481
6482         * MAINTAINERS: Add myself to write-after-approval list.
6483
6484 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
6485
6486         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6487         * configure: Rebuilt.
6488
6489 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6490
6491         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6492         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6493         * Makefile.in: Regenerate.
6494         * configure: Regenerate.
6495
6496 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
6497
6498         * configure.in: Remove Makefile in build, host and target modules
6499         unless configure was run with --no-recursion.
6500         * configure: Rebuilt.
6501
6502 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6503
6504         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6505         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6506         * Makefile.in: Regenerate.
6507
6508 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
6509
6510         * config.guess: Update to 2003-01-03 version.
6511         * config.sub: Update to 2003-01-03 version.
6512
6513 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6514
6515         * configure: Regenerate with proper autoconf 2.13.
6516
6517 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6518
6519         * configure.in: Add AC_PREREQ for consistency.
6520         * configure: Regenerate.
6521
6522 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
6523
6524         * configure.in (GDB_TK): Add tcl directories conditional on
6525         gdb/gdbtk directory being present.
6526         * configure: Regenerate.
6527
6528 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
6529
6530         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
6531         used by gcc if LD is not defined and we are not doing a Canadian Cross.
6532         * configure: Rebuilt.
6533
6534 2002-12-31  Tom Tromey  <tromey@redhat.com>
6535
6536         * Makefile.in: Rebuilt.
6537         * Makefile.def (target_modules) [libffi]: Allow installation.
6538
6539 2002-12-31  Andreas Schwab  <schwab@suse.de>
6540
6541         * configure.in: Fix use of $program_transform_name.
6542         * configure: Regenerated.
6543
6544 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
6545
6546         * configure.in (baseargs): Don't remove first configure argument.
6547         * configure: Regenerated.
6548
6549 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
6550
6551         * Makefile.tpl (local-distclean): Don't remove...
6552         (multilib.ts): ... this.  Moved into...
6553         (multilib.out): ... this.  Don't use sub-make.
6554         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6555         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6556         (configure-build-[+module+], configure-[+module+],
6557         configure-target-[+module+], configure-gcc): ... these.  Test
6558         for Makefile existence.  Drop config.status from dependencies.
6559         * Makefile.in: Rebuilt.
6560         * configure.in: Move gcc-version-trigger to the end of
6561         ac_configure_args.  Add comments to maybedep.tmp and
6562         serdep.tmp.  Introduce --disable-serial-configure.  Remove
6563         nonopt from baseargs, matching and removing corresponding
6564         whitespace while at it.
6565         * configure: Rebuilt.
6566
6567 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
6568
6569         * configure.in (host_configargs): Replace reference to
6570         no-longer-defined buildopts with --build=${build_alias}.
6571         * configure: Rebuilt.
6572
6573         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
6574         program_transform_name to standard idiom.
6575         (AUTOGEN, AUTOCONF): Define.
6576         (Makefile.in): Use $(AUTOGEN).
6577         (Makefile): Depend on config.status, and use autoconf-style rule to
6578         build it.  Move original commands to...
6579         (config.status): ... this new target.
6580         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
6581         $(AUTOCONF).
6582         * Makefile.in: Rebuilt.
6583
6584 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6585
6586         * Makefile.tpl: Fix dramatic bustage due to change in
6587         program_transform_name.
6588         * Makefile.in: Regenerate.
6589
6590         * configure.in: Remove unnecessary PATH setting.
6591         * configure: Regnerate.
6592
6593         * configure.in: Don't default to unprefixed tools unless
6594         the native tools will work.
6595         * configure: Regenerate.
6596
6597         * configure.in: Convert to autoconf script.  Blow away lots
6598         of now-redundant Makefile fragments.
6599         * configure: Generate using Autoconf.
6600         * Makefile.tpl: Rewrite to reflect autoconfiscation.
6601         * Makefile.in: Regenerate.
6602
6603 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6604
6605         * configure: Fix stupid bug where RANLIB was mistakenly included.
6606
6607         * configure.in: Rename (buildargs, hostargs, targargs) to
6608         (build_configargs, host_configargs, target_configargs).
6609
6610         * configure.in: Move logic out of sed statement.
6611
6612         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
6613         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6614
6615 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
6616
6617         * config.sub: Import from master repository
6618         * config.guess: Ditto
6619
6620 2002-12-24  Andreas Schwab  <schwab@suse.de>
6621
6622         * Makefile.tpl (multilib.out): Fix missing space.
6623         * Makefile.in: Regenerate.
6624
6625 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6626
6627         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
6628         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
6629         * Makefile.in: Regenerate.
6630         * configure.in: Remove unnecessary leftovers.
6631
6632 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
6633
6634         * configure.in (extra_ranlibflags_for_target): New variable.
6635         (*-*-darwin): Add -c to ranlib commands.
6636         * configure (tooldir): Handle extra_ranlibflags_for_target.
6637
6638 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6639
6640         * Makefile.tpl: Revert HJL's change.
6641         * Makefile.in: Regenerated.
6642         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6643         always.
6644
6645 2002-12-19  Andreas Schwab  <schwab@suse.de>
6646
6647         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6648         * Makefile.in: Regenerate.
6649
6650 2002-12-18  H.J. Lu  <hjl@gnu.org>
6651
6652         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6653         * Makefile.in: Regenerated.
6654
6655         * configure.in (build_prefix): New. Substitute.
6656
6657 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6658
6659         * Makefile.tpl: Don't let real targets depend on phony targets.
6660         * Makefile.in: Regenerate.
6661
6662         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6663         * Makefile.in: Regenerate.
6664
6665 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
6666
6667         * config.sub: Import from master repository
6668         * config.guess: Ditto
6669
6670 2002-12-16  Jason Merrill  <jason@redhat.com>
6671
6672         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6673         previous 'make bootstrap'.
6674         * Makefile.in: Regenerate.
6675
6676 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
6677
6678         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6679
6680 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6681
6682         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6683         * Makefile.in: Regenerate.
6684
6685 2002-12-13  Jason Merrill  <jason@redhat.com>
6686
6687         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
6688         library tests.
6689         (check-c++): Just depend on it and check-target-libstdc++-v3.
6690         * Makefile.in: Regenerate.
6691
6692 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
6693
6694         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6695         * Makefile.in: Rebuilt.
6696
6697 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
6698
6699         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
6700
6701 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6702
6703         * configure: Fix bug put in by gremlins.
6704
6705         * Makefile.tpl: Substitute more autoconfily.
6706         * configure: Substitute more autoconfily.
6707         * Makefile.in: Regenerate.
6708
6709 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
6710
6711         * config.sub: Import from master repository
6712         * config.guess: Ditto
6713         * MAINTAINERS: Added Svein Seldal under write after approval
6714
6715 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
6716
6717         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6718         * Makefile.in (all-sim): Ditto.
6719
6720 2002-12-06  DJ Delorie  <dj@redhat.com>
6721
6722         * Makefile.tpl: Change configure dependencies to not have real
6723         targets depend on phony targets.
6724
6725 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
6726
6727         * configure.in: Revert unintentional change.
6728
6729         * Makefile.tpl: Change dependency for */multilib.out so that
6730         it works when gcc isn't in the tree.
6731
6732         * configure.in: Substitute more.
6733         * configure: Run subconfigures from the Makefile.
6734         * Makefile.tpl: Run subconfigures from the Makefile; add a few
6735         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
6736
6737 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6738
6739         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
6740
6741 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6742
6743         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6744         and corresponding dependencies.
6745         * Makefile.in: Regenerate.
6746
6747         * configure.in (host_tools): Order binutils, gas and ld for
6748         convenience in running the testsuites.
6749
6750         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6751         * Makefile.in: Regenerate.
6752         * configure.in: Introduce rules to serialize subconfigure runs.
6753
6754         * configure.in: Introduce BASE_CC_FOR_TARGET.
6755         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
6756         Realize configure-build-* targets.  Realize configure-target-* targets.
6757         * Makefile.in: Regenerate.
6758
6759 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6760
6761         * configure: Move gcc_version_trigger stuff from here...
6762         * configure.in: ...to here.
6763
6764         * configure.in: Separate subconfigure options added by this file from
6765         options given by the user.  Add machinery to put args for host
6766         subconfigures into the Makefile.
6767
6768         * Makefile.tpl: Remove 'vault' targets.
6769         * Makefile.tpl: Reorder and comment dependencies.
6770         * Makefile.in: Regenerate.
6771
6772 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6773         * configure.in: Fix my broken commit of previous patch. (sigh)
6774
6775 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
6776
6777         * configure.in: Move host-specific darwin noconfigdirs into
6778         the host-specific section.
6779
6780 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
6781
6782         * configure.in: Move host-specific darwin noconfigdirs into
6783         the host-specific section.
6784
6785 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6786
6787         * configure: Remove skip-this-dir support.
6788         * Makefile.tpl: Remove skip-this-dir support.
6789
6790         * Makefile.tpl: Remove leftover support for non-autoconfiscated
6791         subdirectories.
6792         * Makefile.in: Regenerate.
6793
6794         * Makefile.tpl: Strip out useless setting of 'dir'.
6795         * Makefile.in: Regenerate.
6796
6797 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6798
6799         * configure.in: Fix deeply stupid bug.
6800
6801         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6802         shell code in CXX_FOR_TARGET
6803         * Makefile.def: Introduce raw_cxx.
6804         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6805         RAW_CXX_FOR_TARGET.
6806         * Makefile.in: Regenerate.
6807
6808 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
6809
6810         * Makefile.tpl: Remove unnecessary ifs.
6811         * Makefile.in: Regenerate.
6812
6813         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
6814         dependencies.  Maybe-ize build-libiberty.  Create dummy install
6815         targets for 'no_install' modules.
6816         * configure: Move GDB_TK substitution to configure.in.  Move
6817         build_modules stuff to configure.in.
6818         * configure.in: Implement soft dependency machinery.  Maybe-ize
6819         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
6820         * Makefile.in: Regenerate.
6821
6822 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6823
6824         * Makefile.tpl: Make all-target, install-target behave similarly
6825         to all, install (only hitting configured targets).  Eliminate
6826         unused macro defintions.
6827
6828         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6829         build != host.
6830
6831         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6832
6833         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6834
6835         * configure.in: Produce lists of subdir targets we're actually
6836         configuring.  Remove references to "dosrel".
6837         * Makefile.tpl: Let configure set which subdir targets are hit.
6838         Remove install-cross; clean up install; remove ALL.  Remove
6839         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
6840         Autogenerate host module targets.  Remove empty dependency lines
6841         and redundant dependency; rearrange slightly.
6842         * Makefile.def: Add host-side libtermcap, utils.
6843
6844         * Makefile.in: Regenerate.
6845
6846 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6847
6848         * ltconfig (osf[345]): Append $major to soname_spec.
6849         Reflect this in library_names_spec.
6850         * ltmain.sh (osf): Prefix $major with . for use as extension.
6851
6852 2002-11-19  Andreas Jaeger  <aj@suse.de>
6853
6854         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
6855         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
6856         and sparc64 GNU/Linux systems.
6857
6858 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
6859
6860         * MAINTAINERS: Update email.
6861
6862 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6863
6864         * MAINTAINERS: Complete James Dennett's entry.
6865
6866 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
6867
6868         * MAINTAINERS (Write After Approval): Add myself.
6869
6870 2002-11-13  Bruce Korb  <bkorb@gnu.org>
6871
6872         * Makefile.tpl: syntactic cleanup
6873
6874 2002-11-13  Stuart Hastings  <stuart@apple.com>
6875
6876         * MAINTAINERS: Add myself to write-after-approval list.
6877
6878 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6879
6880         * Makefile.def: Add list of recursive targets to autogenerate.
6881         Add build_modules.
6882         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
6883         targets.  Autogenerate *-build-* targets.
6884         * Makefile.in: Regenerate.
6885
6886 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6887
6888         * configure: More autoconf-style substitutions.
6889         * Makefile.tpl: More autoconf-style substitutions.
6890         * Makefile.in: Regenerate.
6891
6892 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6893
6894         * configure: Substitute more variables in a more autoconf-friendly
6895         way.  Simplify slightly.
6896         * Makefile.tpl: Make more variables substitutable in an
6897         autoconf-friendly way.
6898         * Makefile.in: Regenerate.
6899
6900 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
6901
6902         * MAINTAINERS (Write After Approval): Add myself.
6903
6904 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6905
6906         * configure.in (v810*): Remove special setting of tools.
6907
6908         * configure: Add support for extra required flags for ar or nm.
6909         * configure.in (aix4.3+): Use above support for target-specific
6910         issues, rather than using config/mt-aix43.
6911
6912 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6913
6914         * configure: Remove 'removing', which doesn't work.  Replace $subdir
6915         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
6916         with $srcdir.  Reformat indentation.  Substitute some variables
6917         formerly hard-coded in the Makefile for build=host.
6918         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6919         * Makefile.def: Autogenerate more.
6920         * Makefile.in: Regenerate.
6921
6922 2002-11-04  Adam Nemet  <anemet@lnxw.com>
6923
6924         * MAINTAINERS (Write After Approval): Add myself.
6925
6926 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
6927
6928         * Makefile.def (host_modules): Add rda.
6929         * Makefile.in: Regenerate.
6930         * configure.in (target_tool): Add target-rda to list.
6931
6932 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6933
6934         * MAINTAINERS: Remove "co-maintainer" note for web pages.
6935
6936 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
6937
6938         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
6939         and restrap targets to this rule.
6940         * Makefile.in:  Regenerate.
6941
6942 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6943
6944         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
6945         GNATS only accounts.
6946
6947 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
6948
6949         * configure.in (i[3456]86-*-linux*): Add check to disable
6950         ${libgcj} for glibc1.
6951
6952 2002-10-24  Denis Chertykov  <denisc@overta.ru>
6953
6954         * MAINTAINERS: Add myself as ip2k port maintainer.
6955
6956 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
6957
6958         * configure.in: Add tic4x target.
6959
6960 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6961
6962         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6963         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6964         * Makefile.in: Regenerate.
6965
6966         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6967         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6968         * Makefile.in: Regenerate.
6969
6970 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
6971
6972         * MAINTAINERS: Add myself as web pages co-maintainer.
6973
6974 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6975
6976         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6977         * Makefile.in: Regenerate.
6978
6979 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
6980
6981         * MAINTAINERS: Add myself and Nathan Sidwell
6982         <nathan@codesourcery.com> as VxWorks maintainers.
6983
6984 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6985
6986         * Makefile.def: Remove order dependency comments.
6987         * Makefile.tpl: Add explicit install-install dependencies.
6988         * Makefile.in: Regenerate.
6989
6990         * Makefile.tpl: Remove material now in src-release.  (Finally!)
6991         * Makefile.in: Regenerate.
6992
6993         * Makefile.tpl: Add configure-target (for src-release in src)
6994         * Makefile.in: Regenerate.
6995
6996 2002-09-30  Nick Clifton  <nickc@redhat.com>
6997
6998         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6999
7000 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
7001
7002         * configure.in (s390*-*-linux*): Enable libgcj.
7003
7004 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
7005
7006         * configure: Revert accidentally applied changes.
7007
7008         * Makefile.tpl: Make more autoconf-friendly.
7009         * Makefile.in: Regenerate.
7010         * configure: Make substitution more autoconf-like.
7011
7012 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
7013
7014         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7015         single entry to handle all these.
7016         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
7017         libjava on arm-*-elf.
7018
7019 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
7020
7021         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7022         things that depend on them.
7023
7024 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7025
7026         * Makefile.tpl: Make subsituted variables more autoconfy.
7027         * Makefile.in: Regenerate.
7028         * configure: Make seds more autoconfy.
7029
7030 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7031
7032         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7033         * Makefile.in: Regenerate.
7034         * configure.in: Rewrite sed statements to look autoconfy.
7035
7036         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7037         all-target-foo on configure-target-foo.
7038         * Makefile.def: Ditto.
7039         * Makefile.in: Rebuild.
7040
7041 2002-09-25  Andrew Haley  <aph@redhat.com>
7042
7043         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
7044
7045 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7046
7047         * Makefile.def: New file.
7048         * Makefile.tpl: New file.
7049         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7050         * contrib/gcc_update: Note that Makefile.in is a generated file.
7051
7052         * configure.in: Minor rearrangement.  Simplify tests.
7053
7054 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
7055
7056         * configure.in (with_headers): Skip copy if value is "yes".
7057         (with_libs): Likewise.
7058
7059 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7060
7061         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7062         * configure.in (sh*-*-pe*): Ditto.
7063         * configure.in (mips*-*-pe*): Ditto.
7064         * configure.in (*arm-wince-pe): Ditto.
7065
7066         * configure.in: Rearrange.
7067
7068 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
7069
7070         * MAINTAINERS: Update my email address.
7071
7072 2002-08-30  Paul Koning  <pkoning@equallogic.com>
7073
7074         * MAINTAINERS: (Write After Approval): Add myself.
7075
7076 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
7077
7078         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
7079
7080 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
7081
7082         * MAINTAINERS: Change my mailing address.
7083
7084 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
7085
7086         * MAINTAINERS (Write After Approval): Remove myself.
7087         (Various Maintainers: c++ runtime libs): Add myself.
7088
7089 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
7090
7091         * MAINTAINERS (Write After Approval): Remove myself.
7092         (Various Maintainers: c++ runtime libs): Add myself.
7093
7094 2002-08-15  Eric Christopher  <echristo@redhat.com>
7095
7096         * config.sub: Import from master repository.
7097         * config.guess: Ditto.
7098
7099 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
7100
7101         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7102         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7103         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7104
7105 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
7106
7107         * MAINTAINERS: Add self to rs6000 vector extensions.
7108
7109 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
7110
7111         * libiberty/configure: Reverted unintended yesterday's check in.
7112
7113 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
7114
7115         * boehm-gc/configure, libf2c/configure: Rebuilt.
7116         * libffi/configure, libiberty/configure: Ditto.
7117         * libjava/configure, libobjc/configure: Ditto.
7118         * libstdc++-v3/configure, zlib/configure: Ditto.
7119         Merged from binutils:
7120         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
7121         From Steve Ellcey <sje@cup.hp.com>:
7122         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7123         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7124         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7125         IA64.
7126         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7127         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7128         soname_spec, sys_lib_search_path_spec): Ditto.
7129
7130 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
7131
7132         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7133
7134 2002-08-04  H.J. Lu  (hjl@gnu.org)
7135
7136         * configure.in (mips*-*-linux*): Don't skip target-libffi.
7137
7138 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
7139
7140         * MAINTAINERS (Write After Approval): Add myself.
7141
7142 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
7143
7144         * configure.in: Move generic linux case to end.  Copy generic
7145         linux noconfigdirs to mips*-*-linux* entry and new
7146         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
7147
7148 2002-07-19  Michael Matz  <matz@suse.de>
7149
7150         * MAINTAINERS: Add myself as ra* maintainer.
7151
7152 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
7153
7154         * config.guess: Update to 2002-07-09 version.
7155         * config.sub: Update to 2002-07-03 version.
7156
7157 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
7158
7159         * MAINTAINERS: Fix typo in a maintainer email address.
7160
7161 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7162
7163         * configure.in: Remove two redundant tests.
7164
7165 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7166
7167         * configure.in (mips*-*-irix6*o32): Enable stabs.
7168
7169 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
7170
7171         * configure.in: Don't build grez.
7172         * Makefile.in: Ditto.
7173
7174         * Makefile.in: Remove references to bsp, cygmon, libstub.
7175         * configure.in: Ditto.
7176
7177         * configure.in: Remove leftover reference to gdbtest.
7178
7179 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
7180
7181         * configure.in (gxx_include_dir):  Change to match versioned
7182         C++ headers if --enable-version-specific-runtime-libs is used.
7183
7184 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
7185
7186         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7187
7188 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7189
7190         * configure.in: Make --without-x work.
7191
7192 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7193
7194         * configure.in: Rearrange target Makefile fragment collection.
7195
7196         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7197         cvs[src].
7198         * configure.in: Ditto.
7199
7200 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
7201
7202         * MAINTAINERS (Write After Approval): Update my e-mail address.
7203
7204 2002-06-24  Ben Elliston  <bje@redhat.com>
7205
7206         * configure.in (host_tools): Remove cgen.
7207
7208         * Makefile.in (all-cgen): Remove; runs from its source directory.
7209         (check-cgen, install-cgen, clean-cgen): Likewise.
7210         (all-opcodes): Do not depend on all-cgen.
7211         (all-sim): Likewise.
7212
7213 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7214
7215         * Makefile.in: Eliminate 'apache' targets.
7216         * configure.in: Eliminate 'apache' targets.
7217
7218         * configure.in: Eliminate redundant tests.  Reorganize.
7219
7220         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7221
7222         * config-ml.in: Eliminate references to Cygnus configure.
7223
7224         * Makefile.in: Eliminate references to building emacs.
7225
7226 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
7227
7228         * MAINTAINERS: Update my email address.
7229
7230 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
7231
7232         * config.if (libstdcxx_incdir): Version C++ headers.
7233         (cxx_incdir): Remove.
7234
7235 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7236
7237         * MAINTAINERS (Write After Approval): Add self.
7238
7239 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
7240
7241         * configure.in: Add support for ip2k.
7242
7243 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
7244
7245         * configure.in: Fix AIX configury bug.
7246
7247 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
7248
7249         * MAINTAINERS (Write After Approval): Add self.
7250
7251 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7252
7253         * configure.in: replace ${topsrcdir} with ${srcdir}
7254
7255         * configure.in: Move definition of libstdcxx_flags
7256         right above usage, rather than waaay earlier.
7257
7258         * configure.in: Pull definition of is_cross_compiler earlier.
7259
7260         * configure.in: Rearrange a little.
7261
7262         * configure.in: Remove references to librx.
7263         * Makefile.in: Remove references to librx.
7264
7265 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
7266
7267         * config.sub: Add support for avr target.
7268         Import from master sources, rev 1.255
7269
7270 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
7271
7272         * configure, .cvsignore:  Revert previous change...
7273         * Makefile:  ...delete.
7274
7275 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7276
7277         * configure.in: Eliminate ${gasdir} variable.
7278
7279 2002-06-18  Dave Brolley  <brolley@redhat.com>
7280
7281         * configure.in: Add support for frv.
7282         * config.sub: Add support for frv.
7283
7284 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7285
7286         * configure:  Remove garbage from previous commit.
7287
7288 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7289
7290         * configure:  For in-source builds, make a subdir and re-exec there.
7291         * Makefile:  New file.  Pass targets through to build directory.
7292         * .cvsignore:  No longer ignore "Makefile".
7293
7294 2002-06-16  Douglas Rupp  <rupp@gnat.com>
7295
7296         * MAINTAINERS (Write After Approval): Add self.
7297
7298 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7299
7300         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7301
7302 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
7303
7304         * configure.in (vax-*-netbsd*): Re-enable gas.
7305
7306 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
7307
7308         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7309         BUILD_PREFIX_1, to correct nomenclature.
7310         * configure: Likewise.
7311
7312         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7313         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7314
7315 2002-05-31  Olaf Hering  <olh@suse.de>
7316
7317         * config-ml.in: Propogate DESTDIR also.
7318
7319 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
7320
7321         * configure.in (vax-*-netbsd*): Don't build gas for this
7322         platform.
7323
7324 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7325
7326         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7327         and libgcj for AVR.
7328
7329 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
7330
7331         * MAINTAINERS (Write After Approval): Add myself.
7332
7333 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7334
7335         * config.guess: Update to 2002-05-22 version.
7336         * config.sub: Likewise.
7337
7338 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7339
7340         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7341         * config-ml.in: Likewise.
7342         * configure: Likewise.
7343         * configure.in: Likewise.
7344
7345 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
7346
7347         * MAINTAINERS: Update my email address.
7348
7349 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
7350
7351         * configure.in: Simplify makefile fragment collection.
7352
7353         * configure.in: Remove code to build emacs.
7354
7355         * configure.in : Remove --srcdir argument from targargs and buildargs
7356         (it's always overridden in the Makefile anyway).  Rearrange a bit.
7357
7358         * configure: Move some logic to configure.in.
7359         * configure.in: Move some logic from configure.
7360
7361 2002-05-11  Tom Tromey  <tromey@redhat.com>
7362
7363         * MAINTAINERS: Reflect libgcj reality.
7364
7365 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
7366
7367         * Makefile.in: Honour DESTDIR.
7368
7369 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
7370
7371         * config.guess: Import 2002-03-20 version.
7372         * config.sub: Import 2002-04-26 version.
7373
7374 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7375
7376         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
7377
7378 2002-05-07  Tim Josling  <tej@melbpc.org.au>
7379
7380         * MAINTAINERS: Add self.
7381
7382 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
7383
7384         * ltmain.sh: Detect and handle object name conflicts
7385         while piecewise linking a static library.
7386
7387 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
7388
7389         * configure.in (noconfigdirs): Don't disable libgcj on
7390         sparc64-*-solaris* and sparcv9-*-solaris*.
7391
7392 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
7393
7394         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7395
7396 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
7397
7398         * configure.in (FLAGS_FOR_TARGET): Do not add
7399         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7400         on i[3456]86-*-linux*.
7401
7402 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
7403
7404         * configure.in (noconfigdirs): Replace [ ] with test.
7405
7406         * configure.in (noconfigdirs): Do not add target-newlib if
7407         target == i[3456]86-*-linux*, and host == target.
7408
7409 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
7410
7411         * configure.in: delete reference to absent file
7412
7413         * configure.in: replace '[' with 'test'
7414
7415         * configure.in: Eliminate references to gash.
7416         * Makefile.in: Eliminate references to gash.
7417
7418         * configure.in: remove useless references to 'pic' makefile fragments.
7419
7420         * configure.in: (*-*-windows*) Finish removing.
7421
7422         * configure.in: Eliminate redundant test for libgui.
7423
7424 2002-04-29  Roger Sayle  <roger@eyesopen.com>
7425
7426         * MAINTAINERS: Add self and realphabetize.  Update entries
7427         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
7428         entry for a29k port maintainer.
7429
7430 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
7431
7432         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7433         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7434
7435 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
7436
7437         * configure.in: remove references to dead files
7438
7439 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
7440
7441         * MAINTAINERS: Add information about purpose of this file.
7442
7443 2002-04-18  Tom Tromey  <tromey@redhat.com>
7444
7445         * configure.in: Disallow configuring libgcj when it is already
7446         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
7447         Solaris 2.8 by default.  For PR libgcj/6158.
7448
7449 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7450
7451         * configure.in:  Move default CC setting out of config/mh-* fragments
7452         directly into here.
7453
7454 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7455
7456         * configure.in: don't even try to configure or make a subdirectory
7457         if there's no configure script for it.
7458
7459 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
7460
7461         * MAINTAINERS: Remove chill maintainers.
7462         * Makefile.in (CHILLFLAGS): Remove.
7463         (CHILL_LIB): Remove.
7464         (TARGET_CONFIGDIRS): Remove libchill.
7465         (CHILL_FOR_TARGET): Remove.
7466         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7467         CHILL_LIB.
7468         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7469         (CHECK_TARGET_MODULES): Likewise.
7470         (INSTALL_TARGET_MODULES): Likewise.
7471         (CLEAN_TARGET_MODULES): Likewise.
7472         (configure-target-libchill): Remove.
7473         (all-target-libchill): Remove.
7474         * configure.in (target_libs): Remove target-libchill.
7475         Do not compute CHILL_FOR_TARGET.
7476         * libchill: Remove directory.
7477
7478 2002-04-11  DJ Delorie  <dj@redhat.com>
7479
7480         * Makefile.in, configure.in: Sync with binutils, entries
7481         follow...
7482
7483 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7484
7485         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
7486         (do-tar, do-bz2): New rules.
7487         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
7488         (gdb-tar): New rule.
7489         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
7490         (insight_dejagnu.tar): New rule.
7491         (insight.tar): New rule.
7492         (gdb+dejagnu.tar): New rule.
7493         (gdb.tar): New rule.
7494
7495 2002-02-01  Mo DeJong  <supermo@bayarea.net>
7496
7497         * Makefile.in: Add all-tix to deps for all-snavigator
7498         so that tix is built when building snavigator.
7499
7500 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
7501
7502         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7503         ld and gdb are not supported.
7504
7505 2002-01-07  Mark Salter  <msalter@redhat.com>
7506
7507         * configure.in: Remove target-bsp and target-cygmon from arm builds.
7508         Allow target-libgloss to be built for arm, strongarm, and xscale.
7509
7510 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
7511
7512         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7513         options for i[3456]86-pc-linux* native builds.
7514
7515 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
7516
7517         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7518         files from .po files for a distribution.
7519
7520 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
7521
7522         * configure.in: Enable libstdc++-v3 for h8300 targets.
7523
7524 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
7525
7526         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
7527         version from bfd/.
7528
7529 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
7530
7531         * Makefile.in (VER): When present, extract the version number from
7532         the file version.in.
7533
7534 2001-05-24  Tom Rix  <trix@redhat.com>
7535
7536         * configure.in : enable ld for aix
7537
7538 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7539
7540         * config.guess: Add linux target for S/390.
7541
7542 2000-11-07  Philip Blundell  <pb@futuretv.com>
7543
7544         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7545
7546 2000-11-03  Philip Blundell  <pb@futuretv.com>
7547
7548         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7549         files.
7550
7551 2001-01-15  Ben Elliston  <bje@redhat.com>
7552
7553         * configure.in (host_tools): Add sid.
7554         Always configure cgen.
7555
7556 2000-11-24  Nick Clifton  <nickc@redhat.com>
7557
7558         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
7559
7560
7561 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
7562
7563         * Makefile.in (ALL_MODULES): Add all-cgen.
7564         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7565         (all-cgen): New target.
7566         (all-opcodes,all-sim): Depend on all-cgen.
7567         * configure.in (host_tools): Add cgen.
7568         Only configure cgen if --enable-cgen-maint.
7569
7570 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
7571
7572         * configure.in: Add *-*-freebsd* configurations.
7573
7574 2002-04-08  Tom Tromey  <tromey@redhat.com>
7575
7576         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7577         Fixes PR libgcj/6068.
7578
7579 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
7580
7581         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7582
7583 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7584
7585         * configure.in (alpha*-dec-osf*): Enable libgcj.
7586
7587 2003-03-27  Matthew Gingell  <gingell@gnat.com>
7588
7589         * MAINTAINERS (Write After Approval): Add myself.
7590
7591 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
7592
7593         Fix for: PR bootstrap/3591, target/5676
7594         * configure.in (mcore-pe): Disable the configuration of
7595         libstdc++-v3 since exceptions are not supported.
7596
7597 2002-03-20  Anthony Green  <green@redhat.com>
7598
7599         * configure.in: Enable libgcj for xscale-elf target.
7600
7601 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
7602
7603         * MAINTAINERS:  Update my email address.
7604
7605 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
7606
7607         * ltmain.sh (relink_command): Fix typo in previous change.
7608
7609 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
7610
7611         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
7612         (relink_command): Added --tag flags.
7613         (mode=install): If relinking fails; error out.
7614
7615 2002-03-12  Richard Henderson  <rth@redhat.com>
7616
7617         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
7618         .NOTPARALLEL tag.
7619         (do-check): Rename from check.
7620         (check): Allow parallel check.
7621
7622 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
7623
7624         * MAINTAINERS: Add myself as maintainer for xtensa port.
7625         Fix alphabetical order in CPU port maintainer list.
7626         Remove myself from Write After Approval list.
7627
7628 2002-03-11  Richard Henderson  <rth@redhat.com>
7629
7630         * Makefile.in (.NOTPARALLEL): Add fake tag.
7631
7632 2002-03-07  H.J. Lu  (hjl@gnu.org)
7633
7634         * configure.in: Enable gprof for mips*-*-linux*.
7635
7636 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
7637
7638         * MAINTAINERS (Write After Approval): Add myself.
7639
7640 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
7641
7642         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7643         libjava.
7644         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7645
7646 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
7647
7648         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7649         because its Makefile is there; test for the executable instead.
7650
7651 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
7652
7653         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7654         libstdc++-v3 and libjava.
7655
7656 2002-02-11  Adam Megacz  <adam@xwt.org>
7657
7658         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7659         boehm-gc
7660
7661 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
7662
7663         * config.guess: Updated to 2002-01-30's version.
7664         * config.sub: Updated to 2002-02-01's version.
7665         Contribute sh64-elf.
7666         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
7667         * configure.in: Added sh64-*-*.
7668
7669 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
7670
7671         * MAINTAINERS: Belatedly add myself to write after approval list.
7672
7673 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
7674
7675         * MAINTAINERS: Put self in as maintainer for x86-64 port.
7676         Remove self as Write After Approval.
7677
7678 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
7679
7680         * MAINTAINERS: Put self in as maintainer for contrib/regression
7681         directory.
7682
7683 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
7684
7685         * MAINTAINERS:  Update my email address.
7686
7687 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
7688
7689         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
7690         target-libiberty, and target-libgloss.  Skip Java-related
7691         libraries if not supported for NetBSD on target CPU.
7692
7693 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
7694
7695         * install-sh: Use _inst.$$_ for temp file name.
7696
7697 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
7698
7699         * MAINTAINERS (Write After Approval): Move my contact info
7700         from here...
7701         (OS Port Maintainers): ...to here (netbsd).
7702
7703 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
7704
7705         * MAINTAINERS (Write After Approval): Add myself.
7706
7707 2002-01-17  H.J. Lu  <hjl@gnu.org>
7708
7709         * Makefile.in (all-fastjar): Also depend on all-libiberty.
7710         (all-target-fastjar): Also depend on all-target-libiberty.
7711
7712 2002-01-16  H.J. Lu  (hjl@gnu.org)
7713
7714         * config.guess: Import from master sources, rev 1.225.
7715         * config.sub: Import from master sources, rev 1.238.
7716
7717 2002-01-16  Kazu Hirata  <kazu@hxi.com>
7718
7719         * MAINTAINERS (Write After Approval): Remove myself.
7720
7721 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
7722
7723         * MAINTAINERS (Write After Approval): Add myself.
7724
7725 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
7726
7727         * MAINTAINERS: Add self as docs co-maintainer.
7728
7729 2001-12-11  Matthias Klose  <doko@debian.org>
7730
7731         * MAINTAINERS (Write After Approval): Add myself.
7732
7733 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
7734
7735         * MAINTAINERS: Update my email address.
7736
7737 2001-12-07  Turly O'Connor  <turly@apple.com>
7738         * MAINTAINERS (Write After Approval): Add myself.
7739         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
7740         (rs6000_initialize_trampoline): Call __trampoline_setup for
7741         ABI_DARWIN too.
7742         * darwin-tramp.asm: New file, implements __trampoline_setup.
7743         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
7744
7745 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
7746
7747         * MAINTAINERS (Write After Approval): Add myself.
7748
7749 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
7750
7751         * configure, configure.in: Use temp file for long sed commands.
7752
7753 2001-12-03  Laurent Guerby  <guerby@acm.org>
7754
7755         * config.sub: Update to version 1.232 on subversion.
7756
7757 2001-12-03  Ben Elliston  <bje@redhat.com>
7758
7759         * MAINTAINERS: Update mail address for config.* patches.
7760
7761 2001-11-27  DJ Delorie  <dj@redhat.com>
7762             Zack Weinberg  <zack@codesourcery.com>
7763
7764         When build != host, create libiberty for the build machine.
7765
7766         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7767         CONFIG_ARGUMENTS.
7768         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7769         New variables.
7770         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7771         and rules.
7772         (all.normal): Depend on ALL_BUILD_MODULES.
7773         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7774         (all-build-libiberty): Depend on configure-build-libiberty.
7775
7776         * configure: Calculate and substitute proper value for
7777         ALL_BUILD_MODULES.
7778         * configure.in: Create the build subdirectory.
7779         Calculate and substitute TARGET_CONFIGARGS (formerly
7780         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7781
7782 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
7783
7784         * MAINTAINERS (write-after-approval): Add self.
7785
7786 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
7787
7788         * MAINTAINERS (GNATS only accounts): Remove self.
7789
7790 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
7791
7792         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7793         libf2c.
7794
7795 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
7796
7797         * MAINTAINERS (Write After Approval): Add self.
7798
7799 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
7800
7801         * MAINTAINERS: mips and s390 are also CPU ports.
7802
7803 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
7804
7805         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
7806
7807 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
7808
7809         * MAINTAINERS: Alphabetize.
7810
7811 2001-11-09  Kazu Hirata  <kazu@hxi.com>
7812
7813         * MAINTAINERS (Various maintainers: h8 port): Add myself.
7814
7815 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7816
7817         * MAINTAINERS (Various maintainers: hppa port): Added myself.
7818
7819 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
7820
7821         * configure.in (--enable-languages): Be more permissive about
7822         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
7823
7824 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
7825
7826         * config.sub: Import from master sources, rev. 1.230.
7827         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
7828
7829 2001-11-07  Laurent Guerby  <guerby@acm.org>
7830
7831         * MAINTAINERS (Write After Approval): Add self.
7832
7833 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
7834
7835         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7836
7837 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
7838
7839         * config.sub: Import from master sources, rev 1.226.
7840         * config.guess: Import from master sources, rev 1.216.
7841
7842 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
7843
7844         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7845         * MAINTAINERS: Add self as maintainer of MMIX port.
7846         Remove old after-approval entry.
7847
7848 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
7849
7850         * ChangeLog, configure: Fix spelling errors.
7851
7852 2001-10-20  Brendan Kehoe  <brendan@zen.org>
7853
7854         * MAINTAINERS: Tweak my address.
7855
7856 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
7857
7858         * MAINTAINERS: Update my email address.
7859
7860 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
7861
7862         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7863         * MAINTAINERS: Add self as maintainer of CRIS port.
7864
7865 2001-10-10  Geert Bosch  <bosch@gnat.com>
7866
7867         * MAINTAINERS (Various maintainers: Ada front end):
7868         Added Robert Dewar.
7869
7870 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
7871
7872         * MAINTAINERS (Write After Approval): Added self
7873
7874 2001-10-02  Geert Bosch  <bosch@gnat.com>
7875
7876         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7877
7878 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
7879
7880         * configure: Handle temporary files securely using mkdir.
7881
7882 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
7883
7884         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7885
7886 2001-09-26  Will Cohen  <wcohen@redhat.com>
7887
7888         * configure.in (*-*-linux*): Disable configuration of target-newlib
7889         and target-libgloss.
7890
7891 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
7892
7893         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7894         RANLIB.
7895
7896 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
7897
7898         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7899         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7900         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7901         avoid quotes nesting problems.
7902         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7903         (DO_X): Export only variables that are set.
7904
7905 2001-09-19  Ben Elliston  <bje@redhat.com>
7906
7907         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7908         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7909         semantics.  Use the shell built-in "type" command instead.
7910
7911 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
7912
7913         Merged from gcc-3_0-branch:
7914         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
7915         * ltcf-c.sh: Use $objext, not $ac_objext.
7916         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
7917         * ltcf-cxx.sh: Add support for GNU.
7918         2001-07-22  Timothy Wall  <twall@redhat.com>
7919         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
7920         default settings if using GNU tools with that configuration.
7921         * ltcf-cxx.sh: Ditto.
7922         * ltcf-gcj.sh: Ditto.
7923         2001-07-21  Michael Chastain  <chastain@redhat.com>
7924         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7925         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
7926         * ltmain.sh: Mark as gcc-local.
7927
7928 2001-08-30  Eric Christopher  <echristo@redhat.com>
7929             Jason Eckhardt  <jle@redhat.com>
7930
7931         * config.guess: Merge from master sources.
7932         * config.sub: Merge from master sources, add support for mipsisa32.
7933
7934 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
7935         * config.sub: Merge from master sources, rev 1.219.
7936         * MAINTAINERS: Add self as contact for stormy16 port.
7937
7938 2001-08-14  Zack Weinberg  <zackw@panix.com>
7939
7940         * config.sub: Merge from master sources, rev 1.218.
7941         * config.guess: Merge from master sources, rev 1.209.
7942
7943 2001-08-11  Graham Stott  <grahams@redhat.com>
7944
7945         * Makefile.in (check-c++): Add missing semicolon.
7946
7947 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
7948
7949         * MAINTAINERS (Various maitainers: predict.def): Added myself.
7950
7951 2001-07-30  Eric Christopher  <echristo@redhat.com>
7952
7953         * MAINTAINERS (Various maintainers: mips port): Added myself.
7954
7955 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
7956
7957         * configure.in (sh-*-linux*): New.
7958
7959 2001-07-27  Richard Henderson  <rth@redhat.com>
7960
7961         * .cvsignore: Add LAST_UPDATED.
7962
7963 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
7964
7965         * MAINTAINERS (Various maintainers: s390 port): Added myself.
7966
7967 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
7968
7969         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
7970
7971 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
7972
7973         * MAINTAINERS (Write After Approval): Added myself.
7974
7975 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7976
7977         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7978         and libgcj on m68hc11/m68hc12.
7979
7980 2001-06-27  H.J. Lu  (hjl@gnu.org)
7981
7982         * Makefile (CFLAGS_FOR_BUILD): New.
7983         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7984
7985 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
7986
7987         * README: Remove version number.
7988
7989 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7990
7991         * INSTALL/README: Update wrt. to the installation instructions now
7992         residing in gcc/doc/install.texi.
7993
7994 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
7995
7996         * README: Replace with a cut-down and updated version of gcc/README.
7997
7998 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
7999
8000         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
8001         multilibs to be disabled.
8002
8003 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
8004
8005         * MAINTAINERS (Write After Approval): Add myself.
8006
8007 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
8008
8009         * config.guess: Import CVS version 1.195.
8010         * config.sub: Import CVS version 1.212.
8011
8012 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
8013
8014         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8015         gcc/xgcc is built, use -print-prog-name to find out the program
8016         name to use.
8017
8018 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
8019
8020         * config.guess:  Import CVS version 1.194.  All gcc-local changes
8021         appear to also be in the master copy.
8022         * config.sub:  Import CVS version 1.211.
8023
8024 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
8025
8026         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8027         with_gcc]: Use `gcc -shared' to build a shared library.
8028
8029 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8030
8031         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8032         archives.
8033
8034 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8035
8036         * MAINTAINERS (Write After Approval): Add myself.
8037
8038 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
8039
8040         * configure.in (libstdcxx_flags): Do not try to execute
8041         libstdc++-v3/testsuite_flags until it exists.
8042
8043 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
8044
8045         * MAINTAINERS: Update my email address.
8046
8047 2001-05-31  Graham Stott  <grahams@redhat.com>
8048
8049         * MAINTAINERS (Write After Approval): Add myself.
8050
8051 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
8052
8053         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
8054         libraries when using g++ with native linker.
8055
8056 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
8057
8058         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8059
8060 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
8061
8062         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8063         [aix4*|aix5*]: Prepend blank.
8064
8065 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
8066
8067         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8068         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
8069         of subdir/configure scripts to use the new libtool.m4.
8070
8071 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
8072
8073         * MAINTAINERS (Write After Approval): Add myself.
8074
8075 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
8076
8077         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8078
8079 2001-05-11  Ben Elliston  <bje@redhat.com>
8080
8081         * Makefile.in (all-sid): New target.
8082         (check-sid, clean-sid, install-sid): Likewise.
8083
8084 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
8085
8086         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8087
8088 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8089
8090         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8091         libgcj.
8092
8093 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8094
8095         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8096         gcc/xgcc is built, use -print-prog-name to find out the program
8097         name to use.
8098
8099 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
8100
8101         * configure.in (noconfigdirs): Don't reset it from scratch in the
8102         target case; only append to it.
8103
8104         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8105         sparc-*-solaris2.8]: Disable ${libgcj}.
8106
8107 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
8108
8109         * configure.in (libgcj_saved): Copy from $libgcj.
8110         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8111         --disable-libgcj.
8112
8113 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
8114
8115         * MAINTAINERS: Remove self as MIPS maintainer and
8116         C front end maintainer.
8117
8118 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
8119
8120         * configure.in: Move *-chorusos target case to the proper switch.
8121         Disable libgcj.
8122
8123 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8124
8125         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8126         1.641.2.228.
8127
8128 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8129
8130         * Makefile.in (STAGE1_CFLAGS): Pass down.
8131
8132 2001-04-13  Alan Modra  <amodra@one.net.au>
8133
8134         * config.guess: Add hppa64-linux support.  Note for next import that
8135         this is already in the master file.
8136         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
8137
8138 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8139
8140         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8141         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8142
8143 2001-04-11  Stan Shebs  <shebs@apple.com>
8144
8145         * MAINTAINERS: Add self as Darwin port maintainer.
8146
8147 2001-04-11  Alan Modra  <amodra@one.net.au>
8148
8149         * MAINTAINERS: Update my email address.
8150
8151 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
8152
8153         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8154         recent versions of FreeBSD (release 3 or later).
8155         * ltconfig: On FreeBSD, -lc must not be provided when building
8156         a shared library or else the standard -pthread gcc option is
8157         rendered worthless to later users of the built library.
8158
8159 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8160
8161         * MAINTAINERS: Add self and RTH as C front end maintainers.
8162
8163 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
8164
8165         * config.sub: Make sure to match an already-canonicalized
8166         machine name (eg. mn10300-unknown-elf).
8167
8168 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
8169
8170         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8171         New macros.
8172         (bootstrap, cross): Use RECURSE_FLAGS.
8173         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8174
8175 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
8176
8177         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8178
8179 2001-03-22  Colin Howell  <chowell@redhat.com>
8180
8181         * Makefile.in (DO_X): Do not backslash single-quotes in
8182         backquotes (two places).
8183
8184 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8185
8186         Re-installed:
8187         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8188         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8189         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8190         * ltcf-cxx.sh: Likewise.
8191         * ltcf-gcj.sh: Likewise.
8192
8193 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8194
8195         * MAINTAINERS: Add myself as "documentation co-maintainer".
8196
8197 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8198
8199         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8200         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8201
8202 2001-03-19  Tom Tromey  <tromey@redhat.com>
8203
8204         * config-ml.in: Handle GCJ and GCJFLAGS.
8205
8206 2001-03-21  Michael Chastain  <chastain@redhat.com>
8207
8208         * Makefile.in: all-m4 depends on all-texinfo.
8209
8210 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
8211
8212         * MAINTAINERS: Add myself to write after approval list.
8213
8214 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
8215
8216         * Makefile.in (DO_X): Quote nested quotes.
8217
8218 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
8219
8220         * MAINTAINERS: Add myself to write after approval list.
8221
8222 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
8223
8224         * Makefile.in (DO_X): Use double quotes for quoting
8225         "RANLIB=$${RANLIB}".
8226
8227 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
8228
8229         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
8230
8231 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
8232
8233         * configure.in: Only use `lang_requires' for languages athat are
8234         actually enabled.
8235
8236 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
8237
8238         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
8239
8240 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
8241
8242         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8243
8244 2001-03-07  Tom Tromey  <tromey@redhat.com>
8245
8246         * configure.in: Allow config-lang.in to set `lang_requires' to list
8247         of other required languages.
8248
8249 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
8250
8251         * Makefile.in: Remove RANLIB definition. Use RANLIB
8252         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8253         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8254
8255 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
8256             Alexandre Oliva  <aoliva@redhat.com>
8257
8258         * Makefile.in (check-c++): Use tabs, not spaces.
8259
8260 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
8261
8262         * MAINTAINERS: add myself to Write After Approval list.
8263
8264 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
8265
8266         * Makefile.in (check-c++): New rule.
8267
8268         * configure.in (target_libs): Remove libg++.
8269         (noconfigdirs): Remove libg++.
8270         (noconfigdirs): Same.
8271         (noconfigdirs): Same.
8272         (noconfigdirs): Same.
8273
8274         * config-ml.in: Remove libg++ references.
8275
8276         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8277         (ALL_TARGET_MODULES): Same.
8278         (configure-target-libg++): Remove.
8279         (all-target-libg++): Remove.
8280         (configure-target-libio): Remove.
8281         (all-target-libio): Remove.
8282         (check-target-libio): Remove.
8283         (.PHONY): Remove.
8284         (libg++.tar.bz2): Remove.
8285         (all-target-cygmon): Remove libio.
8286         (all-target-libstdc++): Remove.
8287         (configure-target-libstdc++): Remove.
8288         (TARGET_LIB_PATH): Remove libstdc++.
8289         (ALL_GCC_CXX): Remove libstdc++.
8290         (all-target-gperf): Correct.
8291
8292 2001-02-16  Nick Clifton  <nickc@redhat.com>
8293
8294         * configure.in (noconfigdirs): Allow configuration of texinfo
8295         for Cygwin hosts.
8296
8297 2001-02-15  Anthony Green  <green@redhat.com>
8298
8299         * configure: Introduce GCJ_FOR_TARGET.
8300         * configure.in: Ditto.
8301         * Makefile.in: Ditto.
8302
8303 2001-02-13  Andreas Schwab  <schwab@suse.de>
8304
8305         * MAINTAINERS: Update mail address.
8306
8307 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8308
8309         * config.guess: Add linux target for S/390.
8310         * config.sub: Likewise.
8311
8312 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
8313
8314         * configure.in: for *-chorusos, don't config target-newlib and
8315         target-libgloss.
8316
8317 2001-02-06  Ben Elliston  <bje@redhat.com>
8318
8319         * configure: Output host type to stdout, not stderr.
8320
8321 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
8322
8323         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
8324         * ltcf-cxx.sh: Likewise.
8325
8326         * config.if: Assume enable_libstdcxx_v3 is defined.
8327
8328 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
8329
8330         Remove V2 C++ library.
8331         * configure.in: Remove --enable-libstdcxx_v3 support.
8332
8333 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
8334
8335         * include/demangle.h: Add prototype for java_demangle_v3.
8336
8337 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
8338
8339         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
8340
8341 2001-01-27  Richard Henderson  <rth@redhat.com>
8342
8343         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8344
8345 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8346
8347         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8348         Don't unset, it's non-portable and no longer necessary, set to empty
8349         instead.
8350
8351 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8352
8353         * ltconfig: Shell portability fix for the tagname validity check.
8354
8355 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
8356
8357         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8358         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8359
8360 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8361
8362         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8363
8364 2001-01-26  Tom Tromey  <tromey@redhat.com>
8365
8366         * configure.in: Allow libgcj to be built on Sparc Solaris.
8367
8368 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
8369
8370         * ltcf-c.sh: Add aix5 case.
8371         * ltcf-cxx.sh: Likewise.
8372         * ltconfig: Likewise.
8373
8374 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
8375
8376         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8377         keep at least one of build_libtool_libs or build_old_libs set to
8378         yes.
8379
8380         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8381         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8382
8383 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
8384
8385         * configure.in: Enable libgcj on several additional platforms.
8386
8387 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
8388
8389         * configure.in: Enable libgcj for linux targets.
8390
8391 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8392
8393         * MAINTAINERS (Write After Approval): Add myself.
8394
8395 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8396
8397         * MAINTAINERS: Add myself as vax port maintainer.
8398
8399 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
8400
8401         * MAINTAINERS: Add myself as Mercury front-end maintainer.
8402
8403 2001-01-09  Mike Stump  <mrs@wrs.com>
8404
8405         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8406         failures of subdirectories.
8407
8408 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8409
8410         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8411         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8412         * ltcf-cxx.sh: Likewise.
8413         * ltcf-gcj.sh: Likewise.
8414         * ltconfig.sh: Fix typo.
8415
8416 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8417
8418         * configure: handle DOS-style absolute paths.
8419
8420 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8421
8422         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8423
8424 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
8425
8426         * MAINTAINERS: Add myself as avr port co-maintainer.
8427
8428 2000-12-28  Ben Elliston  <bje@redhat.com>
8429
8430         * MAINTAINERS: Add myself under ``Write After Approval''.
8431
8432 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
8433
8434         * texinfo: Remove directory from GCC.
8435
8436 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8437
8438         * COPYING: Update to current
8439         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
8440         to 19yy as example year in copyright notice).
8441
8442 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
8443
8444         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8445         (libstdcxx_incdir): Pass down.
8446         * config.if: Remove expired bits for cxx_interface, add stub.
8447         (libstdcxx_incdir): Add variable for g++ include directory.
8448         * configure.in (gxx_include_dir): Use it.
8449
8450 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
8451
8452         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
8453         with old-email address from ``Write After Approval''.
8454
8455 2000-12-15  Andreas Jaeger  <aj@suse.de>
8456
8457         * configure.in: Handle lang_dirs.
8458
8459 2000-12-14  Tom Tromey  <tromey@redhat.com>
8460
8461         * MAINTAINERS: Removed brads.
8462
8463         * MAINTAINERS: Added gcj developers.
8464
8465 2000-12-13  Anthony Green  <green@redhat.com>
8466
8467         * configure.in: Disable libgcj for any target not specifically
8468         listed.  Disable libgcj for x86 and Alpha Linux until compatible
8469         with g++ abi.
8470
8471 2000-12-13  Mike Stump  <mrs@wrs.com>
8472
8473         * Makefile.in (local-distclean): Also remove fastjar.
8474
8475 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
8476
8477         * contrib/gcc_update: Add fastjar --touch entries.
8478
8479 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
8480
8481         * configure.in: Disable language-specific target libraries for
8482         languages that aren't enabled.
8483
8484 2000-12-10  Anthony Green  <green@redhat.com>
8485
8486         * configure.in: Define libgcj.  Disable libgcj target libraries for
8487         most targets.
8488
8489 2000-12-10  Neil Booth  <neilb@earthling.net>
8490
8491         * MAINTAINERS: Update mail address, remove from WAA list.
8492
8493 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8494
8495         * libjava: Imported from /cvs/java.
8496         * libffi: Likewise.
8497         * Boehm-gc: Likewise.
8498
8499 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8500
8501         * configure.in (target_libs): Revert 2000-12-08 patch.
8502         (noconfigdirs): Added target-libjava.
8503
8504 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8505
8506         * djunpack.bat: removed.
8507
8508 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8509
8510         * Makefile.in: handle DOS-style absolute paths.
8511         * config-ml.in: likewise.
8512         * symlink-tree: likewise.
8513
8514 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8515
8516         * fastjar: Imported.
8517
8518 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8519
8520         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8521         libjava.
8522         * configure.in (target_libs): Removed `target-libjava'.
8523
8524 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8525
8526         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8527         (ALL_MODULES): Added fastjar.
8528         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8529         (all-target-libjava): all-fastjar replaces all-zip.
8530         (all-fastjar): Added.
8531         (configure-target-fastjar, all-target-fastjar): Likewise.
8532         * configure.in (host_tools): Added fastjar.
8533
8534 2000-12-07  Mike Stump  <mrs@wrs.com>
8535
8536         * Makefile.in (local-distclean): Remove leftover built files.
8537
8538 2000-11-24  Nick Clifton  <nickc@redhat.com>
8539
8540         * configure.in (xscale-elf): Add target.
8541         (xscale-coff): Add target.
8542
8543 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
8544
8545         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8546         recent versions of FreeBSD (release 3 or later).
8547         * ltconfig: On FreeBSD, -lc must not be provided when building
8548         a shared library or else the standard -pthread gcc option is
8549         rendered worthless to later users of the built library.
8550
8551 2000-11-16  Fred Fish  <fnf@be.com>
8552
8553         * configure.in (enable_libstdcxx_v3): Fix typo,
8554         libstd++ -> libstdc++.
8555
8556 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8557
8558         * MAINTAINERS: Add self to Write After Approval list.
8559
8560 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
8561
8562         * MAINTAINERS: Update my email address.  Add myself to global write
8563         privs list.
8564
8565 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
8566
8567         * Makefile.in: Merge with src and libgcj.
8568         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
8569         configure-target-<library> when their configure scripts need the C
8570         or C++ library to have already been built to work properly.
8571         (do_proto_toplev): Set them to an empty string.
8572
8573         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8574         (REALLY_SET_LIB_PATH): Use them.
8575
8576 2000-11-17  Stan Shebs  <shebs@apple.com>
8577
8578         * MAINTAINERS: Add self to Write After Approval list.
8579
8580 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8581
8582         * configure: Provide the original toplevel configure arguments
8583         (including $0) to subprocesses in the environment rather than
8584         through gcc/configargs.h.
8585
8586 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8587
8588         * MAINTAINERS: Remove references to cccp. Change C9X reference to
8589         C99.  Alphabetise "Write After Approval" list.
8590
8591 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
8592
8593         * configure: Turn on libstdc++ V3 by default.
8594
8595         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
8596         if we've got GCC.
8597
8598 2000-11-11  Philip Blundell  <philb@gnu.org>
8599
8600         * MAINTAINERS: Add self to Write After Approval list.
8601
8602 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
8603
8604         * ltcf-c.sh (aix4): Improve shared library configuration; require
8605         exporting symbols.
8606         * ltcf-cxx.sh (aix4): Define.
8607         * ltconfig (aix4): Define library and soname specs appropriate for
8608         AIX.  Define command to create export symbols list.
8609
8610 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
8611
8612         * config.sub: Add support for Sun Chorus
8613
8614 2000-10-31  Nick Clifton  <nickc@redhat.com>
8615
8616         * MAINTAINERS: Rename <name>@cygnus.com addresses to
8617         <name>@redhat.com.  Also installed new email address for Clint
8618         Popetz.
8619
8620 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
8621
8622         * etc: Remove directory from GCC.
8623
8624 2000-10-16  Michael Meissner  <meissner@redhat.com>
8625
8626         * configure (gcc/configargs.h): Only create if there is a build GCC
8627         directory created.
8628
8629 2000-10-16  Matthias Klose  <doko@debian.org>
8630
8631         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
8632         when configured for libstdc++-v3.
8633
8634 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
8635
8636         * configure: Save configure arguments to gcc/configargs.h.
8637
8638 2000-10-04  Philipp Thomas  <pthomas@suse.de>
8639
8640         * config.guess: Import CVS version 1.157.
8641         * config.sub: Import CVS version 1.181.
8642
8643 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
8644
8645         * Makefile.in (bootstrap): avoid recursion if subdir missing
8646         (cross): ditto
8647         (do-proto-toplev): ditto
8648
8649 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
8650
8651         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
8652         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
8653
8654         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
8655         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
8656         all affected `configure' scripts.
8657
8658 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
8659
8660         * MAINTAINERS: Add self as cpplib co-maintainer.
8661
8662 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
8663
8664         * MAINTAINERS: Add self to Write After Approval list.
8665
8666 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8667
8668         * INSTALL/README: egcs -> GCC update.
8669
8670 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
8671
8672         * MAINTAINERS: Add myself to Write After Approval list.
8673
8674 2000-09-15  Kazu Hirata  <kazu@hxi.com>
8675
8676         * MAINTAINERS: Add myself to Write After Approval list.
8677
8678 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
8679
8680         * configure.in: Do not build byacc for hppa64.  Provide paths to the
8681         X11 libraries for hppa64.
8682
8683 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8684
8685         * MAINTAINERS: Add myself as 68hc11 port maintainer.
8686
8687 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
8688
8689         * Makefile.in (all-zlib): Added dummy target.
8690
8691         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8692         ltcf-gcj.sh: Updated from libtool multi-language branch.
8693
8694 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
8695
8696         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8697         (bootstrap*): Depend on all-bootstrap.
8698
8699 2000-09-05  Philipp Thomas  <pthomas@suse.de>
8700
8701         * config.guess: Import CVS version 1.156.
8702         * config.sub: Import CVS version 1.179.
8703
8704 2000-09-02  Anthony Green  <green@cygnus.com>
8705
8706         * Makefile.in (all-gcc): Depend on all-zlib.
8707         (CLEAN_MODULES): Add clean-zlib.
8708         (ALL_MODULES): Add all-zlib.
8709         * configure.in (host_libs): Add zlib.
8710
8711 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
8712
8713         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8714         crosses, but add gcc/include to the header search path for them.
8715
8716 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
8717
8718         * MAINTAINERS: Add self to Write After Approval list.
8719
8720 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8721
8722         * config.guess: Import CVS version 1.152.
8723         * config.sub: Import CVS version 1.177.
8724
8725 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
8726
8727         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8728         $targargs to tell whether newlib is going to be built.
8729
8730         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8731         $$r/TARGET_SUBDIR/libio for _G_config.h.
8732
8733 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
8734
8735         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
8736
8737 2000-08-22  DJ Delorie  <dj@redhat.com>
8738
8739         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
8740
8741 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
8742
8743         * config-ml.in (CC, CXX): Avoid trailing whitespace.
8744         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8745         sub-configures.
8746
8747 2000-08-21  DJ Delorie  <dj@redhat.com>
8748
8749         * MAINTAINERS: Add self as a libiberty maintainer
8750
8751 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
8752
8753         * configure.in (libstdcxx_flags): Use
8754         libstdc++-v3/src/libstdc++.INC.
8755
8756 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
8757
8758         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8759
8760 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
8761
8762         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8763
8764         * configure: Make enable_threads and enable_shared defaults
8765         explicit.  Substitute enable_threads into generated Makefiles.
8766         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8767         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8768
8769 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
8770
8771         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
8772
8773 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
8774
8775         * config-ml.in (CC): Remove bogus duplicate quotation mark from
8776         previous delta.
8777
8778 2000-08-11  Jason Merrill  <jason@redhat.com>
8779
8780         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8781         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8782         (FLAGS_FOR_TARGET): Not here.
8783         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8784
8785 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
8786
8787         * config-ml.in (CC, CXX): Don't introduce a leading space.
8788
8789 2000-08-07  DJ Delorie  <dj@delorie.com>
8790
8791         * MAINTAINERS: Add self as a DJGPP maintainer
8792
8793 2000-08-07  DJ Delorie  <dj@redhat.com>
8794
8795         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8796         "if we're also building gcc, and it's a gcc that will run on the
8797         build machine, we want to use its includes instead of the system's
8798         default includes".
8799
8800 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
8801
8802         * MAINTAINERS: Add self to Write After Approval list.
8803
8804 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
8805
8806         * configure.in (libstdcxx_flags): Don't use `"'.
8807
8808         * config-ml.in: Adjust multilib search paths to the
8809         appropriate multilib tree.
8810
8811 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
8812
8813         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8814         commas in $LANGUAGES.
8815
8816 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
8817
8818         * configure.in: Re-enable all references to libg++ and librx.
8819
8820 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
8821
8822         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
8823         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
8824         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
8825         * ltcf-cxx.sh (need_lc): Set based on postdeps.
8826
8827         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8828
8829 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
8830
8831         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8832         CXX_FOR_TARGET for sed.
8833
8834 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
8835
8836         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8837         Do not override if already set in the environment or in configure.
8838         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8839         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8840
8841 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
8842
8843         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
8844         the libtool CVS tree multi-language branch.
8845         * ltconfig, ltmain.sh: Updated.
8846
8847 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
8848
8849         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
8850         (clean-target): Depend on it.
8851
8852         * Makefile.in (FLAGS_FOR_TARGET): New macro.
8853         (GCC_FOR_TARGET): Use it.
8854         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8855         * configure.in: ... here.
8856         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
8857         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8858
8859 2000-07-24  Eric Christopher  <echristo@cygnus.com>
8860
8861         * MAINTAINERS: Add self to Write After Approval list.
8862
8863 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
8864
8865         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8866         (configure-target-libchill, configure-target-libobjc): Likewise.
8867
8868         * configure.in: Use the same cache file for all target libs.
8869         * config-ml.in: But different cache files per multilib variant.
8870
8871 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8872
8873         * configure (topsrcdir): Don't use dirname.
8874
8875 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
8876
8877         * MAINTAINERS: Add self to Write After Approval list.
8878
8879 2000-07-20  Jason Merrill  <jason@redhat.com>
8880
8881         * configure.in: Remove all references to libg++ and librx.
8882
8883         * configure, configure.in, Makefile.in: Unify gcc and binutils.
8884
8885 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
8886
8887         * config.sub: Update to subversions version 2000-07-06.
8888
8889 2000-07-12  Andrew Haley  <aph@cygnus.com>
8890
8891         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8892         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8893
8894 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
8895
8896         * symlink-tree:  Check number of arguments.
8897
8898 2000-07-05  Jim Wilson  <wilson@cygnus.com>
8899
8900         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8901         search path for a g++ extracted from the build tree.  This
8902         will allow link tests run by configure scripts in
8903         subdirectories to succeed.
8904
8905 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
8906
8907         * ltconfig: Add support for mips-dde-sysv4.2MP
8908
8909 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8910
8911         * MAINTAINERS: Add myself as loop discovery maintainer.
8912
8913 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
8914
8915         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8916         `os2'. Force ac_cv_exeext to be ".exe" in that case.
8917
8918 2000-06-19  Timothy Wall  <twall@cygnus.com>
8919
8920         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8921         * config.sub: Add tic54x target.
8922
8923 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
8924
8925         * MAINTAINERS: Add self as Fortran maintainer,
8926         remove Craig Burley.
8927
8928 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8929
8930         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8931         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8932
8933 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
8934
8935         * MAINTAINERS: Add self as i18n maintainer
8936
8937 20000-05-21  H.J. Lu  (hjl@gnu.org)
8938
8939         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8940         directory are used if they exist. Make sure
8941         $(build_tooldir)/include is searched for header files,
8942         $(build_tooldir)/lib/ for library files.
8943         (GCC_FOR_TARGET): Likewise.
8944         (CXX_FOR_TARGET): Likewise.
8945
8946 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
8947
8948         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8949
8950 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
8951
8952         * Makefile.in (configure-target-libiberty): Depend on
8953         configure-target-newlib.
8954
8955 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
8956
8957         * configure.in, Makefile.in: Merge all libffi-related
8958         configury stuff from the libgcj tree.
8959
8960 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8961
8962         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8963         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8964
8965 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8966
8967         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8968         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
8969         current version information.  Add to proto-toplev directory.
8970         (gdb-taz): Build do-djunpack.
8971
8972 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
8973
8974         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8975
8976 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8977
8978         * MAINTAINERS: Add self to Write After Approval list.
8979
8980 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8981
8982         * ltmain.sh: Preserve in relink_command any environment
8983         variables that may affect the linker behavior.
8984
8985 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
8986
8987         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8988
8989 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
8990
8991         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8992
8993 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
8994
8995         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
8996         with the version name.
8997
8998 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
8999
9000         * MAINTAINERS: Add self as bb-reorder maintainer.
9001
9002 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
9003
9004         * config.if: Tweak.
9005
9006 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
9007
9008         * djunpack.bat: New file.
9009
9010 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9011
9012         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9013         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9014         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9015         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9016
9017 2000-04-16  Dave Pitts  <dpitts@cozx.com>
9018
9019         * config.sub (case $basic_machine): Change default for "ibm-*"
9020         to "openedition".
9021
9022 2000-04-13  Andreas Jaeger  <aj@suse.de>
9023
9024         * MAINTAINERS: Added myself.
9025
9026 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9027
9028         * Makefile.in (gdb-taz): New target.  GDB specific archive.
9029         (do-md5sum): New target.
9030         (MD5PROG): Define.
9031         (PACKAGE): Default to TOOL.
9032         (VER): Default to a shell script.
9033         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
9034         md5 checksum generation.
9035         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9036         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9037         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9038         insight.tar.bz2): Use gdb-taz to create archive.
9039
9040 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9041
9042         * configure (warn_cflags): Delete.
9043
9044 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
9045
9046         * MAINTAINERS: Added myself.
9047
9048 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
9049             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
9050
9051         * configure.in (enable_libstdcxx_v3): Add.
9052         (target_libs): Add bits here to switch between libstdc++-v2 and
9053         libstdc++-v3.
9054         * config.if: And this file too.
9055         * Makefile.in: Add libstdc++-v3 targets.
9056
9057 2000-04-05  Michael Meissner  <meissner@redhat.com>
9058
9059         * config.sub (d30v): Add d30v as a basic machine type.
9060
9061 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
9062
9063         * configure.in: -linux-gnu*, not -linux-gnu.
9064
9065 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9066
9067         * MAINTAINERS: Add self in write-after-approval section.
9068
9069 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
9070
9071         * MAINTAINERS: Add self as ia64 port maintainer.
9072
9073 2000-03-08  Neil Booth  <NeilB@earthling.net>
9074
9075         * MAINTAINERS: Add self in write-after-approval section.
9076
9077 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9078
9079         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9080         (do-tar-bz2): Replace TOOL with PACKAGE.
9081         (gdb.tar.bz2): Remove GDBTK from GDB package.
9082         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9083         dejagnu.tar.bz2): New packages.
9084
9085 2000-02-27  Andreas Jaeger  <aj@suse.de>
9086
9087         * configure.in: Add entry for mips*-*-linux*, move catch all
9088         *-*-*linux* entry below this one.
9089
9090 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
9091
9092         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9093
9094 2000-02-24  Nick Clifton  <nickc@cygnus.com>
9095
9096         * config.sub: Support an OS of "wince".
9097
9098 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9099
9100         * config.guess, config.sub: Updated to match config's 2000-02-15
9101         version.
9102
9103 2000-02-23  Linas Vepstas  <linas@linas.org>
9104
9105         * config.sub: Add support for Linux/IBM 370.
9106         * configure.in: Likewise.
9107
9108 2000-02-22  Nick Clifton  <nickc@cygnus.com>
9109
9110         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9111
9112 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
9113
9114         * config.guess: Guess "cygwin" rather than "cygwin32".
9115
9116 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9117
9118         * configure (gcc_version): When setting, narrow search to
9119         lines containing `version_string'.
9120
9121 2000-02-15  Denis Chertykov  <denisc@overta.ru>
9122
9123         * config.sub: Add support for avr target.
9124
9125 2000-02-14  Nick Clifton  <nickc@cygnus.com>
9126
9127         * MAINTAINERS: Add maintainers for MCore port.
9128
9129 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9130
9131         * config.sub: Add mmix-knuth-mmixware.
9132
9133 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9134
9135         * MAINTAINERS: Pair cccp with cpplib maintainership.
9136
9137 2000-01-27  Christopher Faylor  <cgf@redhat.com>
9138
9139         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9140         structure stuff to -L library search.
9141         (CXX_FOR_TARGET): Ditto.
9142         (CROSS_CHECK_MODULES): Fix spelling mistake.
9143
9144 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
9145
9146         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9147         the C++ compiler.
9148
9149 2000-01-12  Richard Henderson  <rth@cygnus.com>
9150
9151         * configure.in: Don't build some bits for beos.
9152
9153 2000-01-12  Joel Sherrill (joel@OARcorp.com)
9154
9155         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9156         as include files.
9157
9158 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
9159
9160         * Add self as cpplib maintainer, as requested by Jason
9161         Merrill.  Correct my e-mail address.
9162
9163 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
9164
9165         * configure.in: Use mt-aix43 to handle *_TARGET defs,
9166         not mh-aix43.
9167
9168 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
9169
9170         * MAINTAINERS: Add myself to "write after approval" list.
9171
9172 1999-12-14  Richard Henderson  <rth@cygnus.com>
9173
9174         * config.guess (alpha-osf, alpha-linux): Detect ev67.
9175         * config.sub: Accept alphaev[78], alphaev8.
9176
9177 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9178
9179         * config.guess, config.sub: Update from autoconf.
9180
9181 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
9182
9183         * MAINTAINERS:  update my playtime e-address.
9184
9185 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9186
9187         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9188         necessary libraries are missing.
9189
9190 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
9191
9192         * MAINTAINERS: Add new 'write after approval' maintainer.
9193
9194 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9195
9196         * MAINTAINERS: Add new Java maintainer.
9197
9198 1999-10-25  Andreas Schwab  <schwab@suse.de>
9199
9200         * configure: Fix quoting inside arguments of eval.
9201
9202 1999-10-21  Nick Clifton  <nickc@cygnus.com>
9203
9204         * config-ml.in: Allow suppression of some ARM multilibs.
9205
9206 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
9207
9208         * config.guess: Add OS/390 match pattern.
9209         * config.sub: Add mvs, openedition targets.
9210         * configure.in (i370-ibm-opened*): New.
9211
9212 1999-09-04  Steve Chamberlain  <sac@pobox.com>
9213
9214         * config.sub: Add support for configuring for pj.
9215
9216 1999-08-31  Nick Clifton  <nickc@cygnus.com>
9217
9218         * config.sub (maybe_os): Add support for configuring for fr30.
9219
9220 1999-08-25  Nick Clifton  <nickc@cygnus.com>
9221
9222         * configure.in: Do not configure or build ld for AIX
9223         platforms.  ld is known to be broken on these platforms.
9224
9225 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9226
9227         * config-ml.in: Pass compiler flag corresponding to multidirs to
9228         subdir configures.
9229
9230 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
9231
9232         * Makefile.in (LDFLAGS): Define.
9233
9234 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
9235
9236         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9237         noconfigdirs.
9238         (*-*-cygwin*): Likewise.
9239
9240 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
9241
9242         * mkdep: New file.
9243         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9244         (BINUTILS_SUPPORT_DIRS): Add mkdep.
9245
9246         From Eli Zaretskii <eliz@is.elta.co.il>:
9247         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9248         long file name when using DJGPP on MS-DOS.
9249
9250 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
9251
9252         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9253
9254 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
9255
9256         * Makefile.in (check-target-libio): Remove all-target-libstdc++
9257         dependency as this causes "make check" to globally "make all"
9258
9259 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
9260
9261         * configure.in (target_libs): Added target-zlib.
9262         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9263         (CONFIGURE_TARGET_MODULES): Likewise.
9264         (CHECK_TARGET_MODULES): Likewise.
9265         (INSTALL_TARGET_MODULES): Likewise.
9266         (CLEAN_TARGET_MODULES): Likewise.
9267         (configure-target-zlib): New target.
9268         (all-target-zlib): Likewise.
9269         (all-target-libjava): Depend on all-target-zlib.
9270         (configure-target-libjava): Depend on configure-target-zlib.
9271
9272         * Makefile.in (configure-target-libjava): Depend on
9273         configure-target-newlib.
9274         (configure-target-boehm-gc): New target.
9275         (configure-target-qthreads): New target.
9276
9277         * configure.in (target_libs): Added target-qthreads.
9278         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9279         (CONFIGURE_TARGET_MODULES): Likewise.
9280         (CHECK_TARGET_MODULES): Likewise.
9281         (INSTALL_TARGET_MODULES): Likewise.
9282         (CLEAN_TARGET_MODULES): Likewise.
9283         (all-target-qthreads): New target.
9284         (configure-target-libjava): Depend on configure-target-qthreads.
9285         (all-target-libjava): Depend on all-target-qthreads.
9286
9287         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9288         (CONFIGURE_TARGET_MODULES): Likewise.
9289         (CHECK_TARGET_MODULES): Likewise.
9290         (INSTALL_TARGET_MODULES): Likewise.
9291         (CLEAN_TARGET_MODULES): Likewise.
9292         (all-target-libjava): New target.
9293         (all-target-boehm-gc): Likewise.
9294         * configure.in (target_libs): Added libjava, boehm-gc.
9295
9296 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
9297
9298         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9299         configure.bat in SUPPORT_FILES.
9300         (gas+binutils.tar.bz2): Likewise.
9301
9302         * makeall.bat: Remove; obsolete.
9303
9304 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
9305
9306         From Mark Elbrecht:
9307         * configure.bat: Remove; obsolete.
9308
9309 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
9310
9311         * configure: Add -W -Wall to the default CFLAGS when compiling with
9312         gcc.
9313
9314 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
9315
9316         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9317
9318 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
9319
9320         * configure.in: Build ld on IRIX6.
9321
9322 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
9323
9324         * Makefile.in: Change distribution targets to use bzip2 instead of
9325         gzip.
9326         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9327         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9328
9329 1999-06-04  Nick Clifton  <nickc@cygnus.com>
9330
9331         * config.sub: Add mcore target.
9332
9333 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
9334
9335         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9336
9337 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
9338
9339         * config.guess (dummy): Changed to $dummy.
9340
9341 1999-05-24  Nick Clifton  <nickc@cygnus.com>
9342
9343         * config.sub: Tidied up case statements.
9344
9345 1999-05-22  Ben Elliston  <bje@cygnus.com>
9346
9347         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9348         <jiro@din.or.jp>.
9349
9350         * config.guess: Merge with FSF version. Future changes will be
9351         more accurately recorded in this ChangeLog.
9352         * config.sub: Likewise.
9353
9354 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
9355
9356          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9357
9358 1999-04-30  Tom Tromey  <tromey@cygnus.com>
9359
9360         * ltmain.sh: [mode link] Always use CC given by ltconfig.
9361
9362 1999-04-23  Tom Tromey  <tromey@cygnus.com>
9363
9364         * ltconfig, ltmain.sh: Update to libtool 1.2f.
9365
9366 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
9367
9368         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9369         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9370         Bad merge removed these two changes.
9371
9372 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
9373                           Martin Heller (Ing.-Buero_Heller@t-online.de)
9374
9375         * config.guess (interix Alpha): Add.
9376
9377 1999-04-11  Richard Henderson  <rth@cygnus.com>
9378
9379         * configure.in (i?86-*-beos*): Do config gperf; don't config
9380         gdb, newlib, or libgloss.
9381
9382 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
9383
9384         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9385         link a trivial program with -mabi=64.  If it fails, remove mabi=64
9386         from multidirs.
9387
9388 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
9389
9390         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9391
9392 1999-04-08  Nick Clifton  <nickc@cygnus.com>
9393
9394         * config.sub: Add support for mcore targets.
9395
9396 1999-04-07  Michael Meissner  <meissner@cygnus.com>
9397
9398         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9399         not mt-ospace, in order to shut up assembler warning about using
9400         symbols that are named the same as registers.
9401
9402 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
9403
9404         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9405         dependency list for all-target-cygmon.
9406
9407 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
9408
9409         * config-ml.in: Check $host, not $target, for selective multilibs.
9410         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9411         thumb interworking, and underscore prefix multilibs.
9412
9413 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
9414
9415         * missing: Update to version from current automake.
9416
9417 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
9418
9419         * configure (gxx_include_dir): Removed.
9420
9421         * configure.in (gxx_include_dir): Handle it.
9422         * Makefile.in: Likewise.
9423
9424 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
9425
9426         * config.sub (mips64vr4111,mips64vr4111el) Add.
9427
9428 1999-03-21  Ben Elliston  <bje@cygnus.com>
9429
9430         * config.guess: Correct typo for detecting ELF on FreeBSD.
9431
9432 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
9433
9434         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9435         config/mh-djgpp.
9436
9437 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
9438
9439         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9440         all-target-newlib to dependency list for all-target-bsp.
9441
9442 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9443
9444         * config.sub: Add i386-uwin support.
9445         * config.guess: Likewise.
9446
9447 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9448
9449         * configure.in: cleanup, add mh-*pic handling for arm, special
9450         case powerpc*-*-aix*
9451
9452 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
9453
9454         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9455         can be built.
9456
9457 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
9458
9459         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9460         targets.
9461
9462 1999-03-02  Nick Clifton  <nickc@cygnus.com>
9463
9464         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9465
9466 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
9467
9468         * config.sub: Check for "cygwin*" rather than "cygwin32*"
9469
9470 1999-02-24  Nick Clifton  <nickc@cygnus.com>
9471
9472         * config.sub: Fix typo in arm recognition.
9473
9474 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
9475
9476         * configure.in (noconfigdirs): Changed target_configdirs to
9477         include target-bsp only for m68k-*-elf* and m68k-*-coff*
9478         rather than m68k-*-* since it is not known to work on
9479         m68k-aout. Ditto for arm-*-*oabi.
9480
9481 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
9482
9483         * configure.in (*-*-windows*): Remove, no longer used.
9484
9485 1999-02-19  Ben Elliston <bje@cygnus.com>
9486
9487         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9488         Smart and improved by Andrew Cagney.
9489
9490 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
9491
9492         * config.guess: Recognize openbsd-*-hppa.
9493
9494 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
9495
9496         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9497         only if it is not empty.
9498
9499 1999-02-17  Nick Clifton  <nickc@cygnus.com>
9500
9501         Patch from: Scott Bambrough <scottb@corelcomputer.com>
9502
9503         * config.guess: Modified to recognize uname's armv* syntax.
9504
9505         * config.sub: Modified to recognize uname's armv* syntax.
9506
9507 1999-02-17  Mark Salter  <msalter@cygnus.com>
9508
9509         * configure.in: Added target-bsp for sparclite.
9510
9511 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
9512
9513         * config.sub: Recognize alphapca5[67] and up to alphaev8.
9514
9515 1999-02-08  Nick Clifton  <nickc@cygnus.com>
9516
9517         * configure.in: Add support for strongarm port.
9518         * config.sub: Add support for strongarm target.
9519
9520 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9521
9522         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9523         the old name config/mh-cygwin32.
9524         Enable texinfo.
9525
9526 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
9527
9528         * configure.in: Do build ld for ix86 Solaris.
9529
9530 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
9531
9532         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
9533         $AR_FOR_TARGET.  Likewise for RANLIB.
9534
9535 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
9536
9537         * config.sub (oabi):  Recognize.
9538         * configure.in (arm-*-oabi):  Handle.
9539
9540 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
9541
9542         * config.guess: Improve detection of i686 on UnixWare 7.
9543
9544 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9545
9546         * config.guess: Add support for i386-pc-interix.
9547         * config.sub: Likewise.
9548         * configure.in: Likewise.
9549
9550 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
9551
9552         * Makefile.in: Remove unneeded all-target-libio from
9553         from all-target-winsup target since it is now unneeded.
9554         Add all-target-libtermcap in its place since it is now
9555         needed.
9556
9557 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
9558
9559         * configure.in: makefile stub for cygwin target is probably
9560         unnecessary.  Remove it for now.
9561
9562 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
9563
9564         * configure.in: libtermcap.a should be built when cygwin is the
9565         target as well as the host.
9566         * config.guess: Allow mixed case in cygwin uname output.
9567         * Makefile.in: Add libtermcap target.
9568
9569 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
9570
9571         * config.sub: Clean up handling of hppa2.0.
9572
9573 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
9574
9575         * config.guess: Use C code to identify more HP machines.
9576
9577 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
9578
9579         * config.sub: Handle hppa2.0.
9580
9581 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
9582
9583         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9584         cygmon for all sparclite targets, regardless of object format.
9585
9586 1998-12-15  Mark Salter  <msalter@cygnus.com>
9587
9588         * configure.in: Added target-bsp for several target architectures.
9589
9590         * Makefile.in: Added rules for bsp.
9591
9592 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
9593
9594         * config.guess: Improve detection of hppa2.0 processors.
9595
9596 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
9597
9598         * config.guess: Recognize FreeBSD using ELF automatically.
9599
9600 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
9601
9602         * configure (skip-this-dir): Add handling for new shell script, which
9603         might be created by a sub-directory's configure to indicate, this particular
9604         directory is "unwanted".
9605         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9606
9607 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
9608
9609         * ltconfig: import from libtool, after changing libtool to
9610         account for the cygwin name change.
9611
9612 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
9613
9614         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9615         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9616
9617 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
9618
9619         * configure.in: Add libtermcap to list of cygwin dependencies.
9620
9621 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
9622
9623         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9624         they include winsup/include when it's a cygwin target.
9625
9626 1998-11-12  Tom Tromey  <tromey@cygnus.com>
9627
9628         * configure.in (host_tools): Added zip.
9629         * Makefile.in (all-target-libjava): Depend on all-zip.
9630         (all-zip): New target.
9631         (ALL_MODULES): Added all-zip.
9632         (NATIVE_CHECK_MODULES): Added check-zip.
9633         (INSTALL_MODULES): Added install-zip.
9634         (CLEAN_MODULES): Added clean-zip.
9635
9636 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
9637
9638         * Makefile.in: lose "32" from comment about cygwin.
9639
9640 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
9641
9642         * configure.in: Use -Os to build target libraries for the fr30.
9643
9644 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
9645
9646         * config.sub: Add fr30.
9647
9648 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
9649
9650         * configure.in: drop "32" from config/mh-cygwin32.  Check
9651         cygwin* instead of cygwin32*.
9652         * config.sub: Check cygwin* instead of cygwin32*.
9653
9654 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
9655
9656         * config.guess: Match any version of Unixware7.
9657
9658 1998-10-20  Syd Polk  <spolk@cygnus.com>
9659
9660         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9661         if desired.
9662
9663 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
9664
9665         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9666         these if the appropriate directories and files to not exist.
9667
9668 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
9669
9670         * Makefile.in (DEVO_SUPPORT): Add config.if.
9671
9672 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9673
9674         * configure: Add pattern to replace "build_tooldir"'s
9675         definition in the generated Makefile with "tooldir"'s
9676         actual value.
9677
9678 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
9679
9680         * config.sub: Bring back lost sparcv9.
9681
9682         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9683
9684 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
9685
9686         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9687         CC_FOR_TARGET and friends.
9688
9689 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
9690
9691         * Makefile.in (build_tooldir): New variable, same as tooldir.
9692         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9693         -B$(build_tooldir)/bin/.
9694         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9695
9696 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9697
9698         * README: Remove installation instructions and refer to the
9699         INSTALL directory instead.
9700
9701 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
9702
9703         * config.sub: Add support for i[34567]86-pc-udk.
9704         * configure.in: Likewise.
9705
9706 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
9707
9708         * Makefile.in: add bzip2 package building bits for user
9709         tools module
9710         * configure.in: ditto
9711
9712 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
9713
9714         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9715         (ALL_TARGET_MODULES): Add all-target-libobjc.
9716         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9717         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9718         (all-target-libchill): Add dependencies.
9719         * configure.in (target_libs): Add libchill.
9720
9721 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
9722
9723         * configure.in (target_subdir): Remove duplicate line.
9724
9725 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
9726
9727         * Makefile.in (all-automake): fix dependencies.
9728
9729 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
9730
9731         * configure.in: Minor cleanups for building in the $(target_alias)
9732         subdir.
9733
9734 1998-09-22  Jim Wilson  <wilson@cygnus.com>
9735
9736         * Makefile.in (bootstrap): Set r and s before make all.  Use
9737         BASE_FLAGS_TO_PASS in make all.
9738         (cross): Likewise.
9739
9740 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
9741
9742         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9743
9744 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
9745
9746         * config.sub: Fix typo in last change.
9747
9748 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9749
9750         * config.sub: Add support for C4x target.
9751         * configure.in: Likewise.
9752
9753 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
9754
9755         * config.sub: Recognize sparcv9 just like sparc64.
9756
9757 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
9758
9759         * config.guess: Match "Pent II" or "PentII" for OpenServer.
9760
9761 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
9762
9763         * config.guess: Correctly identify Pentium II sco boxes.
9764
9765         * config.guess: Fix "tr" code.  From Weiwen Liu.
9766
9767 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
9768
9769         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9770         stabs.
9771
9772 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
9773
9774         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9775         (ALL_TARGET_MODULES): Add all-target-libchill.
9776         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9777         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9778         (all-target-libchill): Add dependencies.
9779         * configure.in (target_libs): Add libchill.
9780
9781 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9782
9783         * config.guess: Avoid assumptions about "tr" behaves when
9784         LANG is set to something other than English.
9785
9786 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
9787
9788         * configure (gxx_include_dir): Changed to
9789         '${prefix}/include/g++'-${libstdcxx_interface}.
9790
9791         * config.if: New to determine the interfaces.
9792
9793 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
9794
9795         * config.guess: Detect and handle MPE/IX.
9796         * config.sub: Deal with MPE/IX.
9797
9798 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
9799
9800         * configure.in: Use mh-aix43.
9801
9802 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
9803
9804         * configure: Fix --without/--disable cases for gxx-include-dir.
9805
9806 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
9807
9808         * mdata-sh:  Imported.  Needed for automake support.
9809
9810 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
9811
9812         * Makefile.in (taz): Try "chmod -R og=u ." before
9813         "chmod og=u `find . -print`".
9814
9815 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
9816
9817         * configure.in: Add arm-elf and thumb-elf support.
9818
9819 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
9820
9821         * Makefile.in: Undo previous patch.
9822
9823 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
9824
9825         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9826         to here ...
9827         (install-no-fixedincludes): and here
9828         (INSTALL_MODULES): ... from here.
9829
9830 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
9831
9832         * config.sub: Merge with FSF.
9833
9834         * config.guess: Merge with FSF.
9835
9836 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
9837
9838         * configure (extraconfigdirs): New variable.
9839         (SUBDIRS): Add extraconfigdirs and recurse on them too.
9840         * Makefile.in (all): Move higher in file.
9841         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9842         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9843         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9844         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9845         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9846
9847 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
9848
9849         * Makefile.in (all-target-libjava): Depend on all-gcc and
9850         all-target-newlib.
9851         (configure-target-libjava): Depend on $(ALL_GCC).
9852
9853 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
9854
9855         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9856         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9857
9858 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
9859
9860         * INSTALL/README: Fix typo.
9861
9862 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
9863
9864         * ylwrap: Change absolute path checks to check for DOS style path
9865         names.
9866
9867         * ylwrap: Don't use a full path name if the source file is in the
9868         same directory.  From hjl@lucon.org (H.J. Lu).
9869
9870         * config-ml.in: Default to being verbose, to match Feb 18 change to
9871         configure.
9872
9873 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
9874
9875         Brought over from egcs:
9876
9877         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
9878
9879         * configure.in (target_subdir): Set to ${target_alias} instead
9880         of "libraries".
9881
9882         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
9883
9884         * configure.in (target_subdir): Set to libraries if enable_multilib.
9885
9886 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
9887
9888         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9889         multilibs, force reconfiguration the first time we create
9890         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9891
9892 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
9893
9894         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9895         avoid confusion with --no-recursion.
9896
9897 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
9898
9899         * configure.in: Win32 hosts shouldn't use install -x
9900         * install-sh: remove -x option, and special .exe-handling
9901         hack.
9902
9903 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
9904
9905         * config.guess: Recognize i586-pc-beos.
9906         * configure.in: Don't build some bits for beos.
9907
9908 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
9909
9910         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9911         CFLAGS default to -O2.
9912
9913         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9914         when using GNU ld.
9915
9916 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
9917
9918         * ltmain.sh: Correct install when using a different shell.
9919
9920 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
9921
9922         * ltconfig, ltmain.sh: Update to libtool 1.2b.
9923
9924 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
9925
9926         * makefile.vms: Update to build binutils/makefile.vms.  Add install
9927         target.
9928
9929 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
9930
9931         * ltconfig: Update to correct AIX handling.
9932
9933 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
9934
9935         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9936
9937         * configure.in (target_subdir): Set to ${target_alias} instead
9938         of "libraries".
9939
9940 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
9941
9942         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9943         (Makefile): Depend on $(gcc_version_trigger).
9944
9945         * configure (gcc_version): Change default initializer to empty
9946         string.
9947         (gcc_version_trigger): New variable; pass this variable down
9948         to subdir configures to enable them checking gcc's version
9949         themselves. Emit make macros for both gcc_version vars.
9950         (topsrcdir): Initialize reliably.
9951         (recursion line): Remove --with-gcc-version=${gcc_version}.
9952
9953 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
9954
9955         * configure (enable_version_specific_runtime_libs): Implement new flag
9956         --enable-version-specific-runtime-libs which installs C++ runtime stuff
9957         in $(libsubdir); emit definition in each generated Makefile.
9958         (gxx_include_dir): Initialize depending on
9959         $enable_version_specific_runtime_libs.
9960
9961 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
9962
9963         * configure (gcc_version): Initialize properly depending on
9964         how and where configure is started.
9965         (recursion line): Pass a --with-gcc-version=${gcc_version}
9966         to configures in subdirs.
9967
9968 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
9969
9970         * configure.in (noconfigdirs): Add configure pattern for mips tx39
9971         cygmon
9972
9973 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
9974
9975         * configure.in: Add cygmon and libstub support for mn10200.
9976
9977 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
9978
9979         * configure (gcc_version): Add new variable describing the
9980         particular gcc version we're building.
9981         * Makefile.in (libsubdir): Add new macro for the directory
9982         in which the compiler finds executables, libraries, etc.
9983         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9984         and libsubdir.
9985
9986 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
9987
9988         * Makefile.in (local-clean): Remove *.log.
9989         (warning.log): Built with warn_summary from build.log.
9990         (mail-report.log): Run test_summary.
9991         (mail-report-with-warnings.log): Run test_summary including
9992         warning.log in the report.
9993
9994 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
9995
9996         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9997
9998 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
9999
10000         * Makefile.in (grep): Grep no longer depends on libiberty.
10001
10002 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
10003
10004         * Makefile.in: all-snavigator needs all-libgui.
10005
10006 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
10007
10008         * configure.in: Add cygmon and libstub support for mn10300.
10009
10010 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
10011
10012         * missing: Update to version from automake 1.3.
10013
10014         * ltmain.sh: On installation, don't get confused if the same name
10015         appears more than once in the list of library names.
10016
10017 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10018
10019         * config.sub: Accept m68060 and m5200 as CPU names.
10020
10021 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
10022
10023         * configure: Use && rather than using -a in test, because odd
10024         strings can confuse test.
10025         * configure.in: Likewise.
10026
10027 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10028
10029         * ltconfig, ltmain.sh: Bring in Visual C++ support.
10030
10031 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10032
10033         * Makefile.in (boostrap2-lean, bootstrap3-lean,
10034         bootstrap4-lean): New targets.
10035
10036 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
10037
10038         * mpw-* Delete.  Not used.
10039
10040 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
10041
10042         * COPYING.LIB: Update FSF address.
10043
10044 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
10045
10046         * ltconfig, ltmain.sh: Update to libtool 1.2a.
10047
10048         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10049         GAS_SUPPORT_DIRS.
10050
10051 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
10052
10053         * ltconfig, ltmain.sh: Avoid producing a version number if
10054         -version-info was not used.
10055
10056 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10057
10058         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10059         building with newlib.
10060
10061 1998-04-30  Paul Eggert  <eggert@twinsun.com>
10062
10063         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10064         Solaris `make' causes it to continue to next definition.
10065
10066 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10067
10068         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10069         the right GUI libraries and files are installed along with GDB.
10070
10071 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10072
10073         * configure.in: Change alpha to alpha* in several places.
10074
10075 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
10076
10077         * config.sub: Recognize sparc86x.
10078
10079 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
10080
10081         * configure.in (--enable-target-optspace): Remove debug echo.
10082
10083 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
10084
10085         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10086
10087 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10088
10089         * ltconfig: Update cygwin32 support.
10090
10091         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10092         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10093         (GDB_SUPPORT_DIRS): Likewise.
10094
10095 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
10096
10097         * configure.in (target_makefile_frag): If --enable-target-optspace,
10098         use -Os to compile target libraries rather than -O2.  Default to
10099         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10100         not used.
10101         * configure.in (target_cflags): Ditto for d30v.
10102
10103 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
10104
10105         * Makefile.in (all-bfd): Depend on all-intl.
10106         (all-binutils): Likewise.
10107         (all-gas): Likewise.
10108         (all-gprof): Likewise.
10109         (all-ld): Likewise.
10110
10111 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
10112
10113         * configure.in (host_tools): Fix typo, lbtool -> libtool.
10114
10115 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10116
10117         * Makefile.in (all-bfd): Depend upon all-libiberty.
10118
10119         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10120
10121 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
10122
10123         * Makefile.in: Add libstub.
10124
10125         * configure.in: Ditto. Build libstub for targets that have cygmon
10126         support.
10127
10128 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
10129
10130         * configure.in: Don't set PICFLAG on ix86-cygwin32.
10131
10132 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
10133
10134         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10135         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
10136
10137 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
10138
10139         * configure: Define DEFAULT_M4 by searching PATH.
10140         * Makfile.in: Use DEFAULT_M4.
10141
10142 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10143
10144         * ltconfig: Add cygwin32 support.
10145
10146         * Makefile.in, configure.in: Add libtool as a native only directory
10147         to configure and build.
10148
10149 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
10150
10151         * Makefile.in (INSTALL_MODULES): Remove texinfo.
10152
10153 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
10154
10155         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10156
10157 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
10158
10159         * Makefile.in: add ash make rules
10160         * configure.in: add ash to native_only and host_tools lists
10161
10162 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
10163
10164         * Makefile.in (all-gettext, all-intl): New targets.
10165         (ALL_MODULES): Added all-gettext, all-intl.
10166         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10167         (INSTALL_MODULES): Added install-gettext, install-intl.
10168         (CLEAN_MODULES): Added clean-gettext, clean-intl.
10169
10170         * configure.in (host_tools): Added gettext.
10171         (native_only): Likewise.
10172         (noconfigdirs) [various cases]: Likewise.
10173         (host_libs): Added intl.
10174
10175 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
10176
10177         * configure: Do not disable building gdbtk for cygwin32 hosts.
10178
10179 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
10180
10181         * configure.in: Add thumb-coff target.
10182         * config.sub: Add thumb-coff target.
10183
10184 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10185
10186         * Makefile.in: Revert yesterday's change.
10187         (all-target-winsup):  all-target-librx stays out of here.
10188
10189 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10190
10191         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10192         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10193         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10194         Remove references to librx and libg++.
10195
10196 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
10197
10198         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10199         recursive makes
10200
10201 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
10202
10203         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10204         for newlib directory.
10205         (CXX_FOR_TARGET): Likewise.
10206
10207 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
10208
10209         * ltconfig: Update after libtool/ltconfig.in change for
10210         hpux11.
10211
10212 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
10213
10214         * ltconfig, ltmain.sh: Update to libtool 1.2.
10215
10216 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10217
10218         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10219         (install-gcc-cross): Instead, override LANGUAGES here.
10220
10221 1998-03-18  Dave Love  <d.love@dl.ac.uk>
10222
10223         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10224         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10225
10226 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
10227
10228         * configure.in: Add Thumb-pe target.
10229
10230 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
10231
10232         * Makefile.in - changed sn targets to snavigator
10233         * configure.in - changed sn targets to snavigator
10234
10235 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10236
10237         * config-ml.in: After building symlink tree call make distclean
10238         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10239         to be the case for libiberty.
10240
10241 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
10242
10243         * configure: When making link, also check the current
10244         directory. The configure scripts may create one.
10245
10246 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
10247
10248         * config.sub: Accept alphapca56 and alphaev6 properly.
10249
10250 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10251
10252         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10253
10254 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10255
10256         * config.sub (sco5): Fix typo.
10257
10258 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
10259
10260         * Makefile.in (INSTALL_MODULES): Move install-tcl before
10261         install-itcl.
10262         (install-itcl): Remove dependency on install-tcl.
10263
10264 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
10265
10266         * configure.in: Remove libgloss from noconfigdirs for MN10300.
10267
10268 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
10269
10270         * configure.in: Don't build libgui for a cygwin32 target when not on
10271         a cygwin32 host.
10272
10273 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10274
10275         * configure (redirect): Set to null, so default behavior of
10276         configure is now --verbose.
10277
10278 1998-02-16  Dave Love  <d.love@dl.ac.uk>
10279
10280         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10281         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10282
10283 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
10284
10285         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10286         this change to sync Makefile.in with its ChangeLog entries.
10287
10288 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
10289
10290         * ltmain.sh (mkdir): Check that the directory doesn't exist
10291         before we exit with error, so that we don't get races during
10292         parallel builds.
10293
10294 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10295
10296         * ltconfig, ltmain.sh: Update from libtool 1.0i.
10297
10298 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10299
10300         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10301         PICFLAG_FOR_TARGET.
10302         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10303
10304         * configure: Emit a definition for the new macro enable_shared
10305         into each Makefile.
10306
10307 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10308
10309         * configure.in (host_tools, native_only): Add libtool.
10310
10311 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
10312
10313         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10314         Fix typo in ming config comment.
10315
10316 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10317
10318         * ltconfig, ltmain.sh: Update from libtool 1.0h.
10319
10320 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
10321
10322         * config.sub: Add tic30 cases, and map c30 to tic30.
10323
10324 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
10325
10326         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10327         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10328         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10329         (CLEAN_TARGET_MODULES): Similarly
10330         (all-target-libf2c): Add dependences.
10331         * configure.in (target_libs): Add libf2c.
10332
10333 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
10334
10335         * configure.in: Remove expect from noconfigdirs when target
10336         is cygwin32.  OK to build expect and dejagnu with Canadian
10337         Cross.
10338
10339 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
10340
10341         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10342         host.
10343
10344         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10345         and mingw32.
10346
10347 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10348
10349         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10350         here as it is not defined in the toplevel Makefile.
10351
10352 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10353
10354         * configure (package_makefile_rules_frag): New variable, which names
10355         a file with generic rules, ...
10356         Change comment to mention we now have FIVE parts.
10357         * configure: Undo last change.
10358
10359 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
10360
10361         * config.guess: More accurate determination of HP processor types.
10362         * config.sub: More accurate determination of HP processor types.
10363
10364 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10365
10366         * configure (package_makefile_frag): Move inserting the
10367         ${package_makefile_frag} to where it should be according
10368         to the comment.
10369
10370 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
10371
10372         * config.guess: Add support for Linux/ARM.
10373
10374 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
10375
10376         * .cvsignore: Remove *-info and *-install since they match
10377         release-info and mpw-install, which we don't want to just ignore.
10378
10379 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
10380
10381         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10382
10383 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
10384
10385         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10386         local_prefix to sub-make invocations.
10387
10388 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
10389
10390         * configure.in: Check makefile fragments in the source
10391         directory.
10392
10393 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10394
10395         * configure.in: Check whether host and target makefile
10396         fragments exist before adding them to *_makefile_frag.
10397
10398 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
10399
10400         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10401
10402 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
10403
10404         * configure.in: Make sure we only replace RPATH_ENVVAR on
10405         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10406         regexp to sed.
10407
10408         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10409         to sub-makes.
10410
10411 1998-01-13  Lee Iverson   (leei@ai.sri.com)
10412
10413         * config-ml.in (multi-do): LDFLAGS must include multilib
10414         designator.
10415
10416 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
10417
10418         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10419
10420 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
10421
10422         * config.sub: Add mingw32 support.
10423         * configure.in: Likewise.
10424
10425 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10426
10427         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10428
10429 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
10430
10431         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10432         * configure (gxx_include_dir): Provide a definition for subdirs
10433         which do not use autoconf.
10434
10435 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
10436
10437         * config.guess: Sync with egcs.  Picks up new alpha support,
10438         BeOS & some additional linux support.
10439
10440 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
10441
10442         * config.guess: HP 9000/803 is a PA1.1 machine.
10443
10444 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
10445
10446         * configure.in: It's alpha*-...
10447
10448 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10449
10450         * configure.in (host_makefile_frag, target_makefile_frag):
10451         Handle multiple config files.
10452         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10453         alpha-*-*.
10454
10455 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
10456
10457         * mkdep: New file.
10458
10459 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
10460
10461         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10462
10463 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
10464
10465         * Makefile.in: Add libgui directory.
10466         (GDB_TK): Add all-libgui.
10467         * configure.in: Add libgui directory.
10468         * configure: Add all-libgui to GDB_TK.
10469
10470 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
10471
10472         * config-ml.in (multidirs): Add m32r to multilib list.
10473
10474 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
10475
10476         * Makefile.in (all-target-gperf): Change dependency to
10477         all-target-libstdc++.
10478
10479 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
10480
10481         * config.guess: Add BeOS support.
10482
10483 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
10484
10485         Source directory cvs renamed to cvssrc:
10486         * configure.in (host_tools): Change cvs to cvssrc.
10487         (native_only): Likewise.
10488         (noconfigdirs) [various cases]: Likewise.
10489         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10490         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10491         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10492         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10493         (all-cvssrc): Rename target from all-cvs.
10494
10495 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
10496
10497         * configure (gxx_include_dir): Fix thinko.
10498
10499 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
10500
10501         * Makefile.in (INSTALL_TARGET_CROSS): Define.
10502         (install-cross, install-gcc-cross): New targets.
10503
10504 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
10505
10506         * configure.in (noconfigdirs): Add support for Thumb target.
10507
10508         * config.sub (maybe_os): Add support for Thumb target.
10509
10510 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
10511
10512         * Makefile.in: Add rules for cygmon.
10513
10514         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10515
10516 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
10517
10518         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10519         * configure (gxx_include_dir): Provide a definition for subdirs
10520         which do not use autoconf.
10521
10522 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
10523
10524         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10525         11/18/97 build
10526
10527 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
10528
10529         * From Franz Sirl.
10530         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10531         found on RedHat Linux systems.
10532
10533 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
10534
10535         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10536         guesses.
10537
10538 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
10539
10540         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10541
10542 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
10543
10544         * ltmain.sh: If mkdir fails, check whether the directory was created
10545         anyhow by some other process.
10546
10547 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
10548
10549         * configure.in (d30v-*-*): Configure all directories.
10550
10551 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
10552
10553         * configure.in (d30v-*-*): Configure newlib, libiberty directories
10554         for the D30V.
10555
10556 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
10557
10558         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10559
10560 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
10561
10562         * include/libiberty.h: Add extern "C" { so it can be used with C++
10563         progrms.
10564         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
10565         programs.
10566
10567 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
10568
10569         * configure.in (d30v-*-*): Configure GCC now.
10570
10571 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
10572
10573         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10574         is no longer needed.
10575
10576 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
10577
10578         * Makefile.in: check-target-libio depends on all-target-libstdc++.
10579
10580 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
10581
10582         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10583         targets using "$@" to provide support for similar but not identical
10584         targets without having to duplicate code.
10585
10586 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
10587
10588         * makefile.vms: Fix to work with DEC C.
10589
10590 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
10591
10592         * config.sub: Add mips-tx39-elf to marketing names.
10593
10594 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
10595
10596         * ltmain.sh: Handle symlinks in generated script.
10597
10598 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
10599
10600         * configure: Handle autoconf style directory options: --bindir,
10601         --datadir, --includedir, --infodir, --libdir, --libexecdir,
10602         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10603         --sysconfdir.
10604         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10605         (sharedstatedir, localstatedir, oldincludedir): New variables.
10606         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10607         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10608         sbindir, sharedstatedir, and sysconfdir.
10609
10610 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10611
10612         * Makefile.in (bootstrap-lean): New target.
10613
10614 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
10615
10616         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
10617         sn, and gnuserv from noconfigdirs.
10618
10619 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
10620
10621         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10622
10623 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
10624
10625         * Makefile.in (cross): New target.
10626
10627 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
10628                           Jeff Law         <law@cygnus.com>
10629
10630         * Makefile.in (bootstrap2, bootstrap3): New targets.
10631         (all-bootstrap): Remove outdated and confusing target.
10632         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10633
10634 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10635
10636         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10637         windows.  Consistent with gdb/configure.
10638
10639 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
10640
10641         * configure.in: Name Linux target fragment.
10642
10643         * configure: Rewrite so that project Makefile fragment is inserted
10644         first and appears last in the resulting Makefile.
10645
10646 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10647
10648         * Makefile.in (install-itcl): Install tcl first.
10649
10650 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
10651
10652         * configure.in: remove bison from noconfigdirs for Cygwin32 host
10653
10654 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10655
10656         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10657
10658         * configure.in (skipdirs): Add target-librx for Linux.
10659         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10660
10661 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
10662
10663         * Makefile.in (bootstrap): New target.
10664
10665 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
10666
10667         * config.sub: Accept 'amigados' for backward compatibility.
10668
10669 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
10670
10671         * config.guess: Merge with FSF.
10672
10673 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
10674
10675         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10676
10677 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
10678
10679         * config.sub: Add "marketing-names" patch.
10680
10681 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
10682
10683         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
10684
10685 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
10686
10687         * config.sub: Handle v850-elf.
10688
10689 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
10690
10691         * .cvsignore (*-install): Remove.
10692
10693 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
10694
10695         * ltconfig: Set CONFIG_SHELL in libtool.
10696         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10697
10698 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
10699
10700         * configure.in (target_subdir): Set to libraries if enable_multilib.
10701
10702 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
10703
10704         * config.guess: Update from gcc directory.
10705
10706 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10707
10708         * Makefile.in (all-sim): Depends on all-readline.
10709
10710 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
10711
10712         * Makefile.in (BISON, YACC): Use $$s.
10713         (all-bison): Depend on all-texinfo.
10714
10715 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
10716
10717         * Makefile.in (BISON): Add -L flag.
10718         (YACC): Likewise.
10719
10720 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
10721
10722         * configure.in (noconfigdirs): Add support for v850e target.
10723
10724         * config.sub (maybe_os): Add support for v850e target.
10725
10726 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
10727
10728         * configure.in (noconfigdirs): Add support for v850ea target.
10729
10730         * config.sub (maybe_os): Add support for v850ea target.
10731
10732 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
10733
10734         * config.sub: Add mipstx39.  Delete r3900.
10735
10736 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10737
10738         * Makefile.in (all-autoconf): Depends on all-texinfo.
10739
10740 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
10741
10742         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10743         eabi targets.
10744
10745 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
10746
10747         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10748
10749         * configure: When handling a Canadian Cross, handle YACC as well as
10750         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
10751         * Makefile.in (all-bison): Depend upon all-texinfo.
10752
10753 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
10754
10755         * Makefile.in (BISON): bison, not byacc or bison -y.
10756         (YACC): bison -y or byacc or yacc.
10757         (various): Add *-bison as appropriate.
10758         (taz): No need to mess with BISON anymore.
10759
10760 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
10761
10762         * configure: If OSTYPE matches *win32*, try to find a good value for
10763         CONFIG_SHELL.
10764
10765 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
10766
10767         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10768         configure.in if it is present.
10769
10770 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
10771
10772         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10773
10774 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
10775
10776         * config.sub: Recognize `arc' cpu.
10777         * configure.in: Likewise.
10778         * config-ml.in: Likewise.
10779
10780 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
10781
10782         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10783
10784 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
10785
10786         * configure: Changed sed delimiter from ':' to '|' when
10787         attempting to substitute ${config_shell} for SHELL. On
10788         NT ${config_shell} may contain a ':' in it.
10789
10790 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
10791
10792         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10793
10794 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
10795
10796         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10797
10798 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
10799
10800         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10801
10802         * ylwrap: If the program is a relative path, force it to be
10803         absolute.
10804
10805 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10806
10807         * configure (tooldir): Set BISON to `bison -y' and not just bison.
10808
10809 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10810
10811         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
10812         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10813         for libraries.
10814
10815 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
10816
10817         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
10818         separated by spaces.
10819
10820 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
10821
10822         * ylwrap: New file.
10823         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10824
10825         * ltmain.sh: Handle /bin/sh at start of install program.
10826
10827         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10828
10829         * ltconfig, ltmain.sh: New files, from libtool 1.0.
10830         * missing: New file, from automake 1.2.
10831
10832 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
10833
10834         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
10835         check-tk to CHECK_X11_MODULES.
10836
10837 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
10838
10839         * config.sub: Merge with FSF.
10840
10841 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
10842
10843         * config.guess: Merge with FSF.
10844
10845 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10846
10847         * configure: Treat msdosdjgpp like go32.
10848         * configure.in: Likewise.  Don't remove gprof for go32.
10849
10850         * configure: Change Makefile.tem2 to Makefile.tm2.
10851
10852 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
10853
10854         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10855
10856 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10857
10858         * install-sh (chmodcmd): Set to null if the DST directory already
10859         exists.  Same as Nov 11th change.
10860
10861 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
10862
10863         * configure (GDB_TK): Needs itcl and tix.
10864
10865 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
10866
10867         * config.guess: Update from FSF.
10868
10869 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
10870
10871         * Makefile.in (GDB_TK): Depend on itcl and tix.
10872
10873 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
10874
10875         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10876         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10877         (INSTALL_SCRIPT): New variable.
10878         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10879         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10880         to -x.
10881         * install-sh: Add support for -x option.
10882
10883 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
10884
10885         * configure.in, Makefile.in: Treat tix like itcl.
10886
10887 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
10888
10889         * Makefile.in (WINDRES): New variable.
10890         (WINDRES_FOR_TARGET): New variable.
10891         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10892         (EXTRA_HOST_FLAGS): Add WINDRES.
10893         (EXTRA_TARGET_FLAGS): Add WINDRES.
10894         (EXTRA_GCC_FLAGS): Add WINDRES.
10895         ($(DO_X)): Pass down WINDRES.
10896         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10897         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10898         DLLTOOL_FOR_TARGET.
10899
10900 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
10901
10902         * configure.in: configure sim before gdb for win32-x-ppc
10903
10904 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10905
10906         Move gperf into the toplevel, from libg++.
10907         * configure.in (target_tools): Add target-gperf.
10908         (native_only): Add target-gperf.
10909         * Makefile.in (all-target-gperf): New target, depend on
10910         all-target-libg++.
10911         (configure-target-gperf): Empty rule.
10912         (ALL_TARGET_MODULES): Add all-target-gperf.
10913         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10914         (CHECK_TARGET_MODULES): Add check-target-gperf.
10915         (INSTALL_TARGET_MODULES): Add install-target-gperf.
10916         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10917
10918 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
10919
10920         * config.sub (mn10200): Recognize new basic machine.
10921
10922 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10923
10924         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10925         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10926
10927 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10928
10929         * configure.in: If we're building mips-sgi-irix6* native, turn on
10930         ENABLE_MULTILIB and set TARGET_SUBDIR.
10931
10932 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
10933
10934         * Makefile.in (all-sn): Depend on all-grep.
10935
10936 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
10937
10938         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10939
10940         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10941         Makefile.  From Jeff Makey <jeff@cts.com>.
10942         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10943
10944         * Makefile.in (DISTBISONFILES): Remove.
10945         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
10946         $(DEFAULT_YACC).
10947
10948         * configure.in: Build itl, db, sn, etc., when building for native
10949         cygwin32.
10950
10951         * Makefile.in (LD): New variable.
10952         (EXTRA_HOST_FLAGS): Pass down LD.
10953         ($(DO_X)): Likewise.
10954
10955 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
10956
10957         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10958
10959 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
10960
10961         * configure.in (targargs): Strip out any supplied --build argument
10962         before adding our own. Always add --build.
10963
10964 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
10965
10966         * configure.in (targargs): Pass --build if we're doing
10967         a cross-compile.
10968
10969 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
10970
10971         * configure: Use '|' instead of ":" as the separator in
10972         sed. Otherwise sed chokes on NT path names with drive
10973         designators. Also look for "?:*" as the leading characters in an
10974         absolute pathname.
10975
10976 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
10977
10978         * config.sub: Support for r3900.
10979
10980 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
10981
10982         * configure.in: Use install-sh, not install.sh.
10983
10984 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
10985
10986         * Makefile.in (taz): Improve check for BISON so it doesn't try to
10987         apply it twice.
10988
10989 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
10990
10991         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10992         install-binutils.
10993
10994 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
10995
10996         * Makefile.in: Add automake targets.
10997         * configure.in (host_tools): Add automake.
10998
10999 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11000
11001         * configure: Default CXX to c++, not gcc.
11002         * Makefile.in (CXX): Set to c++, not gcc.
11003         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11004
11005 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
11006
11007         * install-sh: try appending a .exe if source file doesn't
11008         exist
11009
11010 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
11011
11012         * configure.in: Turn on multilib by default.
11013         (cross_only): Remove target-libiberty.
11014
11015         * Makefile.in (all-gcc): Don't depend on libiberty.
11016
11017 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
11018
11019         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11020
11021 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11022
11023         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11024         (DISTBISONFILES): Add ld/Makefile.in
11025
11026 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
11027
11028         * configure.in: if target is cygwin32 but host isn't cygwin32,
11029         don't configure gdb tcl tk expect, not just gdb.
11030
11031 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
11032
11033         * configure.in: Added gnuserv everywhere sn appears.
11034
11035         * Makefile.in (ALL_MODULES): Added all-gnuserv.
11036         (CROSS_CHECK_MODULES): Added check-gnuserv.
11037         (INSTALL_MODULES): Added install-gnuserv.
11038         (CLEAN_MODULES): Added clean-gnuserv.
11039         (all-gnuserv): New target.
11040
11041 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
11042
11043         * config.guess: Fixes for MIPS OpenBSD systems.
11044
11045 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11046
11047         * Makefile.in (INSTALL_XFORM): Remove.
11048         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11049
11050         * mkinstalldirs: New file, copied from automake.
11051         * Makefile.in (installdirs): Rename from install-dirs.  Use
11052         mkinstalldirs.  Change all users.
11053         (DEVO_SUPPORT): Add mkinstalldirs.
11054
11055 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11056
11057         * install-sh: Rename from install.sh.
11058         * Makefile.in (INSTALL): Change install.sh to install-sh.
11059         (DEVO_SUPPORT): Likewise.
11060
11061         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
11062         Graichen <graichen@rzpd.de>.
11063
11064 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
11065
11066         * config.guess: Recognize OpenBSD systems correctly.
11067
11068 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11069
11070         * README, Makefile.in (ETC_SUPPORT): Remove references to
11071         cfg-paper*, configure.{texi,man,info*}._
11072
11073 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
11074
11075         * Makefile.in (all.normal): Ensure that gcc is built after all
11076         the x11 - ie gdb - targets.
11077
11078 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
11079
11080         * makefile.vms: Don't run conf-a-gas.
11081
11082 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
11083
11084         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11085
11086 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
11087
11088         * configure.in: Remove noconfigdirs case since gdb also
11089         configures and builds for tic80-coff.
11090
11091 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11092
11093         * configure: Set cache_file to config.cache.
11094         * Makefile.in (local-distclean): Remove config.cache.
11095
11096 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11097
11098         * COPYING: Update FSF address.
11099
11100 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
11101
11102         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11103         noconfigdirs.
11104
11105 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11106
11107         * Makefile.in (install-dirs): Don't crash if prefix, and hence
11108         MAKEDIRS, is empty.
11109
11110 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
11111
11112         * config.sub: Tweak mn10300 entry.
11113
11114 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
11115
11116         * configure.in (host_tools): Put sim before gdb, so gdb's
11117         configure.tgt can determine if the simulator was configured.
11118
11119 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
11120
11121         * config.sub: Move BeOS $os case to be with other Cygnus
11122         local cases.
11123
11124 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
11125
11126         * config.sub: Remove misplaced comment that broke Linux.
11127
11128 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
11129
11130         * config.sub: Add BeOS support.
11131
11132 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
11133
11134         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11135
11136 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
11137
11138         * configure.in (noconfigdirs): Remove tcl and tk from
11139         noconfigdirs for cygwin32 builds.
11140
11141 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
11142
11143         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11144
11145 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
11146
11147         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11148         make-all.com, use makefile.vms instead.
11149
11150 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
11151
11152         * config.sub: Accept -lnews*.
11153
11154 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
11155
11156         * configure.in (noconfigdirs): Disable target-newlib,
11157         target-examples and target-libiberty for d30v.
11158
11159 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11160
11161         * configure.in (noconfigdirs): Enable ld for d30v.
11162
11163 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
11164
11165         * configure.in (tic80-*-*): Build compiler.
11166
11167 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
11168
11169         * configure.in (d30v-*): Remove sim directory from list of
11170         unsupported d30v directories
11171
11172 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11173
11174         * config.sub, configure.in: Add d30v target cpu.
11175
11176 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
11177
11178         * makefile.vms: New file.
11179         * make-all.com: Remove.
11180
11181 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
11182
11183         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11184
11185 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
11186
11187         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11188
11189 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
11190
11191         * Makefile.in (ALL_MODULES): Added all-db.
11192         (CROSS_CHECK_MODULES): Addec check-db.
11193         (INSTALL_MODULES): Added install-db.
11194         (CLEAN_MODULES): Added clean-db.
11195
11196 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
11197
11198         * config.guess: Merge with latest FSF sources.
11199
11200 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
11201
11202         * Makefile.in (ALL_MODULES): Added all-itcl.
11203         (CROSS_CHECK_MODULES): Added check-itcl.
11204         (INSTALL_MODULES): Added install-itcl.
11205         (CLEAN_MODULES): Added clean-itcl.
11206
11207 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
11208
11209         * configure.in: build gdb for mn10200
11210
11211 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
11212
11213         * Makefile.in (all-target-winsup): Depend on all-target-libio.
11214
11215 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
11216
11217         * configure.in (tic80-*-*): Turn off most targets right now.
11218
11219 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
11220
11221         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11222         rather than the makeinfo program.
11223         (do-info): Depend upon all-texinfo.
11224
11225 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11226
11227         * configure.in: Remove uses of config/mh-linux.
11228
11229         * config.sub, config.guess: Merge with latest FSF sources.
11230
11231 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
11232
11233         * config.sub (case $basic_machine): Add tic80 entries.
11234
11235 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
11236
11237         * config.sub, config.guess: Merge with latest FSF sources.
11238
11239 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11240
11241         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11242         * mpw-config.in: Test for NewFolderRecursive.
11243         * mpw-install: Use symbolic name for startup filename.
11244         * mpw-README: Add various additional details.
11245
11246 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
11247
11248         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11249
11250 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
11251
11252         * configure.in: Do build gcc and the target libraries for
11253         the mn10200.
11254
11255 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
11256
11257         * configure.in: don't avoid building gdb for mn10300 any more
11258         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11259         instead of single-quoting it.
11260
11261 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
11262
11263         * configure.in: Don't use --with-stabs on IRIX 6.
11264
11265 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
11266
11267         * configure.in (m32r): Build gdb, libg++ now.
11268
11269 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11270
11271         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
11272         directories from noconfigdirs.
11273
11274 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
11275
11276         * config.sub (basic_machine): added mips16 configuration
11277
11278 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11279
11280         * config.sub: Handle d10v-unknown.
11281
11282 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
11283
11284         * config.sub: Handle v850-unknown.
11285
11286 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
11287
11288         * Makefile.in: add findutils
11289         * configure.in: add findutils to list of host_tools
11290
11291 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
11292
11293         * config.sub: Handle mn10200 and mn10300.
11294
11295 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11296
11297         * configure.in (d10v-*): Do not build librx.
11298
11299 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
11300
11301         * configure.in (mn10300): Build everything except gdb & libgloss.
11302
11303 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
11304
11305         * config.guess:  Patch for Dansk Data Elektronik servers,
11306         from Niels Skou Olsen <nso@dde.dk>.
11307
11308         For ncr, use /bin/uname rather than uname, since GNU uname does not
11309         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
11310
11311         Patch for MIPS R4000 running System V,
11312         from Eric S. Raymond <esr@snark.thyrsus.com>.
11313
11314         Fix thinko for nextstep.
11315
11316         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11317
11318         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
11319         * config.guess: Guess mips-dec-mach_bsd4.3.
11320
11321         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
11322         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
11323         release numbers.
11324         * config.guess (mips-mips-riscos*):  Emit just enough of the
11325         release number.
11326
11327         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
11328         * config.guess (sparc-auspex-sunos*):  Added.
11329         (f300-fujitsu-*): Added.
11330
11331         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
11332         * config.guess:  Recognize a Tadpole as a sparc.
11333
11334 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11335
11336         * config.guess: Don't assume that NextStep version is either 2 or
11337         3.  NextStep 4 (aka OpenStep 4) has come out now.
11338
11339 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11340
11341         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11342         From Rik Faith <faith@cs.unc.edu>.
11343
11344 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
11345
11346         * config.sub: Contributions from bug-gnu-utils to:
11347         Support plain "hppa" (no version given) architecture, reported by
11348         OpenStep.
11349         OpenBSD like NetBSD.
11350         LynxOs is not a hardware supplier.
11351
11352         * config.guess: Contributions from bug-gnu-utils to add support for:
11353         OpenBSD like NetBSD.
11354         Stratus systems.
11355         More Pyramid systems.
11356         i[n>4]86 Intel chips.
11357         M680[n>4]0 Motorola chips.
11358         Use unknown instead of lynx for hardware manufacturer.
11359
11360 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11361
11362         * install.sh (chmodcmd): Set to null if the DST directory already
11363         exists.
11364
11365 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11366
11367         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11368         not use mt-ppc target Makefile fragment any more.
11369
11370 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11371
11372         * configure.in (*-*-windows):  Exclude everything but those dirs
11373         needed to build windows.
11374
11375 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
11376
11377         * Makefile.in (all-target-winsup): Depend on all-target-librx.
11378
11379 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11380
11381         * configure.in:  Exclude mmalloc from i386-windows.
11382
11383 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11384
11385         * Undo my previous change.
11386
11387 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
11388
11389         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11390         unconditionally.
11391         (MAKEOVERRIDES): Define (revert this part of October 18 change).
11392
11393 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11394
11395         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
11396         host to add it's own flags.
11397
11398 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
11399
11400         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11401
11402 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
11403
11404         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11405         (CXX_FOR_TARGET): Likewise.
11406         (GCC_FOR_TARGET): Define.
11407         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11408         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11409         CC_FOR_TARGET was specified on the command line.
11410         (MAKEOVERRIDES): Don't define.
11411
11412 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
11413
11414         * configure.in (m32r): Fix spelling of libg++ libs.
11415
11416 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
11417
11418         * config.sub (-apple*): Remove, now redundant.
11419
11420 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
11421
11422         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11423
11424         * configure: Rework yesterday's sed script patch.
11425
11426         * config.sub: Merge with FSF.
11427
11428 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
11429
11430         * config.guess:  Merge from FSF.
11431
11432         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
11433         * config.guess: Use pc instead of unknown, for pc clone systems.
11434         Change linux to linux-gnu.
11435
11436         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11437         * config.guess: Avoid non-portable tr syntax.
11438
11439 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
11440
11441         * test-build.mk (HOLES): Add "xargs" for gdb.
11442
11443         * configure: Avoid hpux10.20 sed bug.
11444
11445 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
11446
11447         * configure.in:  Add support for windows host
11448         (that is a build done under the Microsoft build environment).
11449
11450 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
11451
11452         * Makefile.in: Replace all uses of srcroot with s, to shrink
11453         command line lengths.
11454
11455         Patches from Geoffrey Noer <noer@cygnus.com>:
11456         * configure.in: If configuring for newlib, pass --with-newlib to
11457         subdirectories.
11458         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11459         -Bnewlib/ and -Lwinsup to gcc.
11460         (CXX_FOR_TARGET): Likewise.
11461
11462 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11463
11464         * Makefile.in (ETC_SUPPORT): Add configure.
11465
11466 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
11467
11468         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11469         host configuration file.
11470
11471 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
11472
11473         * configure.in: Break mn10x00 support into separate
11474         mn10200 and mn10300 configurations.
11475         * config.sub: Likewise.
11476
11477 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
11478
11479         * configure.in: Add lots of stuff to noconfigdirs for
11480         the mn10x00 targets.
11481
11482         * config.sub, configure.in: Add mn10x00 support.
11483
11484 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
11485
11486         * make-all.com: Call conf-a-gas, not config-a-gas.
11487
11488 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
11489
11490         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11491         targets.
11492
11493 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
11494
11495         * mpw-README: Add much more detail for native PowerMac.
11496         * mpw-install: New file.
11497         * mpw-configure: Add --norecursion and --help options.
11498         * mpw-config.in: Translate readme and install files when
11499         copying to objdir.
11500         * mpw-build.in: Don't always depend on byacc and flex.
11501         (install-only-top): New action.
11502
11503 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
11504
11505         * configure.in:  You can now configure GDB for the v850.
11506
11507 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
11508
11509         * configure.in (noconfigdirs): Don't configure any C++ dirs
11510         if targeting D10V.
11511
11512 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11513
11514         * config.sub: Recognize mips64vr5000.
11515
11516 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
11517
11518         * configure.in: Use a single line for host_tools and native_only.
11519
11520 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
11521
11522         * config.sub, configure.in: Add entries for m32r.
11523
11524 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
11525
11526         * Makefile.in (inet-install): Don't run install-gzip.
11527
11528 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
11529
11530         * configure.in:  Don't config lots of things for *-*-windows*.
11531
11532 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
11533
11534         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11535         (host_libs, host_tools): Copy from configure.in.
11536         * mpw-configure: Don't complain about directories not found.
11537
11538 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11539
11540         * configure.in (i[345]86): Recognize i686 for pentium pro.
11541         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11542         file.
11543
11544         * config.guess (i[345]86): Ditto.
11545
11546 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11547
11548         * configure.in (noconfigdirs): Removed gdb for D10V.
11549
11550 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
11551
11552         * configure.in: Remove ld, target-libio, target-libg++, and
11553         target-libstdc++ from noconfigdirs.
11554
11555 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
11556
11557         * configure: Fix three locations where shell scripts were
11558         being run directly rather than with config_shell.
11559
11560 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
11561
11562         * configure.in (v850-*-*): Set up initial $noconfigdirs.
11563         * config.sub (basic_machine): Recognize v850.
11564
11565 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
11566
11567         * mpw-configure: Handle multiple enable/disable options and
11568         pass them down recursively, handle -c and -s flags appropriately
11569         depending on choice of compiler, add escape mechanism for
11570         quoted arguments to gC.
11571
11572 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11573
11574         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11575         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11576         so that -mrelocatable-lib and -mno-eabi are used.
11577
11578         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11579         not support --print-multi-lib, don't abort.
11580
11581 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
11582
11583         * make-all.com: Run config-a-gas.
11584         * setup.com: Don't copy subdirectory files around.
11585
11586 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
11587
11588         * configure.in (*-*-ose): Remove exclusion of libgloss for this
11589         target, it now compiles correctly.
11590
11591 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
11592
11593         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11594
11595 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11596
11597         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11598
11599 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11600
11601         * configure.in (native_only): Add prms.
11602
11603 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
11604
11605         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11606         (BINUTILS_SUPPORT_DIRS): Likewise.
11607
11608 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11609
11610         * configure.in (d10v-*-*): Don't configure ld or gdb until the
11611         d10v support is added.
11612
11613 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11614
11615         * configure.in (d10v-*-*): New target.
11616
11617 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
11618
11619         * config.guess (HP 9000/811): Recognize this as a PA1.1
11620         machine.
11621
11622 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
11623
11624         * Makefile.in (do-tar-gz): New target, split out from tail end of
11625         taz target.  Run each command separately, don't use pipes.
11626         (taz): Use it.
11627
11628 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
11629
11630         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11631         * mpw-build.in: No builds should depend on building byacc or flex,
11632         they are assumed to be installed already.
11633
11634 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11635
11636         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11637         variable that CC_FOR_TARGET needs.
11638
11639 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11640
11641         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11642         options have changed since the last time the subdirectory was
11643         configured, and if it has, reconfigure.
11644         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11645         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11646
11647 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
11648
11649         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11650         CLEAN_MODULES): Add bash.
11651         (all-bash): New target.
11652
11653 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
11654
11655         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11656
11657 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11658
11659         * config.sub (basic_machine): Recognize d10v as a valid processor.
11660
11661 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
11662
11663         * mpw-configure: Add support for --bindir.
11664         * mpw-build.in: Use a GCC-specific build script for GCC actions.
11665
11666 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
11667
11668         * configure.in: add bash, time, gawk to list of hosttools and things
11669         to only build for native toolchains
11670
11671 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11672
11673         * Makefile.in (docdir): Remove.
11674
11675 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11676
11677         * Makefile.in (datadir): Set to $(prefix)/share.
11678
11679 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
11680
11681         * configure.in: build diff and patch for cygwin32-hosted
11682         toolchains.
11683
11684 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
11685
11686         * config.sub: Accept -rtems*.
11687
11688 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
11689
11690         * configure.in: enable dosrel for cygwin32-hosted builds,
11691                 remove diff from the list of things not buildable
11692                 via Canadian Cross
11693
11694 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
11695
11696         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
11697         don't get ". ".
11698
11699 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
11700
11701         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11702
11703 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
11704
11705         * Makefile.in (taz): Handle case where tex3patch didn't even get
11706         checked out.  Also, if it was found, put the symlink in a new util
11707         subdirectory.
11708
11709 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11710
11711         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11712
11713 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
11714
11715         * config.sub: Recognize -openvms.
11716         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11717         * make-all.com, setup.com: New files.
11718
11719 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
11720
11721         * Makefile.in (taz): tex3patch moved to texinfo/util.
11722
11723 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
11724
11725         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
11726         * configure.in: remove make from disable-if-Can-Cross list
11727                 enable gdb if ${host} and ${target} are cygwin32
11728
11729 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
11730
11731         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
11732         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11733
11734 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
11735
11736         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
11737         distinguish sysv/svr4/bsd variants.
11738         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11739
11740 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
11741
11742         * configure.in: Added copyright notice.
11743         * move-if-change: Added copyright notice.
11744
11745 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11746
11747         * configure.in (powerpcle-*-solaris*): Until we get shared
11748         libraries working, don't build gdb, sim, make, tcl, tk, or
11749         expect.
11750
11751 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
11752
11753         * config.guess:  Merge with FSF:
11754
11755         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11756         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11757
11758         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
11759         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11760
11761         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
11762         * config.guess:  Combine two OSF1 rules.
11763         Also recognize field test versions.  From mjr@zk3.dec.com.
11764         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
11765         because GNU uname does not support -p.  From pmr@pajato.com.
11766
11767 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
11768
11769         * Makefile.in (MAKEDIRS): Removed $(tooldir).
11770
11771 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
11772
11773         * mpw-README: Document GCCIncludes.
11774
11775 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
11776
11777         * configure.in (alpha-*-linux*): Set enable_shared to yes.
11778
11779 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11780
11781         * mpw-configure: Handle --enable-FOO and --disable-FOO.
11782
11783 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
11784
11785         * configure.in (*-*-cygwin32): Configure make.
11786
11787 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
11788
11789         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11790
11791 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
11792
11793         * Makefile.in (all-inet): Depend on all-perl.
11794
11795         * Makefile.in (inet-install): New target.
11796
11797         * Makefile.in (all-inet): Depend on all-tcl.
11798         (all-inet): Depend on all-send-pr.
11799
11800 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11801
11802         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11803         temporarily.
11804
11805 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
11806
11807         * configure.in: Don't configure --with-gnu-ld on AIX.
11808
11809 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
11810
11811         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11812
11813 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
11814
11815         * Makefile.in (ALL_MODULES): Added all-inet.
11816         (CROSS_CHECK_MODULES): Added check-inet.
11817         (INSTALL_MODULES): Added install-inet.
11818         (CLEAN_MODULES): Added clean-inet.
11819         (all-indent): New target.
11820
11821         * configure.in (host_tools): Added inet.
11822         (native_only): Added inet.
11823         (noconfigdirs): Added inet.
11824
11825 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
11826
11827         * configure.in: Don't configure libgloss if we are not configuring
11828         newlib.
11829
11830 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
11831
11832         * configure.in: Don't configure libgloss for unsupported
11833         architectures.
11834
11835 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11836
11837         * Makefile.in (CLEAN_MODULES): Add clean-apache.
11838
11839 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
11840
11841         * Makefile.in (ALL_MODULES): Include all-apache.
11842         (CROSS_CHECK_MODULES): Include check-apache.
11843         (INSTALL_MODULES): Include install-apache.
11844         (all-apache): New target.
11845
11846         * configure.in: Added apache everywhere perl is seen.
11847
11848 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11849
11850         * Makefile.in: Add support for clean-{module} and
11851         clean-target-{module} rules.
11852
11853 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
11854
11855         * configure.in (*-*-ose) do not build libgloss.
11856
11857 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11858
11859         * config.guess (prep*:SunOS:5.*:*): Turn into
11860         powerpele-unknown-solaris2.
11861
11862 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
11863
11864         * configure.in: Permit --enable-shared to specify a list of
11865         directories.
11866
11867 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
11868
11869         * configure.in (host==solaris): Pass only the first word of $CC
11870         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11871
11872 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
11873
11874         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11875
11876 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
11877
11878         * Makefile.in (ALL_MODULES): Include all-perl.
11879         (CROSS_CHECK_MODULES): Include check-perl.
11880         (INSTALL_MODULES): Include install-perl.
11881         (ALL_X11_MODULES): Include all-guile.
11882         (CHECK_X11_MODULES): Include check-guile.
11883         (INSTALL_X11_MODULES): Include install-guile.
11884         (all-perl): New target.
11885         (all-guile): New target.
11886
11887         * configure.in (host_tools): Include perl and guile.
11888         (native_only): Include perl and guile.
11889         (noconfigdirs): Don't build guile and perl; no ports have been
11890         done.
11891
11892 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
11893
11894         * configure (--enable-*): Handle quoted option lists such as
11895         --enable-sim-cflags='-g0 -O' better.
11896
11897 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11898
11899         * Makefile.in ({,inst}all-target): New rule so we can make and
11900         install all of the target directories easily.
11901
11902 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11903
11904         * configure.in: Add missing global flag in sed substitution when
11905         deleting `target-' from ${configdirs}.
11906
11907 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
11908
11909         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11910         option.
11911
11912         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11913         config/mh-necv4.
11914
11915         * install.sh: Correct misspelling of transformbasename.
11916
11917         * config.guess: Recognize mips-*-sysv*.
11918
11919 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
11920
11921         * config.sub: Recognize mon960.
11922
11923 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
11924
11925         * configure: Restore Canadian Cross handling of BISON and LEX,
11926         removed in Feb 20 change.
11927
11928 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
11929
11930         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11931         Mention make install.  Remove the old copyright date as well the
11932         clumsy and rather pointless copyright on the README file.
11933
11934 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11935
11936         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11937         Makefile after running symlink-tree, then run `make distclean' to
11938         avoid clobbering any generated files in srcdir.
11939
11940 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
11941
11942         * configure.in (m68k-*-netbsd*): Build everything now.
11943
11944 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
11945
11946         * Makefile.in (taz): Fix quoting.
11947
11948 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
11949
11950         * configure.in (sparclet-*-*): Build everything now.
11951
11952 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11953
11954         * configure.in (m68k-*-linux*): New host.
11955
11956 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
11957
11958         * configure: Check for bison before byacc.
11959
11960 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
11961
11962         * Makefile.in configure:  Change the way LEX and BISON/YACC are
11963         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
11964         searching PATH.  These are used as fallbacks by Makefile.in if
11965         flex/bison/byacc aren't in objdir.
11966
11967 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
11968
11969         * Makefile.in: Make everything which depends upon all-bfd also
11970         depend upon all-opcodes, in case --with-commonbfdlib is used.
11971
11972 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11973
11974         * configure.in (host *-*-cygwin32): Don't build gdb if we are
11975         building NT native compilers on Unix.
11976
11977 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
11978
11979         * configure.in: Don't get CC from the host Makefile fragment if we
11980         can find gcc in PATH, or if this is a Canadian Cross.  Move the
11981         Solaris test for /usr/ucb/cc to the post target script, just after
11982         the compiler sanity test.
11983
11984 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
11985
11986         * config.sub: Merge with FSF.
11987
11988 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
11989
11990         * Makefile.in (RPATH_ENVVAR): New variable.
11991         (REALLY_SET_LIB_PATH): Use it.
11992         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11993
11994 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
11995
11996         * config.sub, configure.in: Recognize sparclet cpu.
11997
11998 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11999
12000         * config.guess:  Support m68k-cbm-sysv4.
12001
12002 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12003
12004         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12005         m68k-unknown-linuxaout from linker help string.  Put quotes around
12006         $ld_help_string.
12007
12008 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
12009
12010         * config.guess (powerpc-harris-powerunix): Add guess for port
12011         to new target.
12012
12013 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12014
12015         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12016
12017 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
12018
12019         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12020         $(REALLY_SET_LIB_PATH) in Makefile.
12021         * Makefile.in (SET_LIB_PATH): New variable.
12022         (REALLY_SET_LIB_PATH): New variable.
12023         ($(DO_X)): Use $(SET_LIB_PATH).
12024         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12025         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12026         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12027         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12028         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12029         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12030         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12031         (install-dosrel): Likewise.
12032         (all-opcodes): Depend upon all-libiberty.
12033
12034 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12035
12036         * config.guess (*:CYGWIN*): New
12037
12038 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12039
12040         * Makefile.in (all-target-winsup): All all-target-libiberty.
12041
12042 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12043
12044         * configure.in (noconfigdirs): Add missing # in front of comment.
12045
12046 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
12047
12048         * configure.in: add second pass to things added to noconfigdirs
12049         so *-gm-magic can exclude libgloss properly.
12050
12051 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
12052
12053         * mpw-configure (extralibs_name, rez_name): Set correctly
12054         for MWC68K compiler.
12055
12056         * mpw-README: Add more info on the necessary build tools.
12057
12058 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12059
12060         * configure.in, config.sub: Recognize cygwin32.
12061
12062 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
12063
12064         * config.guess, config.sub: Recognize A/UX.
12065
12066 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
12067
12068         * config.sub: Merge with gcc/config.sub.
12069
12070 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
12071
12072         * mpw-build.in (do-binutils): Add build of stamps.
12073
12074 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
12075
12076         * config.sub: Add recognition for mips64vr4100*-* targets.
12077
12078 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12079
12080         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12081         Add creation of gconfigargs with `--enable-shared' turned on.
12082         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12083         ($(host)-stamp-stage3-configured): Likewise.
12084         (HOLES): Add chatr and ldd.
12085         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12086
12087 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
12088
12089         * configure: Pass --nfp to recursive configures.
12090
12091 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12092
12093         * Makefile.in (DLLTOOL): New.
12094         (DLLTOOL_FOR_TARGET): New.
12095         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12096         (EXTRA_TARGET_FLAGS): Ditto.
12097         (EXTRA_GCC_FLAGS): Ditto.
12098         (CONFIGURE_TARGET_MODULES): Ditto.
12099         (DO_X): Ditto.
12100         * configure: Add DLLTOOL.
12101
12102 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
12103
12104         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12105         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12106         mh-sco, since old workarounds no longer needed, and don't
12107         build ld, since libraries have weak symbols in COFF.
12108
12109 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
12110
12111         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12112
12113 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12114
12115         * configure.in: Make sure that ${CC} can be used to compile an
12116         executable.
12117
12118 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12119
12120         * Makefile.in (all-gdb): Depend on $(GDB_TK).
12121         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12122         nothing depending on whether gdbtk is being built.
12123
12124 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
12125
12126         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12127
12128 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
12129
12130         * configure.in (noconfigdirs): Put ld or gas in this early, if the
12131         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12132
12133 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
12134
12135         * config-ml.in: Add support for
12136         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12137         Simplify setting of multidirs from --disable-foo.
12138
12139 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12140
12141         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12142         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12143         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12144         non-empty, pass them on to the  GCC make.
12145         (all-bootstrap): New rule that is like all-gcc, except it executes
12146         the GCC bootstrap rule instead of the GCC all rule.
12147
12148 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
12149
12150         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12151
12152 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12153
12154         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12155         DG/UX support.
12156
12157 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
12158
12159         * config.sub (i*86*) Change [345] to [3456]
12160
12161 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12162
12163         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12164         --with-gnu-ld=no.
12165
12166 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12167
12168         * config-ml.in (rs6000*, powerpc*): Add switches to control which
12169         AIX multilibs get built.
12170
12171 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12172
12173         * configure.in (i386-win32): Don't build expect if we're not
12174         building the tcl subdir.
12175
12176 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
12177
12178         * Makefile.in: (configure-target-examples, all-target-examples):
12179         New targets, configure and build example programs.
12180
12181 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
12182
12183         * mpw-configure: If an mpw-config.in generated a file mk.sed,
12184         use it as input to sedit the generated MPW makefile.
12185         * mpw-README: Add a suggestion about Gestalt.h.
12186
12187 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
12188
12189         * config.sub: Accept *-*-ieee*.
12190
12191 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
12192
12193         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
12194         Ronald F. Guilmette <rfg@monkeys.com>.
12195
12196 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12197
12198         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12199         for powerpc-pe native.
12200         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12201         (target==powerpc-pe): duplicate i386-win32 entry.
12202
12203 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12204
12205         * configure.in (noconfigdirs): Exclude target-newlib for all versions
12206         of vxworks, not just vxworks5.1.
12207
12208 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
12209
12210         * mpw-configure: Add support for exec-prefix.
12211
12212 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12213
12214         * config.guess: Recognize HP model 816 machines as having
12215         a PA1.1 processor.
12216
12217 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12218
12219         * configure: Ignore new autoconf configure options.
12220
12221 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12222
12223         * config.guess:  Recognize Pentium under SCO.
12224         From Robert Lipe <robertl@arnet.com>.
12225
12226 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12227
12228         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12229
12230 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
12231
12232         * configure.in: Don't configure gas for alpha-dec-osf*.
12233
12234 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
12235
12236         * configure.in: Default to --with-stabs for some targets for which
12237         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12238         i[345]86*-*-unixware*.
12239
12240 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12241
12242         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12243         rather than basing it on the target.  Simplify handling of options
12244         controlling which directories to configure.  Remove extraneous
12245         slash in multi-clean target.
12246
12247 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
12248
12249         * config-ml.in: Prefix more variables with ml_ so they don't collide
12250         with configure's.
12251
12252 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
12253
12254         * configure: Don't turn -v into --v.
12255
12256 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
12257
12258         * configure.in (targargs): Fix typo.
12259
12260         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12261
12262 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
12263
12264         * configure.in: Strip --host and --target options from
12265         CONFIG_ARGUMENTS, and always configure for --host only.  Add
12266         --with-cross-host option when building with a cross-compiler.
12267         * configure: Canonicalize the arguments put into config.status by
12268         always using `=' for an option with an argument.  Pass a presumed
12269         --host or --target explicitly.
12270
12271 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
12272
12273         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12274         into general OS recognition case.
12275
12276 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12277
12278         * configure.in (target_configdirs): add target-winsup only
12279         for win32 target systems.
12280
12281 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
12282
12283         * Makefile.in (all-target-libgloss): Depend upon
12284         configure-target-newlib, since when libgloss is built it looks to
12285         see if the newlib directory exists.
12286
12287 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
12288
12289         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12290         cfg-ml-*.in.
12291
12292 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
12293
12294         * configure: Handle LD and LD_FOR_TARGET when configuring a
12295         Canadian Cross.
12296
12297 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12298
12299         * configure.in (target_libs): add target-winsup.
12300         (target==i386-win32): add patch diff flex make to $noconfigdirs.
12301         (target==ppcle-pe): remove ld from $noconfigdirs.
12302
12303 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
12304
12305         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12306         Preserve relative path names in $srcdir.  Build symlink tree if
12307         configuring cross target dir and srcdir=. (= no VPATH support).
12308         (configure-target-libg++): Depend on configure-target-librx.
12309         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12310         * config-ml.in: New file.
12311         * symlink-tree: New file.
12312         * configure: Ensure srcdir="." if that's what it is.
12313
12314 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
12315
12316         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12317         includes and FLEX_SKELETON setting.
12318         * mpw-configure (--with-gnu-ld): New option, controls whether
12319         to use PPCLink or ld with PowerMac GCC.
12320         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12321         * mpw-config.in: Configure grez if targeting Mac.
12322
12323         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12324         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12325         just macos.
12326         * configure.in: Configure grez resource compiler if targeting Mac.
12327         * Makefile.in (all-grez, install-grez): New targets.
12328
12329 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
12330
12331         * configure: CXX defaults to gcc, not g++.  If we find
12332         gcc in the path, set CC to gcc -O2.
12333
12334 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
12335
12336         * configure: Default ${build} correctly.  Avoid picking up extra
12337         spaces when reading CC and CXX from Makefile.  When doing a
12338         Canadian Cross, use plausible default values for numerous
12339         variables.
12340         * configure.in: When doing a Canadian Cross, don't try to
12341         configure tools whose configure script can't handle it.
12342
12343 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12344
12345         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12346
12347 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12348
12349         * configure:  Remove dubious bug reporting address.
12350
12351 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12352
12353         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
12354         configure script, run that instead of this directory's configure.
12355         In either case, print a message that we're configuring the sub-dir.
12356
12357 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12358
12359         * configure.in: Before checking for the existence of various files,
12360         use sed to filter out "target-".
12361
12362 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12363
12364         * Makefile.in (DO_X): Split rule to decrease command line length
12365         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
12366         (Philippe De Muyter).
12367
12368 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12369
12370         * Makefile.in (all-patch): depend on all-libiberty.
12371
12372 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
12373
12374         * configure.in: If the only directory in target_configdirs which
12375         actually exists is libiberty, then set target_configdirs to empty,
12376         to avoid trying to build a target libiberty in a gas or gdb
12377         distribution.
12378
12379 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
12380
12381         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12382         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12383         systems.
12384
12385 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12386
12387         * configure.in (copy_dirs): Use sys-include instead of include
12388         for --with-headers option.
12389
12390 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
12391
12392         * Makefile.in, configure.in: Make winsup builds work with
12393         new scheme.
12394
12395 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
12396
12397         * configure.in: Build the linker on AIX.
12398
12399 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12400
12401         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
12402         where needed.
12403
12404 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
12405
12406         * Makefile.in (all-gcc): Fix typo.
12407
12408 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12409
12410         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
12411
12412 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12413
12414         * configure.in:  Rename libFOO to target-libFOO, and xiberty
12415         to target-xiberty, to provide more flexibility.
12416         (target_subdir):  Define.  Create if cross.
12417         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12418         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
12419         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12420         check-libFOO -> check-target-libFOO, etc.
12421         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12422         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12423         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12424         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
12425         allow ALL_GCC="" to only configure.
12426         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
12427         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
12428         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
12429
12430 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
12431
12432         * Makefile.in (taz): Build "info" in etc explicitly.
12433
12434 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
12435
12436         * configure.in:  Make sure that CC is undefined (as opposed to
12437         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
12438         problem with autoconf trying to configure on a host without GCC.
12439
12440 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12441
12442         * mpw-configure: Set host alias from choice of host compiler,
12443         only use generic MPW Makefile sed if present, edit a file
12444         named "hacked_Makefile.in" instead of "Makefile.in" if present.
12445         * mpw-README: Add problem notes about CW6 and CW7.
12446
12447 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
12448
12449         * Makefile.in (taz): Use ";" instead of ";;".
12450
12451 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12452
12453         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
12454         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12455         DISTDOCDIRS.
12456         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
12457         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
12458
12459 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12460
12461         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
12462         and gnats, because they are now subsumed by DISTSTUFFDIRS.
12463         Move bfd to DISTSTUFFDIRS.
12464
12465 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12466
12467         * Makefile.in (X11_LIB): Removed.
12468         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12469
12470         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12471
12472 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12473
12474         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12475         names.
12476
12477 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12478
12479         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12480
12481 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
12482
12483         * configure.in (i[345]86-*-win32): Always build newlib.
12484         Don't configure cvs, autoconf or texinfo.
12485         * Makefile.in (LD_FOR_TARGET): New.
12486         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12487         Pass down LD_FOR_TARGET.
12488
12489 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12490
12491         * winsup: New directory.
12492         * Makefile.in: Build winsup.
12493         * configure.in: Winsup is configured when target is win32.
12494         Can only build win32 target GDB when native.
12495
12496 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
12497
12498         * config.guess: Recognize HP model 819 machines as having
12499         a PA 1.1 processor.
12500
12501 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
12502
12503         * configure: Fix sed loop which substitutes for CC and CXX to
12504         avoid bug found in various sed implementations.
12505
12506 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12507
12508         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12509         simulator.  Use standard powerpc-*-eabi*.
12510
12511 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12512
12513         * configure.in: Stop putting gas and binutils in noconfigdirs for
12514         powerpc-*-aix* and rs6000-*-*.
12515
12516 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
12517
12518         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12519         -mcall-aixdesc libraries.
12520
12521 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
12522
12523         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12524
12525         * config.sub (arm | armel | armeb): Fix shell syntax.
12526
12527 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12528
12529         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12530         -msoft-float and -mcpu=common support.
12531         (powerpc*-*-eabisim*): Add support for building -mcall-aix
12532         libraries.
12533
12534 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12535
12536         * configure.in: Allow configuration and build of emacs19 for the alpha.
12537
12538 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12539
12540         * configure.in (CC): Get ^CC, not just any old CC, from
12541         ${host_makefile_frag}.
12542
12543 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12544
12545         * configure.in (CC): Try to get CC from
12546         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12547
12548 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12549
12550         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12551         only if it exists in $(srcdir).
12552
12553 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
12554
12555         * configure: If CC and CXX are not set in the environment, set
12556         them, based on either an existing Makefile or on searching for gcc
12557         in PATH.  Substitute for CC and CXX in Makefile.
12558         * configure.in: Remove libm from target_libs.  Separate
12559         target_configdirs from configdirs.  If CC is not set in
12560         environment, try to get it from a host Makefile fragment.  Rewrite
12561         changes of configdirs to use skipdirs instead.  A few minor
12562         tweaks.  Take directories out of target_configdirs as they are
12563         taken out of configdirs.  Remove existing Makefile files from
12564         subdirectories.  Substitute for TARGET_CONFIGDIRS and
12565         CONFIG_ARGUMENTS in Makefile.
12566         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12567         by configure.in.
12568         (CONFIG_ARGUMENTS): Likewise.
12569         (CONFIGURE_TARGET_MODULES): New variable.
12570         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12571         ($(CONFIGURE_TARGET_MODULES)): New target.
12572         (configure-libg++, configure-libio): New targets.
12573         (all-libg++): Depend upon configure-libg++.
12574         (all-libio): Depend upon configure-libio.
12575         (configure-libgloss, all-libgloss): New targets.
12576         (configure-libstdc++): New target.
12577         (all-libstdc++): Depend upon configure-libstdc++.
12578         (configure-librx, all-librx): New targets.
12579         (configure-newlib): New target.
12580         (all-newlib): Depend upon configure-newlib
12581         (configure-xiberty): New target.
12582         (all-xiberty): Depend upon configure-xiberty.
12583
12584 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12585
12586         * configure.in (host i[345]86-*-win32):  Expand the
12587         noconfigdirs again.
12588
12589 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
12590
12591         * mpw-configure: Fix sed command file name.
12592
12593 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12594
12595         * configure.in (host i[345]86-*-win32): Reduce the
12596         noconfigdirs again.
12597
12598 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
12599
12600         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12601         or powerpc*-*-pe*, since they are not yet supported.
12602
12603 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12604
12605         Add PowerMac support and many other enhancements.
12606         * mpw-configure: New option --cc to select compiler to use,
12607         paste options set according to --cc into the generated
12608         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12609         if mpw-make.sed is present.
12610         * mpw-config.in: Don't test for gC1, test for mpw-touch,
12611         add forward includes for PowerPC include files.
12612         * mpw-build.in: Build using Makefile.PPC if present.
12613         (do-byacc, etc): Remove separate version resource builds.
12614         (do-gas): Build "stamps" before "all".
12615         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12616         * mpw-README: Update to reflect --cc option, PowerMac support,
12617         and recently-reported compatibility problems.
12618
12619 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
12620
12621         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12622         embedded m68k systems (-aout, -coff, -elf, -vxworks).
12623         (--with-multilib-top): Pass to recursive invocations.
12624
12625 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
12626
12627         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12628         v810-*-*.
12629
12630 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12631
12632         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12633         gdb, ld and opcodes on v810-*-*.
12634
12635 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
12636
12637         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12638         (local-maintainer-clean): New target.
12639         (maintainer-clean): New target.
12640         (realclean): Just depend upon maintainer-clean.
12641
12642 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12643
12644         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12645
12646 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
12647
12648         * configure.in: Build ld in mips*-*-bsd* case.
12649
12650 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
12651
12652         * config.sub: Accept -lites* OS.  From Ian Dall.
12653
12654 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
12655
12656         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
12657         targets.
12658
12659 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12660
12661         * configure.in: treat i386-win32 canadian cross the same as
12662         i386-go32 canadian cross.
12663
12664 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12665
12666         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12667         running under the simulator to build a reduced set of libraries.
12668         (powerpc-*-eabiaix): Add fine grained multilib support added to
12669         other powerpc targets yesterday.
12670
12671 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12672
12673         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12674         -disable-softfloat, -disable-relocatable, -disable-aix, and
12675         -disable-sysv to control which multilib libraries get built.
12676
12677 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
12678
12679         * configure: Add Makefile.tem to list of files to remove in trap
12680         handler.
12681
12682 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12683
12684         * config.guess (*Linux*):  Add missing "exit"s.
12685         Also, need specific check for alpha-unknown-linux (uses COFF).
12686
12687 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12688
12689         * config.guess:  Merge with FSF:
12690
12691         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
12692         * config.guess (AIX4): More robust release numbering discovery.
12693
12694         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
12695         * config.guess (i386-sequent-ptx): Properly get version number.
12696
12697         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
12698         * config.guess (mips:*:4*:UMIPS): New case.
12699
12700 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
12701
12702         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12703         (i386-win32 host): Likewise.  Don't build readline.
12704
12705 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
12706
12707         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
12708         SUPPORT_FILES to submakes.
12709
12710 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
12711
12712         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12713         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12714         mpw-configure.
12715
12716 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
12717
12718         * configure.in (appdirs): Use =, not ==, in test expression when
12719         trying to build the text to print in the warning message for
12720         Solaris users.
12721
12722 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
12723
12724         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12725
12726 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12727
12728         * config.guess: Recognize lynx-2.3.
12729
12730 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
12731
12732         * config.sub (z8ksim): Deleted
12733         (z8k-*-coff): New, this is the one true name of the target.
12734
12735 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
12736
12737         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12738
12739 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
12740
12741         * config.guess (*:Linux:*:*): First try asking the linker what the
12742         default object file format is (elf, aout, or coff).  Then if this
12743         fails, try previous methods.
12744
12745 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12746
12747         * configure.in: Don't build newlib for *-*-vxworks5.1.
12748
12749 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12750
12751         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12752         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12753
12754 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
12755
12756         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12757
12758 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
12759
12760         * cfg-ml-com.in: New file.
12761         * cfg-ml-pos.in: New file.
12762
12763 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12764
12765         * COPYING.NEWLIB: Add HP free copyright to list.
12766
12767 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12768
12769         * config.sub: Recognize -eabi* for the system, not just -eabi.
12770
12771 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
12772
12773         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12774         * config.sub, configure.in (win32): New target and host.
12775
12776 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
12777
12778         * configure.in: Add i386-pe configuration.
12779
12780 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
12781
12782         * mpw-build.in (install): Install GDB after LD.
12783
12784 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
12785
12786         * mpw-config.in (elf/mips.h): Always forward-include, needed
12787         for GDB to build.
12788
12789 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12790
12791         * testsuite: New directory for customer acceptance and whole tool
12792         chain tests.
12793
12794 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
12795
12796         * configure: If per-host line isn't found, but AC_OUTPUT is found
12797         and a configure script exists, run it instead.
12798
12799 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12800
12801         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
12802
12803 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12804
12805         * configure: Set build_{cpu,vendor,os,alias} to host values when
12806         --build isn't specified.
12807
12808 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12809
12810         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12811         (FLAGS_TO_PASS): Pass them.
12812         (EXTRA_TARGET_FLAGS): Ditto.
12813
12814 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12815
12816         * Makefile.in (all-libg++): Depend on all-libstdc++.
12817
12818 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12819
12820         * configure.in (noconfigdirs): Enable all packages for
12821           i386-unknown-netbsd.
12822
12823 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
12824
12825         * configure.in (noconfigdirs): Don't configure tk for i386-go32
12826         hosted builds (DOS builds)
12827
12828 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
12829
12830         Changes for ARM based on patches from Richard Earnshaw:
12831         * config.sub: Handle armeb and armel.
12832         * configure.in: Omit arm linker only for riscix.
12833
12834 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12835
12836         * config.guess:  Update from FSF.
12837
12838 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
12839
12840         * config.sub: Recognize powerpcle as the little endian variant of
12841         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
12842         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
12843         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
12844         temporarily.
12845
12846 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
12847
12848         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12849
12850 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
12851
12852         * config.sub: Accept -lites* as a basic system type.
12853
12854 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
12855
12856         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12857         installed, and if so return linuxoldld as the system name.
12858
12859 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
12860
12861         * config.guess: Add hppa1.1-hp-lites support.
12862
12863 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12864
12865         * configure.in: Don't build newlib for m68k-vxworks5.1.
12866
12867 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12868
12869         * configure.in (mips-sgi-irix6): Use mh-irix5.
12870
12871 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
12872
12873         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12874
12875 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12876
12877         * test-build.mk: Enable building of shared libraries on IRIX 5 and
12878         OSF/1.  Fix compiler flags.
12879         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
12880
12881 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
12882
12883         * configure.in: Recognize --with-newlib.
12884         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12885
12886 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12887
12888         * Makefile.in: move {all,check,install}-gdb from *_MODULES
12889         to *_X11_MODULES due to gdbtk needing X include files et al.
12890
12891 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
12892
12893         Merge in support for Mac MPW as a host.
12894         (Old change descriptions retained for informational value.)
12895
12896         * mpw-config.in: Add generic include forwards for cpu-specific
12897         include files in aout and elf directories.
12898
12899         * mpw-configure: Added copyright.
12900         * mpw-config.in: Check for presence of required build tools.
12901         (target_libs): Add newlib.
12902         (target_tools): Add examples.
12903         (Read Me): Generate as "Read Me for MPW" instead.
12904         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12905         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12906         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12907
12908         * mpw-configure: Remove subdir-specific makefile hackery,
12909         delete mk.tmp after using it.
12910
12911         * mpw-build.in (all): Display start and end times.
12912
12913         * mpw-configure (host_canonical): Set.
12914         (target_cpu): Always add to makefiles.
12915         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12916         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12917         (mpw-mh-mpw): Look for in srcdir and srcroot.
12918         Use sed instead of mpw-edit-prefix to edit prefix definitions.
12919
12920         * mpw-build.in: (install-only): New target.
12921
12922         * mpw-configure (host_alias, target_alias): Rename from hostalias
12923         and targetalias, add into generated Makefile.
12924         (mk.tmp): If present, add into generated Makefile.
12925         * mpw-build.in (all-gas): Build config.h first before gas proper.
12926
12927         * mpw-configure (config.status): Write only if changed.
12928         * mpw-config.in (readline): Configure it (not built, just used for
12929         definitions).
12930
12931         * mpw-config.in (elf/mips.h): Add a forward include.
12932
12933         * mpw-config.in: Forward-include most .h files in include into
12934         extra-include.
12935         (readline): Don't build.
12936         mpw-build.in (install): Install GDB.
12937
12938         * mpw-configure (prefix, mpw_prefix): Handle it.
12939         * mpw-config.in (mmalloc, readline): Don't configure.
12940         * mpw-build.in (thisscript): Rename to ThisScript.
12941         Use mpw-build instead of BuildProgram everywhere.
12942         (mmalloc, readline): Don't build.
12943         * mpw-README: New file, basic documentation about the MPW port.
12944
12945         * mpw-config.in: Use forward-include to create include files.
12946
12947         * mpw-configure: Add more things to the top of each configured
12948         Makefile, including contents of config/mpw-mh-mpw.
12949         * mpw-config.in (extra-include): Create this directory and fill it
12950         with Posix-like include files when configuring.
12951
12952         * config.sub (apple, mac, mpw): Add various aliases.
12953
12954         * mpw-build.in: New file, top-level build script fragment for MPW.
12955         * mpw-configure: New file, configure script for MPW.
12956         * mpw-config.in: New file, config fragment for MPW.
12957
12958 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12959
12960         * configure.in (host_libs): Remove glob, since it is gone from the
12961         sources.
12962
12963 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12964
12965         * Makefile.in: define empty GDB_NLM_DEPS var.
12966
12967         * configure.in(target_makefile_frag): use config/mt-netware
12968         for netware targets.
12969
12970 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
12971
12972         * config.sub: Merge in recent FSF changes.  Remove linux special
12973         cases.
12974
12975 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12976
12977         Revert this change:
12978
12979         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
12980
12981                 * build-all.mk: Use CC=cc -Xs on Solaris.
12982
12983 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12984
12985         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
12986         stop using it.
12987         * Makefile.in: Nuke all references to glob subdirectory.
12988
12989 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12990
12991         * configure.in: Fix --enable-shared logic in per-host.
12992
12993 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12994
12995         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12996
12997 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12998
12999         * configure.in (noconfigdirs): Don't build gas on AIX, for
13000         powerpc*-*-aix* as well as for rs6000*-*-aix*.
13001
13002 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
13003
13004         * configure: Fix --cache-file to work if the file argument is a
13005         relative path.
13006
13007 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
13008
13009         * configure: If the --cache-file is used, pass it down to
13010         configure in subdirectories.
13011
13012 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
13013
13014         * config.sub: add vxworks29k configuration.
13015
13016 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13017
13018         * Makefile.in (taz): Do "diststuff" part quietly.
13019
13020 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13021
13022         * config.sub: Mini-merge with gcc/config.sub.
13023
13024 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13025
13026         * config.guess (IRIX): Sed - to _.
13027
13028 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13029
13030         * Makefile.in (source-vault, binary-vault): New targets.
13031
13032 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
13033
13034         * config.sub: Recognize -eabi as a basic system type.
13035
13036 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13037
13038         * configure.in (enable_shared stuff): Fix typo.
13039
13040 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
13041
13042         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13043
13044 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13045
13046         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13047
13048 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
13049
13050         * configure.in (rs6000-*-*): Don't build gas.
13051
13052 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
13053
13054         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13055         reduce command line length.
13056         (AS_FOR_TARGET): Check for as.new, not Makefile.
13057         (NM_FOR_TARGET): Check for nm.new, not Makefile.
13058
13059 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13060
13061         * config.guess:  Merge from FSF.
13062
13063 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13064
13065         * configure: Don't use $ when handling program_suffix.
13066
13067 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
13068
13069         * configure.in:  Configure tk for hppa/hpux.
13070
13071 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13072
13073         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
13074
13075 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13076
13077         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
13078         to LIBCXXFLAGS.  Tests are better run without it.
13079
13080 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
13081
13082         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13083
13084 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
13085
13086         * configure.in (*-*-netware*): Don't configure xiberty.
13087
13088 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
13089
13090         * configure.in:  Remove tk from native_only list.
13091
13092 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
13093
13094         * build-all.mk: Add mips-ncd-elf target to sun4 targets
13095           for special NCD build.
13096
13097 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13098
13099         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13100         makeall.bat, they're only useful for binutils snapshots.
13101         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13102         makeall.bat to specified SUPPORT_FILES.
13103
13104 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
13105
13106         * build-all.mk: Add Ericsson targets to sun4 and solaris
13107           hosts.  Add  BNR's sun4 target to solaris host, so their
13108           build-from-source will be tested in-house first.
13109
13110 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13111
13112         * Makefile.in (LIBCFLAGS): New variable.
13113         (CFLAGS_FOR_TARGET): Ditto.
13114         (LIBCFLAGS_FOR_TARGET): Ditto.
13115         (LIBCXXFLAGS): Ditto.
13116         (CXXFLAGS_FOR_TARGET): Ditto.
13117         (LIBCXXFLAGS_FOR_TARGET): Ditto.
13118         (BASE_FLAGS_TO_PASS): Pass them.
13119         (EXTRA_TARGET_FLAGS): Ditto.
13120
13121         * configure.in: Support --enable-shared.
13122
13123 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13124
13125         * configure.in (target_libs):  Include libstdc++ again.
13126         * config.guess:  Update from FSF (for FreeBSD).
13127
13128 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13129
13130         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13131         makeall.bat.
13132         (DISTDOCDIRS): Add `etc'.
13133         (ETC_SUPPORT_PFX): New variable.
13134         (taz): Include anything from etc starting with a word in
13135         ETC_SUPPORT_PFX.
13136
13137 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13138
13139         * config.sub: Update for recent FSF changes.  Remove obsolete
13140         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
13141         spacing changes.
13142
13143 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13144
13145         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
13146
13147         * config.guess:  Merge with FSF.
13148         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13149
13150 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13151
13152         * configure: Since the "trap 0" handler will override the exit
13153         status on many systems, only use it for "exit 1", and make it set
13154         a non-zero exit status; reset it before "exit 0".  Also, check
13155         exit status of config.sub, and error out if it failed.
13156
13157 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
13158
13159         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13160         and install libgloss.
13161
13162 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13163
13164         * Makefile.in (all-binutils): Depend upon all-byacc.
13165
13166         * configure.in: Don't build emacs on Irix 5.
13167
13168 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13169
13170         * configure.in (*-*-netware*): Add libio.
13171
13172 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13173
13174         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13175         (CHECK_TARGET_MODULES): Ditto.
13176         (INSTALL_TARGET_MODULES): Ditto.
13177         (TARGET_LIBS): Ditto.
13178         (all-libstdc++): Note dependencies.
13179
13180 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13181
13182         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13183
13184 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13185
13186         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13187         -fexternal-templates.
13188
13189         * configure.in (target_libs): Add libstdc++.
13190         (noconfigdirs): Add libstdc++ as appropriate.
13191
13192 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13193
13194         * config.guess:  Update from FSF.
13195
13196 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13197
13198         * configure: Use ${config_shell} when running ${configsub}.
13199
13200 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
13201
13202         * config.sub: No longer recognize h8300h.
13203
13204 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13205
13206         * config.sub: Remove extraneous differences between config.sub and
13207         gcc/config.sub.
13208
13209 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13210
13211         * Makefile.in (DISTSTUFFDIRS): Add gas.
13212
13213 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
13214
13215         * COPYING.NEWLIB: New file.
13216
13217 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13218
13219         * config.guess (HP-UX):  Patch from Harlan Stenn
13220         <harlan@landmark.com> to also emit release level.
13221
13222 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13223
13224         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13225
13226 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13227
13228         * config.sub:  Merge nextstep cleanup from FSF.
13229
13230 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13231
13232         * configure.in (arm-*-*): Don't configure ld for this target.
13233
13234 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13235
13236         * configure.in (*-*-netware): don't configure libg++, libio,
13237           librx, or newlib.
13238
13239 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13240
13241         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
13242         configure ld--it works, but it doesn't support shared libraries.
13243
13244 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13245
13246         * config.guess (*-unknown-freebsd*):  Get rid of possible
13247         trailing "(Release)" in version string.
13248         Patch from Paul Richards <paul@isl.cf.ac.uk>.
13249
13250 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13251
13252         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13253         Fix type: *-next-neststep -> *-next-nextstep.
13254
13255         * config.guess:  Merge from FSF:
13256
13257         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
13258
13259         * config.guess: Recognize powerpc-ibm-aix3.2.5.
13260
13261         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
13262
13263         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13264         instead of UNIX_SV for UnixWare 1.0).
13265
13266 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
13267
13268         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
13269         to make gdb/nlm/* build after the compiler and linker.
13270
13271 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13272
13273         * config.guess (netbsd, freebsd, linux):  Accept any machine,
13274         not just i[34]86.
13275         (m68k-atari-sysv4):  Relocate to match FSF version.
13276
13277         * config.guess:  More merges from the FSF:
13278
13279         Add a space before function call or macro invocation.
13280
13281         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13282
13283         * config.guess: Add trap cmd to remove dummy.c and dummy when
13284         interrupted.
13285
13286         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13287
13288         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13289         (dummy): Redirect stderr from compilation of dummy.c.
13290
13291         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
13292
13293         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13294
13295 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
13296
13297         * configure: Accept and ignore --cache*, for compatibility with
13298         new autoconf.
13299
13300 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13301
13302         * config.guess:  Merge from FSF:
13303
13304         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13305
13306         * config.guess (Pyramid*:OSx*:*:*): New case.
13307         (PATH): Add /.attbin at end for finding uname.
13308         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
13309
13310         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
13311
13312         * config.guess (M88*:DolphinOS:*:*): New case.
13313
13314         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
13315
13316         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13317         to select whether to use ELF or COFF.
13318
13319         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13320
13321         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13322
13323         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13324
13325         * config.guess: Guess the OS version for HPUX.
13326
13327         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
13328
13329         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13330
13331 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13332
13333         * configure.in: Recognize --with-headers, --with-libs, and
13334         --without-newlib.
13335         * Makefile.in (all-xiberty): Depend upon all-ld.
13336
13337 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13338
13339         * configure.in: Change i[34]86 to i[345]86.
13340
13341 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13342
13343         * configure (version): A few more tweaks to help message.
13344
13345 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13346
13347         * Makefile.in:  Remove (for now) librx as a host library,
13348         now that we're building it for target.
13349
13350 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13351
13352         * configure: Fix up help message; from karl@owl.hq.ileaf.com
13353         (Karl Berry).
13354
13355 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13356
13357         * configure.in:  Also configure librx.
13358
13359 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13360
13361         * Makefile.in:  Update various rules to reflect that librx
13362         is now needed for libg++.
13363
13364 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13365
13366         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13367
13368 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
13369
13370         * configure.in: Configure the examples directory.
13371
13372 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13373
13374         * configure: Simplify Jun 2 1994 change.
13375
13376 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13377
13378         * change CC to /usr/latest/bin/gcc for lynx host builds, since
13379         /bin/gcc isn't good enough to build gcc.
13380
13381 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
13382
13383         * Makefile.in (GDB_SUPPORT_FILES): Remove
13384         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
13385         (gdb.tar.gz): Add new rule to use standard distribution building
13386         mechanism.
13387
13388 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13389
13390         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
13391         Bill Cox <bill@cygnus.com>.
13392
13393 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13394
13395         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
13396
13397 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
13398
13399         * configure:  Search current dir first in .gdbinit.
13400
13401 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13402
13403         * config.sub:  Recognize freebsd (merged from gcc config.sub).
13404
13405 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13406
13407         * config.sub:  Refer to NeXT's operating system as nextstep.
13408
13409         * config.sub (case $basic_machine):  Re-order the cases, to match
13410         the order in the FSF version (which is mostly alphabethical).
13411         Merge in some additions and changes from the FSF.
13412
13413 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
13414
13415         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13416         * config.sub: Recognize cxux7.
13417         * configure.in: Use mh-cxux for m88k-harris-cxux*.
13418
13419 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13420
13421         * config.sub:  Fix typo powerpc -> powerpc-*.
13422
13423 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
13424
13425         * Makefile.in: `all-emacs19' depends on `all-byacc'.
13426
13427         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13428         parallel with all-emacs and install-emacs).  Top-level command
13429         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13430
13431 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13432
13433         * test-build.mk ($(host)-stamp-stage2-installed): Remove
13434         $(relbindir)/make before doing ``make install'', and use
13435         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
13436         installing over running make binary.
13437         ($(host)-stamp-stage3-installed): Likewise.
13438
13439 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13440
13441         * config.guess: Recognize Mach.
13442
13443 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13444
13445         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13446         see whether --exec-prefix was used.
13447
13448 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13449
13450         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
13451
13452 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13453
13454         * Makefile.in: Add all-librx target similar to all-libproc.
13455
13456 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
13457
13458         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
13459         with post 1.2 uname bogosity.
13460
13461 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13462
13463         * configure: Remove temporary files on receipt of a signal.
13464
13465 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
13466
13467         * configure: If there is a package_makefile_frag, remove
13468         ${subdir}/Makefile.tem after copying it in.
13469
13470 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13471
13472         * build_all.mk: support rs6000 lynx identifies itself as
13473         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
13474         since /bin/gcc is too feeble to compile a modern gcc.
13475
13476 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13477
13478         * brought devo/test-build.mk update-to-date with progressive/
13479           test-build.mk. Add lynx targets and hppa flag info.
13480
13481 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13482
13483         * configure.in:  Use mh-ncrsvr43.  Patch from
13484         Tom McConnell <tmcconne@sedona.intel.com>.
13485
13486 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13487
13488         * config.guess (i386-unknown-bsdi):  No longer need to
13489         check #if defined(__bsdi__) && defined(__i386__).
13490
13491 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13492
13493         * configure: Set program_transform_nameoption correctly.
13494
13495 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13496
13497         * brought build-all.mk update-to-date with progressive build-all.mk,
13498           added new targets and hppa info.
13499
13500 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13501
13502         * configure: If config.guess result is a prefix of the user
13503         specified target, assume a native build and use the user specified
13504         target as the host alias.  Remove SunOS patch suffix removal hack.
13505         * configure.in: Remove SunOS patch suffix removal hack.
13506
13507         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13508         in NATIVE_CHECK_MODULES.
13509
13510 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
13511
13512         * Makefile.in: Rename HOST_ONLY to NATIVE.
13513         * configure: Delete SunOs patch suffix from host_canonical
13514           and build_canonical variables that are prepended to Makefiles.
13515         * configure.in: Add comments for easier maintenance.
13516
13517 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13518
13519         * Makefile.in: Add all-libproc target similar to all-gui.
13520
13521 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
13522
13523         * Makefile.in (CHECK_MODULES): split into
13524         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13525
13526 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
13527
13528         * config.guess (i386-unknown-bsdi): New system to guess.
13529
13530 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13531
13532         * Makefile.in: Add all-gui target (but not yet build by "all").
13533
13534 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
13535
13536         * config.sub: Move deletion of patch suffix from here...
13537         * configure.in: To here, at Ian's suggestion.  The top-
13538           level scripts might need to know of a patch level.
13539
13540 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
13541
13542         * config.sub: Strip off patch suffix so rtl is recognized
13543           as a sunos4.1.3 machine, even though it's been patched.
13544
13545 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
13546
13547         * Makefile.in (INSTALL_LAST): Delete.
13548         (INSTALL_DOSREL): New.
13549
13550 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13551
13552         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13553         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13554         whether we pass down --with-gnu-ld anyhow.
13555
13556 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
13557
13558         * Makefile.in (INSTALL_LAST): Change operation so it works
13559         on more flavors of make.
13560         * configure.in (go32): Don't build libg++ or libio.
13561
13562 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
13563
13564         * Makefile.in (Move HOST_PREFIX_1 and friends up so
13565         they can be overriden by templates.
13566
13567 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
13568
13569         * configure.in (target==go32): Don't build gdb.
13570         * dosrel: New directory.
13571
13572 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
13573
13574         * configure.in (host==go32): Configure dosrel too.
13575         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13576         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13577         be set by incoming names or templates.
13578         (INSTALL_LAST): New rule.
13579
13580 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
13581
13582         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13583
13584 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13585
13586         * configure.in (appdirs): New variable.  Currently empty, but will
13587         be used in gas distribution.  If nonempty, lists a set of
13588         directories at least one of which must get configured, or top
13589         level configuration is considered to have failed.
13590         (rs6000-*-lynxos*): Use new file name.
13591
13592 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13593
13594         Eliminate XTRAFLAGS.
13595         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13596         newlib include files using -idirafter, and also use -nostdinc.
13597         (CXX_FOR_TARGET): Likewise.
13598         (XTRAFLAGS): Removed.
13599         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13600         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13601         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13602         ($(DO_X)): Don't pass down XTRAFLAGS.
13603
13604 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13605
13606         * configure.in (mips*-dec-bsd*): New target; do build linker.
13607         (mips*-*-bsd*): New target; don't build linker.
13608
13609 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13610
13611         * configure.in: support rs6000-*-lynxos* configuration.
13612         support sunos4 as a cross target.
13613
13614         * config.sub: look for lynx*, not lynx since the OS version may
13615         legitimately be part of the name.
13616
13617 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13618
13619         * configure.in (i[34]86-*-sco*): Move to be with other i386
13620         targets.
13621         (romp-*-*): New target.  Skip various binary utilities.
13622         (vax-*-*): New target.  Don't build newlib.
13623         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
13624
13625 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13626
13627         * configure.in: Only set host_makefile_frag if config
13628         directory exists.
13629
13630 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13631
13632         * install.sh: If $dstdir exists, don't check whether each
13633         component does.
13634
13635 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13636
13637         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13638
13639 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
13640
13641         * configure.in (*-*-lynxos*): Don't configure newlib for either
13642         native or cross Lynx.
13643
13644 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
13645
13646         * config.sub (sparc64-elf): Fix os.
13647         (z8k): Remove duplicate.
13648
13649 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13650
13651         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13652         gcc/stmp-fixproto, to try to prevent fixproto from being run.
13653
13654 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
13655
13656         * configure: Make file links cleanly even if Lynx fails on
13657           an NFS symlink (at least fail cleanly).
13658
13659 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13660
13661         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13662         -XNh2000.
13663
13664 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13665
13666         * configure: Unknown options are fatal again.
13667
13668 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
13669
13670         * configure: Ignore --x-includes and --x-libraries, for Autoconf
13671         compatibility.
13672
13673 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
13674
13675         * build-all.mk: Add `clean' target.
13676
13677 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13678
13679         * config.guess:  Add SINIX support.
13680         * configure.in:  Add mips-*-sysv4* support.
13681
13682 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
13683
13684         * build-all.mk: Document all useful targets.
13685         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13686         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13687
13688 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13689
13690         * configure: Support --silent, --quiet.
13691
13692 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13693
13694         * configure: Support --disable-FEATURE.
13695
13696 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13697
13698         * config.guess: Recognize NCR running SVR4.3.
13699
13700 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13701
13702         * config.guess:  Make BSDI generate i386-unknown-bsd386.
13703         Patch from Paul Eggert <eggert@twinsun.com>.
13704
13705 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13706
13707         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13708
13709 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13710
13711         * configure: Make unrecognized options give nonfatal warnings
13712         instead of fatal errors, and pass them to any subdirectory
13713         configures in case they recognize them.
13714         Make --x equivalent to --with-x.
13715
13716 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13717
13718         * configure: Add --enable-* options.  Clean up usage message and
13719         some comments.
13720
13721 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
13722
13723         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13724
13725 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13726
13727         * configure.in (hppa*-*-*): Enable binutils.
13728
13729 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13730
13731         * config.sub: Recognize cisco.
13732
13733 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
13734
13735         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13736
13737 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13738
13739         * config.guess: about target *-hitachi-hiuxwe2, don't print more
13740         than one configuration name.  Add comment.
13741
13742 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
13743
13744         * config.guess: about target *-hitachi-hiuxwe2, fixed
13745         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
13746         macro is incorrect.]
13747
13748 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13749
13750         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13751         than the "make ls" stuff which used to be here.
13752
13753 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13754
13755         * config.guess:  Recognize i[34]86-unknown-freebsd.
13756         From Shawn M Carey <smcarey@rodan.syr.edu>.
13757
13758 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13759
13760         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13761
13762 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
13763
13764         * config.guess: Check for ptx.
13765
13766 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
13767
13768         * config.sub: Add os9k checking.
13769
13770 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13771
13772         * config.guess: Handle OSF1 running on HPPA processors
13773
13774 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
13775
13776         * configure: If subdir configure fails, print out a message with
13777         subdirectory name, in case subdir's configure code didn't identify
13778         itself.
13779
13780 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
13781
13782         * configure.in: Remove embedded newlines from configdirs.
13783         Avoid mismatches of substrings.  Fix matching strings at end
13784         of configdirs.
13785
13786 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
13787
13788         * config.guess:  Add Lynx/rs6000 config support.
13789
13790 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
13791
13792         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13793
13794 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
13795
13796         * configure.in (hppa*-*-osf*): Treat this just like most other
13797         PA configurations (eg no binutils or ld).
13798         (hppa*-*-*elf*): These configurations have binutils and ld.
13799
13800 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13801
13802         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
13803
13804 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13805
13806         * configure.in (rs6000-*-*): Build gas.
13807
13808 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13809
13810         * Makefile.in:  Avoid bug in losing hpux sed.
13811
13812 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13813
13814         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13815         for GDB and GDB has been fixed to not need it.
13816
13817 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13818
13819         * config.guess: Recognize vax hosts.
13820
13821 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13822
13823         * configure (while loop): Don't use "break 2" inside case
13824         statement -- the case statement isn't an enclosing loop.
13825
13826 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13827
13828         * config.guess:  Clean up NeXT support, to allow nextstep
13829         on Intel machines.  Make OS be nextstep.
13830
13831 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
13832
13833         * config.guess: Add alternate forms for Convex.
13834
13835 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
13836
13837         * configure:  Completely rewrite option processing.  Take
13838         advantage of pattern-matching to avoid invoking test frequently.
13839         Also clean up host and target defaulting logic.
13840
13841 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13842
13843         * Makefile.in: Replace all occurrances of "rootme" with "r" and
13844         "$${rootme}" with "$$r", to increase the likelihood that the do-*
13845         commands (plus user environment) will fit SCO limits.
13846
13847 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13848
13849         * configure.in: Don't issue warnings about directories which are
13850         not being configured if -norecursion is set.  Correct test for
13851         --with-gnu-as and --with-gnu-ld to not get confused by substring
13852         matches.
13853
13854         * configure.in: Don't build gas for alpha-dec-osf1*.
13855
13856 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
13857
13858         * configure:  Back out Per's change of 12/19/1993.  It changes the
13859         behavior of configure in unexpected and confusing ways.
13860
13861         Also, use different delim char when calculating
13862         program_transform_name so that the name can contain slashes.
13863
13864 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
13865
13866         * configure.in, config.sub: Add support for VSTa micro-kernel.
13867
13868 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
13869
13870         * configure.in: Nuke hacks which were used to get a special
13871         version of GAS for HPPA configurations.
13872
13873 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13874
13875         * configure:  If only ${target_alias} is given, use that
13876         as the default for ${host_alias}.
13877         * configure:  Add missing back-slashes before nested quotes.
13878
13879 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
13880
13881         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13882
13883 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
13884
13885         * config.guess:  Recognize some Tektronix configurations.
13886         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13887
13888 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
13889
13890         * config.sub: Match any flavor of SH.
13891
13892 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
13893
13894         * configure.in: Don't try to configure newlib for Alpha.
13895
13896 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13897
13898         * configure.in: Don't build ld for Irix 5.  Don't build gas,
13899         libg++ or libio for any Alpha target.
13900
13901         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
13902
13903 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
13904
13905         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13906         default arguments -- so it tried to compress itself.
13907
13908 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
13909
13910         * configure.in (notsupp): ensure that a space is always at the end
13911           of the configdirs list, since the grep checks for an explicit space
13912
13913 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13914
13915         * configure.in (target i386-sysv4.2): don't build ld, since static
13916           versions of many libraries are not available.
13917
13918 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13919
13920         * config.guess: Recognize Apollos (using environment variables).
13921         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13922
13923 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13924
13925         * config.guess: Recognize Sony news mips running newsos.
13926
13927 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
13928
13929         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13930         "fi ; else" for bash.
13931
13932 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
13933
13934         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13935
13936 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
13937
13938         * config.sub: accept unixware as an alias for svr4.2.
13939         Fix some inconsistancies with the gcc version.
13940
13941 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13942
13943         * Makefile.in (DISTDOCDIRS):  Add gdb.
13944
13945 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13946
13947         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
13948
13949 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
13950
13951         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13952         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13953         this now.
13954
13955 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13956
13957         * config.sub: Accept hiux* as an OS name.
13958
13959         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13960         etc/make-stds.texi.  The underscore came from gcc, and dje now
13961         agrees that RUNTESTFLAGS is the correct name.
13962
13963 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13964
13965         * install.sh:  Remove 'set -e'.  It makes any conditionals
13966         in the script useless.
13967
13968         * config.guess: Automatically recognize arm-acorn-riscix
13969         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13970
13971 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
13972
13973         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13974
13975 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
13976
13977         * Makefile.in (DISTDOCDIRS): New variable.
13978         (taz): Edit local Makefile.in sooner, instead of proto-toplev
13979         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
13980
13981 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13982
13983         * configure.in (hppa target): check the source directory for the
13984           pagas sub-directory
13985
13986 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
13987
13988         * config.sub: Allow -aout* and -elf*.
13989
13990 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
13991
13992         * configure.in: Don't build ld on i386-solaris2, same as for
13993         sparc-solaris2.
13994
13995 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13996
13997         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13998
13999 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14000
14001         * configure.in:  Configure gdb for alpha.
14002
14003 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14004
14005         * Makefile.in (CXXFLAGS): Add -O.
14006
14007 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14008
14009         * config.guess: added support for DG Aviion
14010
14011 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14012
14013         * configure.in: Produce warning message for subdirectories not
14014         configurable for this host/target combination.  Don't try to
14015         configure gdb for vms.
14016
14017 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14018
14019         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14020         appropriate files before making "diststuff".
14021         (DISTBISONFILES): New var: list of files to be edited.
14022         (DISTSTUFFDIRS): Add binutils.
14023
14024 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14025
14026         * config.sub: also handle mipsel and mips64el (for little endian mips)
14027
14028 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14029
14030         * configure.in: Add * to end of all OS names.
14031
14032 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
14033
14034         * configure.in: Build newlib for LynxOS native.
14035
14036 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14037
14038         * config.guess: Add support for delta 88k running SVR3.
14039
14040         * configure.in: Add comment about HP compiler vs. emacs.
14041
14042 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14043
14044         * configure.in: don't build ld on solaris2 (not a viable option
14045           due to bugs in getpwnam & getpwuid)
14046
14047 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14048
14049         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14050         config.guess will produce a full version number.
14051
14052 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14053
14054         * configure.in: Build linker and binutils for alpha-dec-osf1.
14055
14056 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14057
14058         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14059         and gdb/testsuite/Makefile.in.
14060
14061 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14062
14063         * configure.in: recognize mips*- instead of mips-
14064
14065 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14066
14067         * config.sub: Accept linux*coff and linux*elf as operating
14068         systems.
14069
14070 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14071
14072         * config.sub: Recognize mips64, and mips3 as an alias for it.
14073
14074 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14075
14076         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14077         gdb knows how to handle OSF/1 shared libraries.
14078
14079 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14080
14081         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14082         * config.guess: Recognize Hitachi's HIUX.
14083         * config.sub: Recognize h3050r* and hppahitachi.
14084         Remove redundant cases for hp9k[23]*.
14085
14086 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14087
14088         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14089         if gas and ld are in the source tree and are in ${configdirs}.
14090         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14091         --with options (but still pass them down on the command line,
14092         if they were explicitly specified).
14093
14094 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14095
14096         * configure: substitute SHELL value in Makefile.in with
14097         ${CONFIG_SHELL}
14098
14099 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14100
14101         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14102         *-*-solaris2* targets.
14103
14104 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14105
14106         * Makefile.in: define M4, and pass it down to sub-makes;
14107         all-autoconf now depends on all-m4
14108
14109 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14110
14111         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14112         presence of {ar,ranlib} instead of a configured directory
14113
14114 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
14115
14116         * config.guess: Accept 34?? as well as 33?? for NCR.
14117
14118 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14119
14120         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14121         of 'gas' in sed commands, since 'gash' is now in the tree as well.
14122
14123 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14124
14125         * configure: grab values for $(CC) and $(CXX) from the
14126         environment, so that someone can do "CC=gcc configure; make" and
14127         have it work right (matching the way that autoconf works now)
14128
14129         * configure.in, Makefile.in: add support for gash, the tcl
14130         interface to Galaxy
14131
14132         * config.guess: add NetBSD variants (hp300, x86)
14133
14134 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
14135
14136         * install.sh: Support -d option (in the manner of SunOS 4 install,
14137         as it is more deterministic than that of GNU install)
14138         (chmodcmd): Set file to mode 755 by default (should also do default
14139         chgrp and chown, but I don't feel like dealing with that now)
14140
14141 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
14142
14143         * config.sub: Remove h8300hhms alias.
14144
14145 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14146
14147         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14148
14149 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14150
14151         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14152         as stmp-fixinc
14153
14154 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14155
14156         * config.sub: recognize m88110-bug-coff.
14157
14158 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14159
14160         * Makefile.in (all-libio): all dependencies on the toolchain used
14161         to build this (gcc, gas, ld, etc)
14162
14163 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14164
14165         * config.guess: Deal with OSF/1 1.3 on alpha.
14166
14167 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14168
14169         * install.sh: add some 'else true' clauses for portability
14170
14171         * configure.in: don't build libio for h8[35]00-*-* targets
14172
14173 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14174
14175         * Makefile.in:  Add support for new libio.
14176
14177 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14178
14179         * install.sh: If one command fails, don't try the rest.  Don't try
14180         to remove $dsttmp (via trap) unless we have already created it.
14181         If $src doesn't exist, detect it and exit with an error.
14182
14183         * config.guess: Recognize BSD on hp300.
14184
14185 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14186
14187         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14188         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14189
14190 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
14191
14192         * Makefile.in (all-send-pr): depends on all-prms
14193
14194 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14195
14196         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14197
14198 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14199
14200         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14201         Added test for mips-mips-riscos5.
14202
14203 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14204
14205         * configure.in: use mh-hp300 for 68k HP hosts
14206
14207 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14208
14209         * configure: add support for CONFIG_SHELL, so that you can use
14210         some alternate shell for evaluating configure scripts
14211
14212 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
14213
14214         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
14215         in configure script to bug-gdb@prep.ai.mit.edu when building
14216         distribution archive.
14217         * Makefile.in (COMPRESS):  Remove def.
14218         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
14219         gdb.tar.Z and make-gdb.tar.Z respectively.
14220         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
14221         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
14222         to convergence with 'taz' target in Makefile.in.
14223
14224 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14225
14226         * install.sh (dsttmp): use trap to ensure that tmp files go
14227         away on error conditions
14228
14229 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14230
14231         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14232
14233 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14234
14235         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14236         its parent is '/' not ''.
14237
14238         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14239
14240 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
14241
14242         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14243         that ${newsrcdir}/configure.in does.
14244
14245 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14246
14247         * test-build.mk: support for CONFIG_SHELL
14248
14249 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
14250
14251         * config.sub (netware):  Add as a basic system type.
14252
14253 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14254
14255         * Makefile.in (Makefile): depend on configure.in.  Also drop the
14256           $(srcdir)/ from the dependency on Makefile.in.
14257
14258 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
14259
14260         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14261         (h8300hhms is temporary until multi-libraries are implemented).
14262         * configure.in: Handle h8300h too.
14263
14264 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14265
14266         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14267
14268 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
14269
14270         * configure:  Remove extraneous output when guessing host type.
14271         * config.guess:  Remove extraneous output when guessing using C
14272         compiler rather than uname, or when guessing fails.
14273
14274 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
14275
14276         * Makefile.in: remove all.cross and install.cross targets
14277
14278         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14279           definitions
14280
14281 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
14282
14283         * configure.in (target sh): Build gprof.
14284
14285 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14286
14287         * config.sub: change -solaris to -solaris2
14288
14289 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14290
14291         * configure.in: Use config/mh-riscos for mips-*-sysv*.
14292
14293 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
14294
14295         * configure: Correct error message for missing Makefile.in to
14296         print correct directory.
14297
14298 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14299
14300         * install.sh: kludge around 386BSD shell bug
14301
14302 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
14303
14304         * config.guess:  Recognize NeXT.
14305         * config.guess:  Recognize i486-ncr-sysv4.
14306         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
14307
14308 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
14309
14310         * Makefile.in (MAKEINFOFLAGS): New variable.
14311         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14312         * build-all.mk, test-build.mk: Pass down --no-split as
14313         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
14314
14315 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
14316
14317         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
14318
14319 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
14320
14321         * Makefile.in (libg++.tar.z):  New rule.
14322         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
14323         * Makefile.in (taz):  Only do a single chmod.
14324
14325 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14326
14327         * install.sh: don't use dirname anymore (replaced with sed usage)
14328
14329 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
14330
14331         * Makefile.in:  Change extension for gzip'd files from '.z' to
14332         '.gz' per new FSF standard usage.
14333
14334 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14335
14336         * configure: put quotes around the final value of program_transform_name
14337
14338 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14339
14340         * Makefile.in: new install.sh support; update install-info rules
14341
14342 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
14343
14344         * configure.in: Build diff for crosses, but not for go32 host.
14345
14346         * configure.in: Build gprof only for native, and don't build it
14347         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14348
14349 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
14350
14351         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14352
14353 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14354
14355         * configure.in (host_tools): Add prms.
14356
14357 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14358
14359         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14360         with $(FLAGS_TO_PASS) on the command line
14361
14362         * config.sub: Recognize lynx and lynxos
14363
14364 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14365
14366         * config.sub: Accept -ecoff*, not just -ecoff.
14367
14368 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14369
14370         * Makefile.in (taz): Use .gz suffix instead of .z.
14371         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14372         names.
14373
14374 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14375
14376         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14377
14378 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14379
14380         * Makefile.in (install-no-fixedincludes):  install gcc last, so
14381         that rebuilds that might happen during 'make install' don't get
14382         bogus gcc include files
14383
14384 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14385
14386         Change from Utah for HPPA support:
14387         * config.guess: Recognize hppa1.x-hp-bsd.
14388
14389 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
14390
14391         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
14392         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14393
14394 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14395
14396         * config.sub: Add support for rom68k and bug boot monitors.
14397
14398 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
14399
14400         * Makefile.in: Make all-opcodes depend on all-bfd.
14401
14402 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14403
14404         * config.guess: Added special check for i[34]86-univel-sysv4*.
14405
14406 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
14407
14408         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14409         the processor rather than assuming i486.
14410
14411 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14412
14413         * config.guess: Recognize SunOS6 as Solaris3.
14414
14415 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
14416
14417         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
14418         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14419
14420 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
14421
14422         * build-all.mk (all-cross): New target for Canadian Cross.
14423         Added Q2 go32 targets.
14424         * test-build.mk: Configure go32 cross sparclite-aout and
14425         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
14426         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14427
14428 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14429
14430         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14431         GO32 hosted toolchains
14432
14433 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14434
14435         * configure: change  so "-exec-prefix" gets passed down rather
14436         than "-exec_prefix" so autoconf generated Makefiles get the
14437         exec_prefix set right.
14438
14439 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14440
14441         * config.guess: get the Solaris2 minor version number
14442
14443         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14444
14445 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14446
14447         * config.guess: Recognize some Sequent platforms.
14448
14449 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14450
14451         * Makefile.in: added the vault-install target
14452
14453         * configure.in: actually use the Sun3 makefile fragment that's in
14454         config, also added the release dir to configdirs
14455
14456 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14457
14458         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14459
14460 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14461
14462         * configure.in: remove some program from Alpha targetted toolchains
14463
14464 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
14465
14466         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
14467         gprof.
14468         (taz): Run "make diststuff" in those directories instead of "make
14469         proto-dir".  Look for "VERSION=" only at start of line in subdir
14470         Makefile.  Use "gzip -9" for compression.
14471         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14472         (binutils.tar.z): New target.
14473
14474 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14475
14476         * Makefile.in (taz): Include gpl.texinfo.
14477
14478 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14479
14480         * Makefile.in (setup-dirs): Merged into "taz" target.
14481         (taz): Only do `proto-dir' stuff if a directory is actually needed
14482         for this target.
14483
14484 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
14485
14486         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14487         (FLAGS_TO_PASS): Pass down MUNCH_NM.
14488         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14489         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14490         (gcc-no-fixedincludes): Correct for current gcc Makefile.
14491
14492 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
14493
14494         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
14495         config.sub, and move-if-change to gdb testsuite distribution
14496         archive, so the testsuite can be extracted, configured, and
14497         run separately from the gdb distribution.  Blow away the Chill
14498         tests that require a Chill compiled executable, since GNU Chill
14499         is not yet publically available.
14500
14501 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14502
14503         * test-build.mk: set environment variables in a single command,
14504         instead of a list of assignments and exports
14505
14506         * config.guess: recognize Alpha/OSF1 systems
14507
14508 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14509
14510         * configure: Change help message to prefer --options rather than
14511           -options.
14512
14513 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14514
14515         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14516         zippy@ecst.csuchico.edu.
14517         * config.guess: Recognize miniframe.
14518
14519 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14520
14521         * Makefile.in: Use srcroot to find runtest rather than rootme.
14522         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14523
14524 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14525
14526         * test-build.mk: Extensive additions to support building on a
14527         machine other than the host.
14528
14529 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14530
14531         * configure (tooldir): Fix for i386-aix again.
14532
14533 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
14534
14535         * configure, Makefile.in:  Change definition of $(tooldir)
14536         to match the FSF.
14537
14538 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
14539
14540         * config.guess:  Recognize i[34]86/SVR4.
14541
14542 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14543
14544         * Makefile.in (all-gdb): gdb depends on sim.
14545
14546 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
14547
14548         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
14549         at the same time we make the prototype gdb directory.
14550         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
14551         files at the same time as the gdb base release distribution.
14552
14553 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
14554
14555         * Makefile.in (check): Use individual check targets rather than
14556         DO_X rule.
14557         (check-gcc): Added.
14558
14559 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
14560
14561         * config.sub: Use sysv3.2 not sysv32 for canonical OS
14562         for System V release 3.2.
14563
14564 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14565
14566         * config.sub: Recognize hppaosf.
14567         * configure.in: Do configure ld/binutils/gas for it.
14568
14569 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14570
14571         * configure (tooldir): Alter syntax used to set this, for systems
14572         where "\$" isn't handled right, like i386-aix.
14573
14574 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14575
14576         * configure: Pass program-transform-name, not
14577         program_transform_name, to recursive configures.
14578
14579 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
14580
14581         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14582         of gas+ld+binutils.
14583
14584 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
14585
14586         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
14587
14588 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14589
14590         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14591
14592 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14593
14594         * Makefile.in (PRMS): Set back to all-prms.
14595
14596 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
14597
14598         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14599         targets, rather than for MIPS hosts.
14600
14601 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14602
14603         * configure.in: add comment for --with-x default values
14604
14605         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14606
14607         * Makefile.in: add check-* targets for each of the directories in
14608         the tree.  Add a definition of RUNTEST that will use the one we
14609         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
14610
14611 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
14612
14613         * configure.in: Removed obsolete references to bfd_target and
14614         target_makefile_frag.
14615
14616         * build-all.mk: Set assorted targets for Q2.
14617         * config.sub: Recognize z8k-sim and h8300-hms.
14618         * test-build.mk: Really don't pass host to configure.
14619         (HOLES): Added uname.
14620
14621 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
14622
14623         * configure: Handle an empty program-prefix, program-suffix or
14624         program-transform-name correctly.
14625
14626 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
14627
14628         * build-all.mk: -G 8 no longer required for MIPS targets.
14629         * test-build.mk: Don't pass host argument to configure; make it
14630         guess.
14631
14632 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
14633
14634         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
14635         * Makefile.in (COMPRESS):  New macro, like GZIP.
14636
14637 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14638
14639         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14640
14641         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14642         with gas currently defaults to -G 0.
14643
14644 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
14645
14646         * Makefile.in (all-flex): flex depends on byacc.
14647
14648         * build-all.mk: If host not specified, use config.guess.  Pass TAG
14649         to test-build.mk as RELEASE_TAG.
14650         * test-build.mk (configargs): New variable containing arguments to
14651         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
14652         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14653
14654         * config.guess: Use /bin/uname when checking -X argument on SCO,
14655         to avoid invoking GNU uname which doesn't understand -X.
14656
14657         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14658
14659         * configure.in: Build gas for mips-*-*.
14660
14661 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14662
14663         * Makefile.in (all.normal): insert missing backslash.
14664
14665 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14666
14667         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
14668
14669         * Makefile.in: Complete overhaul to merge many almost identical
14670         targets.
14671
14672 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14673
14674         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14675         (gdb.tar.Z): Adjusted.
14676
14677         * Makefile.in (setup-dirs, taz): New targets; should be general
14678         enough to adapt for gdb sometime.  Build only .z file.
14679         (gas.tar.z): New target.
14680
14681 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
14682
14683         * build-all.mk: Use CC=cc -Xs on Solaris.
14684
14685 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
14686
14687         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
14688         for handling BISON for FSF releases.
14689
14690 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14691
14692         * configure: Actually implement the change zoo just documented.
14693
14694 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
14695
14696         * configure: when using config.guess, only set target_alias when
14697         it's not already been set (ie, on the command line)
14698
14699 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14700
14701         * Makefile.in: add installcheck target, set PRMS to install-prms
14702
14703 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14704
14705         * configure: add support for package_makefile_fragment, handle the
14706         case where a directory has a configure.in file but no Makefile.in
14707         more gracefully (with an actual understandable error message, even);
14708         add support for --without (and add this to the usage message); also
14709         explicitly add a --host=${host_alias} to the command line when
14710         config.guess is used
14711
14712 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
14713
14714         * configure: Must use both --host and --target in recursive calls.
14715
14716 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14717
14718         * Makefile.in: Change deja-gnu to dejagnu.
14719
14720 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14721
14722         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14723
14724 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14725
14726         * configure.in: canonicalize all instances to *-*-solaris2*,
14727         also strip out a number of tools to not build for go32 host
14728
14729 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14730
14731         * config.guess: add GPL.
14732
14733         * Makefile.in, config.guess, config.sub, configure: bump
14734           copyrights to 93.
14735
14736 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
14737
14738         * Makefile.in (do-info): Removed obsolete check for existence of
14739         localenv file.
14740
14741         * Makefile.in (MAKEOVERRIDES): Define to be empty.
14742
14743 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14744
14745         * Makefile.in: a couple of 'else true' for decstation,
14746         support for TclX
14747
14748         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14749
14750 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
14751
14752         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14753
14754 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
14755
14756         * config.guess: Recognize i386-ibm-aix (PS/2).
14757         * configure.in: Use config/mh-aix386 file for it.
14758
14759 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
14760
14761         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14762         CC_FOR_TARGET instead.
14763         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14764
14765 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
14766
14767         * Makefile.in: Add sim to list of directories sent with gdb
14768
14769 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14770
14771         * configure.in: Put back mips-dec-bsd* case.
14772
14773 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
14774
14775         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14776         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
14777         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
14778
14779 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14780
14781         * configure.in: remove no-op mips-dec-bsd* in "case $target"
14782
14783         * Makefile.in (dir.info): only run gen-info-dir if it exists,
14784         (install-info): install dir.info only if it exists,
14785         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14786
14787 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
14788
14789         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
14790         gas for mips-dec-bsd.
14791
14792 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
14793
14794         * configure (makesrcdir): If ${srcdir} is relative and not ".",
14795         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14796
14797 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
14798
14799         * configure.in: Added "dejagnu" to hosttools list.
14800
14801 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
14802
14803         * config.sub, configure.in, config.guess:  Add support
14804         for Bosx, an AIX variant from Bull.
14805         Patches from F.Pierresteguy@frcl.bull.fr.
14806
14807 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
14808
14809         * devo/dejagnu: Initial creation of devo/dejagnu.
14810         Migrated dejagnu testcases and support files for testing software
14811         tools to reside as subdirectories, currently called "testsuite",
14812         within the directory of the software tool.  Migrated all programs,
14813         support libraries, etc. beloging to dejagnu proper from
14814         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
14815         with no modifications.  The changes to these files which will
14816         allow them to configure, build, and execute properly will be made
14817         in a future update.
14818
14819 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14820
14821         * Makefile.in: Change send_pr to send-pr.
14822         * configure.in: Likewise.
14823         * send_pr: Renamed directory to send-pr.
14824
14825 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
14826
14827         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
14828
14829 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
14830
14831         * README:  Update for gdb-4.8 release.
14832         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
14833         gdb-xxx.tar.z (gzip'd) file also.
14834
14835 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14836
14837         * Makefile.in: make all-diff depend on all-libiberty
14838
14839 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
14840
14841         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14842
14843 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14844
14845         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14846
14847 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
14848
14849         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
14850         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
14851         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
14852
14853 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14854
14855         * Makefile.in:  makeinfo binary is in a new location
14856
14857 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
14858
14859         * config.sub: Accept -ecoff as an OS.
14860
14861         * Makefile.in: Various changes to eliminate a level of make
14862         recursion and reduce the required command line length.
14863         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14864         sub-makes.
14865         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14866         variables holding settings for specific sub-makes.
14867         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14868         in terms of BASE_FLAGS_TO_PASS.
14869         (TARGET_LIBS): New variable listing directories which use
14870         TARGET_FLAGS_TO_PASS.
14871         (subdir_do): Eliminated.
14872         (do-*): New set of targets to replace subdir_do.
14873         (various): All targets which used subdir_do now depend on do-*.
14874         (local-clean): Renamed from do_clean.
14875         (local-distclean): New target, dependency of distclean and
14876         realclean.
14877         (install-info): Don't create directories.  Depend on dir.info
14878         rather than calling make recursively.
14879         (install-dir.info): Eliminated.
14880         (install-info-dirs): Create all info directories here.
14881         (dir.info): Depend upon do-install-info.
14882
14883         * test-build.mk (HOLES): Added false.
14884
14885 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
14886
14887         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
14888
14889 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14890
14891         * Makefile.in (info): remove dependency on all-texinfo.  The
14892         problem was really in texinfo/C, not at this level.
14893
14894 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
14895
14896         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14897
14898 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
14899
14900         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
14901         GDB releases.
14902
14903 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14904
14905         * configure: Include srcdir in message about target of link not
14906         being found.  Don't convert `-' to `_' in `with' options being
14907         passed to subdirs.
14908
14909 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14910
14911         * configure.in: add uudecode to host_tools
14912
14913         * Makefile.in: added {all,install}-uudecode targets, added them to
14914         the appropriate lists
14915
14916 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
14917
14918         * Makefile.in (all-gcc): Added dependency on all-gas.
14919
14920         * configure.in (mips-*-*): Build ld and binutils.
14921
14922 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14923
14924         * configure: check return code from mkdir, print error message and
14925           exit on failure.
14926
14927 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
14928
14929         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
14930
14931 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14932
14933         * test-build.mk (HOLES): Added tar, cpio and uudecode.
14934
14935 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
14936
14937         * config.sub (h8500):  Recognize this as a cpu type.
14938
14939 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14940
14941         * configure: source directory missing is no longer a warning
14942
14943         * configure.in: recognize irix[34]* instead of irix[34]
14944
14945         * Makefile.in: define and pass down X11_LIB
14946
14947 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
14948
14949         * guess-systype: Renamed to ...
14950         * config.guess:  ... by popular request.
14951         * configure.in, Makefile.in:  Update accordingly.
14952
14953 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
14954
14955         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
14956         + Add Convex, Cray/Unicos, and Encore/Multimax support.
14957         + Execute ./dummy instead of assuming . is in PATH.
14958
14959 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
14960
14961         * guess-systype:  New shell script.  Attempts to guess the
14962         canonical host name of the executing host.
14963         Only a few hosts are supported so far.
14964         * configure:  Call guess-systype if no host is specified.
14965
14966 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
14967
14968         * Makefile.in (gcc-no-fixedincludes): Made to work with current
14969         gcc Makefile.
14970
14971
14972 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
14973
14974         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14975         (all-gcc, install-gcc, subdir_do): Use it.
14976
14977 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
14978
14979         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14980
14981 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
14982
14983         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14984           set exclusively by configure, using configure.in .
14985
14986 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14987
14988         * test-build.mk: set $PATH for all builds
14989
14990         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14991
14992 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
14993
14994         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
14995         the one used in gcc/Makefile.in, so that a null expansion doesn't
14996         override the one needed to build gcc with a native cc.
14997
14998
14999 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15000
15001         * configure: Accept -with arguments.
15002
15003 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15004
15005         * Makefile.in: added h8300sim
15006
15007 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
15008
15009         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15010         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
15011         (all-cygnus, native, build-cygnus): Make
15012         $(canonhost)-stamp-3stage-done, not $(host)....
15013         * test-build.mk (stamp-3stage-compared): Use tail +10c for
15014         i386-sco3.2v4.  Added else true to if command.
15015
15016 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
15017
15018         * config.sub: (from FSF) Sequent uses a BSD-like OS.
15019
15020 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
15021
15022         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15023
15024 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15025
15026         * configure.in: don't remove binutils from Solaris builds
15027
15028 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
15029
15030         * Makefile.in: get rid of earlier definitions for *clean,
15031         also handle the recursive info rule better
15032
15033 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
15034
15035         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
15036         do more-or-less the right thing.
15037
15038 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
15039
15040         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15041         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15042
15043 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15044
15045         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15046         $(host_canonical).
15047
15048         * configure.in: split the configdirs list into 4 categories (native
15049         v. cross, library v. tool) and handle the cross-only and native-
15050         only in more reasonable (and correct!) way.
15051
15052 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
15053
15054         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
15055         configdirs anymore.
15056
15057 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15058
15059         * Makefile.in: extensive cleanup::  removed all of the explicit
15060         clean-* targets, collapsed many wrappers around subdir_do into
15061         one, added additional targets to satisfy standards.texi, deleted
15062         some old targets, some changes for consistency
15063
15064 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15065
15066         * configure.in: handle some programs as cross-only, and others as
15067         native only
15068
15069         * test-build.mk: handle partial holes in a more generic manner
15070
15071         * Makefile.in: m4 depends on libiberty
15072
15073 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15074
15075         * configure.in: add m4, textutils, fileutils, sed, shellutils,
15076         time, wdiff, and find to configdirs
15077
15078         * Makefile.in: all, clean, and install rules for the new programs
15079         added to configure.in
15080
15081 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15082
15083         * configure.in: use mh-sun for all *-sun-* hosts
15084
15085 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15086
15087         * Makefile.in: define flags for X11 include files and library file
15088         locations, pass them down to the programs that need this info
15089
15090         * build-all.mk: added a 'native' target, to 3stage the native toolchain
15091
15092 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15093
15094         * configure.in: start building libg++ for HP-UX targets
15095
15096 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
15097
15098         * README:  Update references to files moved into etc/.
15099
15100 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
15101
15102         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
15103         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
15104
15105 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15106
15107         * configure: accept dash as well as underscore in long option
15108         names for FSF compatibility.
15109
15110 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
15111
15112         * config.sub: added -sco3.2v4 support from FSF.
15113
15114 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15115
15116         * configure.in: expand the section that adds or removes
15117         directories from the list of programs to build, to handle native
15118         vs. cross in addition to host v. native
15119
15120 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
15121
15122         * Makefile.in:  Replace C++ in macro names with CXX.
15123         This is less likely to break ...
15124
15125 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15126
15127         * test-build.mk: add -w to GNU_MAKE
15128
15129 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15130
15131         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15132         add 'sparc' to list of recognized cpus.  This needed to make
15133         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15134         Delete some redundant ose68 variants.  Recognize -wrs as an os,
15135         then changes that into $CPU-wrs-vxworks.
15136
15137         * configure.in: remove most references to gdbtest, regularize
15138         target based program removal
15139
15140         * test-build.mk: import from p3 tree (many fixes and changes)
15141
15142 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
15143
15144         * Makefile.in: added rules to handle tcl, tk, and expect
15145
15146         * configure.in: handle those directories if they exist
15147
15148 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15149
15150         * config.sub: removed bogus hppabsd and hppahpux names, since
15151         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15152
15153 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15154
15155         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
15156         depends upon all-xiberty
15157
15158         * Makefile.in: changes from p3, including:
15159
15160         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
15161
15162         * Makefile.in (XTRAFLAGS): include newlib directories if
15163         newlib/Makefile exists, rather than if host != target.
15164
15165         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
15166
15167         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15168         from the same source tree and not building a cross-compiler.  This
15169         matters for the libg++ configuration if reconfiguring a tree that
15170         has already been installed.
15171
15172         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
15173
15174         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15175         pick up the machine and system specific header files.
15176
15177         * Makefile.in: added AS_FOR_TARGET, passed down in
15178         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15179         the C compiler to use to create programs which are run in the
15180         build environment, set it to default to $(CC), and passed it down
15181         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15182
15183         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
15184
15185         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15186         We need them for unusual native builds, like systems without
15187         ranlib.
15188
15189         * configure: also define $(host_canonical) and
15190         $(target_canonical), which are the full, canonical names for the
15191         given host and target
15192
15193 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
15194
15195         * Makefile.in:  Added separate definitions for C++.
15196
15197 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
15198
15199         * configure.in (configdirs):  Add deja-gnu.
15200
15201 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
15202
15203         * README:  Update for configure.texi and gdb-4.7 release.
15204
15205 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
15206
15207         * Makefile.in:  Move "all" target to top of file.
15208         Previously, first target was ".PHONY" which caused BSD4.4 make
15209         to build .PHONY when make was run without arguments.
15210
15211 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
15212
15213         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
15214         Library-copylefted code in libiberty.
15215
15216 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
15217
15218         * config.sub:  Replace m68kmote with plain old m68k.
15219
15220 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
15221
15222         * Makefile.in:  Remove space from blank line, avoid Make complaints.
15223
15224 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
15225
15226         * config.sub: Complain if no argument is given.  Added support for
15227         386bsd as OS and target alias.
15228
15229 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
15230
15231         * Makefile.in (XTRAFLAGS): include newlib directories if
15232         newlib/Makefile exists, rather than if host != target.
15233
15234 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
15235
15236         * config.sub: recognize sparclite-wrs-vxworks.
15237
15238         * Makefile.in (install-xiberty): added *-xiberty make rules (from
15239         p3.) Added clean-xiberty to clean.
15240
15241 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15242
15243         * configure.in: use *-*-* instead of nested cases for host and target
15244
15245 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
15246
15247         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15248         from the same source tree and not building a cross-compiler.  This
15249         matters for the libg++ configuration if reconfiguring a tree that
15250         has already been installed.
15251
15252 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
15253
15254         * config.sub (i486v/i486v4):  Merge in from FSF version.
15255
15256 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
15257
15258         * configure: only set PWD if it is already set.
15259
15260 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
15261
15262         * configure: just set PWD=`pwd` at the top, since Ultrix sh
15263         doesn't have unset and all success paths (and most error paths)
15264         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15265         to just ${PWD} to avoid confusion.)
15266
15267 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
15268
15269         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15270         even for a native compilation.
15271
15272 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
15273
15274         Changes to make the gdb.tar.Z rule work better.
15275
15276         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
15277         (DEVO_SUPPORT):  Add configure.texi.
15278         (bfd-ilrt.tar.Z):  Remove ancient rule.
15279
15280 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
15281
15282         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15283         pick up the machine and system specific header files.
15284
15285         * configure.in, config.sub: added new target m68010-adobe-scout,
15286         with alias of adobe68k.  Changed configure.in to check for
15287         -scout before -sco* to avoid a false match.
15288
15289         * Makefile.in: added AS_FOR_TARGET, passed down in
15290         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15291         the C compiler to use to create programs which are run in the
15292         build environment, set it to default to $(CC), and passed it down
15293         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15294
15295 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15296
15297         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15298         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
15299         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15300         FOR_TARGET variants, to newlib and libg++.
15301
15302 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15303
15304         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15305         first.
15306
15307 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
15308
15309         * config.sub:  Accept `elf' as an environment.
15310
15311 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15312
15313         * Makefile.in (all-opcodes):  cd into the right directory
15314
15315 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
15316
15317         * configure: added -program_transform_name option, used as
15318         argument to sed when installing programs.
15319         configure.texi: added documentation for -program_prefix,
15320         -program_suffix and -program_transform_name.
15321
15322 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
15323
15324         * config.sub:  Accept i486 where i386 ok.
15325
15326 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
15327
15328         * config.sub: accept we32k
15329
15330 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
15331
15332         * config.sub, configure.in: accept OSE68000 and OSE68k.
15333
15334         * Makefile.in: don't create all directories for ``make install'';
15335         let the subdirectories create the ones they need.
15336
15337 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15338
15339         * COPYING: new file, GPL v2
15340
15341 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15342
15343         * Makefile.in: use the new gen-info-dir, which needs a template
15344         argument (which also lives in texinfo)
15345
15346         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15347
15348 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
15349
15350         * config.sub (ncr3000):  Change i386 to i486.
15351
15352 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15353
15354         * Makefile.in: add install-rcs, install-grep to
15355         install-no-fixedincludes, removed install-bison and install-libgcc
15356
15357 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
15358
15359         * configure.in: grab the HPUX makefile fragment if on HPUX
15360
15361 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15362
15363         * Makefile.in: eradicate bison spoor (ditto libgcc).
15364          configure.in: recognise m68{k,000}-ericsson-OSE.
15365          es1800 is alias for m68k-ericsson-OSE
15366
15367 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15368
15369         * configure.in: rearrange the parts that remove programs from
15370         configdirs, based now on HOST==TARGET or by canonical triple.
15371
15372 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15373
15374         * test-build.mk: recurse explicitly with -f test-build.mk when
15375           appropriate.  predicate stage3 and comparison on the existence
15376           of gcc.  That is, if gcc isn't around, we aren't three-staging.
15377           On very clean, also remove ...stamp-co.  Build in-place before
15378           doing other builds.
15379
15380 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15381
15382         * Makefile.in, configure.in: add tgas
15383
15384 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15385
15386         * Makefile.in: a number of changes merged in from progressive.
15387
15388         * configure.in: add libm.
15389
15390         * .cvsignore: ignore some stuff that comes from test-build.mk.
15391
15392 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
15393
15394         * config.sub:  Add es1800 (m68k-ericsson-es1800).
15395
15396 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15397
15398         * configure: Add program_suffix (parallel to program_prefix)
15399         * Makefile.in: adjust directory-creating script for losing decstation
15400
15401 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
15402
15403         * configure:  Minor $subdir-related fixes.
15404
15405 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15406
15407         * configure: fix various problems with propogating
15408         makefile_target_frag in subdirs.
15409         * configure.in: config libgcc if its there
15410
15411 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
15412
15413         * config.sub:  HPPA merge.
15414
15415 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
15416
15417         * Makefile.in:  Replace all-bison with all-byacc in all
15418         dependency lines for other tools (which now use byacc).
15419
15420 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
15421
15422         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
15423
15424 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
15425
15426         * Makefile.in: make gprof rules similar to byacc rules (instead of
15427         vestigal $(unsubdir) that didn't work...)
15428
15429 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
15430
15431         * config.sub:  Add support for Linux.
15432         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
15433         (at least for libg++).
15434
15435 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
15436
15437         * configure.texi: fix doc for the -nfp option to configure
15438
15439 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
15440
15441         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15442
15443 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
15444
15445         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15446         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15447         * configure.in: added solaris* host_makefile_frag hook.
15448
15449 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15450
15451         * config.sub: changed recognition of m68000 so that various
15452         m68k types can be specified via m680[01234]0
15453
15454 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15455
15456         * config.sub (basic_machine): fix sed so that '-foo' isn't
15457         completely substituted out while .+'-foo' loses the '-foo'
15458
15459 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15460
15461         * config.sub ($os): Add -aout.
15462
15463 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
15464
15465         * configure:  If host_makefile_frag is absolute, don't
15466         prefix ${invsubdir} (relevant to libg++ auto-configure).
15467
15468 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15469
15470         * Makefile.in (tooldir): Define it.
15471         (all-ld): Depend on all-flex.
15472
15473 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
15474
15475         * Makefile.in (check):  Fix libg++ special case.
15476
15477 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
15478
15479         * configure: do not bury `pwd` into config.status, thus do fewer
15480           pwd's.
15481
15482         * configure: print the "Building in" message only when building in
15483           other than "." AND verbose.
15484
15485         * configure: remove -s, rework -v to better accommodate guested
15486           configures.
15487
15488         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15489
15490 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
15491
15492         * Makefile.in: macroize flags passed on recursion.  remove
15493           fileutils.
15494
15495 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
15496
15497         * configure: get makesrcdir right for subdirs deeper than 1.
15498
15499         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15500           install.
15501
15502 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
15503
15504         * Makefile.in: don't print subdir_do or recursion lines.
15505
15506 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
15507
15508         * standards.texi: added menu item.
15509
15510         * Makefile.in: build and install standards.info.
15511
15512         * standards.texi: new file.
15513
15514 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15515
15516         * configure: test for and move config.status pieces from
15517           ${subdir}/.
15518
15519 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
15520
15521         * configure:  Test for existance of files before trying to mv
15522         them, to avoid numerous non-existance messages.
15523
15524 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
15525
15526         * configure: correct final line of config.status.
15527
15528         * configure: patch from eggert.  Avoids a protection problem if
15529           the original Makefile.in is read only.
15530
15531         * configure: use move-if-change from gcc to create config.status.
15532           Some makefiles depend on config.status to tell if a directory
15533           has been reconfigured for a different host.  This change
15534           prevents those directories from remaking everything in the case
15535           where the reconfig was only intended to rebuild a Makefile.
15536
15537         * configure: test for config.sub with "config.sub sun4" rather
15538           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
15539           host alias from a missing config.sub.
15540
15541 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15542
15543         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15544           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
15545
15546 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
15547
15548         * configure: mkdir ${subdir} as needed.
15549
15550 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
15551
15552         * Makefile.in,configure.in: added autoconf.
15553
15554 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15555
15556         * Makefile.in: no longer pass against on recursion.
15557
15558         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15559           definitions are not inherited.
15560
15561         * configure: correct makesrcdir when subdir is .
15562
15563 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
15564
15565         * configure:  Add support for 'subdirs' variable, which is
15566         like 'configdirs', except that configure doesn't re-invoke
15567         itself for subdirs, it just creates a Makefile for each subdir.
15568         * configure.texi:  Document subdirs.
15569
15570 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15571
15572         * configure.in: added flex to configdirs
15573
15574 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
15575
15576         * Makefile.in: remove clean-stamps from clean.
15577
15578 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
15579
15580         * configure.in:  Add gdbtest to configdirs.
15581
15582 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
15583
15584         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
15585         to recursive makes.
15586         * configure.in:  Recognize new ncr3000 config.
15587
15588 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
15589
15590         * Makefile.in, configure.in: removed references to gdbm.
15591
15592 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
15593
15594         * config.sub:  Don't canonicalize os value
15595         newsos* to bsd (readline needs to check for newsos).
15596         (This fix was earlier made Jan 31, but got re-broken.)
15597
15598 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
15599
15600         * configure.in:  sco is an os, not a vendor!
15601
15602         * configure:  Quote $( better.  Keep various shells happy.
15603
15604 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
15605
15606         * Makefile.in: eliminate stamp-files.
15607
15608 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
15609
15610         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
15611           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15612
15613 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
15614
15615         * config.sub:  fix iris/iris3.
15616
15617 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
15618
15619         * configure: re-add -rm.
15620
15621 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
15622
15623         * Maskefile.in: add .stmp-rcs to all.
15624
15625         * configure.in: remove gas from rs6000 build, use aix host fragment.
15626
15627 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
15628
15629         * configure: pass down site_option during recursion.
15630
15631 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
15632
15633         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
15634
15635 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
15636
15637         * configure: Change exec_prefix so that it really defaults to prefix.
15638
15639 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
15640
15641         * Makefile.in, configure.in:  Add support for mmalloc library.
15642
15643 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
15644
15645         * Makefile.in: add stmp dependencies for a few more things.
15646
15647 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
15648
15649         * configure: adjusted error message on objdir/srcdir configure
15650           collision, per john's suggestion.
15651
15652         * Makefile.in: add libiberty stmp to all and all.cross.
15653
15654 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
15655
15656         * Makefile.in: remove force dependencies, add grep to all.
15657
15658 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
15659
15660         * Makefile.in: drop flex.  make stamp files work.
15661
15662         * configure: added test for conflicting configuration in srcdir,
15663           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
15664           gets cranky.  use relative paths for configure and srcdir
15665           whenever possible.  Send some error messages to stderr that were
15666           going to stdout.
15667
15668 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
15669
15670         * Makefile.in:  Fix libg++ rule to check for gcc directory
15671         before using gcc/gcc.  Also pass XTRAFLAGS.
15672
15673 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
15674
15675         * Makefile.in: added stmp-files so that directories aren't polled
15676           when they are already built.
15677
15678         * configure.texi: fixed a node pointer problem.
15679
15680 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
15681
15682         * config.sub configure.in gdb/configure.in
15683         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15684         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15685         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
15686
15687 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15688
15689         * configure: -recurring becomes -silent.  corrected help message
15690           for -site= option.
15691
15692         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15693
15694 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15695
15696         * configure: when building Makefile for crosses, replace
15697           tooldir and program_prefix.  default srcdir from location of
15698           config.sub.  remove "for host in hosts" and "for target in
15699           targets" loops.
15700
15701 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15702
15703         * Makefile.in: Do not pass bindir or mandir to cvs.
15704
15705 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
15706
15707         * Makefile.in, configure.in: removed traces of namesubdir,
15708           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
15709           copyrights to '92, changed some from Cygnus to FSF.
15710
15711         * configure.texi: remove most references to multiple hosts,
15712           multiple targets, subdirs, etc.
15713
15714         * configure.man: removed rcsid. reference config.sub not
15715           config.subr.
15716
15717         * Makefile.in: mkdir $(infodir) on install-info.
15718
15719 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
15720
15721         * configure.texi:  Explain better about .gdbinit and about
15722         the environment that configure.in sections run in.
15723
15724 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
15725
15726         * configure.in:  Ultrix is only a decstation if it's a MIPS.
15727
15728 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
15729
15730         * README:  DOC.configure => cfg-paper.texi.
15731
15732 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
15733
15734         * config.sub (near case $os):  Don't convert newsos* to bsd!
15735
15736 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
15737
15738         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
15739         the number of copies of COPYING that go into the GDB tar file.
15740
15741 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
15742
15743         * bfd/configure.in, gdb/config/mh-i386sco,
15744         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15745         Fix SCO configuration stuff.
15746
15747 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
15748
15749         * Makefile.in:  For libg++, make sure the -I pointing
15750         to the gcc directory goes *after* all the libg++-local -I flags.
15751         Also, move just-gcc dependency from just-libg++ to all-libg++.
15752
15753 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
15754
15755         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
15756
15757 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
15758
15759         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
15760
15761 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
15762
15763         * config.sub:  Add stratus configuration frags.  Also
15764         submitted to FSF.
15765
15766 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
15767
15768         * Makefile.in (DEV_SUPPORT):  add configure.man.
15769
15770         * config.sub(Decode manufacturer-specific):  add -none*.
15771
15772 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
15773
15774         * Makefile.in:  remove form feeds to make Sun's make happy.
15775         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
15776
15777 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
15778
15779         * Makefile.in (AR_FLAGS):  Make quieter.
15780
15781 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
15782
15783         * configure.in:  Add libg++.
15784         * configure:  When verbose, don't output the command line at each
15785         level; it will be unremarkably the same as the previous version,
15786         which will be the same as what the user typed.
15787
15788 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
15789
15790         * configure.in, Makefile.in: fix clean-info, add flex.  add
15791           fileutils.
15792
15793         * configure: be less sensitive to spaces in Makefile.in.  Do not
15794           look for sources in "..".  Doing so breaks subdirectories that
15795           might have their own configure.  If a subdir has it's own
15796           configure script, use it.
15797
15798 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
15799
15800         * cfg-paper.texi: some changes suggested by rms.
15801
15802 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
15803
15804         * config.sub:  Merge in some small additions from the FSF version,
15805         taken from the gcc distribution, to bring the Cygnus and FSF
15806         versions into closer sync.
15807
15808 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
15809
15810         * configure.in:  Changed svr4 references to sysv4.
15811
15812 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
15813
15814         * configure: added -V for version number option.
15815
15816 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
15817
15818         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15819           renamed from DOC.configure to cfg-paper.texi.
15820
15821 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15822
15823         * configure, config.subr, config.sub: config.subr is now
15824           config.sub again.
15825
15826 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
15827
15828         * configure.texi: new file, in progress.
15829
15830         * Makefile.in: build info file and install the man page for
15831           configure.
15832
15833         * configure.man: new file, first cut.
15834
15835         * configure: find config.subr again now that configuration "none"
15836           has gone.  removed all traces of the -ansi option.  removed all
15837           traces of the -languages option.
15838
15839         * config.subr: resync from rms.
15840
15841 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15842
15843         * configure, config.sub, config.subr: merge config.sub into
15844           config.subr, call the result config.subr, remove config.sub, use
15845           config.subr.
15846
15847         * Makefile.in: revised install for dir.info.
15848
15849 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15850
15851         * configure.in: add decstation host makefile frag.
15852
15853         * Makefile.in: BISON now bison -y again.  also install-gcc on
15854           install.  clean-gdbm on clean.  infodir belongs in datadir.
15855           Make directories for info install.  Build dir.info here then
15856           install it.
15857
15858 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15859
15860         * Makefile.in: fix for bad directory tests.
15861
15862 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15863
15864         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
15865           regexp.  -srcdir relative was being handled incorrectly.
15866
15867         * Makefile.in: unwrapped some for loops so that parallel makes
15868           work again and so one can focus one's attention on a particular
15869           package.
15870
15871 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15872
15873         * configure: added PWD as a stand in for `pwd` (for speed). use
15874           elif wherever possible.  make -srcdir work without -objdir.
15875           -objdir= commented out.
15876
15877 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15878
15879         * configure: +options become --options.  -subdirs commented out.
15880           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
15881           Makefile now at top of generated Makefile.  Removed cvs log
15882           entries.  added -srcdir.  create .gdbinit only if there is one
15883           in ${srcdir}.
15884
15885         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
15886           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
15887           and mandir now keyed off datadir by default.
15888
15889 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15890
15891         * Freshly created ChangeLog.
15892
15893 \f
15894 Local Variables:
15895 mode: change-log
15896 left-margin: 8
15897 fill-column: 76
15898 version-control: never
15899 End: