OSDN Git Service

2010-11-21 Michael Matz <matz@suse.de>
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2010-11-20  Ian Lance Taylor  <iant@google.com>
2
3         * configure.ac: Only disable a language library if no language needs
4         it.  Don't let --disable-libgcj uncondtionally disable libffi.
5         * configure: Rebuild.
6
7 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8
9         * Makefile.in: Regenerate.
10
11         PR other/46202
12         * configure.ac: Fix just-built in-tree STRIP name to be
13         binutils/strip-new.
14         * configure: Regenerate.
15         * Makefile.def (install-strip-gcc, install-strip-binutils)
16         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
17         (install-strip-sid): Mirror dependencies on non-strip variants
18         of these targets on the respective -strip prerequisites.
19         * Makefile.tpl (install-strip, install-strip-host)
20         (install-strip-target): New targets.
21         (install-strip-[+module+], install-strip-target-[+module+]):
22         New targets.
23         * Makefile.in: Regenerate.
24
25 2010-11-19  Ian Lance Taylor  <iant@google.com>
26             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27
28         * configure.ac: Add target-libgo to target_libraries.  Set
29         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
30         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
31         (HOST_EXPORTS): Add GOC.
32         (BASE_TARGET_EXPORTS): Add GOC.
33         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
34         (GOCFLAGS_FOR_TARGET): New variable.
35         (EXTRA_HOST_FLAGS): Add GOC.
36         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
37         * Makefile.def (target_modules): Add libgo.
38         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
39         (dependencies): Add dependency from configure-target-libgo to
40         configure-target-libffi and all-target-libstdc++-v3.  Add
41         dependencies from all-target-libgo to all-target-libffi.
42         (languages): Add go.
43         * configure: Rebuild.
44         * Makefile.in: Rebuild.
45
46 2010-11-19  Ian Lance Taylor  <iant@google.com>
47
48         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
49         compiler/flag environment variables.
50
51 2010-11-18  Ian Lance Taylor  <iant@google.com>
52
53         * configure.ac: Check for lang_requires_boot_languages in
54         config-lang.in files.
55         * configure: Rebuild.
56
57 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
58             Tobias Burnus  <burnus@net-b.de>
59
60         PR fortran/32049
61         * Makefile.def: Add libquadmath; build it with language=fortran.
62         * configure.ac: Add libquadmath.
63         * Makefile.tpl: Handle multiple libs in check-[+language+].
64         * Makefile.in: Regenerate.
65         * configure: Regenerate.
66
67 2010-11-16  Tom Tromey  <tromey@redhat.com>
68
69         * MAINTAINERS: Moved myself to reviewers section.
70
71 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
72
73         * MAINTAINERS: Moved myself to reviewers section.
74
75 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
76
77         * MAINTAINERS (Various Maintainers): Add self for build machinery.
78         (Write After Approval): Remove self.
79
80 2010-11-15  Andreas Schwab  <schwab@redhat.com>
81
82         * configure.ac: Fix spelling in option names.
83         * configure: Regenerated.
84
85 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
86
87         PR bootstrap/39622
88         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
89         * configure: Regenerated.
90
91 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
92
93         * MAINTAINERS: Update my email address.
94
95 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
96
97         * configure: Regenerate.
98
99 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
100
101         * configure: Regenerate.
102
103 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
104
105         * configure: Regenerate.
106
107 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
108
109         * configure: Regenerate.
110
111 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
112
113         * configure.ac: Support official CLooG.org versions.
114         * configure: Regenerate.
115         * config/cloog.m4: New.
116
117 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
118
119         * MAINTAINERS (Write After Approval): Add myself.
120
121 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
122
123         * MAINTAINERS: Update my email address.
124
125 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
126
127         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
128         * configure: Regenerate.
129
130 2010-11-03  Ian Lance Taylor  <iant@google.com>
131             Dave Korn  <dave.korn.cygwin@gmail.com>
132
133         PR lto/46273
134         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
135         and on other supported platforms whenever LTO is enabled.
136         * configure: Rebuild.
137
138 2010-11-02  Alan Modra  <amodra@gmail.com>
139
140         PR binutils/12110
141         * configure.ac: Error when source path contains spaces.
142         * configure: Regenerate.
143
144 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
145
146         * MAINTAINERS: Update my email address.
147
148 2010-10-20  Ian Lance Taylor  <iant@google.com>
149
150         * Makefile.def (target_modules): Set lib_path to src/.libs for
151         libstdc++-v3 module.
152         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
153         * Makefile.in: Rebuild.
154
155 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
156
157         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
158         (Write After Approval): Remove myself.
159
160 2010-10-15  Tristan Gingold  <gingold@adacore.com>
161
162         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
163
164 2010-10-14  Douglas Rupp  <rupp@gnat.com>
165
166         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
167
168 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
169
170         * configure.ac (build_lto_plugin): New shell variable.
171         (--enable-lto): Turn on by default for all non-ELF platforms that
172         have had LTO support added so far.  Set build_lto_plugin appropriately
173         for both ELF and non-ELF.
174         (configdirs): Add lto-plugin or not based on build_lto_plugin.
175         * configure: Regenerate.
176
177 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
178
179         Sync from src:
180         * configure.ac (v850 support): Remove target-libgloss from
181         noconfigdirs.
182         * configure: Regenerate.
183
184 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
185
186         PR bootstrap/45326
187         PR bootstrap/45174
188         * configure.ac: Honor initial values of $build_configargs,
189         $host_configargs, $target_configargs.  Mark the precious, so
190         environment settings get recorded.
191         * configure: Regenerate.
192
193 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
194
195         PR bootstrap/45796
196         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
197         Depend on all-build-libiberty.
198         * Makefile.in: Regenerate.
199
200 2010-09-30  Michael Eager  <eager@eagercon.com>
201
202         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
203         * configure: Regenerate.
204
205 2010-09-28  Michael Eager  <eager@eagercon.com>
206
207         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
208
209 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
210
211         PR bootstrap/44621
212         * configure.ac: Fix unportable shell quoting.
213         * configure: Regenerate.
214
215 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
216
217         * configure.ac (enable-lto): Add Darwin to the list of supported lto
218         targets and amend comment.
219         * configure: Regenerate.
220
221 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
222
223         * MAINTAINERS (Write After Approval): Add myself.
224
225 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
226
227         * configure.ac: Enable LTO by default on Darwin.
228         * configure: Regenerate.
229
230 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
231
232         * MAINTAINERS (Write After Approval): Add myself.
233
234 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
235
236         * MAINTAINERS (Write After Approval): Add myself.
237
238 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
239
240         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
241         ports
242
243 2010-07-28  David Yuste  <david.yuste@gmail.com>
244
245         * MAINTAINERS (Write After Approval): Add myself.
246
247 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
248
249         * configure.ac: Support all v850 targets.
250         * configure: Regenerate.
251
252 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
253
254         PR bootstrap/44455
255         * configure.ac (extra_mpfr_configure_flags): Copy from
256         extra_mpc_gmp_configure_flags.
257         * configure: Re-generated.
258
259 2010-07-22  Andi Kleen  <ak@linux.intel.com>
260
261         * MAINTAINERS (Write After Approval): Add myself.
262
263 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
264
265         * MAINTAINERS (Write After Approval): Add myself.
266
267 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
268
269         * MAINTAINERS (Write After Approval): Add myself.
270
271 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
272
273         PR target/44862
274         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
275         Provide -B option to allow for link spec %s substitutions for
276         libstdc++.a on darwin.
277         * Makefile.in: Regenerate.
278
279 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
280
281         * MAINTAINERS (Reviewers): Update my e-mail address
282
283 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
284
285         * Makefile.def (configure-gcc): Depend on all-libelf.
286         * Makefile.in: Rebuild.
287
288 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
289
290         * MAINTAINERS (Write After Approval): Add myself in the right place.
291
292 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
293
294         * MAINTAINERS (Write After Approval): Add myself.
295
296 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
297
298         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
299
300 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
301
302         * config.sub: Update to version 2010-05-21.
303         * config.guess: Update to version 2010-04-03.
304
305 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
306
307         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
308         * configure: Regenerate.
309
310 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
311
312         * MAINTAINERS (Write After Approval): Add myself.
313
314 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
315
316         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
317         a platform that supports LTO.
318         * configure: Regenerate.
319
320 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
321
322         * configure.ac: Allow all the versions greater than 0.10 of PPL.
323         * configure: Regenerated.
324
325 2010-04-27  Roland McGrath  <roland@redhat.com>
326             H.J. Lu  <hongjiu.lu@intel.com>
327
328         * configure.ac (--enable-gold): Support both, both/gold and
329         both/bfd to add gold to configdirs without removing ld.
330         * configure: Regenerated.
331
332         * Makefile.def: Add install-gold dependency to install-ld.
333         * Makefile.in: Regenerated.
334
335 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
336
337         PR lto/42776
338         * configure.ac (--enable-lto): Refactor handling so libelf tests
339         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
340         and allow LTO to be explicitly enabled on non-ELF platforms that
341         are known to support it inside else-clause.
342         * configure: Regenerate.
343
344 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
345
346         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
347         * configure: Regenerate.
348
349 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
350
351         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
352         * configure: Regenerate.
353
354 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
355
356         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
357         separately.
358         * configure: Regenerate.
359
360 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
361
362         * MAINTAINERS (Write After Approval): Add myself.
363
364 2010-04-14  Tristan Gingold  <gingold@adacore.com>
365
366         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
367         * configure: Regenerate.
368
369 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
370
371         * configure: Regenerate after change to elf.m4.
372
373 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
374
375         * MAINTAINERS (Write After Approval): Add myself.
376
377 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
378
379         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
380         * configure: Regenerated.
381
382 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
383
384         * configure.ac: Print "buggy but acceptable" when CLooG
385         revision is less than 9.
386         * configure: Regenerated.
387
388 2010-04-01  Diego Novillo  <dnovillo@google.com>
389
390         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
391
392 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
393
394         PR bootstrap/43615
395         PR bootstrap/43328
396
397         Revert:
398
399         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
400
401         * configure.ac: Do not pass --enable-multilib nor
402         --disable-multilib in baseargs.  Accept explicitly passed
403         --enable_multilib.
404         * configure: Regenerate.
405
406 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
407
408         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
409
410 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
411
412         * MAINTAINERS: Remove myself.
413
414 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
415
416         PR bootstrap/43328
417         * configure.ac: Do not pass --enable-multilib nor
418         --disable-multilib in baseargs.  Accept explicitly passed
419         --enable_multilib.
420         * configure: Regenerate.
421
422 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
423
424         * MAINTAINERS (spu port): Remove me.
425
426 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
427
428         * configure.ac (tic6x-*-*): New case.
429         * configure: Regenerate.
430
431 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
432
433         * config.sub: Update to version 2010-03-22.
434         * config.guess: Update to version 2009-12-30.
435
436 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
437
438         PR ada/42554
439         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
440         * configure: Regenerate.
441
442 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
443
444         * MAINTAINERS: Update my email address.
445
446 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
447
448         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
449         (ghassan.shobaki@amd.com): Removed.
450
451 2010-03-17  Alan Modra  <amodra@gmail.com>
452
453         * MAINTAINERS: Update my email address.
454
455 2010-03-16  Diego Novillo  <dnovillo@google.com>
456
457         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
458         Matthews.
459
460 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
461
462         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
463         Gutson, Jeffrey D. Oldham and Mark Shinwell.
464
465 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
466
467         * MAINTAINERS: Update my email address.
468
469 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
470
471         * MAINTAINERS: Update my email address.
472
473 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
474
475         * MAINTAINERS: Update my email address.
476
477 2010-03-09  Jie Zhang  <jie@codesourcery.com>
478
479         * MAINTAINERS: Update my email address.
480
481 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
482
483         PR libstdc++/32499
484         * configure.ac (RANLIB): Default to true.
485         (STRIP): Likewise.
486         (RANLIB_FOR_TARGET): Remove superfluous : argument.
487         * configure: Regenerate.
488
489 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
490
491         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
492         (Write After Approval): Update my email address.
493
494 2010-02-17  Nick Clifton  <nickc@redhat.com>
495
496         PR 11238
497         * Makefile.tpl (local-distclean): Also remove config.cache files in
498         sub-directories as there may not be Makefiles present in the
499         sub-directories.
500         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
501         the config.cache files found by the find command.
502
503         * Makefile.in: Regenerate.
504         * configure.ac: Revert previous delta.
505         * configure: Regenerate.
506
507 2010-02-15  Nick Clifton  <nickc@redhat.com>
508
509         PR 11238
510         * configure.ac: Delete config.cache files in sub-directories when
511         deleting Makefiles.
512         * configure: Regenerate.
513
514 2010-02-12  Ben Elliston  <bje@gnu.org>
515
516         * MAINTAINERS: Update my email address.
517
518 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
519
520         * MAINTAINERS (spu port): Update my email address.
521
522 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
523
524         * MAINTAINERS: Add myself as a maintainer for the bfin port.
525
526 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
527
528         * configure.ac: Add "recommended" version checks for GMP/MPC.
529         Update recommended GMP/MPFR/MPC versions.
530         * configure: Regenerate.
531
532 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
533
534         * MAINTAINERS: Move my Embecosm email address into the
535         write-after-approval section.
536
537 2010-01-26  Ian Lance Taylor  <iant@google.com>
538
539         * MAINTAINERS: Add myself as Go frontend maintainer.
540
541 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
542
543         PR libstdc++/36101, PR libstdc++/42813
544         * configure.ac (bootstrap_target_libs): Make inclusion of
545         target-libgomp conditional on libgomb being in target_configdirs.
546         * configure: Regenerate.
547
548 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
549
550         PR libstdc++/36101, PR libstdc++/42813
551         * configure.ac (bootstrap_target_libs): Include target-libgomp.
552         * configure: Regenerate.
553
554 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
555
556         PR libstdc++/36101, PR libstdc++/42813
557         * configure.ac (target_configdirs): Substitute.
558         * Makefile.def: Bootstrap target module libgomp.
559         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
560         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
561         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
562         * configure, Makefile.in: Regenerate.
563
564 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
565
566         * MAINTAINERS: Adjust my details.
567
568 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
569
570         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
571
572 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
573
574         * MAINTAINERS: reindented my entry with tabs instead of spaces.
575
576 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
577
578         * MAINTAINERS (Write After Approval): Add myself.
579
580 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
581
582         * MAINTAINERS (Write After Approval): Add myself.
583
584 2010-01-11  Richard Guenther  <rguenther@suse.de>
585
586         PR lto/41569
587         * Makefile.def (all-lto-plugin): Depend on all-gcc.
588         * Makefile.in: Regenerated.
589
590 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
591
592         * configure.ac: Enable libjava build on x86_64-*freebsd*.
593         * configure: Regenerate.
594
595 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
596             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
597
598         PR bootstrap/42424
599         * configure.ac: Include libtool m4 files.
600         (_LT_CHECK_OBJDIR): Call it.
601         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
602         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
603
604         * configure: Regenerate.
605
606 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
607
608         PR bootstrap/41818
609         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
610         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
611         * Makefile.in: Regenerate.
612
613 2010-01-02  Richard Guenther  <rguenther@suse.de>
614
615         PR lto/41529
616         * configure.ac: Include config/elf.m4.  Disable LTO if not
617         builting for an elf target.
618         * configure: Regenerate.
619
620 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
621
622         * MAINTAINERS: Change my email address.
623
624 2009-12-18  Ben Elliston  <bje@au.ibm.com>
625
626         * config.sub, config.guess: Update from upstream sources.
627
628 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
629
630         * MAINTAINERS (Write After Approval): Add myself.
631
632 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
633
634         PR middle-end/30447
635         PR middle-end/30789
636         PR other/40302
637
638         * configure.ac: Require MPC.
639         * configure: Regenerate.
640
641 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
642
643         PR target/38384
644         PR bootstrap/40972
645         * libtool.m4: Sync from git Libtool.
646         * ltoptions.m4: Likewise.
647         * ltversion.m4: Likewise.
648         * lt~obsolete.m4: Likewise.
649         * ltmain.sh: Likewise.
650
651 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
652
653         * configure.ac: Update minimum MPC version to 0.8.
654         * configure: Regenerate.
655
656 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
657
658         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
659         * configure: Regenerated.
660
661 2009-11-21  Ian Lance Taylor  <iant@google.com>
662
663         * configure.ac: Change default of poststage1_ldflags to be empty if
664         poststage1_libs is set.  When poststage1_libs is empty, and
665         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
666         * configure: Rebuild.
667
668 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
669
670         * MAINTAINERS (Write After Approval): Update my email address.
671
672 2009-11-20  Ben Elliston  <bje@au.ibm.com>
673
674         * config.guess: Update from upstream sources.
675
676 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
677
678         * Makefile.def: Restore host and target settings for gmp.
679         * Makefile.in: Rebuild.
680
681 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
682
683         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
684         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
685         Fix portability of test of C++ as bootstrap language.  Add
686         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
687         * configure: Rebuild.
688         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
689         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
690         in-tree building.
691         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
692         (POSTSTAGE1_HOST_EXPORTS): Use it.
693         (STAGE[+id+]_CXXFLAGS): New.
694         (BASE_FLAGS_TO_PASS): Pass it down.
695         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
696         extra_exports.
697         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
698         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
699         extra_exports.
700         * Makefile.in: Rebuild.
701
702 2009-11-17  Ben Elliston  <bje@au.ibm.com>
703
704         * config.sub, config.guess: Update from upstream sources.
705
706 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
707
708         * MAINTAINERS (Write After Approval): Add myself.
709
710 2009-11-09  Jon Beniston  <jon@beniston.com>
711
712         * MAINTAINERS (Write After Approval): Add myself.
713
714 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
715
716         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
717         paths for *-w64-mingw* and x86_64-*mingw*.
718         * configure: Regenerated.
719
720 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
721
722         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
723
724 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
725
726         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
727         Phil Edwards to Write-After Approval.
728
729 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
730
731         * configure.ac: Disable target-winsup & co for
732         x86_64-*-mingw* and *-w64-mingw* targets.
733         * configure: Regenerated.
734
735 2009-10-16  Nick Clifton  <nickc@redhat.com>
736
737         * MAINTAINERS: Add myself as a maintainer for the RX port.
738
739 2009-10-26  Johannes Singler  <singler@kit.edu>
740
741         * MAINTAINERS (Write After Approval): Update my e-mail address.
742
743 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
744
745         * configure.ac (CLooG test): Use = with test.
746         * configure: Regenerate.
747
748 2009-10-22  Richard Guenther  <rguenther@suse.de>
749
750         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
751         cloog if the ppl version check failed.  Move flags saving
752         before setting in libelf check.
753         * configure: Regenerate.
754
755 2009-10-21  Richard Guenther  <rguenther@suse.de>
756
757         * configure.ac: Adjust the ppl and cloog configure to work as
758         documented.  Disable cloog if ppl was disabled.  Omit the version
759         checks if they were disabled.
760         * configure: Re-generate.
761
762 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
763
764         * configure.ac: Add 'lto' to enable_languages, not
765         new_enable_languages, and only if not already present.
766         * configure: Regenerate.
767
768 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
769
770         * README: Refer to the various COPYING* files instead of just
771         COPYING.
772         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
773
774 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
775
776         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
777         
778 2009-10-07  Richard Guenther  <rguenther@suse.de>
779
780         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
781         and Richard Guenther as reviewers.
782         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
783         as reviewers.
784
785 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
786
787         * config.sub: Update from upstream sources.
788
789 2009-10-06  Ian Lance Taylor  <iant@google.com>
790
791         * Makefile.def: check-gold depends upon all-gas.
792         * Makefile.in: Rebuild.
793
794 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
795
796         * MAINTAINERS (Write After Approval): Add myself.
797
798 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
799
800         * Makefile.def: all-lto-plugin depends on all-libiberty.
801         set bootstrap=true for lto-plugin.
802         Add lto-plugin.
803         * Makefile.in: Regenerate.
804         * configure.ac (host_libs): Add lto-plugin.
805         * configure: Regenerate.
806
807 2009-10-03  Diego Novillo  <dnovillo@google.com>
808
809         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
810         (HOST_LIBELFLIBS): Define.
811         (HOST_LIBELFINC): Define.
812         * Makefile.in: Regenerate.
813         * configure.ac: Add --enable-lto.
814         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
815         If --enable-lto is used, add 'lto' to new_enable_languages.
816         If --enable-lto is used and gold is enabled, add
817         lto-plugin to configdirs.
818         * configure: Regenerate.
819
820 2009-10-03  Simon Baldwin  <simonb@google.com>
821
822         * configure.ac: If --with-system-zlib, suppress local zlib and
823         pass --with-system-zlib to subdir configure scripts.
824         * configure: Regenerate.
825
826 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
827             Paolo Bonzini  <bonzini@gnu.org>
828
829         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
830         $(srcdir).
831         * Makefile.in: Rebuilt.
832
833 2009-09-26  Gary Funck  <gary@intrepid.com>
834
835         * MAINTAINERS (Write After Approval): Add myself.
836
837 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
838
839         * configure.ac: Update minimum MPC version to 0.7.
840         * configure: Regenerate.
841
842 2009-09-25  Nick Clifton  <nickc@redhat.com>
843
844         * configure.ac: Pass any --cache-file=/dev/null option on to
845         subconfigures.
846         * configure: Regenerate.
847
848 2009-09-23  Nick Clifton  <nickc@redhat.com>
849
850         * config.sub, config.guess: Update from upstream sources.
851
852 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
853
854         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
855         * Makefile.in: Rebuilt.
856
857 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
858
859         PR bootstrap/32272
860         * configure.ac: Error out if $srcdir isn't '.' but contains
861         host-${host_noncanonical}.
862         * configure: Regenerate.
863
864 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
865
866         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
867         maintainer.
868
869 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
870
871         * configure.ac: If bootstrapping a combined tree with
872         --enable-gold, require c++ in stage1_languages.
873         * configure: Regenerate.
874
875         * configure.ac: Also add target_libs of stage1_languages to
876         bootstrap_target_libs.
877         * configure: Regenerate.
878
879         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
880         with --enable-languages not containing c++.
881         * configure: Regenerate.
882
883 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
884
885         * configure.ac: Disable java and boehm-gc for bfin-*-*.
886         * configure: Regenerate.
887
888 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
889
890         * MAINTAINERS (Write After Approval): Update my e-mail address,
891         and move from from here...
892         (Waiting for paperwork): To here.
893
894 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
895
896         * MAINTAINERS (Reviewers): Add self as driver reviewer.
897
898 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
899
900         * configure.ac: Do not use $extrasub for replacing @if/@endif
901         parts in Makefile; instead, use additional arguments to
902         AC_CONFIG_COMMANDS to do the replacement manually, with several
903         sed invocations, to avoid HP-UX sed command limits.
904         * configure: Regenerate.
905
906 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
907
908         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
909         blank before -L.
910
911 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
912
913         * configure.ac (with-build-config): Document.  Handle without.
914         Handle missing argument.
915         * configure: Rebuilt.
916
917 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
918
919         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
920         Default to bootstrap-debug only if compare-debug works.
921         * configure: Rebuilt.
922         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
923         * Makefile.in: Rebuilt.
924
925 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
926
927         * MAINTAINERS (OS Port Maintainers): Update my email address.
928
929 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
930
931         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
932         * Makefile.in: Rebuilt.
933
934 2009-09-01  Chris Demetriou  <cgd@google.com>
935
936         * MAINTAINERS (Write After Approval): Add myself.
937
938 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
939
940         PR debug/30161
941         * include/dwarf2.h (enum dwarf_tag): Added
942         DW_TAG_GNU_template_template_param
943         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
944
945 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
946
947         * Makefile.tpl (AWK): Fix typo.
948         * Makefile.in: Regenerate.
949
950 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
951
952         * configure.ac: Detect awk and sed.
953         * Makefile.def (flags_to_pass): Add AWK and SED.
954         * Makefile.tpl (AWK, SED): New.
955         (BASE_FLAGS_TO_PASS): Add AWK and SED.
956         * configure: Regenerate.
957         * Makefile.in: Regenerate.
958
959 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
960
961         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
962         (collapseslashes): Likewise.
963
964 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
965
966         * configure.ac (AC_PREREQ): Bump to 2.64.
967
968 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
969
970         * configure.ac: Remove --with-datarootdir, --with-docdir,
971         --with-pdfdir, --with-htmldir switches.
972         * configure: Regenerate.
973
974         * configure: Regenerate.
975
976         * compile: Sync from Automake 1.11.
977         * depcomp: Likewise.
978         * install-sh: Likewise.
979         * missing: Likewise.
980         * mkinstalldirs: Likewise.
981         * ylwrap: Likewise.
982
983 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
984
985         * ltmain.sh (func_normal_abspath): New function.
986         (func_relative_path): Likewise.
987         (func_mode_help): Document new -bindir option for link mode.
988         (func_mode_link): Add new -bindir option, and use it to place
989         output DLL if specified.
990
991 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
992
993         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
994         (baseargs): Add --disable-option-checking.
995         * configure: Regenerate.
996
997         * Makefile.def (configure-target-libiberty): Depend on
998         all-binutils and all-ld.
999         (configure-target-newlib): Likewise.
1000         * Makefile.in: Regenerate.
1001
1002 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1003
1004         * config.sub, config.guess: Update from upstream sources.
1005
1006 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1007
1008         Sync from src, merge:
1009
1010         2009-07-02  Tristan Gingold  <gingold@adacore.com>
1011
1012         * configure.ac: Do not exclude gas for i386-*-darwin.
1013         Add a case for x86_64-*-darwin.
1014         * configure: Regenerate.
1015
1016 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
1017
1018         * MAINTAINERS: Add my name to Write After Approval list.
1019
1020 2009-08-06  Michael Eager  <eager@eagercon.com>
1021
1022         * configure.ac: Add Microblaze target.
1023         * configure: Regenerate.
1024
1025 2009-07-31  Christian Bruel  <christian.bruel@st.com>
1026
1027         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1028         * configure: Regenerate.
1029         
1030 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
1031
1032         * MAINTAINERS (Write After Approval): Update my e-mail address.
1033
1034 2009-07-06  Ian Lance Taylor  <iant@google.com>
1035
1036         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1037         * configure: Rebuild.
1038
1039 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
1040
1041         * MAINTAINERS: Move myself to the Graphite Reviewers.
1042
1043 2009-06-30  Wei Guozhi  <carrot@google.com>
1044
1045         * MAINTAINERS: Add my name to Write After Approval list.
1046
1047 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1048
1049         PR bootstrap/40338
1050         * configure.ac (comparestring): Create new variable.
1051         * Makefile.tpl (comparestring): Use to skip some comparisions.
1052         * configure: Regenerate.
1053         * Makefile.in: Regenerate.
1054
1055 2009-06-26  Doug Evans  <dje@sebabeach.org>
1056
1057         * Makefile.def (host_modules): Add cgen.
1058         * Makefile.in: Regenerate.
1059         * configure.ac (host_tools): Add cgen.
1060         * configure: Regenerate.
1061
1062 2009-06-23  DJ Delorie  <dj@redhat.com>
1063
1064         * MAINTAINERS: Add myself as mep maintainer.
1065
1066 2009-06-23  Ian Lance Taylor  <iant@google.com>
1067
1068         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1069         boot_languages.  Only bootstrap target libraries listed in
1070         target_libs for some boot language.  Add --with-stage1-ldflags,
1071         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1072         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1073         if not building with C++.
1074         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1075         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1076         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1077         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1078         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1079         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1080         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1081         * configure, Makefile.in: Rebuild.
1082
1083 2009-06-23  Li Feng  <nemokingdom@gmail.com>
1084
1085         * MAINTAINERS: Added my name to write-after-approval list.
1086
1087 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
1088
1089         * configure.ac: Define is_elf for QNX Neutrino targets.
1090         * configure: Regenerate.
1091
1092 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
1093
1094         * MAINTAINERS: Added my name to the write-after-approval list
1095
1096 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1097
1098         * configure.ac: Detect MPC in default directory.
1099         * configure: Regenerate.
1100
1101 2009-06-03  Jerome Guitton  <guitton@adacore.com>
1102             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1103
1104         * Makefile.tpl (all): Avoid a trailing backslash.
1105         * Makefile.in: Regenerate.
1106
1107 2009-06-03  Ben Elliston  <bje@au.ibm.com>
1108
1109         * config.sub, config.guess: Update from upstream sources.
1110
1111 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
1112
1113         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1114         to noconfdirs.
1115         * configure: Regenerate.
1116
1117 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
1118
1119         * Makefile.tpl ([+compare-target+]): Compare all stage
1120         directories, rather than just gcc.
1121         * Makefile.in: Rebuilt.
1122
1123 2009-06-01  Doug Kwan  <dougkwan@google.com>
1124
1125         * configure.ac: Support gold for target arm*-*-*.
1126         * configure: Regenerate.
1127
1128 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1129
1130         * Makefile.def: Add MPC support and dependencies.
1131         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
1132
1133         * Makefile.in, configure: Regenerate.
1134
1135 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
1136
1137         * Makefile.tpl (all): Avoid harmless warning in make all when
1138         gcc-bootstrap is enabled but stage_last does not exist.
1139         * Makefile.in: Rebuilt.
1140
1141 2009-05-24  Nicolas Roche  <roche@adacore.com>
1142
1143         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1144         * Makefile.in: Regenerate.
1145
1146 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
1147
1148         * MAINTAINERS: Update my e-mail address.
1149
1150 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1151
1152         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
1153         * configure:  Regenerate.
1154
1155 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1156
1157         PR other/40159
1158         * Makefile.tpl (all): Don't assume gcc-bootstrap and
1159         gcc-no-bootstrap are mutually exclusive.
1160         * Makefile.in: Rebuilt.
1161
1162 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1163
1164         PR other/40159
1165         * Makefile.tpl (all): Don't end with unconditional success.
1166         * Makefile.in: Rebuilt.
1167
1168 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
1169
1170         PR target/37137
1171         * Makefile.def (flags_to_pass): Remove redundant and incomplete
1172         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1173         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1174         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
1175         stage_configureflags, stage_cflags and stage_libcflags into
1176         explicit Makefile macros.
1177         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1178         GFORTRAN.
1179         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1180         CC.  Set CC_FOR_BUILD from CC.
1181         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1182         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1183         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1184         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
1185         and GFORTRAN.
1186         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1187         (_LIBCFLAGS): Renamed to _TFLAGS.
1188         (do-compare-debug, do-compare3-debug): Drop.
1189         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1190         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1191         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1192         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1193         (XGCC_FLAGS_FOR_TARGET): New.
1194         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1195         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1196         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1197         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1198         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
1199         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
1200         TFLAGS.
1201         (BUILD_CONFIG): Include if requested.
1202         (all): Set TFLAGS on bootstrap.
1203         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1204         (all-stageid-prefixmodule): Likewise.
1205         (do-clean, distclean-stageid): Set TFLAGS.
1206         (restrap): Fix whitespace.
1207         * Makefile.in: Rebuilt.
1208
1209 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
1210
1211         * config.guess: Sync with src.
1212
1213 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1214
1215         * configure.ac ($with_ppl):  Default to no if not supplied.
1216         ($with_cloog):  Likewise.
1217         configure:  Regenerate.
1218
1219 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
1220
1221         * MAINTAINERS: Update my e-mail address.
1222
1223 2009-04-27  Nick Clifton  <nickc@redhat.com>
1224
1225         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
1226
1227 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
1228
1229         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1230         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1231         * Makefile.in: Regenerate.
1232
1233 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1234
1235         PR bootstrap/39739
1236         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1237         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1238
1239         * configure, Makefile.in: Regenerate.
1240
1241 2009-04-21  Taras Glek  <tglek@mozilla.com>
1242
1243         * include/hashtab.h: Update GTY annotations to new syntax
1244         * include/splay-tree.h: Likewise
1245
1246 2009-04-17  Ben Elliston  <bje@au.ibm.com>
1247
1248         * config.sub, config.guess: Update from upstream sources.
1249
1250 2009-04-15  Anthony Green  <green@moxielogic.com>
1251
1252         * configure.ac: Add moxie support.
1253         * configure: Rebuilt.
1254
1255 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
1256
1257         * configure.ac: Change copyright header to refer to version
1258         3 of the GNU General Public License and to point readers at the
1259         COPYING3 file and the FSF's license web page.
1260         * Makefile.def: Likewise.
1261         * Makefile.tpl: Likewise.
1262         * Makefile.in: Regenerate.
1263
1264 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
1265
1266         * configure.ac: Restore match for darwin9 or later. Use double
1267         brackets since regeneration eats one pair.
1268         * configure: Regenerate.
1269
1270 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1271
1272         PR gas/10039
1273         * configure.ac: Require texinfo 4.7.
1274         * configure: Regenerated.
1275
1276 2009-04-09  Nick Clifton  <nickc@redhat.com>
1277
1278         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
1279         the GCC Runtime Library Exception.
1280
1281 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1282
1283         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1284         * configure: Regenerate.
1285
1286 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
1287
1288         * Makefil.def (languages): New entries.
1289         * Makefile.tpl (check-gcc-*): New generic target.
1290         * Makefile.in: Regenerate.
1291
1292 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
1293
1294         * MAINTAINERS:  Update my email address.
1295
1296 2009-03-18  Tom Tromey  <tromey@redhat.com>
1297
1298         * configure: Rebuild.
1299         * configure.ac (host_libs): Add libiconv.
1300         * Makefile.in: Rebuild.
1301         * Makefile.def (host_modules): Add libiconv.
1302         (configure-gdb, all-gdb): Depend on libiconv.
1303
1304 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1305
1306         * configure.ac: Treat gdb as supported on x86_64-darwin.
1307         * configure: Regenerate.
1308
1309 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1310
1311         * configure.ac (--with-host-libstdcxx): New option.
1312         * configure: Regenerate.
1313
1314 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
1315
1316         * MAINTAINERS:  Move myself into the write after approval list.
1317
1318 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
1319
1320         * MAINTAINERS: Update e-mail address.
1321         
1322 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
1323
1324         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
1325
1326 2009-03-10  Ira Rosen  <irar@il.ibm.com>
1327
1328         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
1329
1330 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1331
1332         Backport from git Libtool:
1333
1334         2009-01-19  Robert Millan  <rmh@aybabtu.com>
1335         Support GNU/kOpenSolaris.
1336         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1337         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1338         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1339         GNU/kOpenSolaris.
1340
1341 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
1342
1343         * MAINTAINERS: Update e-mail address.
1344
1345 2009-02-24  Michael Eager  <eager@eagercon.com>
1346
1347         * MAINTAINERS (Write After Approval): Add self.
1348
1349 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
1350
1351         * MAINTAINERS (Write After Approval): Add myself.
1352
1353 2009-02-05  Andreas Schwab  <schwab@suse.de>
1354
1355         * Makefile.tpl (stage_last): Define $r and $s before using
1356         $(RECURSE_FLAGS_TO_PASS).
1357         * Makefile.in: Regenerate
1358
1359 2009-01-30  Ian Lance Taylor  <iant@google.com>
1360
1361         * MAINTAINERS: Move myself to the Global Reviewers list.
1362
1363 2009-01-29  Robert Millan  <rmh@aybabtu.com>
1364
1365         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1366         * configure: Regenerate.
1367
1368 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
1369
1370         * MAINTAINERS: Make whitespace consistent.
1371         Remove Robert Millan from Write After Approval.
1372
1373 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1374
1375         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1376         (all-opcodes): Depend on all-libiberty.
1377         * Makefile.in: Regenerate.
1378
1379 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1380
1381         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1382         * configure: Regenerate.
1383
1384 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
1385
1386         * MAINTAINERS (Write After Approval): Add myself.
1387
1388 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
1389
1390         * MAINTAINERS: Add myself to reviewers (Fortran).
1391
1392 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
1393
1394         PR tree-optimization/38515
1395         * configure.ac (cloog-polylib): Removed.
1396         (with_ppl, with_cloog): Test for "no".
1397         * configure: Regenerated.
1398
1399 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
1400
1401         * MAINTAINERS: Moved myself to reviewers (Fortran).
1402
1403 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
1404
1405         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
1406         (Write After Approval): Remove myself.
1407
1408 2009-01-03  Diego Novillo  <dnovillo@google.com>
1409
1410         * MAINTAINERS: Remove myself from alias maintainership.
1411
1412 2009-01-02  David Ayers  <ayers@fsfe.org>
1413
1414         * MAINTAINERS: Update e-mail address.
1415
1416 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
1417
1418         * MAINTAINERS: Make whitespace consistent.
1419
1420 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1421
1422         Backport from upstream Libtool:
1423         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1424         Add cache variables to tests that require the linker to work.
1425         For shlibpath_overrides_runpath, this also changes the semantics
1426         to let the result from the C compiler take precedence.
1427
1428 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1429
1430         * config.sub, config.guess: Update from upstream sources.
1431
1432 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
1433
1434         * configure.ac (ppllibs): Add by default the lib flags.
1435         * configure: Regenerate.
1436
1437 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
1438
1439         * MAINTAINERS:  Add myself to the write after approval list.
1440
1441 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1442
1443         * configure.ac: Add double brackets on darwin[912].
1444         * configure: Regenerate.
1445
1446 2008-12-03  Daniel Kraft  <d@domob.eu>
1447
1448         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
1449         Approval to Reviewer section (for Fortran front-end).
1450
1451 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
1452
1453         * configure.ac: Expand to darwin10 and later.
1454         * configure: Regenerate.
1455
1456 2008-12-02  Andreas Schwab  <schwab@suse.de>
1457
1458         * Makefile.def: configure-target-boehm-gc depends on
1459         all-target-libstdc++-v3.
1460         * Makefile.in: Regenerate.
1461
1462 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
1463
1464         * MAINTAINERS:  Add myself as mingw maintainer.
1465
1466 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1467
1468         * config.sub, config.guess: Update from upstream sources.
1469
1470 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
1471
1472         * README.SCO: Remove.
1473
1474 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
1475
1476         * MAINTAINERS:  Add myself to the write after approval list.
1477
1478 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
1479
1480         * MAINTAINERS:  Update my email address in WAA section.
1481
1482 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
1483
1484         * MAINTAINERS: Update e-mail address.
1485
1486 2008-11-27  Toon Moene  <toon@moene.org>
1487
1488         * MAINTAINERS: Change e-mail address.
1489
1490 2008-11-27  Tristan Gingold  <gingold@adacore.com>
1491
1492         * configure.ac: Build gdb for i?86-*-darwin*
1493         * configure: Regenerated.
1494
1495 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
1496
1497         * MAINTAINERS: Added my full name.
1498
1499 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1500
1501         PR bootstrap/38014
1502         PR bootstrap/37923
1503
1504         Revert:
1505
1506         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1507
1508         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1509         * Makefile.in: Regenerated.
1510
1511         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1512
1513         PR gdb/921
1514         PR gdb/1646
1515         PR gdb/2175
1516         PR gdb/2176
1517
1518         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1519         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1520         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1521         (HOST_EXPORTS): Pass CPPFLAGS.
1522         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1523         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1524         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1525         * Makefile.in, configure: Regenerated.
1526         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1527         and CPPFLAGS_FOR_BUILD.
1528
1529 2008-11-06  Jeff Law  <law@redhat.com>
1530
1531         * MAINTAINERS: Add myself as middle end maintainer.
1532
1533 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
1534
1535         * MAINTAINERS (Write after approval): Add myself.
1536
1537 2008-11-05  Diego Novillo  <dnovillo@google.com>
1538
1539         * MAINTAINERS (Global Reviewers): Add myself.
1540         (Non-Algorithmic Maintainers): Remove myself.
1541
1542 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
1543
1544         * MAINTAINERS (Write after approval): Add myself.
1545
1546 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
1547
1548         * MAINTAINERS (Write after approval): Add myself.
1549
1550 2008-10-31  Ben Elliston  <bje@au.ibm.com>
1551
1552         * configure.ac (spu-*-*): Remove special case.
1553         * configure: Regenerate.
1554
1555 2008-10-30  Catherine Moore  <clm@codesourcery.com>
1556
1557         * MAINTAINERS (Write after approval): Update my email address.
1558
1559 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
1560
1561         * configure.ac [spu-*-*]: Do not set skipdirs.
1562         * configure: Re-generate.
1563
1564 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
1565
1566         * MAINTAINERS (Various Maintainers): Add myself to reload.
1567
1568 2008-10-25  Richard Guenther  <rguenther@suse.de>
1569
1570         * MAINTAINERS (Various Maintainers): Add myself as middle-end
1571         maintainer.  Remove myself as libgcc-math maintainer.
1572         (Non-Algorithmic Maintainers): Remove myself.
1573
1574 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1575
1576         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1577         * Makefile.in: Regenerated.
1578
1579 2008-10-23  Cary Coutant  <ccoutant@google.com>
1580
1581         * MAINTAINERS (Write after approval): Add myself.
1582
1583 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1584
1585         PR gdb/921
1586         PR gdb/1646
1587         PR gdb/2175
1588         PR gdb/2176
1589
1590         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1591         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1592         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1593         (HOST_EXPORTS): Pass CPPFLAGS.
1594         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1595         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1596         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1597         * Makefile.in, configure: Regenerated.
1598         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1599         and CPPFLAGS_FOR_BUILD.
1600
1601 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
1602
1603         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
1604         Sebastian Pop.
1605
1606 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
1607
1608         * MAINTAINERS (Write After Approval): Added myself.
1609
1610 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1611
1612         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1613         recommended version to 2.3.2.
1614
1615         * configure: Regenerate.
1616
1617 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
1618
1619         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
1620
1621 2008-09-29  David Daney <david.daney@caviumnetworks.com>
1622
1623         * MAINTAINERS (Write After Approval): Update e-mail address.
1624
1625 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
1626
1627         * libtool.m4: Update to libtool 2.2.6.
1628         * lt~obsolete.m4: Update to libtool 2.2.6.
1629         * ltmain.sh: Update to libtool 2.2.6.
1630         * ltsugar.m4: Update to libtool 2.2.6.
1631         * ltversion.m4: Update to libtool 2.2.6.
1632         * ltoptions.m4: Update to libtool 2.2.6.
1633         * ltgcc.m4: Update to match changes from libtool 2.2.6.
1634
1635 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
1636
1637         * MAINTAINERS (Write After Approval): Add myself.
1638
1639 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1640
1641         * MAINTAINERS (Write After Approval): Update my name.
1642
1643 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
1644
1645         * MAINTAINERS: Add myself in "Write After Approval".
1646
1647 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
1648
1649         * MAINTAINERS: Add myself as ia64 maintainer.
1650
1651 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
1652
1653         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
1654         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
1655         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
1656         and Michael Tiemann from Write After Approval since they do not
1657         actually have access.
1658
1659 2008-09-05  Richard Guenther  <rguenther@suse.de>
1660
1661         * configure.ac: Initialize clooglibs to -lcloog.
1662         * configure: Re-generate.
1663
1664 2008-09-04  Le-Chun Wu  <lcwu@google.com>
1665
1666         * MAINTAINERS (Write After Approval): Add myself.
1667
1668 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
1669
1670         * configure.ac (--with-cloog-polylib): New.
1671         (--disable-cloog-version-check): New.
1672         (--disable-ppl-version-check): New.
1673         * configure: Re-generate.
1674
1675 2008-09-03  Richard Guenther  <rguenther@suse.de>
1676
1677         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1678         cloog test.
1679         * configure: Re-generate.
1680
1681 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
1682
1683         Add picoChip port.
1684         * MAINTAINERS: Add picoChip maintainers.
1685
1686 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
1687             Tobias Grosser  <grosser@fim.uni-passau.de>
1688             Jan Sjodin  <jan.sjodin@amd.com>
1689             Harsha Jagasia  <harsha.jagasia@amd.com>
1690             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1691             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1692             Adrien Eliche  <aeliche@isty.uvsq.fr>
1693
1694         Merge from graphite branch.
1695         * configure: Regenerate.
1696         * Makefile.in: Regenerate.
1697         * configure.ac (host_libs): Add ppl and cloog.
1698         Add checks for PPL and CLooG.
1699         * Makefile.def (ppl, cloog): Added modules and dependences.
1700         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1701         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1702
1703 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1704
1705         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1706         (GCC_SHLIB_SUBDIR): New.
1707         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1708         * configure: Regenerate.
1709         * Makefile.in: Regenerate.
1710
1711 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
1712
1713         * MAINTAINERS: Consistently use tabs to separate columns.
1714
1715 2008-08-29  Tristan Gingold  <gingold@adacore.com>
1716
1717         * MAINTAINERS (Write after Approval): Add myself.
1718
1719 2008-08-28  Tristan Gingold  <gingold@adacore.com>
1720
1721         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1722         Enable bfd, binutils and opcodes.
1723         * configure: Regenerate.
1724
1725 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1726
1727         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
1728
1729 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1730
1731         * MAINTAINERS:  Use correct Umlaut for last name.
1732
1733 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1734
1735         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
1736
1737 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
1738
1739         * MAINTAINERS: Update my email address.
1740
1741 2008-08-16  Nicolas Roche  <roche@adacore.com>
1742
1743         * Makefile.tpl: Add BOOT_ADAFLAGS.
1744         * Makefile.in: Regenerate.
1745
1746 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
1747
1748         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1749         * configure: Regenerate.
1750
1751 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
1752
1753         * configure.ac: Add makefile fragments for hpux.
1754         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1755         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1756         * configure: Regenerate.
1757         * Makefile.in: Regenerate.
1758
1759 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
1760
1761         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
1762
1763 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
1764
1765         * MAINTAINERS (Write after Approval): Add myself.
1766
1767 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
1768
1769         * MAINTAINERS (Write After Approval):  Add myself.
1770
1771 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
1772
1773         * MAINTAINERS (Write After Approval):  Add myself.
1774
1775 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
1776
1777         * MAINTAINERS: Update my email address.
1778
1779 2008-06-25  Joey Ye  <joey.ye@intel.com>
1780
1781         * MAINTAINERS (Write After Approval):  Add myself.
1782
1783 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1784
1785         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1786         * Makefile.in: Regenerate.
1787         * configure: Regenerate.
1788
1789 2008-06-17  Daniel Kraft  <d@domob.eu>
1790
1791         * MAINTAINERS (Write After Approval):  Add myself.
1792
1793 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1794
1795         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1796         "$@" is still intact with both Autoconf 2.59 and 2.62.
1797         * configure: Regenerate.
1798
1799 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1800
1801         * Makefile.tpl: Fix comment errors.
1802         * Makefile.in: Regenerate.
1803
1804 2008-06-12  David S. Miller  <davem@davemloft.net>
1805             David Edelsohn  <edelsohn@gnu.org>
1806
1807         * configure.ac: Add powerpc*-*-* to gold supported targets.
1808         * configure: Regenerate.
1809
1810 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
1811
1812         PR tree-optimization/36218
1813         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1814         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1815         (all prefix="build-"): Pass them to build-system sub-makes.
1816         * Makefile.in: Regenerate.
1817
1818 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
1819
1820         * MAINTAINERS (mt port): Remove.
1821         (sco5, unixware, sco udk): Remove.
1822         (Kean Johnston): Add to Write After Approval.
1823
1824 2008-05-30  Julian Brown  <julian@codesourcery.com>
1825
1826         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1827         of libobjc for ARM EABI Linux.
1828         * configure: Regenerate.
1829
1830 2008-05-18  Xinliang David Li   <davidxl@google.com>
1831
1832         * ChangeLog: Remove wrong ChangeLog entry.
1833
1834 2008-05-17  Xinliang David Li   <davidxl@google.com>
1835
1836         * MAINTAINERS (Write After Approval): Add myself.
1837
1838 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
1839
1840         * MAINTAINERS (Write After Approval): Add myself.
1841
1842 2008-05-14  Rafael Espíndola  <espindola@google.com>
1843
1844         * config-ml.in: don't handle --enable-shared and --enable-static.
1845
1846 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
1847
1848         * MAINTAINERS: Update my email address.
1849
1850 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
1851
1852         * MAINTAINERS: Update my email address.
1853
1854 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
1855
1856         * MAINTAINERS (Write After Approval): Add myself.
1857
1858 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
1859
1860         * MAINTAINERS (Write After Approval): Add myself.
1861
1862 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
1863
1864         * MAINTAINERS (crx): Add myself.
1865
1866 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1867
1868         Sync with src:
1869         2008-04-14  David S. Miller  <davem@davemloft.net>
1870
1871         * configure.ac: Add sparc*-*-* to gold supported targets.
1872         * configure: Regenerate.
1873
1874 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1875
1876         PR bootstrap/35457
1877         * configure.ac: Include override.m4.
1878         * configure: Regenerate.
1879
1880 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1881
1882         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
1883         * Makefile.in: Regenerate.
1884
1885 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
1886
1887         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
1888         as nonconfigurable directories list.
1889         * configure: Regenerate.
1890
1891 2008-04-14  Ben Elliston  <bje@au.ibm.com>
1892
1893         * config.sub, config.guess: Update from upstream sources.
1894
1895 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
1896
1897         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
1898         * Makefile.in: Regenerate.
1899
1900 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
1901
1902         * configure.ac: Do not build libssp for the AVR.
1903         * configure: Regenerate.
1904
1905 2008-04-07  Ian Lance Taylor  <iant@google.com>
1906
1907         * Makefile.def: check-gold depends upon all-binutils.
1908         * Makefile.in: Regenerate.
1909
1910 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
1911
1912         * MAINTAINERS (Write After Approval): Add myself.
1913
1914 2008-04-04  Nick Clifton  <nickc@redhat.com>
1915
1916         PR binutils/4334
1917         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
1918         builds.
1919         * configure: Regenerate.
1920
1921 2008-04-04  NightStrike  <NightStrike@gmail.com>
1922
1923         PR other/35151
1924         * configure.ac: Combine rules for mingw32 and mingw64.
1925         * configure: Regenerate.
1926
1927 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
1928
1929         * MAINTAINERS (Write After Approval): Add myself.
1930
1931 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
1932
1933         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
1934         * Makefile.in (.NOTPARALLEL): Ditto.
1935
1936 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
1937
1938         * MAINTAINERS (Write After Approval): Add myself.
1939
1940 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
1941
1942         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
1943         * Makefile.in (.NOTPARALLEL): Regenerate.
1944
1945 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
1946
1947         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
1948         * Makefile.in: Regenerate.
1949
1950 2008-03-26  Jakub Staszak  <kuba@et.pl>
1951
1952         * MAINTAINERS (Write After Approval): Add myself.
1953
1954 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1955
1956         * MAINTAINERS:  Update e-mail address.
1957
1958 2008-03-20  Ian Lance Taylor  <iant@google.com>
1959
1960         * configure.ac: Add support for --enable-gold.
1961         * Makefile.def: Add gold as a directory like ld.
1962         * configure, Makefile.in: Regenerate.
1963
1964 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1965
1966         * configure.ac: m4_include config/proginstall.m4.
1967         * configure: Regenerate.
1968
1969         Backport from upstream Libtool:
1970
1971         2007-10-12  Eric Blake  <ebb9@byu.net>
1972
1973         Deal with Autoconf 2.62's semantic change in m4_append.
1974         * ltsugar.m4 (lt_append): Replace broken versions of
1975         m4_append.
1976         (lt_if_append_uniq): Don't require separator to be overquoted,
1977         and avoid broken m4_append.
1978         (lt_dict_add): Fix typo.
1979         * libtool.m4 (_LT_DECL): Don't overquote separator.
1980
1981 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
1982
1983         * config.rpath: Add AIX 6 support.
1984
1985 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
1986
1987         * Makefile.def (stageprofile).  Remove -fprofile-generate
1988         from stage_libcflags.
1989         * Makefile.in: Regenerate.
1990
1991 2008-03-13  Ben Elliston  <bje@au.ibm.com>
1992
1993         * config.sub, config.guess: Update from upstream sources.
1994
1995 2008-03-06  Tom Tromey  <tromey@redhat.com>
1996
1997         * MAINTAINERS: Update for treelang deletion.
1998
1999 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
2000
2001         * MAINTAINERS: Update my email address.
2002
2003 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
2004
2005         * MAINTAINERS (darwin port): Add myself as a maintainer.
2006         (objective-c/c++): Add myself as a maintainer.
2007
2008 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
2009
2010         * MAINTAINERS (Write After Approval): Update my email address.
2011
2012 2008-02-25  Tomas Bily  <tbily@suse.cz>
2013
2014         * MAINTAINERS (Write After Approval): Add myself.
2015
2016 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
2017
2018         * MAINTAINERS (OpenMP): Add myself.
2019
2020 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2021
2022         PR bootstrap/32009
2023         PR bootstrap/32161
2024
2025         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2026         * configure: Regenerate.
2027
2028         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2029         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2030         STAGE4_LIBCFLAGS): New.
2031         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2032         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2033         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2034         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2035         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2036         for target modules.  Don't export LIBCFLAGS.
2037         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2038         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2039         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2040         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2041         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2042         * Makefile.in: Regenerate.
2043
2044 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2045
2046         PR libgcj/33085
2047         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2048         Do not use -DDLL_EXPORT.  Backport from upstream.
2049
2050 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2051
2052         * MAINTAINERS (Write After Approval): Add myself.
2053
2054 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2055
2056         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2057         * configure: Regenerate.
2058
2059 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2060
2061         * configure.ac (xtensa*-*-*): Recognize processor variants.
2062         * configure: Regenerate.
2063
2064 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2065
2066         PR bootstrap/34922
2067         * configure.ac (PARSE_ARGS): Push suitable setting of
2068         ac_subdirs_all, for `./configure --help=recursive'.
2069         Handle `+' in generic toplevel directory disabling.
2070         * configure: Regenerate.
2071
2072 2008-01-28  Nick Clifton  <nickc@redhat.com>
2073
2074         * MAINTAINERS (xstormy16): Take over maintainership.
2075
2076 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
2077
2078         * MAINTAINERS (c4x port): Remove.
2079
2080 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2081
2082         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2083
2084 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2085
2086         * config.sub, config.guess: Update from upstream sources.
2087
2088 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
2089
2090         * MAINTAINERS (Write After Approval): Add myself.
2091
2092 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
2093
2094         * MAINTAINERS: Update my email address.
2095
2096 2008-01-09  Raksit Ashok  <raksit@google.com>
2097
2098         * MAINTAINERS (Write After Approval): Add myself.
2099
2100 2008-01-09  Raksit Ashok  <raksit@google.com>
2101
2102         * MAINTAINERS (Write After Approval): Add myself.
2103
2104 2008-01-08  Ben Elliston  <bje@au.ibm.com>
2105
2106         * config.sub, config.guess: Update from upstream sources.
2107
2108 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2109
2110         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2111         Change recommended MPFR from 2.2.1 -> 2.3.0.
2112         * configure: Regenerate.
2113
2114 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
2115
2116         * MAINTAINERS: Update my email address.
2117
2118 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
2119
2120         * MAINTAINERS: Update my email address.
2121
2122 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
2123
2124         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2125         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2126         * Makefile.in: Regenerate.
2127
2128 2007-12-10  Mark Heffernan  <meheff@google.com>
2129
2130         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
2131         misplaced entries.
2132
2133 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2134
2135         * configure.ac: Enable libjava for x86_64-*-darwin9.
2136         * configure: Regenerate.
2137
2138 2007-12-07  Bill Maddox  <maddox@google.com>
2139
2140         * MAINTAINERS (Write After Approval): Add myself.
2141
2142 2007-12-05  Ben Elliston  <bje@au.ibm.com>
2143
2144         * config.sub, config.guess: Update from upstream sources.
2145
2146 2007-12-02  Matthias Klose  <doko@ubuntu.com>
2147
2148         * config-ml.in: Remove 64bit configure tests.
2149
2150 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2151
2152         * config-ml.in: Robustify against white space in absolute file
2153         names.
2154
2155         * config-ml.in (multi-clean): Substitute ${Makefile}.
2156         Remove superfluous ${Makefile} in list.
2157
2158 2007-11-19  Thiemo Seufer  <ths@mips.com>
2159
2160         * config-ml.in: Don't hardcode the Makefile name.
2161
2162 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
2163
2164         * MAINTAINERS (Write After Approval): Add myself.
2165
2166 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
2167
2168         * MAINTAINERS (Write After Approval): Add myself.
2169
2170 2007-11-06  Doug Kwan  <dougkwan@google.com>
2171
2172         * MAINTAINERS (Write After Approval): Add myself.
2173
2174 2007-10-25  Ben Elliston  <bje@au.ibm.com>
2175
2176         * MAINTAINERS (mercury): Remove entry.
2177         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
2178
2179 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
2180
2181         * Makefile.def (dependencies): Make configure-gdb depend on
2182         all-intl.
2183         * Makefile.in: Regenerated.
2184
2185 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
2186
2187         * MAINTAINERS (Fortran maintainer): Remove myself.
2188
2189 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
2190
2191         * Makefile.def: To avoid problems running with parallel makes,
2192         build newlib before libgloss so that target specific header
2193         files are availble.
2194         * Makefile.in: Regenerate
2195
2196 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2197
2198         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2199         * Makefile.in: Regenerate.
2200
2201 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
2202
2203         * MAINTAINERS (Register allocation reviewer): Add myself.
2204
2205 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
2206
2207         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2208         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2209         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
2210         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2211         * configure: Regenerate.
2212
2213 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
2214
2215         * MAINTAINERS (Register allocation reviewer): Add myself.
2216
2217 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
2218
2219         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2220         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2221         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2222         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2223         * configure.ac: Default them to host tools for $host = $build.
2224         Subst them.
2225
2226         * configure: Regenerate.
2227         * Makefile.in: Regenerate.
2228
2229 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
2230
2231         * MAINTAINERS (Register allocation reviewer): Add myself.
2232
2233 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
2234
2235         * MAINTAINERS (Register allocation reviewer): Add myself.
2236
2237 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
2238
2239         * MAINTAINERS (Write After Approval): Fix typo.
2240
2241 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
2242
2243         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2244         * configure: Regenerate.
2245
2246 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
2247
2248         PR bootstrap/31906
2249         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
2250         they're already prefixed.
2251
2252 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
2253
2254         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2255         libstdc++.
2256         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2257         * configure: Regenerate.
2258         * Makefile.in: Regenerate.
2259
2260 2007-09-17  Andreas Schwab  <schwab@suse.de>
2261
2262         * configure.ac: Raise minimum makeinfo version to 4.6.
2263         * configure: Regenerate.
2264
2265 2007-09-17  Johannes Singler  <singler@ira.uka.de>
2266
2267         * MAINTAINERS (write-after-approval) add myself
2268
2269 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
2270
2271         * configure.ac: Correct makeinfo version check.
2272         * configure: Regenerate.
2273
2274 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
2275
2276         * MAINTAINERS: Update my email address.
2277
2278 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
2279
2280         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
2281         to $skipdirs and only disable gprof for newlib.  Use the normal
2282         mips*-elf* handling in other respects.
2283         * configure: Regnerate.
2284
2285 2007-09-12  David Daney  <ddaney@avtrex.com>
2286
2287         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2288         enabling libgcj.
2289         * configure: Regenerate.
2290
2291 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2292
2293         PR other/32154
2294         * configure.ac: For libgloss targets, point the linker to the linker
2295         script, startup code and simulator library.
2296         * configure: Regenerate.
2297
2298 2007-09-07  Andrew Haley  <aph@redhat.com>
2299
2300         * configure.ac (noconfigdirs): Remove target-libffi and
2301         target-libjava.
2302         * configure: Regenerate.
2303
2304 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2305
2306         PR target/33281
2307         * configure.ac: Use config/mh-mingw on mingw.
2308         * configure: Regenerate.
2309
2310 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
2311
2312         * MAINTAINERS (Write After Approval): Add myself.
2313
2314 2007-09-05  Richard Guenther  <rguenther@suse.de>
2315
2316         * configure.ac (--enable-stage1-checking): If neither --enable-checking
2317         nor --disable-checking is provided also turn on yes and types
2318         checking for stage1.
2319         * configure: Re-generate.
2320
2321 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
2322
2323         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
2324         (Write After Approval): Remove myself.
2325
2326 2007-08-29  Nick Clifton  <nickc@redhat.com>
2327
2328         * config.sub, config.guess: Update from upstream sources.
2329
2330 2007-08-22  Bud Davis  <jmdavis@link.com>
2331
2332         * MAINTAINERS (Write After Approval): Added myself.
2333         * MAINTAINERS (Reviewers): Removed myself.
2334
2335 2007-08-18  Paul Brook  <paul@codesourcery.com>
2336             Joseph Myers  <joseph@codesourcery.com>
2337
2338         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2339         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2340         * Makefile.in: Regenerate.
2341         * configure.ac (--with-debug-prefix-map): New.
2342         * configure: Regenerate.
2343
2344 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
2345             Nigel Stephens  <nigel@mips.com>
2346
2347         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
2348         as target_makefile_frag.
2349         * configure: Regenerate.
2350
2351 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2352
2353         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2354         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2355         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2356         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2357         (do-compare, do-compare3, do-compare-debug): New.
2358         ([+compare-target+]): Use them.
2359
2360 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
2361
2362         * MAINTAINERS (Write After Approval): Change my email address.
2363
2364 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2365             Ben Elliston  <bje@au.ibm.com>
2366
2367         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2368         --silent if $silent.
2369         * configure: Regenerate.
2370
2371 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
2372
2373         * MAINTAINERS (Various Maintainers): Add myself as
2374         loop infrastructure maintainer.  Update my e-mail
2375         address.
2376
2377 2007-07-31  Diego Novillo  <dnovillo@google.com>
2378
2379         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
2380         Adjust description.
2381
2382 2007-07-26  Richard Guenther  <rguenther@suse.de>
2383
2384         * configure.ac: Add types checking to stage1 checking flags.
2385         * configure: Regenerate.
2386
2387 2007-07-17  Nick Clifton  <nickc@redhat.com>
2388
2389         * COPYING3: New file.  Contains version 3 of the GNU General
2390         Public License.
2391         * COPYING3.LIB: New file.  Contains version 3 of the GNU
2392         Lesser General Public License.
2393
2394 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2395
2396         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
2397
2398 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2399
2400         * MAINTAINERS (S/390 co-maintainer): Add myself.
2401         (Write After Approval): Remove myself.
2402
2403 2007-07-13  Dan Hipschman  <dsh@google.com>
2404
2405         * MAINTAINERS (Write After Approval): Add myself.
2406
2407 2007-07-11  Nick Clifton  <nickc@redhat.com>
2408
2409         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
2410         WINDRES export.
2411         * Makefile.in: Regenerate.
2412
2413 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2414
2415         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
2416         maintainer.
2417
2418 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2419
2420         * lt~obsolete.m4: New. Import from 20070318 libtool.
2421
2422 2007-07-03  Julian Brown  <julian@codesourcery.com>
2423
2424         * MAINTAINERS (Write After Approval): Add myself.
2425
2426 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2427
2428         * configure.ac: Rewrite 'configure --help' strings to look nicer.
2429         * configure: Regenerate.
2430
2431 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2432
2433         * configure.ac: Add some missing m4 quotation.
2434         * configure: Regenerate.
2435
2436 2007-07-02  Simon Baldwin  <simonb@google.com>
2437
2438         * MAINTAINERS (Write After Approval): Add myself.
2439
2440 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
2441
2442         * configure: Regenerate.
2443
2444 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
2445
2446         * Makefile.def: Add windmc tool to build.
2447         * Makefile.tpl: Likewise.
2448         * configure.ac: Likewise.
2449         * Makefile.in: Regenerate.
2450         * configure: Regenerate.
2451
2452 2007-06-28  DJ Delorie  <dj@redhat.com>
2453
2454         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2455         not building newlib.
2456         * configure: Regenerated.
2457
2458 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
2459
2460         * MAINTAINERS (Write After Approval): Add myself.
2461
2462 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
2463
2464         * MAINTAINERS (Write After Approval): Add myself.
2465
2466 2007-06-19  Chris Matthews  <chrismatthews@google.com>
2467
2468         * MAINTAINERS (Write After Approval): Add myself.
2469
2470 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2471
2472         * MAINTAINERS (Write After Approval): Add myself.
2473
2474 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
2475
2476         * Makefile.def: Add dependency from configure-gdb to all-bfd.
2477         * Makefile.in: Regenerated.
2478
2479 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
2480
2481         * configure.ac: Don't add target-libmudflap to noconfigdirs for
2482         bfin*-*-uclinux* targets.
2483         * configure: Regenerate.
2484
2485 2007-06-14  Ian Lance Taylor  <iant@google.com>
2486
2487         * MAINTAINERS: Add myself as non-algorithmic global write
2488         maintainer.
2489
2490 2007-06-14  Diego Novillo  <dnovillo@google.com>
2491
2492         * MAINTAINERS: Add self as middle-end maintainer and
2493         non-algorithmic global write maintainer.
2494
2495 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2496
2497         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
2498         Move all Fortran maintainers except Paul Brook into the
2499         Non-Autopoiesis section.
2500
2501 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
2502
2503         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2504         (distclean-stage[+id+]): Possibly delete stage_last.
2505         * Makefile.in: Regenerate.
2506
2507 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
2508
2509         * MAINTAINERS (Various Maintainer): Fix typo.
2510
2511 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
2512
2513         * MAINTAINERS (Various Maintainer): Add myself as
2514         dataflow maintainer.
2515
2516 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2517
2518         * config.sub, config.guess: Update from upstream sources.
2519
2520 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2521
2522         * Makefile.tpl: Fix spelling error.
2523         * Makefile.in: Regenerate.
2524
2525 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
2526
2527         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2528         lt_cv_sys_max_cmd_len.
2529
2530 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
2531
2532         * MAINTAINERS (Various Maintainers): Add myself as
2533         auto-vectorizer maintainer.
2534
2535 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
2536
2537         PR libjava/32098
2538         * libtool.m4: Revert previous change.
2539         * ltgcc.m4: Put it here.
2540
2541 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
2542
2543         * MAINTAINERS (Various Maintainers): Add myself as
2544         auto-vectorizer maintainer.
2545
2546 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
2547
2548         PR libjava/32098
2549         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
2550
2551 2007-05-30  Richard Guenther  <rguenther@suse.de>
2552
2553         * MAINTAINERS (Various Maintainers): Add myself as
2554         auto-vectorizer maintainer.
2555
2556 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
2557
2558         PR bootstrap/29382
2559         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2560         * configure: Rebuilt.
2561
2562 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
2563
2564         * MAINTAINERS (Write After Approval): Removed my name.
2565
2566 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
2567
2568         * MAINTAINERS (Write After Approval): Remove myself.
2569
2570 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
2571
2572         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2573
2574 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
2575
2576         * ltmain.sh: Update from ToT Libtool.
2577         * libtool.m4: Update from ToT Libtool.
2578         * ltsugar.m4: New. Update from ToT Libtool.
2579         * ltversion.m4: New. Update from ToT Libtool.
2580         * ltoptions.m4: New. Update from ToT Libtool.
2581         * ltconfig: Remove.
2582         * ltcf-c.sh: Remove.
2583         * ltcf-cxx.sh: Remove.
2584         * ltcf-gcj.sh: Remove.
2585
2586 2007-05-22  Ollie Wild  <aaw@google.com>
2587
2588         * MAINTAINERS (Write After Approval): Add myself.
2589
2590 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
2591
2592         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2593         stage_cflags.
2594         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2595         Remove CFLAGS/LIBCFLAGS.
2596         (configure-stage[+id+]-[+prefix+][+module+],
2597         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2598         * Makefile.in: Regenerate.
2599
2600 2007-05-15  Diego Novillo  <dnovillo@google.com>
2601
2602         * MAINTAINERS: Update e-mail address.
2603
2604 2007-05-15  Revital Eres  <eres@il.ibm.com>
2605
2606         * MAINTAINERS (Write After Approval): Add myself.
2607
2608 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
2609
2610         * MAINTAINERS (Write After Approval): Updated my address.
2611
2612 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
2613
2614         * MAINTAINERS (Write After Approval): Add myself.
2615
2616 2007-05-11  Silvius Rus  <rus@google.com>
2617
2618         * MAINTAINERS (Write After Approval): Add myself.
2619
2620 2007-04-23  Tom Tromey  <tromey@redhat.com>
2621
2622         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
2623
2624 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
2625
2626         * MAINTAINERS (cpplib): Rename to ...
2627         (libcpp): ... this.  Add C/C++ front end maintainers.
2628
2629 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
2630
2631         * config-ml.in: Pass ${ml_config_env} to configure calls.
2632
2633 2007-04-04  Christian Bruel  <christian.bruel@st.com>
2634
2635         * MAINTAINERS (Write After Approval): Add myself.
2636
2637 2007-04-02  Dave Korn  <dave.korn@artimi.com>
2638
2639         * MAINTAINERS (Write After Approval): Add myself.
2640
2641 2007-03-31  Tobias Burnus  <burnus@net-b.de>
2642
2643         * MAINTAINERS (fortran 95 front end): Add myself.
2644
2645 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2646
2647         * MAINTAINERS (Write After Approval): Add myself.
2648
2649 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
2650
2651         * MAINTAINERS (Modulo Scheduler): Add myself.
2652
2653 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
2654
2655         * MAINTAINERS (fortran 95 front end): Add myself.
2656         (c++ front end): whitespace fix.
2657
2658 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
2659
2660         * MAINTAINERS (Write After Approval): Add myself.
2661
2662 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
2663
2664         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2665         of glob.  Quote arguments with single quotes too.
2666         * configure: Regenerate.
2667
2668 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
2669
2670         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2671         * Makefile.in: Regenerate
2672
2673 2007-03-07  Andreas Schwab  <schwab@suse.de>
2674
2675         * configure: Regenerate.
2676
2677 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2678
2679         * configure.ac: Add "--with-pdfdir" configure option,
2680         which defines pdfdir variable.
2681         * Makefile.def (target=fixincludes): Add install-pdf to
2682         missing targets.
2683         (recursive_targets): Add install-pdf target.
2684         (flags_to_pass): Add pdfdir.
2685         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2686         target.
2687         * configure: Regenerate
2688         * Makefile.in: Regenerate
2689
2690 2007-02-28  Eric Christopher  <echristo@apple.com>
2691
2692         Revert:
2693         2006-12-07  Mike Stump  <mrs@apple.com>
2694
2695         * Makefile.def (dependencies): Add dependency for
2696         install-target-libssp and install-target-libgomp on
2697         install-gcc.
2698         * Makefile.in: Regenerate.
2699
2700 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
2701
2702         * configure: Regenerate.
2703         * configure.ac: Move statements after variable declarations.
2704
2705 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
2706
2707         * MAINTAINERS: Add myself as sh maintainer.
2708
2709 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
2710
2711         * configure.ac: Adjust for loop syntax.
2712         * configure: Regenerate.
2713
2714 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2715
2716         * configure: Rebuilt.
2717
2718 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2719
2720         * configure.ac: Drop multiple occurrences of --enable-languages,
2721         and fix its quoting.
2722         * configure: Rebuilt.
2723
2724 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
2725             Nathan Sidwell  <nathan@codesourcery.com>
2726             Vladimir Prus  <vladimir@codesourcery.com>
2727             Joseph Myers  <joseph@codesourcery.com>
2728
2729         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2730         * configure: Regenerate.
2731
2732 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
2733
2734         * ltconfig (freebsd*): Default to elf.
2735
2736 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2737
2738         * configure.ac (target_libraries): Move libgcc before libiberty.
2739         * configure: Regenerated.
2740
2741 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2742             Paolo Bonzini  <bonzini@gnu.org>
2743
2744         PR bootstrap/30753
2745         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
2746         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
2747         * configure: Regenerated.
2748
2749 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2750
2751         * MAINTAINERS (Language Front End Maintainers): Update my mail
2752         address.
2753
2754 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2755
2756         PR bootstrap/30748
2757         * configure.ac: Correct syntax for Solaris ksh.
2758         * configure: Regenerated.
2759
2760 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2761
2762         * configure.ac: Sync with src.
2763         * configure: Regenerate.
2764
2765 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2766
2767         * Makefile.in: Regenerate.
2768
2769 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2770
2771         * config.sub: Sync with src.
2772
2773 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2774
2775         * Makefile.tpl (build_alias, host_alias, target_alias): Use
2776         noncanonical equivalents.
2777         * configure.in: Rename to...
2778         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
2779         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
2780         target_noncanonical.  Use them.  Rewrite removal of configure
2781         arguments for autoconf 2.59.  Discard variable settings.  Force
2782         program_transform_name for native tools.
2783
2784         * Makefile.in: Regenerated.
2785         * configure: Regenerated with autoconf 2.59.
2786
2787 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
2788
2789         * MAINTAINERS (Write After Approval): Add myself.
2790
2791 2007-01-31  Andreas Schwab  <schwab@suse.de>
2792
2793         * Makefile.tpl (LDFLAGS): Substitute it.
2794         * Makefile.in: Regenerate.
2795
2796 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
2797
2798         * MAINTAINERS (Write After Approval): Add myself.
2799
2800 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
2801
2802         * MAINTAINERS (spu port): Add myself.
2803
2804 2007-01-23  Richard Guenther  <rguenther@suse.de>
2805
2806         PR bootstrap/30541
2807         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
2808         * Makefile.tpl (GNATBIND): Substitute it.
2809         (GNATMAKE): Likewise.
2810         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
2811         of STAGE_PREFIX.
2812         * Makefile.in: Regenerate.
2813         * configure: Regenerate.
2814
2815 2007-01-18  Mike Stump  <mrs@apple.com>
2816
2817         * configure.in: Re-enable -Werror for gcc builds.
2818
2819 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
2820
2821         * MAINTAINERS (Write After Approval): Add myself.
2822
2823 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2824
2825         * configure.in: Change == to = in test command.
2826         * configure: Regenerate.
2827
2828 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2829             Nick Clifton  <nickc@redhat.com>
2830             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
2831
2832         * configure.in (build_configargs, host_configargs, target_configargs):
2833         Remove build/host/target parameters.
2834         (host_libs): Add gmp and mpfr.
2835         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2836         * Makefile.def (gmp, mpfr): New.
2837         (gcc): Remove target.
2838         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2839         target_os, target_vendor): New.
2840         (configure): Add host_alias/target_alias arguments; adjust invocations.
2841         * configure: Regenerate.
2842         * Makefile.in: Regenerate.
2843
2844 2007-01-11  Matt Fago  <fago@earthlink.net>
2845
2846         * configure.in: Try to link to functions only in mpfr 2.2.x
2847         to improve robustness of configure tests.
2848         * configure: Regenerate.
2849
2850 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
2851
2852         * MAINTAINERS: Add myself as i386 maintainer.
2853
2854 2007-01-08  Jan Hubicka  <jh@suse.cz>
2855
2856         * MAINTAINERS: Add myself as i386 maintainer.
2857
2858 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
2859
2860         * configure.in: Add support for an x86_64-mingw* target.
2861         * configure: Regenerate.
2862
2863 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
2864
2865         * Makefile.tpl (all-target): Correct @if conditional for target
2866         modules.
2867         * configure.in: Omit libiberty if building only target libgcc.
2868         * configure, Makefile.in: Regenerated.
2869
2870 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
2871
2872         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
2873         * configure: Regenerate.
2874
2875 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
2876
2877         * Makefile.def (target_modules): Add libgcc.
2878         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
2879         * Makefile.tpl (clean-target-libgcc): Delete.
2880         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2881         on gcc even for bootstrapped modules.  Rewrite handling of
2882         lang_env_dependencies to loop over target_modules.
2883         * configure.in (target_libraries): Add target-libgcc.
2884         * Makefile.in, configure: Regenerated.
2885
2886 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2887
2888         * configure.in: Reorganize recognition of languages.  Add
2889         --enable-stage1-languages.  Show supported languages for the chosen
2890         target rather than all recognized languages.
2891         * configure: Regenerate.
2892
2893 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2894
2895         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2896         * Makefile.in: Regenerate.
2897
2898 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2899
2900         * configure.in: Warn that MPFR 2.2.0 is buggy.
2901         * configure: Regenerate.
2902
2903 2006-12-27  Ian Lance Taylor  <iant@google.com>
2904
2905         * configure.in: When removing Makefiles to force a reconfigure, also
2906         remove prev-DIR*/Makefile.
2907         * configure: Regenerate.
2908
2909 2006-12-22  Andreas Schwab  <schwab@suse.de>
2910
2911         * configure: Regenerate with correct autoconf version.
2912
2913 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
2914
2915         * configure.in: add AC_SUBST for *_FOR_TARGET.
2916         * configure: Regenerate.
2917
2918 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2919
2920         * configure.in: Simplify logic for rejecting languages that cannot
2921         be built.  Separate the case when a language is unsupported,
2922         from the case when the user chooses not to build a language.
2923
2924 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2925
2926         * configure.in: Remove "$build" case for powerpc-*-darwin* since
2927         it only affects bootstrap and could be tested on "$host" as well.
2928         * configure: Regenerate.
2929         * config/mh-ppc-darwin: Add to the stage1 cflags here.
2930
2931 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2932
2933         PR bootstrap/29544
2934         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2935         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2936         move here comment from Makefile.tpl.
2937         * Makefile.tpl: Move some definitions higher in the file.
2938         (STAGE1_CHECKING): New.
2939         * configure.in: Add --enable-stage1-checking.
2940         * configure: Regenerate.
2941         * Makefile.in: Regenerate.
2942
2943 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2944
2945         * MAINTAINERS: Add myself as build system maintainer.
2946
2947 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
2948
2949         * MAINTAINERS (Write After Approval): Add myself.
2950
2951 2006-12-13  Eric Christopher  <echristo@apple.com>
2952
2953         * MAINTAINERS: Add myself as darwin maintainer.
2954
2955 2006-12-11  Ian Lance Taylor  <ian@airs.com>
2956
2957         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
2958
2959 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
2960
2961         MAINTAINERS: Update my entry.
2962
2963 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
2964
2965         * configure.in:  Handle spu makefile frag.
2966         * Makefile.tpl (MAINT): Define
2967         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2968         * configure: Regenerate.
2969         * Makefile.in: Regenerate.
2970
2971 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2972
2973         * config.guess: Import latest version.
2974         * config.sub: Likewise.
2975
2976 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2977
2978         * configure.in (spu-*-*): Don't skip target-libiberty.
2979         * configure: Regenerate.
2980
2981 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2982
2983         PR bootstrap/30134
2984         * configure.in: Correct x86 darwin support for libjava to powerpc
2985         and i?86 only.
2986         * configure: Regenerate.
2987
2988 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
2989
2990         * configure.in: Add x86 darwin support for libjava.
2991         * configure: Regenerate.
2992
2993 2006-12-07  Mike Stump  <mrs@apple.com>
2994
2995         * Makefile.def (dependencies): Add dependency for
2996         install-target-libssp and install-target-libgomp on
2997         install-gcc.
2998         * Makefile.in: Regenerate.
2999
3000 2006-12-04  Richard Guenther  <rguenther@suse.de>
3001
3002         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
3003         (Non-Algorithmic Maintainers): Move over non-algorithmic
3004         loop optimizer maintainers, add myself as a non-algorithmic
3005         middle-end maintainer.
3006
3007 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
3008
3009         * MAINTAINERS (Write After Approval): Add myself.
3010
3011 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3012
3013         * configure.in: Update error message for missing GMP/MPFR.
3014
3015         * configure: Regenerate.
3016
3017 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3018
3019         * configure.in: Update MPFR version in error message.
3020
3021         * configure: Regenerate.
3022
3023 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3024
3025         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3026         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3027         --with-gmp-lib): New flags.
3028
3029         * configure: Regenerate.
3030
3031 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
3032
3033         * MAINTAINERS (Write After Approval): Change my email address.
3034
3035 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3036
3037         * MAINTAINERS (Write After Approval): Add myself.
3038
3039 2006-11-22  Philipp Thomas  <pth@suse.de>
3040
3041         * MAINTAINERS (i18n): Update e-mail address.
3042
3043 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3044
3045         * MAINTAINERS (spu port): Add myself as maintainer.
3046         (Write After Approval): Remove myself.
3047
3048 2006-11-22  Ben Elliston  <bje@au.ibm.com>
3049
3050         * configure.in (skipdirs): Don't build libssp for SPU.
3051         * configure: Regenerate.
3052
3053 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3054
3055         * MAINTAINERS (spu port): Add myself as maintainer.
3056         (libobjc): Update my email address.
3057
3058 2006-11-21  Andrea Bona  <andrea.bona@st.com>
3059
3060         * MAINTAINERS (Write After Approval): Add myself.
3061
3062 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3063
3064         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
3065         * configure : Rebuilt.
3066
3067 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3068
3069         * MAINTAINERS (Write After Approval): Add myself.
3070
3071 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
3072
3073         * MAINTAINERS (Write After Approval): Add myself.
3074
3075 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3076
3077         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
3078         libmpfr.a.
3079         * configure: Regenerate.
3080
3081 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
3082
3083         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3084         (unstage): Test for stage_last presence.
3085
3086         PR bootstrap/29802
3087         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
3088         STAGE_PREFIX.
3089         * Makefile.in: Regenerate.
3090
3091 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
3092
3093         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
3094         maintainers.
3095
3096 2006-11-14  Erven Rohou  <erven.rohou@st.com>
3097
3098         * MAINTAINERS (Write After Approval): Add myself.
3099
3100 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
3101
3102         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
3103         and stageN-package/Makefile.
3104         * Makefile.in: Regenerated.
3105
3106 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
3107
3108         * configure.in: Remove target-libgloss from noconfigdirs for
3109         bfin-*-*.
3110         * configure: Regenerated.
3111
3112 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3113
3114         * configure.in (have_gmp): Only error if the gcc directory exists.
3115
3116         * configure: Regenerate.
3117
3118 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3119
3120         * configure.in: Robustify error message for missing GMP/MPFR.
3121
3122         * configure: Regenerate.
3123
3124 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
3125
3126         * MAINTAINERS (Write After Approval): Add myself.
3127
3128 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
3129
3130         * MAINTAINERS: Change email address.
3131
3132 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
3133
3134         * MAINTAINERS (Write After Approval): Add myself.
3135
3136 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
3137
3138         * MAINTAINERS (Write After Approval): Add myself.
3139
3140 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
3141
3142         * MAINTAINERS (Write After Approval): Move myself to
3143         Write After Approval section.
3144
3145 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3146
3147         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
3148         need_gmp anymore.
3149         * configure: Regenerate.
3150
3151 2006-10-16  Tobias Burnus  <burnus@net-b.de>
3152
3153         * MAINTAINERS (Write After Approval): Add myself.
3154
3155 2006-10-16  Ben Elliston  <bje@au.ibm.com>
3156
3157         * config.guess: Import latest version.
3158         * config.sub: Likewise.
3159
3160 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
3161
3162         * Makefile.def: Added pdf target handling.
3163         * Makefile.tpl: Added pdf target handling.
3164         * Makefile.in: Regenerated.
3165
3166 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
3167
3168         * MAINTAINERS: Add self as score port maintainer.
3169
3170 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
3171
3172         * MAINTAINERS (Write After Approval): Add myself.
3173
3174 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
3175
3176         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
3177         or newer.
3178         * configure: Regenerated.
3179
3180 2006-09-27  Dave Brolley  <brolley@redhat.com>
3181
3182         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
3183         using $s instead of $r.
3184         * configure: Regenerated.
3185
3186 2006-09-26  Thiemo Seufer  <ths@mips.com>
3187
3188         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3189         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3190         * configure: Regenerate.
3191
3192 2006-09-24  Graeme Peterson  <gridly@gmail.com>
3193
3194         * MAINTAINERS (Write After Approval): Remove myself.
3195
3196 2006-09-22  Chao-ying Fu  <fu@mips.com>
3197
3198         * MAINTAINERS (Write After Approval): Add myself.
3199
3200 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
3201
3202         * MAINTAINERS: Add self as soft-fp maintainer.
3203
3204 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
3205
3206         * MAINTAINERS: Add myself as avr maintainer.
3207         Remove Marek Michalkiewicz as avr maintainer.
3208
3209 2006-09-07  Roberto Costa  <roberto.costa@st.com>
3210
3211         * MAINTAINERS (Write After Approval): Add myself.
3212
3213 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3214
3215         * configure.in: Never build newlib for a Mingw host.
3216         Never build newlib as Mingw target library.
3217         Test the existence of winsup/cygwin for building a Cygwin newlib,
3218         rather than just winsup.
3219         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3220         building a Mingw target.
3221         * configure: Regenerate.
3222
3223 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3224
3225         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
3226
3227 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
3228
3229         * config.guess: Import from src (was more updated).
3230         * config.sub: Likewise.
3231
3232 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
3233
3234         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3235         * configure: Regenerated.
3236
3237 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
3238
3239         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3240         for stages after the first.
3241
3242 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
3243
3244         * Makefile.def: Add dependencies for configure-opcodes
3245         on configure-intl and all-opcodes on all-intl.
3246         * Makefile.in: Regenerated.
3247
3248 2006-07-13  Ben Elliston  <bje@au.ibm.com>
3249
3250         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
3251
3252 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3253
3254         Port to hosts whose 'sort' and 'tail' implementations
3255         treat operands with leading '+' as file names, as POSIX
3256         has required since 2001.  However, make sure the code still
3257         works on pre-POSIX hosts.
3258         * ltmain.sh: Don't assume "sort +2" is equivalent to
3259         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3260
3261 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
3262
3263         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
3264
3265 2006-07-04  Peter O'Gorman  <peter@pogma.com>
3266
3267         * ltconfig: chmod 644 before ranlib during install.
3268
3269 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3270
3271         PR bootstrap/18058
3272         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3273         if the bootstrap compiler is a GCC version that supports it.
3274         * configure: Regenerate.
3275
3276 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3277
3278         * configure.in: Fix thinkos in previous check-in.
3279         * configure: Regenerate.
3280
3281 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3282
3283         PR other/27063
3284         * configure.in: Test subdir_requires and give an appropriate
3285         error message.
3286         * configure: Regenerate.
3287
3288 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
3289
3290         * MAINTAINERS (Write After Approval): Add myself.
3291
3292 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
3293
3294         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3295
3296 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
3297
3298         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3299
3300 2006-06-20  David Ayers  <d.ayers@inode.at>
3301
3302         PR bootstrap/28072
3303         * configure.in: Add target-boehm-gc to noconfigdirs depending on
3304         whether target-libjava is being configured instead of whether the
3305         java front end is enabled.
3306         * configure: Regenerate.
3307
3308 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3309
3310         PR target/27540
3311         * configure.in: Only enable libgomp on IRIX 6.
3312         * configure: Regenerate.
3313
3314 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
3315
3316         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3317         too.
3318         * Makefile.in: Regenerate.
3319
3320 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
3321
3322         * config-ml.in: Alter CCASFLAGS to include special
3323         multilib options the same as is done for CFLAGS.
3324
3325 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3326
3327         * configure.in: Don't enable libgomp on hpux10.
3328         * configure: Rebuilt.
3329
3330 2006-06-12  David Ayers  <d.ayers@inode.at>
3331
3332         PR bootstrap/27963
3333         PR target/19970
3334         * configure.in: Remove target-boehm-gc from noconfigdirs where
3335         ${libgcj} is specified.
3336         * configure: Regenerate.
3337
3338 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
3339
3340         Sync from src:
3341
3342         * configure.in: Sync.
3343         * configure: Regenerated.
3344
3345         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3346
3347         * Makefile.def: Added dependencies from sim and gdb on intl, and
3348         added configure dependencies to everything with an all dependency
3349         on intl.
3350         * Makefile.in: Regenerated.
3351
3352 2006-06-06  David Ayers  <d.ayers@inode.at>
3353
3354         PR libobjc/13946
3355         * Makefile.def: Add dependencies for libobjc which boehm-gc.
3356         * Makefile.in: Regenerate.
3357         * configure.in: Add --enable-objc-gc at toplevel and have it
3358         enable boehm-gc for Objective-C.
3359         Remove target-boehm-gc from libgcj.
3360         Add target-boehm-gc to target_libraries.
3361         Add target-boehm-gc to noconfigdirs where ${libgcj}
3362         is specified.
3363         Assert that boehm-gc is supported when requested for Objective-C.
3364         Only build boehm-gc if needed either for Java or Objective-C.
3365         * configure: Regenerate.
3366
3367 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
3368
3369         PR 27674
3370         * Makefile.tpl (configure-[+prefix+][+module+],
3371         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3372         Remove rule to unstage bootstrapped modules.
3373         (stage_current): New.
3374         * Makefile.in: Regenerate.
3375
3376 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3377
3378         * MAINTAINERS (Write After Approval): Update my e-mail address.
3379
3380 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
3381
3382         * include/libiberty.h: Declare pex_run_in_environment.
3383
3384 2006-05-31  Asher Langton  <langton2@llnl.gov>
3385
3386         * MAINTAINERS (Write After Approval): Add myself.
3387
3388 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
3389
3390         * Makefile.def (bfd, opcodes): Fix lib_path.
3391         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3392         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
3393         * Makefile.in: Regenerate.
3394
3395 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3396
3397         * Makefile.in: Regenerate.
3398
3399 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3400
3401         * Makefile.def: Add install-html target. Add datarootdir
3402         docdir and htmldir to flags_to_pass.
3403         * Makefile.tpl: Add install-html target.
3404         * Makefile.in: Regenerate.
3405         * configure.in: Add --with-datarootdir, --with-docdir, and
3406         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
3407         * configure: Regenerate.
3408
3409 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
3410
3411         * configure.in: Enable gprof for cross builds.
3412         * configure: Regenerate.
3413
3414 2006-05-22  Richard Guenther  <rguenther@suse.de>
3415
3416         Revert
3417         2006-01-31  Richard Guenther  <rguenther@suse.de>
3418         Paolo Bonzini  <bonzini@gnu.org>
3419
3420         * Makefile.def (target_modules): Add libgcc-math target module.
3421         * configure.in (target_libraries): Add libgcc-math target library.
3422         (--enable-libgcc-math): New configure switch.
3423         * Makefile.in: Re-generate.
3424         * configure: Re-generate.
3425         * libgcc-math: New toplevel directory.
3426
3427 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3428             Andreas Tobler  <a.tobler@schweiz.ch>
3429
3430         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
3431         * configure: Rebuilt.
3432
3433 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
3434
3435         * MAINTAINERS (Write After Approval): Add myself.
3436
3437 2006-05-01  DJ Delorie  <dj@redhat.com>
3438
3439         * configure.in: Restore CFLAGS if GMP isn't present.
3440         * configure: Regenerate.
3441
3442 2006-05-01  Richard Guenther  <rguenther@suse.de>
3443
3444         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
3445         maintainer.
3446
3447 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
3448
3449         * MAINTAINERS (Write After Approval): Add myself.
3450
3451 2006-04-28  Jan Beulich  <jbeulich@novell.com>
3452
3453         * MAINTAINERS (Write After Approval): Add myself.
3454
3455 2006-04-18  DJ Delorie  <dj@redhat.com>
3456
3457         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
3458         reference libgloss so that libssp can be built in a combined
3459         tree.
3460         * configure: Regenerate.
3461
3462 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
3463
3464         * MAINTAINERS (Write After Approval): Add myself.
3465
3466 2006-04-05  Ben Elliston  <bje@au.ibm.com>
3467
3468         * configure.in: Require makeinfo 4.4 or higher.
3469         * configure: Regenerate.
3470
3471 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
3472
3473         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
3474         Rearrange the entries of other libraries to have them in one place.
3475
3476 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
3477
3478         * MAINTAINERS (Write After Approval): Remove myself.
3479         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3480
3481 2006-03-14  Richard Guenther  <rguenther@suse.de>
3482
3483         * configure: Regenerate with autoconf 2.13.
3484
3485 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
3486
3487         * MAINTAINERS: Use my work address.
3488
3489         * MAINTAINERS: Update my E-mail address.
3490
3491 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
3492
3493         * configure.in: Handle --disable-<component> generically.
3494         * configure: Regenerate.
3495
3496 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3497
3498         PR libgcj/17311
3499         * ltmain.sh: Don't use "$finalize_rpath" for compile.
3500
3501 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
3502
3503         * MAINTAINERS (Write After Approval):  Remove myself.
3504         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3505
3506 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
3507
3508         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
3509         (TARGET_CONFIGDIRS): Remove.
3510         * configure.in: Remove AC_SUBST(target_configdirs).
3511         * Makefile.in, configure: Regenerated.
3512
3513 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
3514
3515         * MAINTAINERS (Write After Approval):  Remove myself.
3516         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3517
3518 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
3519
3520         PR bootstrap/25670
3521
3522         * Makefile.tpl ([+compare-target+]): Print explanation messages.
3523
3524         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3525         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3526         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3527         BUILD_PREFIX, BUILD_PREFIX_1.
3528         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3529
3530         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3531         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3532
3533         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3534         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3535         of `cat stage_current`.  Always provide the `r' and `s' variables.
3536         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3537         a single shell execution.
3538         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3539         bootstrapped modules, make the stage1 module if the build was not
3540         started yet, else build the current stage.
3541         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3542         (all-build, all-host, all-target, [+make_target+]-host,
3543         [+make_target+]-target): Do not use \-continued lines.
3544         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3545         (current_stage, restrap, stage_last): New.
3546
3547         * Makefile.in: Regenerate.
3548         * configure: Regenerate.
3549
3550 2006-02-19  Bud Davis  <jmdavis@link.com>
3551
3552         * MAINTAINERS (Write After Approval):  Remove myself.
3553         (Language Front End Maintainers):  Add myself as fortran 95
3554         maintainer and update e-mail address.
3555
3556 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3557
3558         * MAINTAINERS (Write After Approval):  Remove myself.
3559         (Language Front End Maintainers):  Add myself as fortran 95
3560         maintainer.
3561
3562 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
3563
3564         * MAINTAINERS (Write After Approval): Add myself.
3565
3566 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
3567
3568         * MAINTAINERS (Write After Approval):  Remove myself.
3569         (Language Front End Maintainers):  Add myself as
3570         fortran 95 maintainer.
3571
3572 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3573
3574         Sync from src:
3575
3576         2005-12-27  Leif Ekblad  <leif@rdos.net>
3577
3578         * configure.in: Add support for RDOS target.
3579         * configure: Regenerate.
3580
3581 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3582             Andreas Schwab  <schwab@suse.de>
3583
3584         * configure: Regenerate.
3585
3586 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
3587
3588         * configure.in (enable_libgomp): Add AIX.
3589         * configure: Regenerate.
3590
3591 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
3592
3593         * MAINTAINERS (Write After Approval): Add myself.
3594
3595 2006-02-03  Lee Millward  <lee.millward@gmail.com>
3596
3597         * MAINTAINERS (Write After Approval): Add myself.
3598
3599 2006-01-31  Richard Guenther  <rguenther@suse.de>
3600         Paolo Bonzini  <bonzini@gnu.org>
3601
3602         * Makefile.def (target_modules): Add libgcc-math target module.
3603         * configure.in (target_libraries): Add libgcc-math target library.
3604         (--enable-libgcc-math): New configure switch.
3605         * Makefile.in: Re-generate.
3606         * configure: Re-generate.
3607         * libgcc-math: New toplevel directory.
3608
3609 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
3610
3611         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3612         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3613         the assembler, linker and binutils.
3614         * configure: Regenerate.
3615
3616 2006-01-22  Dirk Mueller  <dmueller@suse.de>
3617
3618         * MAINTAINERS (Write After Approval): Add myself.
3619
3620 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
3621
3622         * configure: Regenerate.
3623
3624 2006-01-18  Richard Henderson  <rth@redhat.com>
3625             Jakub Jelinek  <jakub@redhat.com>
3626             Diego Novillo  <dnovillo@redhat.com>
3627
3628         * libgomp: New directory.
3629         * Makefile.def: Add target_module libgomp.
3630         * Makefile.in: Regenerate.
3631         * configure.in (target_libraries): Add target-libgomp.
3632         * configure: Regenerate.
3633
3634 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
3635
3636         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3637         @ from continuation.
3638         * Makefile.in: Rebuilt.
3639
3640 2006-01-04  Chris Lattner  <sabre@gnu.org>
3641
3642         * MAINTAINERS (Write After Approval): Add myself.
3643
3644 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3645
3646         PR bootstrap/24252
3647
3648         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3649         * Makefile.tpl (OBJDUMP): New.
3650         (EXTRA_HOST_FLAGS): Add it.
3651         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3652
3653         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3654         to use symbolic links between directories.  Avoid race conditions
3655         or make them harmless.
3656         * configure.in: Do not try to use symbolic links between directories.
3657
3658         * Makefile.def (LEAN): Pass.
3659         * Makefile.tpl (LEAN): Define.
3660         (stage[+id+]-start): Accept that the previous directory does not
3661         exist, if the bootstrap is lean.
3662         (stage[+id+]-bubble): Invoke lean bootstrap commands after
3663         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
3664         configure substitution.
3665         ([+compare-target+]): Likewise.
3666         ([+bootstrap-target+]-lean): New.
3667         * configure.in: Remove lean bootstrap support from here.
3668
3669         * Makefile.in: Regenerate.
3670         * configure: Regenerate.
3671
3672 2006-01-04  Ben Elliston  <bje@au.ibm.com>
3673
3674         * MAINTAINERS (libdecnumber): Add myself.
3675
3676 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
3677
3678         * libtool-ldflags: New script.
3679
3680 2006-01-02  Andreas Schwab  <schwab@suse.de>
3681
3682         * configure.in: When reconfiguring remove Makefile in
3683         all stage directories.
3684         * configure: Regenerate.
3685
3686 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
3687
3688         * MAINTAINERS: Update my email address.
3689
3690 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
3691
3692         Revert Ada-related part of the previous change.
3693
3694         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3695         Do not pass.
3696         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3697         * Makefile.in: Regenerate.
3698         * configure.in: Do not include mt-ppc-aix target fragment.
3699         * configure: Regenerate.
3700
3701 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
3702
3703         * configure.in: Select appropriate fragments for PowerPC/AIX.
3704         * configure: Regenerate.
3705
3706         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3707         BOOT_CFLAGS, BOOT_LDFLAGS.
3708         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3709         BOOT_CFLAGS, BOOT_LDFLAGS.
3710         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3711         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3712         (stage): Fail if we cannot complete the work.
3713         * Makefile.in: Regenerate.
3714
3715 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
3716
3717         * configure.in: Replace ms1 with mt.
3718         * configure: Rebuilt.
3719
3720 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
3721
3722         * MAINTAINERS: Update my email address.
3723
3724 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
3725
3726         * Makefile.tpl (all, do-[+make_target+], do-check, install,
3727         install-host-nogcc): Don't invoke $(stage) at the end.
3728         * Makefile.in: Regenerate.
3729
3730 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
3731
3732         * configure.in: Flip the top-level bootstrap switch.
3733         * configure: Regenerate.
3734
3735 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
3736
3737         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3738         $(stage) and $(unstage).
3739         (EXTRA_TARGET_FLAGS): Correct double-quoting.
3740         (all): Remove stray semicolon.
3741         (local-distclean): Don't handle multilib.tmp and multilib.out.
3742         (install.all): Set $s for consistency.
3743         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3744         check_multilibs setting.  Always make the install directory.
3745         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3746         Correct @if/@endif.
3747         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3748         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3749         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3750         (multilib.out): Remove.
3751         * Makefile.in: Regenerated.
3752
3753 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
3754
3755         * MAINTAINERS (Write After Approval): Add myself.
3756
3757 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3758
3759         * MAINTAINERS: Add myself as mt maintainer.
3760
3761         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
3762
3763 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
3764
3765         * MAINTAINERS: Change email address.
3766
3767 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3768
3769         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3770         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3771         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
3772         Find in-tree tools if available.
3773         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3774         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3775         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3776         (COMPILER_*_FOR_TARGET): New.
3777         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3778         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3779         (CONFIGURED_*, USUAL_*): Remove.
3780         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3781         STRIP): Use autoconf substitutions.
3782         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3783         COMPILER_NM_FOR_TARGET): New.
3784         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3785
3786         (all): Make all-host and all-target in parallel.
3787         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3788         that $$r and $$s are set before invoking a recursive make.
3789         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3790         ([+bootstrap-target+]): Inline most of the `all' target.
3791
3792 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3793
3794         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3795         from the gcc build directory.
3796         * Makefile.in: Regenerate.
3797
3798 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3799
3800         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
3801         depend on all-libdecnumber.
3802         * configure.in (host_libs): Include libdecnumber.
3803         * Makefile.in: Regenerate.
3804         * configure: Likewise.
3805
3806 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3807
3808         * libdecnumber: Import decNumber sources from the dfp-branch.
3809
3810 2005-11-21  Kean Johnston  <jkj@sco.com>
3811
3812         * config.sub, config.guess: Sync from upstream sources.
3813
3814 2005-11-21  Ben Elliston  <bje@au.ibm.com>
3815
3816         Import from Autoconf sources:
3817
3818         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3819         * config/move-if-change: Don't output "$2 is unchanged";
3820         suggested by Ben Elliston.  Handle weird characters correctly.
3821
3822 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
3823
3824         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
3825         to match upstream libtool for darwin.
3826
3827 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
3828
3829         * Makefile.def: Remove gdb dependencies for gdbtk.
3830         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3831         (configure-gdb, install-gdb): New rules.
3832         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3833         * Makefile.in, configure: Regenerated.
3834
3835 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
3836
3837         * MAINTAINERS (Write After Approval): Add myself.
3838
3839 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
3840
3841         * MAINTAINERS (Write After Approval): Add myself.
3842
3843 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
3844
3845         * MAINTAINERS (alias analysis): Add Daniel Berlin and
3846         Diego Novillo.
3847
3848 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
3849
3850         PR bootstrap/24297
3851         * Makefile.tpl (do-[+make-target+], do-check, install,
3852         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3853         are set before recursing.
3854         * Makefile.in: Regenerate.
3855
3856 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
3857
3858         PR bootstrap/18939
3859         * Makefile.def (gcc) <target>: Fix thinko.
3860         * Makefile.in: Regenerate.
3861
3862 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
3863
3864         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3865         * configure: Regenerate.
3866
3867 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
3868
3869         * MAINTAINERS (Write After Approval): Add self.
3870
3871 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
3872
3873         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3874         target-libffi, target-qthreads, target-libjava, and
3875         targetlibobjc.
3876         * configure: Regenerate.
3877
3878 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
3879
3880         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3881         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3882         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3883         (USUAL_OBJDUMP_FOR_TARGET): New.
3884         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3885         * configure.in: Check for $OBJDUMP_FOR_TARGET.
3886         * configure, Makefile.in: Regenerated.
3887
3888 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3889
3890         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3891         before other host packages.
3892
3893 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
3894
3895         * MAINTAINERS: Add self as sh libraries/configury maintainer.
3896
3897 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3898
3899         PR bootstrap/22340
3900
3901         * configure.in (default_target): Remove.
3902         * Makefile.tpl (all): Do not use prerequisites as subroutines
3903         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3904         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3905         use prerequisites as subroutines.
3906         (check-host, check-target): New.
3907         (bootstrap configure & all targets): Do not use stage*-start
3908         if the directory layout is already ok.
3909         (non-bootstrap configure & all targets): Prepend a $(unstage).
3910         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
3911         (NOTPARALLEL): Remove.
3912         (unstage, stage variables): New variables.
3913         (unstage, stage targets): Simply expand to those variables.
3914
3915         * configure: Regenerate.
3916         * Makefile.in: Regenerate.
3917
3918 2005-10-04  James E Wilson  <wilson@specifix.com>
3919
3920         * Makefile.def (lang_env_dependencies): Add libmudflap.
3921         * Makefile.in: Regenerate.
3922
3923 2005-10-03  Andreas Schwab  <schwab@suse.de>
3924
3925         Backport from libtool CVS:
3926         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
3927
3928         * ltmain.sh: add support for installing into temporary
3929         staging area (e.g. 'make install DESTDIR=...')
3930
3931 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
3932
3933         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3934         * configure: Regenerated.
3935
3936 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
3937
3938         * configure: Regenerate with the correct
3939         autoconf version.
3940
3941 2005-09-30  Catherine Moore  <clm@cm00re.com>
3942
3943         * configure.in (bfin-*-*): New.
3944         * configure: Regenerated.
3945
3946 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
3947
3948         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3949         (LIPO_FOR_TARGET): New.
3950         (CONFIGURED_LIPO_FOR_TARGET): New.
3951         (USUAL_LIPO_FOR_TARGET): New.
3952         (STRIP_FOR_TARGET): New.
3953         (CONFIGURED_STRIP_FOR_TARGET): New.
3954         (USUAL_STRIP_FOR_TARGET): New.
3955         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3956         STRIP_FOR_TARGET.
3957         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3958         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3959         * Makefile.in: Regenerate.
3960         * configure: Regenerate.
3961
3962 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
3963
3964         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3965         (rs6000-*-aix*): Same.
3966         * configure: Regenerate.
3967
3968 2005-09-16  Tom Tromey  <tromey@redhat.com>
3969
3970         * MAINTAINERS: Add self as java maintainer.
3971
3972 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3973
3974         * configure.in: Recognize f95 in the --enable-languages option,
3975         and substitute it for fortran, issuing a warning.
3976         * configure: Regenerate.
3977
3978 2005-08-30  Phil Edwards  <phil@codesourcery.com>
3979
3980         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
3981         * configure:  Regenerated.
3982
3983 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
3984
3985         * MAINTAINERS: Add self as ms1 maintainer.
3986
3987 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
3988
3989         * Makefile.def (libssp): Add to lang_env_dependencies.
3990         * Makefile.in: Regenerate.
3991
3992 2005-08-18  Ian Lance Taylor  <ian@airs.com>
3993
3994         * MAINTAINERS: Add myself as middle-end maintainer.
3995
3996 2005-08-17  Christian Groessler  <chris@groessler.org>
3997
3998         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3999         * Makefile.in: Regenerate.
4000
4001 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
4002
4003         * MAINTAINERS (write after approval): Added myself.
4004
4005 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
4006
4007         * MAINTAINERS (Write After Approval): Add myself.
4008
4009 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
4010
4011         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4012         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4013         Look for alternate names of the target cc and c++
4014         * configure: Regenerate.
4015
4016 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
4017
4018         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4019         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4020         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4021         tools; remove code to manually set them.
4022         (Target tools): Look in the environment for them.
4023         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4024         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4025         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4026         build directory.
4027         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4028         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4029         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4030         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4031         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4032         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4033         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4034         * configure: Regenerate.
4035         * Makefile.in: Regenerate.
4036
4037 2005-07-28  Ben Elliston  <bje@au.ibm.com>
4038
4039         * MAINTAINERS: Update for removed CPU targets.
4040
4041 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
4042
4043         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4044         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4045         * Makefile.in: Regenerated.
4046
4047 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
4048
4049         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4050         (CFLAGS_FOR_TARGET): Use it.
4051         (CXXFLAGS_FOR_TARGET): Likewise.
4052         * Makefile.in: Regenerated.
4053         * configure.in (--with-build-sysroot): New option.
4054         * configure: Regenerated.
4055
4056 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
4057
4058         * Makefile.tpl: Wrap install between unstage and stage
4059         * Makefile.in: Regenerate.
4060
4061 2005-07-21  Eric Christopher  <echristo@apple.com>
4062
4063         * MAINTAINERS: Update affiliation.
4064
4065 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
4066
4067         * MAINTAINERS: Add self as crx port maintainer.
4068
4069 2005-07-20  DJ Delorie  <dj@redhat.com>
4070
4071         * MAINTAINERS: Add self as m32c maintainer.
4072
4073 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
4074
4075         * all files: Update FSF address.
4076
4077 2005-07-15  Eric Christopher  <echristo@redhat.com>
4078
4079         * MAINTAINERS: Change affiliation.
4080
4081 2005-07-14  Jim Blandy  <jimb@redhat.com>
4082
4083         * configure.in: Add cases for Renesas m32c.
4084         * configure: Regenerated.
4085
4086 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4087
4088         * COPYING.LIB: Update from fsf.org.
4089
4090 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4091
4092         * COPYING, compile, config.guess,
4093         config.sub, install-sh, missing, mkinstalldirs,
4094         symlink-tree, ylwrap: Sync from upstream sources.
4095         * config-ml.in: Update FSF address.
4096
4097 2005-07-13  Eric Christopher  <echristo@redhat.com>
4098
4099         * configure.in: Add toplevel noconfigdir support for tpf.
4100         * configure: Regenerate.
4101
4102 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
4103
4104         PR ada/22340
4105
4106         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4107         * Makefile.in: Regenerate.
4108
4109 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
4110
4111         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
4112         Brolley to write-after-approval.
4113
4114 2005-07-07  Andreas Schwab  <schwab@suse.de>
4115
4116         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4117         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4118         * Makefile.in: Regenerated.
4119
4120 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
4121
4122         * configure.in: Don't build sim or rda when targetting darwin.
4123         * configure: Regenerate.
4124
4125 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
4126
4127         * configure.in: Add --enable-libssp and --disable-libssp.
4128         * configure: Regenerate with autoconf-2.13.
4129
4130 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
4131
4132         * Makefile.def (target_modules): Add libssp.
4133         * configure.in (target_libraries): Add target-libssp.
4134         * configure: Rebuilt.
4135         * Makefile.in: Rebuilt.
4136
4137 2005-07-01  Zack Weinberg  <zackw@panix.com>
4138
4139         * MAINTAINERS: Change email address.  Resign from maintainership.
4140
4141 2005-07-01  Richard Guenther  <rguenther@suse.de>
4142
4143         * MAINTAINERS: Change my e-mail address and affiliation.
4144
4145 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
4146
4147         * Makefile.def (stagefeedback): Come after profile.
4148         Define profiledbootstrap target.
4149         * Makefile.tpl (profiledbootstrap): Remove.
4150         (stageprofile-end): Zap stagefeedback.
4151         (stagefeedback-start): Copy all .gcda files, not only GCC's.
4152         * Makefile.in: Regenerate.
4153
4154 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
4155
4156         * MAINTAINERS: Update my email address.
4157
4158 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
4159
4160         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
4161         In 'cpp' stanza, support '#line' as well as '# '.
4162
4163 2005-06-08  Andreas Schwab  <schwab@suse.de>
4164
4165         * MAINTAINERS: Move myself from 'Write After Approval' to
4166         'CPU Port Maintainers' section as m68k maintainer.
4167
4168 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
4169
4170         * configure.in (unsupported_languages): New macro.
4171         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
4172         non-ported target libraries in noconfigdirs.
4173         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4174         non-linux-gnu.  Remove libgcj_ex_libffi.
4175         <lang_frag loop>: Set add_this_lang=no if the language is in
4176         unsupported_languages.
4177         * configure: Regenerate.
4178
4179 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
4180
4181         * configure.in: Fix typo in handling of --with-mpfr-dir.
4182         * configure: Regenerate.
4183
4184 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
4185
4186         * MAINTAINERS: Update my email address.
4187
4188 2005-06-02  Jim Blandy  <jimb@redhat.com>
4189
4190         * config.sub: Add cases for the Renesas m32c.  (This patch has been
4191         accepted into the master sources.)
4192
4193 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
4194             Michael Snyder  <msnyder@redhat.com>
4195             Stan Cox  <scox@redhat.com>
4196
4197         * configure.in: Set noconfigdirs for ms1.
4198
4199         * configure: Regenerate.
4200
4201 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
4202
4203         * MAINTAINERS (Write After Approval): Add self.
4204
4205 2005-06-01  Josh Conner  <jconner@apple.com>
4206
4207         * MAINTAINERS (Write After Approval): Add self.
4208
4209 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
4210
4211         * MAINTAINERS: Update my email address.
4212
4213 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
4214
4215         * MAINTAINERS (Write After Approval): Add self.
4216
4217 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
4218
4219         * MAINTAINERS (Write After Approval): Remove self.
4220
4221 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
4222
4223         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4224         (Dependencies): Consider target modules for bootstrap dependencies.
4225         Make target bootstrap modules depend on each stage's gcc.
4226         * Makefile.in: Regenerate.
4227
4228 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
4229
4230         * Makefile.def (configure-gcc): Depend on binutils having been built.
4231         (all-gcc): No need to do it here.
4232         * Makefile.in: Regenerate.
4233
4234 2005-05-19  Paul Brook  <paul@codesourcery.com>
4235
4236         * configure.in: Rewrite misleading error message when requested
4237         language cannot be built.
4238         * configure: Regenerate.
4239
4240 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
4241
4242         * ylwrap: Import from Automake 1.9.5.
4243
4244 2005-05-13  David Ung  <davidu@mips.com>
4245
4246         * MAINTAINERS (Write After Approval): Add self.
4247
4248 2005-05-09  Mike Stump  <mrs@apple.com>
4249
4250         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
4251         lt_cv_sys_max_cmd_len for now.
4252
4253 2005-05-09  Stan Cox  <scox@redhat.com>
4254
4255         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
4256
4257 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
4258
4259         * README.SCO: Update the URL.
4260
4261 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
4262
4263         * ltconfig: Define file_list_spec.  Pass file_list_spec and
4264         with_gnu_ld to libtool.
4265         * ltcf-c.sh (aix[45]): Define file_list_spec.
4266         * ltcf-cxx.sh (aix[45]): Same.
4267         * ltcf-gcj.sh (aix[45]): Same.
4268         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
4269         exists, write list of input files to temporary file.
4270
4271 2005-05-04  Mike Stump  <mrs@apple.com>
4272
4273         * configure.in: Always pass --target to target configures as
4274         otherwise rebuilds that do --recheck will fail.
4275         * confiugure: Rebuilt.
4276
4277 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
4278
4279         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4280         STAGE_HOST_EXPORTS.
4281         (configure, all): Add bootstrap support.
4282         (Host modules, target modules): Pass post-stage1 flags and exports.
4283         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4284         * Makefile.in: Regenerate.
4285
4286 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
4287
4288         * configure: Regenerate.
4289
4290 2005-04-27  Mike Stump  <mrs@apple.com>
4291
4292         * MAINTAINERS: Add self as darwin maintainer.
4293
4294 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
4295
4296         * config.sub: Update from master copy.
4297
4298 2005-04-21  Mike Stump  <mrs@apple.com>
4299
4300         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
4301         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
4302
4303 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
4304
4305         * configure.in <crisv32-*-*, cris-*-*>: New local variable
4306         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
4307         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
4308         "*-*-elf" and "*-*-linux*".
4309         * configure: Regenerate.
4310
4311 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
4312
4313         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
4314
4315 2005-04-12  Mike Stump  <mrs@apple.com>
4316
4317         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
4318
4319 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
4320
4321         * MAINTAINERS (Write After Approval): Add myself.
4322
4323 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
4324
4325         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
4326
4327 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
4328
4329         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4330         (TARGET_CONFIGARGS): Include --with-target-subdir.
4331         (configure, all): New macros.  Use them throughout.
4332         * Makefile.in: Regenerate.
4333
4334 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
4335
4336         * MAINTAINERS (Write After Approval): Add myself.
4337
4338 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4339
4340         * MAINTAINERS: Remove 'loop unrolling' maintainer.
4341
4342 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
4343
4344         * MAINTAINERS: Move John Carr to Write After Approval.
4345
4346 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
4347
4348         * config/mh-mingw32: Delete.
4349         * configure.in: Don't use it.
4350         * configure: Regenerate.
4351
4352 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
4353
4354         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4355         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4356         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
4357         (HOST_LIB_PATH): Generate from Makefile.def.
4358         (TARGET_LIB_PATH): Likewise.
4359         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4360         * Makefile.in: Regenerate.
4361         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4362         (RPATH_ENVVAR): Include Darwin case.
4363         * configure: Regenerate.
4364
4365 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
4366
4367         * MAINTAINERS (Various Maintainers): Remove self.
4368         (Write After Approval): Add self.
4369
4370 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
4371
4372         * MAINTAINERS (Various Maintainers): Add self.
4373
4374 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
4375
4376         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4377         * configure: Regenerate.
4378
4379 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
4380
4381         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4382         gcc_version, and gcc_version_trigger from set of flags to pass.
4383         * Makefile.tpl: Remove definitions of above variables.
4384         (config.status): Remove dependency on $(gcc_version_trigger).
4385         * Makefile.in: Regenerate.
4386         * configure.in: Do not reference config/gcc-version.m4 nor
4387         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
4388         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
4389         * configure: Regenerate.
4390
4391 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
4392             Andrew Pinski  <pinskia@physics.uc.edu>
4393
4394         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4395         * Makefile.in: Regenerate.
4396
4397 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
4398
4399         * MAINTAINERS (Write After Approval): Add myself.
4400
4401 2005-03-03  David Ayers  <d.ayers@inode.at>
4402
4403         * MAINTAINERS (Write After Approval): Add myself.
4404
4405 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
4406
4407         PR libgcj/20160
4408         * ltmain.sh: Avoid creating archives with components that have
4409         duplicate basenames.
4410
4411 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
4412
4413         PR bootstrap/20250
4414         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4415         instead of check.
4416         * Makefile.in: Regenerate.
4417
4418 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4419
4420         * Makefile.in: Regenerate to fix conflict between the previous two
4421         patches.
4422
4423 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4424
4425         PR bootstrap/17383
4426         * Makefile.def (target_modules): Remove "stage", now unnecessary.
4427         * Makefile.tpl (HOST_SUBDIR): New substitution.
4428         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4429         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4430         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4431         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4432         (Host modules, Bootstrapped modules): Use it.
4433         (Build modules, Target modules): Do not create symlink trees,
4434         always configure out-of-srcdir.
4435         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4436         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4437         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4438         $(HOST_SUBDIR).  Create a symlink for host_subdir.
4439
4440         * Makefile.in: Regenerate.
4441         * configure: Regenerate.
4442
4443 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4444
4445         Merged from libada-gnattools-branch:
4446         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4447
4448         * gnattools: New directory.
4449         * Makefile.def: Add gnattools as a module, depending on target-libada.
4450         * Makefile.in: Regenerate.
4451         * configure.in: Include gnattools in host_tools; disable it if ada
4452         is disabled.
4453         * configure: Regenerate.
4454
4455 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
4456
4457         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
4458         treelang maintainer.
4459         (Write After Approval): Remove myself.
4460
4461 2005-02-23  Paul Schlie  <schlie@comcast.net>
4462
4463         * configure.in: Allow darwin targeted ports to build tk, itcl and
4464         libgui.
4465         * configure: Regenerate.
4466
4467 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4468
4469         PR libgcj/10353
4470         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4471         * configure: Regenerate.
4472
4473 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
4474
4475         * MAINTAINERS (Write After Approval): Add myself.
4476
4477 2005-02-10  Ian Lance Taylor  <ian@airs.com>
4478
4479         * MAINTAINERS: Update my e-mail address.
4480
4481 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
4482
4483         * MAINTAINERS (Write After Approval): Add myself.
4484
4485 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
4486
4487         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4488         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4489         target-libgloss when not *-*-elf and *-*-aout.
4490         * configure: Regenerate.
4491
4492 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
4493
4494         * MAINTAINERS: Remove obsolete entries.
4495
4496         * MAINTAINERS (Write After Approval): Add Michael Matz.
4497
4498 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
4499
4500         * MAINTAINERS: Remove self as cpplib maintainer.
4501
4502 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4503
4504         * install-sh, config.sub: Import from upstream.
4505
4506 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4507
4508         PR bootstrap/18222
4509         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4510         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4511         * Makefile.in: Regenerate.
4512
4513 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
4514
4515         * MAINTAINERS: Update my email address.
4516
4517 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
4518             Andreas Schwab  <schwab@suse.de>
4519
4520         PR bootstrap/18033
4521         * config-ml.in: Eval option if surrounded by single quotes.
4522
4523 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
4524
4525         Revert 2004-12-28 Makefile changes, a better fix will be
4526         applied to mainline and src after GCC 4.0 branches.
4527
4528 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
4529
4530         PR bootstrap/17383
4531
4532         * Makefile.def (target_modules): Remove stage parameter,
4533         it is always true now.
4534         * Makefile.tpl (configure-build-[+module+],
4535         configure-target-[+module+]): Always build symlink tree
4536         for the directory and for include.  BUILD_SUBDIR and
4537         TARGET_SUBDIR cannot be . anymore.
4538         * Makefile.in: Regenerate.
4539
4540 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
4541
4542         Revert 2004-12-08 Makefile changes.
4543
4544 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
4545
4546         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
4547         cygwin, mingw.
4548
4549 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
4550
4551         * configure.in (sh64-*-*): Reenable gprof.
4552         * configure: Regenerate.
4553
4554 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
4555
4556         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4557         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4558         (EXTRA_TARGET_FLAGS): Add PICFLAG.
4559         * Makefile.in: Regenerate.
4560
4561 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
4562
4563         * MAINTAINERS: Update my email address.
4564
4565 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
4566
4567         * Makefile.tpl: Generate normal dependencies if the LHS module is
4568         not bootstrapped.
4569         * Makefile.in: Regenerate.
4570
4571 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4572
4573         * configure.in: Include config/gxx-include-dir.m4.  Use
4574         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
4575         * configure: Regenerate.
4576
4577 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4578
4579         * config.if: Delete.
4580         * configure.in: Set libstdcxx_incdir directly.
4581         * configure: Regenerate.
4582
4583 2004-12-02  Eric Christopher  <echristo@redhat.com>
4584
4585         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
4586         * Makefile.in: Regenerate.
4587
4588 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4589
4590         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4591         * configure: Regenerate.
4592
4593 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4594
4595         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
4596         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
4597         * configure: Regenerate.
4598
4599 2004-12-01  Eric Christopher  <echristo@redhat.com>
4600
4601         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
4602         of things to remove.
4603
4604 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
4605
4606         * MAINTAINERS (Write After Approval): Update my e-mail address.
4607
4608 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
4609
4610         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
4611         from CVS libtool to always pass_all.
4612
4613 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4614
4615         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4616         (hppa*64*-*-*): Delete incorrect comment.
4617         * configure: Rebuilt.
4618
4619 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4620
4621         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
4622
4623 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4624
4625         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
4626         from CVS libtool to always pass_all.
4627
4628 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4629
4630         * install-sh, compile: Import from automake.
4631
4632 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4633
4634         * config.guess, config.sub:  Import from savannnah.
4635
4636 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
4637
4638         * MAINTAINERS (Write After Approval): Add myself
4639
4640 2004-11-12  Mike Stump  <mrs@apple.com>
4641
4642         * Makefile.def: Add html support.
4643         * Makefile.tpl: Likewise.
4644         * Makefile.in: Regenerate.
4645
4646 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
4647
4648         PR 18423
4649         * configure.in: Remove all instances of build-fixincludes from
4650         noconfigdirs.
4651         (build_configargs): Supply --target to subdirectories.
4652         * configure: Regenerate.
4653
4654         * Makefile.def: Make gcc install depend on fixincludes install.
4655         * Makefile.in: Regenerate.
4656
4657 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
4658
4659         * MAINTAINERS: Add myself as gcc testsuite maintainer.
4660
4661 2004-11-11  Paul Brook  <paul@codesourcery.com>
4662
4663         * MAINTAINERS: Add self as arm maintainer.  Update email address.
4664
4665 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
4666
4667         * configure.in (noconfigdirs) [mmix-*-*]: Disable
4668         target-libgfortran.
4669         * configure: Regenerate.
4670
4671 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
4672
4673         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4674         like CC.
4675
4676 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
4677
4678         * Makefile.def (host fixincludes): Specify missing targets.
4679         * Makefile.in: Regenerate.
4680
4681 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
4682
4683         * MAINTAINERS: Add myself
4684
4685 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
4686
4687         * MAINTAINERS (Write After Approval): Add myself.
4688
4689 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
4690
4691         * Makefile.def: Build fixincludes for the host, too.
4692         * Makefile.in: Regenerate.
4693         * configure.in (host_tools): Add fixincludes.
4694         * configure: Regenerate.
4695
4696 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
4697
4698         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4699         * configure: Regenerated.
4700
4701 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
4702
4703         PR other/17783
4704         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4705         * configure: Regenerated.
4706
4707 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
4708
4709         * README.SCO: Update per FSF instructions.
4710
4711 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
4712
4713         PR target/18151
4714         * configure.in (case ${target}): Do not build fixincludes for avr.
4715         * configure: Regenerated.
4716
4717 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
4718
4719         * configure.in (case ${target}): Do not build fixincludes
4720         on platforms where it is not used.
4721         * configure: Regenerated.
4722
4723 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
4724
4725         * configure.in: Use an absolute path to install-sh.
4726         * configure: Regenerated.
4727
4728 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4729
4730         * MAINTAINERS (Write After Approval): Add myself.
4731
4732 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
4733
4734         * MAINTAINERS: Remove from Write After Approval those that are
4735         already maintainers.
4736
4737 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
4738
4739         * MAINTAINERS:  Update my email address.
4740
4741 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4742
4743         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4744         * configure: Regenerate.
4745
4746 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
4747
4748         * MAINTAINERS:  Update my email address.
4749
4750 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
4751
4752         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
4753         entries belonging to this category.
4754
4755 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
4756
4757         * MAINTAINERS: Update my e-mail address.
4758
4759 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
4760
4761         Fix wrong conflict resolution in:
4762
4763         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4764
4765         * Makefile.in: Regenerate.
4766         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4767         in the recursive `make', instead of hardwiring `all'.
4768         (Autogenerated TARGET-* variables): New.
4769
4770 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
4771
4772         * configure.in: Enable target-libgloss for crx-*-*.
4773         * configure: Regenerate.
4774
4775 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4776
4777         * MAINTAINERS (Various Maintainers): Move the "windows,
4778         cygwin, mingw" maintainer to ...
4779         (OS Port Maintainers): ... here.
4780
4781 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4782
4783         * MAINTAINERS (Write After Approval): Remove those that are
4784         maintainers of some subsystem.
4785
4786 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
4787
4788         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4789         * ltcf-cxx.sh (tpf*): Likewise.
4790         * ltconfig (tpf*): Add TPF OS configuration support.
4791
4792 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
4793
4794         * MAINTAINERS: Change my email address to my new work account.
4795
4796 2004-09-24  Michael Roth  <mroth@nessie.de>
4797
4798         * configure.in (--without-headers): Add missing double quotes.
4799         * configure: Regenerate.
4800
4801 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
4802
4803         * ylwrap: Revert to previous version.
4804
4805 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
4806
4807         PR bootstrap/17369
4808         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4809         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4810         SET_GCC_LIB_PATH_CMD.
4811         (BASE_TARGET_EXPORTS): Likewise.
4812         * Makefile.in: Regenerated.
4813
4814         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4815         * configure: Regenerated.
4816
4817 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
4818
4819         * config.guess: New upstream version
4820         * compile, depcomp, install-sh, ylwrap: Likewise.
4821
4822 2004-09-19  Roger Sayle  <roger@eyesopen.com>
4823
4824         * config/mh-x86omitfp: New host makefile fragment.  Add
4825         -fomit-frame-pointer to the default BOOT_CFLAGS.
4826         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4827         * configure: Regenerate.
4828
4829 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
4830
4831         PR target/11572
4832         * configure.in (*-*-darwin*): Renable libobjc.
4833         * configure: Regenerate.
4834
4835 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
4836
4837         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
4838
4839 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
4840
4841         * Makefile.def: Remove libbanshee.
4842         * Makefile.tpl: Ditto.
4843         * configure.in: Ditto.
4844         * Makefile.in: Regen.
4845         * configure: Ditto.
4846
4847 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
4848
4849         * ltmain.sh: Use $pic_object as $non_pic_object if
4850         $non_pic_object=none.
4851
4852 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
4853
4854         * missing: Import latest version from master repository.
4855
4856 2004-09-06  Nick Clifton  <nickc@redhat.com>
4857
4858         * config.sub: Import latest version from master repository.
4859         * config.guess: Likewise.
4860         This includes these changes:
4861
4862         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
4863
4864         * config.sub: Handle crisv32, alias etraxfs.
4865         * config.guess (crisv32:Linux:*:*): Handle.
4866
4867         2004-08-13  Brad Smith  <brad@comstyle.com>
4868
4869         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4870         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4871
4872         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4873
4874         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4875         assume the processor is a powerpc.  This is because coreutils
4876         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4877         in this case, due to a MacOS X bug that causes
4878         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4879         to return a negative number.
4880         Problem reported by Petter Reinholdtsen in:
4881         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4882
4883         2004-07-19  Ben Elliston  <bje@gnu.org>
4884
4885         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4886
4887         2004-06-24  Ben Elliston  <bje@gnu.org>
4888
4889         * config.guess: Update copyright years.
4890         * config.sub: Likewise.
4891
4892         2004-06-22  Robert Millan  <robertmh@gnu.org>
4893
4894         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4895         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4896
4897         2004-06-22  Stanley F. Quayle <stan@stanq.com>
4898
4899         * config.guess (*:*VMS:*:*): New entry. Replaces
4900         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4901         manufacturer.
4902
4903         2004-06-22  Ben Elliston  <bje@gnu.org>
4904
4905         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4906         * config.sub: Likewise.
4907
4908         2004-06-22  Ben Elliston  <bje@gnu.org>
4909
4910         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4911         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4912
4913         2004-06-11  Ben Elliston  <bje@gnu.org>
4914
4915         * config.guess (pegasos:OpenBSD:*:*): Remove.
4916
4917         2004-06-11  Ben Elliston  <bje@gnu.org>
4918
4919         From Wouter Verhelst <wouter@grep.be>:
4920         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4921
4922         2004-06-11  Ben Elliston  <bje@gnu.org>
4923
4924         * config.guess (luna88k:OpenBSD:*:*): New.
4925
4926         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
4927
4928         * config.guess (m32r*:Linux:*:*): New case.
4929         * config.sub: Handle m32rle.
4930
4931         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
4932
4933         From Jens Petersen  <petersen@redhat.com>:
4934         * config.sub: Handle sparcv8.
4935
4936         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
4937
4938         From Tom Smith <smith@cag.lkg.hp.com>:
4939         * config.guess: Version suffixes are equally significant on Tru64
4940         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
4941         prefix of "P" (patched kernel).
4942
4943         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
4944
4945         * config.sub: Add support for National Semiconductor CRX target.
4946
4947 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
4948
4949         * MAINTAINERS (Various Maintainers): Remove myself as web page
4950         maintainer, add myself as maintainer of build status lists.
4951
4952 2004-09-03  Jan Beulich  <jbeulich@novell.com>
4953
4954         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4955         *-*-netware, but add target-libmudflap.
4956         Consolidate *-*-netware targets (of which really only i?86 exists)
4957         into a single entry.
4958         * configure: Likewise.
4959
4960 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
4961
4962         * Makefile.tpl (sorry): Remove.
4963         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4964         (cleanstrap targets): Depend on distclean, not distclean-stage1.
4965         (do-clean): Clean per-stage directories too.
4966         (do-distclean): Run distclean-stage1 too.
4967         (.NOTPARALLEL): Enable during toplevel bootstrap.
4968         (stage[+id+]-bubble): Enable parallel execution during
4969         the recursive invocation.
4970         * Makefile.in: Regenerate.
4971
4972         Fix previous checkin:
4973
4974         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4975         include.
4976         * configure.in: Fix indentation.
4977         * configure: Regenerate.
4978
4979 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
4980
4981         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4982         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4983         * configure: regenerate
4984         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4985         -mdynamic-no-pic
4986
4987 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
4988
4989         * Makefile.def (build_modules): Add fixincludes.
4990         (dependencies): Make gcc depend on fixincludes.
4991         * configure.in (build_tools): Add fixincludes.
4992         (build_configdirs): Always include build_libs.
4993         * Makefile.in: Regenerate.
4994         * configure: Regenerate.
4995
4996 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
4997
4998         * Makefile.def (bootstrap stages): Add 'lean' parameter.
4999         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5000         phony targets; do not generate timestamp files.
5001         (distclean-stageN): Remove references to their timestamp files.
5002         (restageN, touch-stageN): Remove.
5003         (stageN-bubble): Rewritten.
5004         (compare): Support lean bootstraps.
5005         * Makefile.in: Regenerate.
5006
5007         * configure.in: Only warn when bootstrapping but
5008         build != host or build != target.  Support lean bootstraps.
5009         * configure: Regenerate.
5010
5011 2004-08-26  Phil Edwards  <phil@codesourcery.com>
5012
5013         * configure.in:  Give a better error message if GMP/MPFR are missing
5014         and a language needing them has been requested.
5015         * configure:  Regenerated.
5016
5017 2004-08-25  Phil Edwards  <phil@codesourcery.com>
5018
5019         * configure.in:  Print a list of available language front-ends if
5020         a requested one is missing.  Tidy stray tab characters.
5021         * configure:  Regenerated.
5022
5023 2004-08-19  Michael Koch  <konqueror@gmx.de>
5024
5025         * gcc/doc/install.texi: Update entry about automake for libjava.
5026
5027 2004-08-17  Robert Millan  <robertmh@gnu.org>
5028
5029         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5030         (instead of FreeBSD).
5031         * configure: Regenerate.
5032
5033 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5034
5035         * Makefile.in: Regenerate.
5036         * configure: Regenerate.
5037
5038         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5039         stage_*_flags.
5040         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5041         for bootstrapped modules if toplevel bootstrap is going.
5042         (GCC bootstrap): Generate per-stage targets for all bootstrapped
5043         modules.  Adjust for changes in Makefile.def.  Enable several
5044         rules even in non-bootstrap mode, just to avoid peppering the
5045         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5046         (stage-[+prev+]-bubble): Remove.
5047
5048         * Makefile.def (Dependencies): Depend on all-build-bison,
5049         all-build-flex, all-build-byacc, all-build-texinfo, rather
5050         than the host variations.
5051         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
5052         with BUILD_SUBDIR.
5053         (BISON): Update for recent Bisons.
5054         (YACC): Fix typo.
5055         (cross): Depend on all-build.
5056         (all): Do not depend on all-build.
5057         (prebootstrap): Remove.
5058         (dep-kind): Accept separate prefixes for MODULE and ON variables.
5059         (Prebootstrap dependencies): Add them to the per-stage targets
5060         and to all-prebootstrap.
5061         * configure.in (build_configdirs): Always enable build_tools.
5062         (BUILD_DIR_PREFIX): Remove.
5063
5064         * Makefile.def (gcc): Add target variable.
5065         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5066         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5067         in the recursive `make', instead of hardwiring `all'.
5068         (Autogenerated TARGET-* variables): New.
5069
5070 2004-08-13  Brian Booth  <bbooth@redhat.com>
5071
5072         * MAINTAINERS: Remove myself from write-after-approval.
5073
5074 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5075
5076         * src-release: Stop distributing mmalloc with gdb (which doesn't
5077         use it).
5078         * Makefile.def: GDB doesn't depend on mmalloc anymore.
5079         * Makefile.in: Regenerate.
5080
5081 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
5082
5083         * configure.in (arm*-*-eabi*): New target.
5084         * configure: Regenerate.
5085
5086 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
5087
5088         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5089         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5090         (Dependencies): New section.
5091         * Makefile.tpl (Dependencies): Generate from Makefile.def.
5092         (configure-target-[+module+]): Depend on maybe-all-gcc
5093         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
5094         (toplevel profiledbootstrap): Fix dependencies.
5095         * Makefile.in: Regenerate.
5096
5097 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
5098
5099         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5100         target-libiberty to noconfigdirs.
5101         * configure: Regenerate.
5102
5103 2004-08-03  Paul Brook  <paul@codesourcery.com>
5104
5105         * configure.in: Check for MPFR as well as GMP.
5106         * configure: Regenerate.
5107
5108 2004-08-01  Robert Millan  <robertmh@gnu.org>
5109
5110         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5111         libmudflap for all GNU-based systems (with Glibc).
5112         * configure: Regenerate.
5113
5114 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
5115
5116         * Makefile.def (host-modules): Add gcc.
5117         * Makefile.in: Regenerate.
5118         * Makefile.tpl (sorry): New rule.
5119         (configure-host, all-host, [+make_target+]-host, do-check,
5120         install-host): Do not add gcc as a special case.
5121         (host modules): Add a small special-casing for gcc.  Export
5122         extra_make_flags through the environment.
5123         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5124         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5125         other recursive targets for gcc): Remove.
5126
5127         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5128         (stage, unstage): New rules.
5129         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5130         distclean-stage[+id+]): Use stage_current.
5131         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5132         the stage*-start rules.
5133
5134 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
5135
5136         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
5137         use -all_load flag.
5138
5139 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
5140
5141         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
5142         * configure: Regenerate.
5143
5144 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
5145
5146         * maintainer-scripts/gcc_release: Revert yesterday's change.
5147
5148 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
5149
5150         * MAINTAINERS: Add myself to write-after-approval.
5151
5152 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
5153
5154         * libf2c: Removed.
5155         * gcc/gccbug.in: Updated because of libf2c removal.
5156         * maintainer-scripts/gcc_release: Ditto.
5157
5158 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
5159
5160         * configure.in: Build libmudflap by default on FreeBSD.
5161         * configure: Regenerated.
5162
5163 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
5164
5165         * configure.in: Do not build libmudflap by default on non-GNU/Linux
5166         systems.
5167         * configure: Regenerated.
5168
5169 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5170
5171         PR target/16344
5172         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5173         feedback based compiler.
5174         * Makefile.in: Rebuilt.
5175
5176 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
5177
5178         * Makefile.def (host_modules): Set bootstrap=true for flex.
5179         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5180         * Makefile.in: Rebuilt.
5181
5182 2004-07-07  Jan Hubicka  <jh@suse.cz>
5183
5184         * MAINTAINERS: Add self as a profile feedback maintainer.
5185
5186 2004-07-05  Phil Edwards  <phil@codesourcery.com>
5187
5188         * configure.in:  Do not prepend $srcdir to /dev/null in
5189         makefile fragments.
5190         * configure:  Regenerate.
5191
5192 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
5193
5194         * Makefile.def (build_modules): Add bison, byacc, flex,
5195         m4, texinfo.
5196         (flags_to_pass): Add FLEX.
5197         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5198         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5199         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5200         DEFAULT_MAKEINFO): Remove.
5201         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5202         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5203         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5204         objdir or else use configured tool.
5205         (all-build): New.
5206         (all): Depend on it.
5207         (Build module dependencies): Add.
5208         * Makefile.in: Regenerate.
5209         * configure.in: Better support for multiple build modules,
5210         matching what is done for host/target modules.  Do not look
5211         for "plausible" locations of build tools if Canadian cross.
5212         Use autoconf's AC_PROG_CC to find a C compiler.  Define
5213         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
5214         * configure: Regenerate.
5215
5216 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5217
5218         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5219         * Makefile.in: Regenerate.
5220
5221 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5222
5223         * Makefile.tpl (configure-build-[+module+],
5224         configure-[+module+], configure-target-[+module+]): Pass
5225         [+extra_configure_args+].
5226         (all-build-[+module+], all-[+module+], check-[+module+],
5227         install-[+module+], [+make_target+]-[+module+],
5228         all-target-[+module+], check-target-[+module+],
5229         install-target-[+module+], [+make_target+]-target-[+module+]):
5230         Pass [+extra_make_args+].
5231         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5232         (GCC_HOST_EXPORTS): Remove.
5233         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5234         cross, check-gcc, check-gcc-c++, install-gcc,
5235         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5236         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5237         * Makefile.in: Regenerate.
5238
5239 2004-06-21  Matthew Sachs  <msachs@apple.com>
5240
5241         * MAINTAINERS: Added self to write-after-approval.
5242
5243 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
5244
5245         * configure.in: Check for srcdir/winsup rather than build directory
5246         winsup.
5247         * configure: Regenerate.
5248
5249 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
5250
5251         * configure.in: Don't build Cygwin native newlib if winsup
5252         directory is missing.  Emit warning instead.
5253         * configure: Regenerate.
5254
5255 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
5256
5257         * Makefile.tpl (touch-stage[+id+]): New.
5258         (restage[+prev+]): Depend on touch-stage[+id+].
5259
5260         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5261         Use it throughout.
5262
5263         * Makefile.def: Add profile and feedback bootstrap stages.
5264         Remove next field from bootstrap stages.
5265         * Makefile.tpl (LN, LN_S): Substitute.
5266         (stageN-start, stageN-end): Use double-colon rules, to
5267         provide a hook for additional setup commands.
5268         (distclean-stageN-gcc, restageN): Create dependencies from
5269         [+prev+], not from [+next+].
5270         (stageN-bubble): Add commands for successive stages from
5271         [+prev+], using double-colon rules.
5272         (all-stageN-gcc): Fix typo.
5273         (stagefeedback-start, profiledbootstrap): New.
5274         * Makefile.in: Regenerate.
5275         * configure.in: Call ACX_PROG_LN.
5276         * configure: Regenerate.
5277
5278 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
5279
5280         * MAINTAINERS (Write After Approval): Add myself.
5281
5282 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
5283
5284         * MAINTAINERS (Write After Approval): Add myself.
5285
5286 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
5287
5288         * configure.in: Fix --enable-bootstrap breakage introduced in trees
5289         without gcc.
5290         * configure: Regenerate.
5291
5292 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5293
5294         * Makefile.tpl: Fix typo.
5295         * Makefile.in: Regenerate.
5296
5297 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5298
5299         * configure.in: Remove new- prefix from toplevel
5300         bootstrap targets.
5301         * configure: Regenerate.
5302
5303 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5304
5305         * Makefile.tpl (all.normal): Rename to all.
5306         (all): Replace with a rule to pick the default
5307         target from configure.
5308         (all-gcc, configure-gcc): Use conditionals to
5309         do nothing when toplevel bootstrap is going on.
5310         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5311         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5312         * configure.in: Support --enable-bootstrap.
5313
5314         * Makefile.def: Remove new- prefix from toplevel
5315         bootstrap targets.
5316         * Makefile.tpl: Likewise.
5317
5318         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
5319         target.
5320
5321         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5322         $(RECURSE_FLAGS) to recursive invocation of make.
5323
5324         * Makefile.in: Regenerate.
5325         * configure: Regenerate.
5326
5327 2004-05-30  Andreas Jaeger  <aj@suse.de>
5328             Jim Wilson  <wilson@specifixinc.com>
5329
5330         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5331         like CC.
5332
5333 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
5334
5335         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5336         * configure: Regenerate.
5337
5338 2004-05-25  Daniel Jacobowitz  <drow@false.org>
5339
5340         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5341         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5342         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
5343         targets.
5344         * Makefile.in: Regenerate.
5345
5346 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
5347
5348         * configure.in: Test the ability to symlink directories.
5349         * configure: Regenerate.
5350
5351         * Makefile.def (bootstrap-stage): New definitions.
5352         * Makefile.tpl (configure-stage1-gcc,
5353         configure-stage2-gcc, configure-stage3-gcc,
5354         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5355         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5356         new-restage3, compare): Autogenerate, see Makefile.in
5357         entry for behavioral changes.
5358         (distclean-stage1, new-stage1-start, new-stage1-end,
5359         new-stage1-bubble, distclean-stage2, new-stage2-start,
5360         new-stage2-end, new-stage2-bubble, distclean-stage3,
5361         new-stage3-start, new-stage3-end): New autogenerated targets.
5362         (objext, prebootstrap, BOOT_CFLAGS,
5363         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5364         targets.
5365
5366         * Makefile.in: Regenerate.
5367         (distclean-stage1, new-stage1-start, new-stage1-end,
5368         new-stage1-bubble, distclean-stage2, new-stage2-start,
5369         new-stage2-end, new-stage2-bubble, distclean-stage3,
5370         new-stage3-start, new-stage3-end): New targets.
5371         (all-stage1-gcc): Move prebootstrap dependency from here...
5372         (configure-stage1-gcc): ...to here.
5373         (new-bootstrap): Use bubble targets.
5374         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5375         Use per-stage distclean targets.
5376         (configure-stage1-gcc, configure-stage2-gcc,
5377         configure-stage3-gcc, all-stage1-gcc,
5378         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5379         Use new-stageN-start to prepare the tree.
5380
5381 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
5382
5383         * Makefile.def (host_modules): add libcpp.
5384         * Makefile.tpl: Add dependencies on and for libcpp.
5385         * Makefile.in: Regenerate.
5386         * configure.in: Add libcpp host module.
5387         * configure: Regenerate.
5388
5389 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
5390
5391         * Makefile.tpl: Whenever a recursive target is defined, wrap
5392         it in a special @if/@endif block, and prepare its maybe
5393         dependency in the @if/@endif block
5394         * configure.in: Instead of writing maybe dependencies, remove
5395         the @if/@endif statements, and remove the @if/@endif blocks
5396         that remain.
5397         * configure: Regenerate.
5398         * Makefile.in: Regenerate.
5399
5400 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
5401
5402         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
5403
5404 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
5405
5406         PR bootstrap/15120
5407         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
5408         * */configure: Rebuilt.
5409
5410 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
5411
5412         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5413         of libf2c.
5414         * configure, Makefile.in: Regenerate.
5415
5416 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
5417
5418         * MAINTAINERS (Write After Approval): Add myself.
5419
5420 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
5421
5422         Merge from tree-ssa-20020619-branch.
5423
5424         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5425         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5426         (HOST_GMPLIBS): Define.
5427         (HOST_GMPINC): Define.
5428         (TARGET_LIB_PATH): Add libmudflap.
5429         (GFORTRAN_FOR_TARGET): Define.
5430         (configure-build*): Export GFORTRAN.
5431         (configure-gcc): Export GMPLIBS and GMPINC.
5432         (all-gcc): Add maybe-all-libbanshee.
5433         (configure-target-libgfortran): Define.
5434         * Makefile.in: Regenerate.
5435         * configure.in (host_libs): Add libbanshee.
5436         (target_libraries): Add target-libmudflap and target-libgfortran.
5437         Add --with-libbanshee.
5438         Handle --disable-libmudflap.
5439         (*-*-freebsd*): Use with_gmp.
5440         Add $(libgcj) to noconfigdirs.
5441         * configure: Regenerate.
5442         * depcomp: New file.
5443         * MAINTAINERS: Add tree-ssa maintainers.
5444
5445 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
5446
5447         * MAINTAINERS (Various Maintainers): Add myself.
5448
5449 2004-04-30  Brian Ford  <ford@vss.fsi.com>
5450
5451         * MAINTAINERS (Write After Approval): Add myself.
5452
5453 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
5454
5455         * MAINTAINERS (Write After Approval): Add myself.
5456
5457 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
5458
5459         * config/acx.m4: Fix fastcompare support for new-bootstrap.
5460         * configure: Regenerate.
5461
5462 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
5463
5464         Revert:
5465         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5466
5467         * Makefile.def (flags_to_pass): Remove *dir variables that
5468         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5469         as well as prefix and exec_prefix.
5470         * Makefile.in: Regenerate.
5471
5472 2004-04-26  Robert Millan  <robertmh@gnu.org>
5473
5474         Add patches from libtool CVS.
5475         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5476         * ltconfig: Likewise.
5477         * ltcf-c.sh: Likewise.
5478         * ltcf-cxx.sh: Likewise.
5479         * ltcf-gcj.sh: Likewise.
5480
5481 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5482
5483         * Makefile.def (host_modules): Mark with the bootstrap
5484         flag packages on which gcc depends.
5485         * Makefile.tpl (all-bootstrap): Use it.
5486         * Makefile.in: Regenerate.
5487
5488 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5489
5490         * Makefile.def (flags_to_pass): Remove *dir variables that
5491         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5492         as well as prefix and exec_prefix.
5493         * Makefile.in: Regenerate.
5494
5495 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5496
5497         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5498         * configure: Regenerate.
5499         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5500         * gcc/Makefile.tpl (compare): Use the result of the test.
5501         * gcc/Makefile.in: Regenerate.
5502
5503 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
5504
5505         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5506         Always relocate gcc and prev-gcc to the original names, even
5507         if the build fails.
5508         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5509         New targets.
5510
5511 2004-04-23  Laurent GUERBY <laurent@guerby.net>
5512
5513         * MAINTAINERS: Update my email address.
5514
5515 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5516
5517         * configure.in (mips*-*-irix5*): Enable ld.
5518         * configure: Regenerate.
5519
5520 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5521
5522         * configure: Regenerate.
5523
5524 2004-04-15  James E Wilson  <wilson@specifixinc.com>
5525
5526         * Makefile.tpl (configure-[+module+], configure-gcc,
5527         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5528         Set and export LDFLAGS.
5529         * Makefile.in: Regenerate.
5530
5531 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
5532
5533         * MAINTAINERS: Add myself to write-after-approval.
5534
5535 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5536
5537         PR bootstrap/14871
5538         * Makefile.tpl: If we don't have built-in-tree target tools,
5539         use the ones found by configure rather than hacking around with
5540         program_transform_name.
5541         * configure.in: Give Makefile.tpl the information necessary
5542         to do that.
5543         * Makefile.in: Regenerate.
5544         * configure: Regenerate.
5545
5546 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
5547
5548         PR bootstrap/14760
5549         * configure.in: When computing baseargs, strip *all* copies of
5550         offending options.  Also, don't match/substitute the trailing space,
5551         so that this actually works when two similar options are separated by
5552         only one space.
5553         * configure: Regenerate.
5554
5555 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
5556
5557         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5558         (rs6000-*-aix*): Same.
5559         * configure: Regenerate.
5560
5561 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
5562
5563         * MAINTAINERS: Add myself to write-after-approval.
5564
5565 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
5566
5567         * MAINTAINERS: Add myself to write-after-approval.
5568
5569 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
5570
5571         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5572         STRICT_WARN, WARN_CFLAGS flags passed down to make.
5573         * Makefile.in: Regenerate.
5574
5575         * configure.in (top level bootstrap support): Rework --enable-werror
5576         to set @stage2_werror_flag@.
5577         * configure: Regenerate.
5578         * Makefile.tpl (top level bootstrap support): Pass
5579         @stage2_werror_flag@ down to configure in stages 2 and 3.
5580         * Makefile.in: Regenerate.
5581
5582 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5583
5584         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5585         for stages 2 and 3 as well as in make.  As a consequence, remove
5586         OUTPUT_OPTION (now detected by configure) from the flags passed down
5587         to make.
5588         * Makefile.in: Regenerate.
5589
5590         * Makefile.tpl (new-bootstrap): Fix typo.
5591         * Makefile.in: Regenerate.
5592
5593 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
5594
5595         * Makefile.tpl: Rearrange by moving recursive_targets rules
5596         into their proper sections.
5597         * Makefile.tpl (top level bootstrap support): Move disabling
5598         of coverage flags from 'make' to 'configure'; improve comments.
5599         * Makefile.in: Regenerate.
5600
5601         * Makefile.tpl (experimental top level bootstrap) Move stage1
5602         language setting from all- target to configure- target; disable
5603         intermodule optimization in stage 1; prevent gratuitous rebuilds
5604         of stage 1.
5605         * Makefile.in: Regenerate.
5606         * configure.in: Comma-separate stage 1 language list for top
5607         level bootstrap.
5608         * configure: Regenerate.
5609
5610         * Makefile.tpl: Clean up experimental top level bootstrap support:
5611         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5612         prev-gcc in configure- targets as well as all- targets.
5613         * Makefile.in: Regenerate.
5614
5615 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
5616
5617         * compile: New file imported from automake.
5618
5619 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
5620
5621         * configure.in: Remove symbolic link section.
5622         * configure: Regenerate.
5623         * Makefile.tpl (links): Remove.
5624         * Makefile.in: Regenerate.
5625
5626 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
5627             Nathanael Nerode  <neroden@gcc.gnu.org>
5628
5629         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5630         Set with AC_CHECK_PROGS.
5631         * configure.in: Fix comment typo from last patch.
5632         * configure: Regenerate.
5633
5634 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
5635
5636         * Makefile.tpl: Introduce experimental top level bootstrap support.
5637         * Makefile.in: Regenerate.
5638         * configure.in: Introduce support for top level bootstrap.
5639         * configure: Regenerate.
5640
5641 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5642             Paolo Bonzini  <bonzini@gnu.org>
5643
5644         PR bootstrap/14522
5645         * configure.in: Cope with shells that do not support unquoted ^
5646         * configure: Regenerate.
5647
5648 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5649             Paolo Bonzini  <bonzini@gnu.org>
5650
5651         PR bootstrap/14522
5652         * configure.in: Cope with shells that do not support nesting
5653         quotes inside quoted backquote substitutions.
5654         * configure: Regenerate.
5655
5656 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
5657
5658         PR bootstrap/14522
5659         * configure.in: Fix escaping of $.
5660         * configure: Regenerate.
5661
5662 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
5663
5664         * configure: Regenerate, since I forgot to while committing Paolo's
5665         changes.
5666
5667 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
5668
5669         PR ada/14131
5670         Move language detection to the top level.
5671         * configure.in: Find default values for the tools as
5672         soon as possible.  Disable ada if GNAT is not found.
5673         Emit error message about missing languages.  Expand
5674         --enable-languages=all for the gcc subdirectory.
5675
5676 2004-03-10  Ben Elliston  <bje@gnu.org>
5677
5678         * MAINTAINERS: Update my email address.
5679
5680 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
5681
5682         * ltconfig: Disable building static libraries if building shared
5683         libraries on AIX 5L.
5684
5685 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
5686
5687         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5688         and disable libgcj.
5689         * configure: Regenerated.
5690
5691 2004-03-01  Brian Booth  <bbooth@redhat.com>
5692
5693         * MAINTAINERS: Add myself to write-after-approval.
5694
5695 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
5696
5697         * MAINTAINERS: Add myself to write-after-approval.
5698
5699 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5700
5701         PR bootstrap/7087
5702         * Makefile.tpl: Guard XFOO sed statements better.
5703         * Makefile.tpl: Add dependency for configure-target-libada.
5704         * Makefile.in: Regenerate (incidentally fixes broken
5705         commit when libada-branch was merged).
5706
5707 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
5708
5709         * MAINTAINERS: Add myself to write-after-approval.
5710
5711 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
5712
5713         * MAINTAINERS: Add Nicola Pero and myself as libobjc
5714         maintainers.
5715
5716 2004-02-20  Andrew Cagney  <cagney@redhat.com>
5717
5718         * config.guess: Update from version 2003-10-16 to 2004-02-16.
5719         * config.sub: Update from version 2003-11-03 to 2004-02-16.
5720
5721 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5722
5723         PR bootstrap/11932
5724         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5725
5726 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
5727
5728         * MAINTAINERS: Added myself to write-after-approval.
5729
5730 2004-02-14  Michael Koch  <konqueror@gmx.de>
5731
5732         * MAINTAINERS: Added myself to write-after-approval.
5733
5734 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
5735
5736         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
5737         some OS port maintainers to OS port maintainers section.
5738
5739 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
5740
5741         * MAINTAINERS: Add self.
5742
5743 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
5744
5745         * MAINTAINERS: Alphabetize.
5746
5747 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
5748
5749         * MAINTAINERS: Remove myself.
5750
5751 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
5752
5753         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5754         (rs6000-*-aix*): Same.
5755         * configure: Regenerate.
5756
5757 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
5758
5759         * configure.in (host): Add in missing $noconfigdirs to defines.
5760         * configure: Regenerate.
5761
5762 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
5763             Nathanael Nerode  <neroden@gcc.gnu.org>
5764
5765         PR ada/6637, PR ada/5911
5766         Merge with libada-branch:
5767         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5768         with appropriate dependencies. Add --enable-libada configure switch.
5769         * configure, Makefile.in: Regenerate.
5770
5771 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
5772
5773         * MAINTAINERS: Add myself to write-after-approval.
5774
5775 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5776
5777         * configure.in: Don't pass --with-stabs on IRIX 5 either.
5778         * configure: Regenerate.
5779
5780 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
5781
5782         Merge from upstream:
5783
5784         * ltmain.in: When setting IFS to '~', be careful about user
5785         arguments that contain '~'.
5786
5787         2004-02-04  Peter O'Gorman  <peter@pogma.com>
5788
5789         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
5790         Also test $base_compile against $CC with escaped arguments. Bug
5791         reported by Geoff Keating <geoffk@apple.com>.
5792
5793 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
5794
5795         * MAINTAINERS: Remove i960 port.
5796
5797 2004-01-23  DJ Delorie  <dj@redhat.com>
5798
5799         * Makefile.def (target_modules) [libiberty]: Don't stage.
5800         * Makefile.in: Rebuilt.
5801
5802 2004-01-20  Caroline Tice  <ctice@apple.com>
5803
5804         * MAINTAINERS: Add myself to write-after-approval.
5805
5806 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
5807
5808         * MAINTAINERS: Update my email address.
5809
5810 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
5811
5812         * MAINTAINERS: Add myself to write-after-approval.
5813
5814 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5815
5816         * MAINTAINERS: Remove entries without email address.
5817
5818 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
5819
5820         * MAINTAINERS: Add myself to write-after-approval.
5821
5822 2004-01-15  Steven Bosscher  <stevenb@suse.de>
5823
5824         * MAINTAINERS: Update my email address.
5825
5826 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
5827
5828         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5829         * Makefile.tpl (configure-target-[+module+]): Support stage.
5830         * Makefile.in: Rebuilt.
5831
5832 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
5833
5834         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
5835
5836 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
5837
5838         * MAINTAINERS: Add myself as a MIPS maintainer.
5839
5840 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5841
5842         * configure.in: Use ./config.cache, not config.cache.
5843         * configure: Regenerate.
5844         * Makefile.tpl: Special-casing not needed for GCC any more.
5845         * Makefile.in: Regenerate.
5846
5847         * configure.in: Don't share a cache file for host dirs.
5848         * configure: Regenerate.
5849
5850         * config-ml.in: Don't mess with the cache file.
5851
5852 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5853
5854         * MAINTAINERS: Move myself from 'Write After Approval' to
5855         'CPU Port Maintainers' section as SPARC maintainer.
5856
5857 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5858
5859         * Makefile.tpl: Make GCC use a separate config.cache.
5860         * Makefile.in: Regenerate.
5861
5862         PR bootstrap/11932, PR bootstrap/11933
5863         (I don't know if it will fix either of them, but it relates
5864         to them.)
5865         * configure.in: Don't use shared config.cache for target
5866         directories.
5867         * configure: Regenerate.
5868
5869 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
5870
5871         * MAINTAINERS: Add myself to 'Write After Approval' section.
5872
5873 2003-12-31  Roger Sayle  <roger@eyesopen.com>
5874
5875         * configure.in (ia64*-*-hpux*): Disable building java libraries.
5876         * configure: Regenerated.
5877
5878 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
5879
5880         * MAINTAINERS: Remove the mn10200 maintainer.
5881
5882 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
5883
5884         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5885         * configure: Regenerated.
5886
5887 2003-12-16  Jan Hubicka  <jh@suse.cz>
5888
5889         * MAINTAINERS: Add myself as callgraph maintainer.
5890
5891 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
5892
5893         * configure.in (raw_libstdcxx_flags): Remove the leading space.
5894         * configure: Regenerate.
5895
5896 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5897
5898         * MAINTAINERS: Move myself from 'Bug database only accounts' to
5899         'Write After Approval' section. Update email.
5900
5901 2003-12-01  James Lemke  <jim@wasabisystems.com>
5902
5903         * MAINTAINERS (Write After Approval): Add myself.
5904
5905 2003-11-20  Matt Thomas  <matt@3am-software.com>
5906
5907         * MAINTAINERS: Add myself as a vax port maintainer.
5908
5909 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
5910
5911         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5912         (configure-build-[+module+], configure-[+module+]): Likewise.
5913         (configure-target-[+module+], configure-gcc, config.status): Likewise.
5914         * Makefile.in: Regenerate.
5915
5916 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
5917
5918         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
5919         shared/dylibed libraries.
5920         * ltmain.sh: Likewise.
5921         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
5922         * ltcf-cxx.sh: Likewise.
5923         * ltcf-gcj.sh: Likewise.
5924         * ltconfig: Likewise.
5925
5926 2003-11-17  Stan Cox  <scox@redhat.com>
5927
5928         * MAINTAINERS: Add myself as iq2000 port maintainer.
5929
5930 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
5931
5932         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5933         * Makefile.in: Regenerate.
5934
5935 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
5936
5937         * config.sub: Update to 2003-11-03 version.
5938
5939 2003-10-20  Phil Edwards  <phil@codesourcery.com>
5940
5941         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
5942         * configure:  Regenerate.
5943
5944 2003-10-20  Nicolas Pitre  <nico@cam.org>
5945
5946         * MAINTAINERS: Add myself to 'Write After Approval' section.
5947
5948 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
5949
5950         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
5951
5952 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
5953
5954         * MAINTAINERS: Update my email address.
5955
5956 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5957
5958         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
5959
5960 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
5961
5962         * MAINTAINERS: Add myself to 'Write After Approval' section.
5963
5964 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
5965
5966         * config.guess: Update to 2003-10-16 version.
5967         * config.sub: Update to 2003-10-16 version.
5968
5969 2003-10-15  David Daney  <ddaney@avtrex.com>
5970
5971         * MAINTAINERS: Added myself to 'Write After Approval' section.
5972
5973 2003-10-15  Falk Hueffner  <falk@debian.org>
5974
5975         * MAINTAINERS: Move myself from 'Bug database only accounts' to
5976         'Write After Approval' section. Update email.
5977
5978 2003-10-14  Roger Sayle  <roger@eyesopen.com>
5979
5980         * MAINTAINERS: Move myself from 'Write After Approval' to
5981         'Various Maintainers' section as middle-end maintainer.
5982
5983 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5984
5985         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5986         HOST_FLAGS_TO_PASS.
5987         * Makefile.in: Regenerate.
5988
5989 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
5990
5991         * config.guess: Update to 2003-10-07 version.
5992         * config.sub: Update to 2003-10-07 version.
5993
5994 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5995
5996         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
5997         * ltconfig (irix5*, irix6*): Don't override version_type.
5998
5999 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
6000
6001         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6002         * configure: Rebuilt
6003         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6004         * Makefile.in: Rebuilt
6005
6006 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
6007
6008         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6009
6010 2003-09-30  Carlo Wood  <carlo@alinoe.com>
6011
6012         * MAINTAINERS (Write After Approval): Add myself.
6013
6014 2003-09-29  Paul Koning  <ni1d@arrl.net>
6015
6016         * MAINTAINERS: Move myself from "Write After Approval"
6017         to CPU platform maintainers for pdp11 platform.
6018
6019 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
6020
6021         * MAINTAINERS: Move myself from 'Write After Approval' to
6022         'Various Maintainers' section as libffi testsuite maintainer.
6023
6024 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
6025
6026         * configure.in: Pass a computed --program-transform-name
6027         to subconfigures.
6028         * configure: Regenerated.
6029
6030 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6031
6032         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6033         * Makefile.in: Regenerate.
6034
6035         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6036         * Makefile.in: Regenerate.
6037
6038 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
6039
6040         * MAINTAINERS: Move myself from 'Write After Approval'
6041         to 'Various Maintainers' (objective-c) section.
6042
6043 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
6044
6045         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6046         quoting.
6047         * configure: Regenerated.
6048
6049 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
6050
6051         * MAINTAINERS (Write After Approval): Add myself to write after
6052         approval list.
6053
6054 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
6055
6056         * MAINTAINERS (Write After Approval): Add myself.
6057
6058 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
6059
6060         * MAINTAINERS: Update my e-mail address.
6061
6062 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
6063
6064         * libtool.m4 (LD): Correct powerpc64 host match.
6065
6066 2003-09-06  James E Wilson  <wilson@tuliptree.org>
6067
6068         * MAINTAINTERS: Update my affiliation and email address.
6069
6070 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6071
6072         * MAINTAINERS (Write After Approval): Add myself.
6073
6074 2003-09-04  DJ Delorie  <dj@redhat.com>
6075
6076         * configure: Regenerate.
6077
6078 2003-09-04  Robert Millan  <robertmh@gnu.org>
6079
6080         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6081
6082 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6083
6084         * configure.in: Ensure arguments to sed are properly spaced.
6085         * configure: Regenerate.
6086
6087 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6088
6089         * MAINTAINERS: Update my e-mail address.
6090
6091 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
6092
6093         * MAINTAINERS (Write After Approval): Add myself.
6094
6095 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
6096
6097         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6098         * configure: Regenerated.
6099
6100 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6101
6102         * MAINTAINERS: Update my email address.
6103
6104 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
6105
6106         * configure.in:  Use newline instead of semicolon when assuming
6107         shell arguments in a for loop.
6108         * configure:  Regenerated.
6109
6110 2003-08-22  Jason Eckhardt  <jle@rice.edu>
6111
6112         * MAINTAINERS: Resurrect the i860 maintainer.
6113
6114 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
6115
6116         PR 8180
6117         * configure.in: When testing with_libs and with_headers, treat
6118         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
6119         * configure: Regenerate.
6120
6121         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6122         make, shell, etc.
6123         (baseargs): Likewise.
6124         * configure: Regenerate.
6125
6126 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
6127
6128         * MAINTAINERS (Write After Approval): Add myself.
6129
6130 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
6131
6132         * configure.in: Disable libgcj for darwin not on powerpc.
6133         * configure: Rebuild.
6134
6135 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
6136
6137         * config-ml.in, symlink-tree: Add license.
6138
6139 2003-08-03  Richard Stallman  <rms@gnu.org>
6140             Eben Moglen  <moglen@columbia.edu>
6141
6142         * README.SCO: New file.
6143
6144 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
6145
6146         * Makefile.tpl (check, check-c++): Express dependencies using
6147         dependencies rather than commands.
6148         * Makefile.in: Regenerate.
6149
6150 2003-08-01  Andrew Cagney  <cagney@redhat.com>
6151
6152         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6153         * configure: Ditto.
6154
6155 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
6156
6157         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6158         * Makefile.in: Update.
6159
6160 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
6161
6162         * configure.in: Enable libgcj for darwin.
6163         * configure: Rebuild.
6164
6165 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
6166
6167         * config-ml.in:  Use ac_configure_args directly instead of
6168         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
6169         actually seen.
6170
6171 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6172
6173         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6174         creating target and build subdirs to build all parent dirs as needed.
6175         * Makefile.in: Rebuild.
6176         * configure.in: Don't build dirs explicitly here.
6177         * configure: Rebuild.
6178
6179 2003-07-26  Paul Brook  <paul@nowt.org>
6180
6181         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
6182
6183 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
6184
6185         * Makefile.tpl (all-make): Depend on intl.
6186         * Makefile.in: Rebuilt.
6187
6188 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
6189
6190         * install-sh:  Update to newer upstream versions (associated with
6191         aclocal 1.7).
6192         * mkinstalldirs:  Likewise.
6193         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
6194
6195 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
6196
6197         * MAINTAINERS: Move self from Bug database only accounts
6198         to write-after-approval.
6199
6200 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
6201
6202         * config.if: Remove unused libc_interface determination.
6203
6204 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6205
6206         * MAINTAINERS: Move self from write-after-approval to
6207         build machinery (*.in).
6208
6209 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6210
6211         PR bootstrap/11273
6212         PR bootstrap/11408
6213         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
6214         unused INSTALL_PROGRAM_ARGS.
6215         * configure.in: Use AC_PROG_INSTALL.
6216         * Makefile.in: Regenerate.
6217         * configure: Regenerate.
6218
6219 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
6220
6221         * MAINTAINERS: Alphabetize.
6222
6223 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
6224
6225         * configure: Rebuilt.
6226         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
6227         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6228         newlib nor libgloss.
6229         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
6230         * configure.in (am33_2.0-*-linux*): Added.
6231
6232 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
6233
6234         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6235         * configure: Regenerate.
6236
6237 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
6238
6239         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
6240         * Makefile.in: Regenerate.
6241
6242 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6243
6244         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
6245         * Makefile.in: Regenerate.
6246
6247 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
6248
6249         * Makefile.tpl: Replace PWD with PWD_COMMAND.
6250         * Makefile.in: Regenerated.
6251
6252         * config-ml.in: Replace PWD with PWD_COMMAND.
6253
6254 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6255
6256         * intl: New directory; see intl/ChangeLog for details.
6257         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
6258         * Makefile.tpl: all-gcc depends on maybe-all-intl.
6259         * Makefile.in: Regenerate.
6260
6261 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6262
6263         * configure.in: Clean up config-lang.in handling.  Delete
6264         useless assignment to "subdirs".
6265         * configure: Regenerate.
6266
6267 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6268
6269         * configure.in: Rename 'target_libs' to 'target_libraries'.
6270         Remove useless reference to 'target_libs'.
6271         * configure: Regenerate.
6272
6273 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
6274
6275         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6276         * Makefile.in: Regenerate.
6277
6278 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6279
6280         * Makefile.def: Introduce flags_to_pass.
6281         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6282         * Makefile.in: Regenerate.
6283
6284 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
6285
6286         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6287         and target-libgloss.
6288         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6289         <h8300*-*-*>: Disable libf2c and ${libgcj}.
6290         * configure: Regenerate.
6291
6292 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
6293
6294         * configure.in: Update testsuite_flags to new location.
6295         * configure. Regenerate.
6296
6297 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6298
6299         * Makefile.tpl: Remove BUILD_CC stuff.
6300         * Makefile.in: Regenerate.
6301
6302 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
6303
6304         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
6305
6306 2003-06-16  Graeme Peterson  <gp@qnx.com>
6307
6308         * MAINTAINERS (Write After Approval): Add myself.
6309
6310 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
6311
6312         * config.guess: Update to 2003-06-12 version.
6313         * config.sub: Update to 2003-06-13 version.
6314
6315 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
6316
6317         * config.guess: Update to 2003-06-06 version.
6318         * config.sub: Update to 2003-06-06 version.
6319
6320 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6321
6322         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6323         * configure. Regenerate.
6324
6325 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6326
6327         * configure.in: Disable serial configure by default.
6328         * configure: Regenerate.
6329         * Makefile.tpl: Abolish .NOTPARALLEL.
6330         * Makefile.in: Regenerate.
6331
6332         * Makefile.tpl: Replace {build,host,target}_canonical by
6333         {build,host,target}.
6334         * Makefile.in: Regenerate.
6335
6336         * Makefile.tpl: Fix stupid pasto.
6337         * Makefile.in: Regenerate.
6338
6339 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6340
6341         * Makefile.tpl: Remove bogus conditional.
6342         * Makefile.in: Regenerate.
6343
6344 2003-06-05  Jan Hubicka  <jh@suse.cz>
6345
6346         * Makefile.tpl (profiledbootstrap): New target.
6347         * Makefile.in (profiledbootstrap): New target.
6348
6349 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
6350
6351         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
6352         Pinski. Remove user names from other bugzilla-only maintainers.
6353
6354 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6355
6356         * Makefile.tpl: Make 'recursive targets' using autogen rather
6357         than shell loop.  Remove duplicate 'clean' targets and false
6358         comments.
6359         * Makefile.def: Add systematic dependencies to 'recursive' targets.
6360         Add systematic method of specifying missing targets in subdirs.
6361         Add copyright boilerplate.
6362         * Makefile.in: Regenerate.
6363         * configure.in: Add 'recursive targets' to maybe list.
6364         * configure: Regenerate.
6365
6366         * MAINTAINERS: "GNATS only" -> "Bug database only".
6367
6368         * Makefile.tpl: Rename [+target+] to [+make_target+].
6369         * Makefile.def: Rename 'target' to 'make_target'.
6370
6371 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
6372
6373         * MAINTAINERS: Add self as options handling maintainer.
6374
6375 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
6376
6377         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
6378         been too long since I touched those ports.
6379
6380 2003-05-28  DJ Delorie  <dj@redhat.com>
6381
6382         * Makefile.tpl: Make maybe-check-gcc .PHONY.
6383         * Makefile.in: Regenerate.
6384
6385 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6386
6387         * configure.in: Use curly braces in the definition of tooldir.
6388         * configure: Regenerate.
6389
6390 2003-05-21  DJ Delorie  <dj@redhat.com>
6391
6392         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6393         newlib or libgloss.
6394         * Makefile.in: Regenerate.
6395
6396 2003-05-21  DJ Delorie  <dj@redhat.com>
6397
6398         * Makefile.tpl: Add missing empty maybe-check-gcc target.
6399         * Makefile.in: Regenerate.
6400
6401 2003-05-20  Ian Lance Taylor  <ian@airs.com>
6402
6403         * MAINTAINERS: Update my e-mail address.
6404
6405 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6406
6407         * configure.in: Switch more things to use maybe dependencies.
6408         * Makefile.tpl: Switch more things to use maybe dependencies.
6409         Factor out common code from autogen IF statements.
6410         * configure: Regenerate.
6411         * Makefile.in: Regenerate.
6412
6413 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
6414
6415         * configure.in: Accept i[3456789]86 for machine type.
6416         * configure: Regenerate.
6417
6418 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6419
6420         * configure.in: Switch more things to use maybe dependencies.
6421         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
6422         * configure: Regenerate.
6423         * Makefile.tpl: Switch more things to use maybe dependencies.
6424         * Makefile.in: Regenerate.
6425
6426 2003-05-16  Andreas Schwab  <schwab@suse.de>
6427
6428         * Makefile.tpl (install-opcodes): Define.
6429         * Makefile.in: Rebuild.
6430
6431 2003-05-13  Andreas Jaeger  <aj@suse.de>
6432
6433         * config.guess: Update to 2003-05-09 version.
6434         * config.sub: Update to 2003-05-09 version.
6435
6436 2003-05-13  Michael Eager  <eager@mvista.com>
6437
6438         * configure.in: Correct sed script so that options in quotes are not
6439         deleted.
6440         * configure: Rebuild.
6441
6442 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
6443
6444         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6445         and $$s/newlib/libc/sys/cygwin32 include paths.
6446         * configure: Ditto.
6447
6448 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
6449
6450         * MAINTAINERS: Update my email addresses.
6451
6452 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
6453
6454         * config-ml.in: Propagate INSTALL variables.
6455
6456 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6457
6458         * MAINTAINERS: Remove duplicate entries in Write After Approval.
6459
6460 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
6461
6462         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6463         * Makefile.in: Regenerate.
6464
6465 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
6466
6467         * MAINTAINERS (GNATS only): Add Falk Hueffner.
6468
6469 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
6470
6471         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
6472
6473 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
6474
6475         * Makefile.tpl: Clean $(BUILD_SUBDIR).
6476         * Makefile.in: Regenerated.
6477
6478 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
6479
6480         * MAINTAINERS (Write After Approval): Upgrade myself from
6481         GNATS only to write-after-approval. Update my mail address.
6482
6483 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
6484
6485         (OS Port Maintainers: freebsd): Add myself.
6486
6487 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
6488
6489         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
6490
6491 2003-04-22  Kean Johnston  <jkj@sco.com>
6492
6493         * MAINTAINERS (SCO ports): Added myself.
6494
6495 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
6496
6497         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
6498
6499 2003-04-19  Kean Johnston  <jkj@sco.com>
6500
6501         * MAINTAINERS (Write After Approval): Add myself.
6502
6503 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6504
6505         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6506         * Makefile.in: Regenerate.
6507
6508 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
6509
6510         * configure.in (powerpc64*-*-linux*): Remove.
6511         * configure: Rebuilt.
6512
6513 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
6514
6515         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
6516         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6517         and restrap.
6518         * Makefile.in:  Regenerate.
6519
6520 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
6521
6522         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6523         * configure: Regenerated.
6524
6525 2003-04-15  DJ Delorie  <dj@redhat.com>
6526
6527         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
6528
6529 2003-04-13  Nick Clifton  <nickc@redhat.com>
6530
6531         * config-ml.in: Remove support for --disable-aix removing
6532         call-aix multilibs.
6533
6534 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
6535
6536         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6537         * */configure: Rebuilt.
6538
6539 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
6540
6541         * MAINTAINERS: Add my email address.
6542
6543 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
6544
6545         * MAINTAINERS (Write After Approval): Add myself.
6546
6547 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6548
6549         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6550         * Makefile.in: Regenerate.
6551
6552 2003-03-14  Michael Chastain  <mec@shout.net>
6553
6554         * Makefile.in: Regenerate with correct Makefile.def.
6555
6556 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6557
6558         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
6559         Make macro.
6560         * Makefile.in: Regenerate.
6561         * configure.in: Clean up gxx_include_dir logic.
6562         * configure: Regenerate.
6563
6564 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
6565
6566         * MAINTAINERS (Write After Approval): Add myself.
6567
6568 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
6569
6570         * MAINTAINERS: Update my mail address.
6571
6572 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6573
6574         * configure.in (gxx_include_dir): Fix typo.
6575         * configure: Regenerated.
6576
6577 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6578
6579         * Makefile.tpl: Reindent.
6580         * Makefile.in: Regenerate.
6581         * configure.in: Reindent.  Don't set unused variables.
6582         * configure: Regenerate.
6583
6584 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
6585
6586         * configure.in: Include $(build_tooldir)/sys-include in
6587         FLAGS_FOR_TARGET.
6588         * configure: Regenerated.
6589
6590 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6591
6592         * Makefile.tpl: Always pass down RANLIB.
6593         * Makefile.in: Regenerate.
6594
6595         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6596         * Makefile.in: Regenerate.
6597         * configure.in: Remove unused logic relating to --enable-shared
6598         and --enable-threads.  Remove bogus comments.  Remove redundant
6599         noconfigdirs.
6600         * configure: Regenerate.
6601
6602         * configure.in: Replace ${libstdcxx_version} by its value.
6603         Remove reference to mh-dgux.
6604         * configure: Regenerate.
6605
6606 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
6607
6608         * MAINTAINERS (Write After Approval): Add myself.
6609
6610 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6611
6612         * Makefile.tpl: Rearrange.
6613         * Makefile.in: Regenerate.
6614
6615 2003-02-25  Uwe Stieber  <uwe@wwws.de>
6616
6617         * configure.in: Add support for kaOS as cross build target system.
6618         * configure: Regenerated.
6619
6620 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
6621
6622         * MAINTAINERS (Write after approval): Add myself.
6623
6624 2003-02-21  James E Wilson  <wilson@tuliptree.org>
6625
6626         * MAINTAINERS: Update my email address.
6627
6628 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
6629
6630         * MAINTAINERS: Add self to blanket write privs. section.
6631
6632 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
6633
6634         * Makefile.tpl: Add definition of CPPFLAGS to pass into
6635         configure-target-* as some target builds may require additional
6636         flags for preprocessor tests.
6637         * Makefile.in: Regenerated.
6638
6639 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
6640
6641         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6642         * ltconfig: Handle it.
6643         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6644         auto-detecting it.
6645
6646         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6647         it is used as argument to $CC.
6648         * ltcf-gcj.sh: Likewise.
6649
6650         * configure.in: Introduce --enable-maintainer-mode.
6651         * configure: Rebuilt.
6652         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6653         for maintainer mode.
6654         * Makefile.in: Rebuilt.
6655
6656 2003-02-18  Jason Merrill  <jason@redhat.com>
6657
6658         * Makefile.tpl (check-c++): Allow parallelism.
6659
6660 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6661
6662         * MAINTAINERS: Remove John Carr (who never actually had access to
6663         gcc.gnu.org).
6664
6665 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
6666
6667         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6668         don't configure target-libobjc.
6669         * configure: Regenerate.
6670
6671 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6672
6673         * Makefile.tpl (RANLIB): Define.
6674         * Makefile.in: Regenerate.
6675
6676 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
6677
6678         * MAINTAINERS: Update my email.
6679
6680 2003-02-06  Keith R Seitz  <keiths@redhat.com>
6681
6682         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6683         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6684         * Makefile.in: Regenerated.
6685         * configure.in: Remove all traces of snavigator, db, and grep.
6686         * configure: Regenerated.
6687
6688 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6689
6690         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
6691         After Approval.
6692
6693 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6694
6695         * MAINTAINERS (Write after approval): Add myself.
6696
6697 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
6698
6699         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6700         * Makefile.in: Regenerated.
6701
6702 2003-01-30  Roger Sayle  <roger@eyesopen.com>
6703
6704         * config.guess: Updated to 2003-01-30's version.
6705         * config.sub: Updated to 2003-01-28's version.
6706
6707 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
6708
6709         * config.if: If gcc_version is already set, just use it.  Don't set
6710         gcc_version_trigger if it's already set, otherwise set it to
6711         gcc/version.c, but only if the file exists.  If it is not set and
6712         gcc/version.c does not exist, try to extract the version number from
6713         $CC.
6714
6715 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
6716
6717         * MAINTAINERS: Add myself to write-after-approval list.
6718
6719 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
6720
6721         * configure.in:  Revert 24Jan change.
6722         * configure:  Regenerate.
6723
6724 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6725
6726         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
6727         entry of HJ Lu.
6728
6729 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6730
6731         * configure.in: Revert previous change.
6732         * configure: Regenerate.
6733
6734 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6735
6736         * configure.in: Make rda native-only.
6737         * configure: Regenerate.
6738
6739 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6740
6741         * MAINTAINERS: Move myself from GNATS-only-accounts to
6742         write-after-approval.
6743
6744 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6745
6746         * configure.in: Add missing \.
6747         * configure: Rebuilt.
6748
6749 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
6750
6751         * configure.in (baseargs): Avoid using \| in sed regular
6752         expressions.
6753         * configure: Rebuilt.
6754
6755 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
6756
6757         * configure.in (baseargs): Remove all supported forms of
6758         --cache-file, --srcdir, --host, --build and --target options
6759         from argument lists.
6760         * configure: Rebuilt.
6761
6762 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
6763
6764         * MAINTAINERS: Add myself to write-after-approval list.
6765
6766 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
6767
6768         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6769         * configure: Rebuilt.
6770
6771 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6772
6773         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6774         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6775         * Makefile.in: Regenerate.
6776         * configure: Regenerate.
6777
6778 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
6779
6780         * configure.in: Remove Makefile in build, host and target modules
6781         unless configure was run with --no-recursion.
6782         * configure: Rebuilt.
6783
6784 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6785
6786         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6787         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6788         * Makefile.in: Regenerate.
6789
6790 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
6791
6792         * config.guess: Update to 2003-01-03 version.
6793         * config.sub: Update to 2003-01-03 version.
6794
6795 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6796
6797         * configure: Regenerate with proper autoconf 2.13.
6798
6799 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6800
6801         * configure.in: Add AC_PREREQ for consistency.
6802         * configure: Regenerate.
6803
6804 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
6805
6806         * configure.in (GDB_TK): Add tcl directories conditional on
6807         gdb/gdbtk directory being present.
6808         * configure: Regenerate.
6809
6810 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
6811
6812         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
6813         used by gcc if LD is not defined and we are not doing a Canadian Cross.
6814         * configure: Rebuilt.
6815
6816 2002-12-31  Tom Tromey  <tromey@redhat.com>
6817
6818         * Makefile.in: Rebuilt.
6819         * Makefile.def (target_modules) [libffi]: Allow installation.
6820
6821 2002-12-31  Andreas Schwab  <schwab@suse.de>
6822
6823         * configure.in: Fix use of $program_transform_name.
6824         * configure: Regenerated.
6825
6826 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
6827
6828         * configure.in (baseargs): Don't remove first configure argument.
6829         * configure: Regenerated.
6830
6831 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
6832
6833         * Makefile.tpl (local-distclean): Don't remove...
6834         (multilib.ts): ... this.  Moved into...
6835         (multilib.out): ... this.  Don't use sub-make.
6836         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6837         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6838         (configure-build-[+module+], configure-[+module+],
6839         configure-target-[+module+], configure-gcc): ... these.  Test
6840         for Makefile existence.  Drop config.status from dependencies.
6841         * Makefile.in: Rebuilt.
6842         * configure.in: Move gcc-version-trigger to the end of
6843         ac_configure_args.  Add comments to maybedep.tmp and
6844         serdep.tmp.  Introduce --disable-serial-configure.  Remove
6845         nonopt from baseargs, matching and removing corresponding
6846         whitespace while at it.
6847         * configure: Rebuilt.
6848
6849 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
6850
6851         * configure.in (host_configargs): Replace reference to
6852         no-longer-defined buildopts with --build=${build_alias}.
6853         * configure: Rebuilt.
6854
6855         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
6856         program_transform_name to standard idiom.
6857         (AUTOGEN, AUTOCONF): Define.
6858         (Makefile.in): Use $(AUTOGEN).
6859         (Makefile): Depend on config.status, and use autoconf-style rule to
6860         build it.  Move original commands to...
6861         (config.status): ... this new target.
6862         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
6863         $(AUTOCONF).
6864         * Makefile.in: Rebuilt.
6865
6866 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6867
6868         * Makefile.tpl: Fix dramatic bustage due to change in
6869         program_transform_name.
6870         * Makefile.in: Regenerate.
6871
6872         * configure.in: Remove unnecessary PATH setting.
6873         * configure: Regnerate.
6874
6875         * configure.in: Don't default to unprefixed tools unless
6876         the native tools will work.
6877         * configure: Regenerate.
6878
6879         * configure.in: Convert to autoconf script.  Blow away lots
6880         of now-redundant Makefile fragments.
6881         * configure: Generate using Autoconf.
6882         * Makefile.tpl: Rewrite to reflect autoconfiscation.
6883         * Makefile.in: Regenerate.
6884
6885 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6886
6887         * configure: Fix stupid bug where RANLIB was mistakenly included.
6888
6889         * configure.in: Rename (buildargs, hostargs, targargs) to
6890         (build_configargs, host_configargs, target_configargs).
6891
6892         * configure.in: Move logic out of sed statement.
6893
6894         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
6895         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6896
6897 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
6898
6899         * config.sub: Import from master repository
6900         * config.guess: Ditto
6901
6902 2002-12-24  Andreas Schwab  <schwab@suse.de>
6903
6904         * Makefile.tpl (multilib.out): Fix missing space.
6905         * Makefile.in: Regenerate.
6906
6907 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6908
6909         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
6910         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
6911         * Makefile.in: Regenerate.
6912         * configure.in: Remove unnecessary leftovers.
6913
6914 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
6915
6916         * configure.in (extra_ranlibflags_for_target): New variable.
6917         (*-*-darwin): Add -c to ranlib commands.
6918         * configure (tooldir): Handle extra_ranlibflags_for_target.
6919
6920 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6921
6922         * Makefile.tpl: Revert HJL's change.
6923         * Makefile.in: Regenerated.
6924         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6925         always.
6926
6927 2002-12-19  Andreas Schwab  <schwab@suse.de>
6928
6929         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6930         * Makefile.in: Regenerate.
6931
6932 2002-12-18  H.J. Lu  <hjl@gnu.org>
6933
6934         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6935         * Makefile.in: Regenerated.
6936
6937         * configure.in (build_prefix): New. Substitute.
6938
6939 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6940
6941         * Makefile.tpl: Don't let real targets depend on phony targets.
6942         * Makefile.in: Regenerate.
6943
6944         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6945         * Makefile.in: Regenerate.
6946
6947 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
6948
6949         * config.sub: Import from master repository
6950         * config.guess: Ditto
6951
6952 2002-12-16  Jason Merrill  <jason@redhat.com>
6953
6954         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6955         previous 'make bootstrap'.
6956         * Makefile.in: Regenerate.
6957
6958 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
6959
6960         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6961
6962 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6963
6964         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6965         * Makefile.in: Regenerate.
6966
6967 2002-12-13  Jason Merrill  <jason@redhat.com>
6968
6969         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
6970         library tests.
6971         (check-c++): Just depend on it and check-target-libstdc++-v3.
6972         * Makefile.in: Regenerate.
6973
6974 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
6975
6976         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6977         * Makefile.in: Rebuilt.
6978
6979 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
6980
6981         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
6982
6983 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6984
6985         * configure: Fix bug put in by gremlins.
6986
6987         * Makefile.tpl: Substitute more autoconfily.
6988         * configure: Substitute more autoconfily.
6989         * Makefile.in: Regenerate.
6990
6991 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
6992
6993         * config.sub: Import from master repository
6994         * config.guess: Ditto
6995         * MAINTAINERS: Added Svein Seldal under write after approval
6996
6997 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
6998
6999         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7000         * Makefile.in (all-sim): Ditto.
7001
7002 2002-12-06  DJ Delorie  <dj@redhat.com>
7003
7004         * Makefile.tpl: Change configure dependencies to not have real
7005         targets depend on phony targets.
7006
7007 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
7008
7009         * configure.in: Revert unintentional change.
7010
7011         * Makefile.tpl: Change dependency for */multilib.out so that
7012         it works when gcc isn't in the tree.
7013
7014         * configure.in: Substitute more.
7015         * configure: Run subconfigures from the Makefile.
7016         * Makefile.tpl: Run subconfigures from the Makefile; add a few
7017         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
7018
7019 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7020
7021         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
7022
7023 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7024
7025         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7026         and corresponding dependencies.
7027         * Makefile.in: Regenerate.
7028
7029         * configure.in (host_tools): Order binutils, gas and ld for
7030         convenience in running the testsuites.
7031
7032         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7033         * Makefile.in: Regenerate.
7034         * configure.in: Introduce rules to serialize subconfigure runs.
7035
7036         * configure.in: Introduce BASE_CC_FOR_TARGET.
7037         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
7038         Realize configure-build-* targets.  Realize configure-target-* targets.
7039         * Makefile.in: Regenerate.
7040
7041 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7042
7043         * configure: Move gcc_version_trigger stuff from here...
7044         * configure.in: ...to here.
7045
7046         * configure.in: Separate subconfigure options added by this file from
7047         options given by the user.  Add machinery to put args for host
7048         subconfigures into the Makefile.
7049
7050         * Makefile.tpl: Remove 'vault' targets.
7051         * Makefile.tpl: Reorder and comment dependencies.
7052         * Makefile.in: Regenerate.
7053
7054 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7055         * configure.in: Fix my broken commit of previous patch. (sigh)
7056
7057 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7058
7059         * configure.in: Move host-specific darwin noconfigdirs into
7060         the host-specific section.
7061
7062 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7063
7064         * configure.in: Move host-specific darwin noconfigdirs into
7065         the host-specific section.
7066
7067 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7068
7069         * configure: Remove skip-this-dir support.
7070         * Makefile.tpl: Remove skip-this-dir support.
7071
7072         * Makefile.tpl: Remove leftover support for non-autoconfiscated
7073         subdirectories.
7074         * Makefile.in: Regenerate.
7075
7076         * Makefile.tpl: Strip out useless setting of 'dir'.
7077         * Makefile.in: Regenerate.
7078
7079 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7080
7081         * configure.in: Fix deeply stupid bug.
7082
7083         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7084         shell code in CXX_FOR_TARGET
7085         * Makefile.def: Introduce raw_cxx.
7086         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7087         RAW_CXX_FOR_TARGET.
7088         * Makefile.in: Regenerate.
7089
7090 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
7091
7092         * Makefile.tpl: Remove unnecessary ifs.
7093         * Makefile.in: Regenerate.
7094
7095         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
7096         dependencies.  Maybe-ize build-libiberty.  Create dummy install
7097         targets for 'no_install' modules.
7098         * configure: Move GDB_TK substitution to configure.in.  Move
7099         build_modules stuff to configure.in.
7100         * configure.in: Implement soft dependency machinery.  Maybe-ize
7101         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
7102         * Makefile.in: Regenerate.
7103
7104 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7105
7106         * Makefile.tpl: Make all-target, install-target behave similarly
7107         to all, install (only hitting configured targets).  Eliminate
7108         unused macro defintions.
7109
7110         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7111         build != host.
7112
7113         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7114
7115         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7116
7117         * configure.in: Produce lists of subdir targets we're actually
7118         configuring.  Remove references to "dosrel".
7119         * Makefile.tpl: Let configure set which subdir targets are hit.
7120         Remove install-cross; clean up install; remove ALL.  Remove
7121         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
7122         Autogenerate host module targets.  Remove empty dependency lines
7123         and redundant dependency; rearrange slightly.
7124         * Makefile.def: Add host-side libtermcap, utils.
7125
7126         * Makefile.in: Regenerate.
7127
7128 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7129
7130         * ltconfig (osf[345]): Append $major to soname_spec.
7131         Reflect this in library_names_spec.
7132         * ltmain.sh (osf): Prefix $major with . for use as extension.
7133
7134 2002-11-19  Andreas Jaeger  <aj@suse.de>
7135
7136         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
7137         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
7138         and sparc64 GNU/Linux systems.
7139
7140 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
7141
7142         * MAINTAINERS: Update email.
7143
7144 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7145
7146         * MAINTAINERS: Complete James Dennett's entry.
7147
7148 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
7149
7150         * MAINTAINERS (Write After Approval): Add myself.
7151
7152 2002-11-13  Bruce Korb  <bkorb@gnu.org>
7153
7154         * Makefile.tpl: syntactic cleanup
7155
7156 2002-11-13  Stuart Hastings  <stuart@apple.com>
7157
7158         * MAINTAINERS: Add myself to write-after-approval list.
7159
7160 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7161
7162         * Makefile.def: Add list of recursive targets to autogenerate.
7163         Add build_modules.
7164         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
7165         targets.  Autogenerate *-build-* targets.
7166         * Makefile.in: Regenerate.
7167
7168 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7169
7170         * configure: More autoconf-style substitutions.
7171         * Makefile.tpl: More autoconf-style substitutions.
7172         * Makefile.in: Regenerate.
7173
7174 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7175
7176         * configure: Substitute more variables in a more autoconf-friendly
7177         way.  Simplify slightly.
7178         * Makefile.tpl: Make more variables substitutable in an
7179         autoconf-friendly way.
7180         * Makefile.in: Regenerate.
7181
7182 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
7183
7184         * MAINTAINERS (Write After Approval): Add myself.
7185
7186 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7187
7188         * configure.in (v810*): Remove special setting of tools.
7189
7190         * configure: Add support for extra required flags for ar or nm.
7191         * configure.in (aix4.3+): Use above support for target-specific
7192         issues, rather than using config/mt-aix43.
7193
7194 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7195
7196         * configure: Remove 'removing', which doesn't work.  Replace $subdir
7197         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
7198         with $srcdir.  Reformat indentation.  Substitute some variables
7199         formerly hard-coded in the Makefile for build=host.
7200         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7201         * Makefile.def: Autogenerate more.
7202         * Makefile.in: Regenerate.
7203
7204 2002-11-04  Adam Nemet  <anemet@lnxw.com>
7205
7206         * MAINTAINERS (Write After Approval): Add myself.
7207
7208 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
7209
7210         * Makefile.def (host_modules): Add rda.
7211         * Makefile.in: Regenerate.
7212         * configure.in (target_tool): Add target-rda to list.
7213
7214 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7215
7216         * MAINTAINERS: Remove "co-maintainer" note for web pages.
7217
7218 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
7219
7220         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
7221         and restrap targets to this rule.
7222         * Makefile.in:  Regenerate.
7223
7224 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7225
7226         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
7227         GNATS only accounts.
7228
7229 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
7230
7231         * configure.in (i[3456]86-*-linux*): Add check to disable
7232         ${libgcj} for glibc1.
7233
7234 2002-10-24  Denis Chertykov  <denisc@overta.ru>
7235
7236         * MAINTAINERS: Add myself as ip2k port maintainer.
7237
7238 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
7239
7240         * configure.in: Add tic4x target.
7241
7242 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7243
7244         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7245         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7246         * Makefile.in: Regenerate.
7247
7248         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7249         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7250         * Makefile.in: Regenerate.
7251
7252 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
7253
7254         * MAINTAINERS: Add myself as web pages co-maintainer.
7255
7256 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7257
7258         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7259         * Makefile.in: Regenerate.
7260
7261 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
7262
7263         * MAINTAINERS: Add myself and Nathan Sidwell
7264         <nathan@codesourcery.com> as VxWorks maintainers.
7265
7266 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7267
7268         * Makefile.def: Remove order dependency comments.
7269         * Makefile.tpl: Add explicit install-install dependencies.
7270         * Makefile.in: Regenerate.
7271
7272         * Makefile.tpl: Remove material now in src-release.  (Finally!)
7273         * Makefile.in: Regenerate.
7274
7275         * Makefile.tpl: Add configure-target (for src-release in src)
7276         * Makefile.in: Regenerate.
7277
7278 2002-09-30  Nick Clifton  <nickc@redhat.com>
7279
7280         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7281
7282 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
7283
7284         * configure.in (s390*-*-linux*): Enable libgcj.
7285
7286 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
7287
7288         * configure: Revert accidentally applied changes.
7289
7290         * Makefile.tpl: Make more autoconf-friendly.
7291         * Makefile.in: Regenerate.
7292         * configure: Make substitution more autoconf-like.
7293
7294 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
7295
7296         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7297         single entry to handle all these.
7298         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
7299         libjava on arm-*-elf.
7300
7301 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
7302
7303         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7304         things that depend on them.
7305
7306 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7307
7308         * Makefile.tpl: Make subsituted variables more autoconfy.
7309         * Makefile.in: Regenerate.
7310         * configure: Make seds more autoconfy.
7311
7312 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7313
7314         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7315         * Makefile.in: Regenerate.
7316         * configure.in: Rewrite sed statements to look autoconfy.
7317
7318         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7319         all-target-foo on configure-target-foo.
7320         * Makefile.def: Ditto.
7321         * Makefile.in: Rebuild.
7322
7323 2002-09-25  Andrew Haley  <aph@redhat.com>
7324
7325         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
7326
7327 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7328
7329         * Makefile.def: New file.
7330         * Makefile.tpl: New file.
7331         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7332         * contrib/gcc_update: Note that Makefile.in is a generated file.
7333
7334         * configure.in: Minor rearrangement.  Simplify tests.
7335
7336 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
7337
7338         * configure.in (with_headers): Skip copy if value is "yes".
7339         (with_libs): Likewise.
7340
7341 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7342
7343         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7344         * configure.in (sh*-*-pe*): Ditto.
7345         * configure.in (mips*-*-pe*): Ditto.
7346         * configure.in (*arm-wince-pe): Ditto.
7347
7348         * configure.in: Rearrange.
7349
7350 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
7351
7352         * MAINTAINERS: Update my email address.
7353
7354 2002-08-30  Paul Koning  <pkoning@equallogic.com>
7355
7356         * MAINTAINERS: (Write After Approval): Add myself.
7357
7358 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
7359
7360         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
7361
7362 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
7363
7364         * MAINTAINERS: Change my mailing address.
7365
7366 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
7367
7368         * MAINTAINERS (Write After Approval): Remove myself.
7369         (Various Maintainers: c++ runtime libs): Add myself.
7370
7371 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
7372
7373         * MAINTAINERS (Write After Approval): Remove myself.
7374         (Various Maintainers: c++ runtime libs): Add myself.
7375
7376 2002-08-15  Eric Christopher  <echristo@redhat.com>
7377
7378         * config.sub: Import from master repository.
7379         * config.guess: Ditto.
7380
7381 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
7382
7383         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7384         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7385         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7386
7387 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
7388
7389         * MAINTAINERS: Add self to rs6000 vector extensions.
7390
7391 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
7392
7393         * libiberty/configure: Reverted unintended yesterday's check in.
7394
7395 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
7396
7397         * boehm-gc/configure, libf2c/configure: Rebuilt.
7398         * libffi/configure, libiberty/configure: Ditto.
7399         * libjava/configure, libobjc/configure: Ditto.
7400         * libstdc++-v3/configure, zlib/configure: Ditto.
7401         Merged from binutils:
7402         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
7403         From Steve Ellcey <sje@cup.hp.com>:
7404         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7405         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7406         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7407         IA64.
7408         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7409         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7410         soname_spec, sys_lib_search_path_spec): Ditto.
7411
7412 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
7413
7414         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7415
7416 2002-08-04  H.J. Lu  (hjl@gnu.org)
7417
7418         * configure.in (mips*-*-linux*): Don't skip target-libffi.
7419
7420 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
7421
7422         * MAINTAINERS (Write After Approval): Add myself.
7423
7424 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
7425
7426         * configure.in: Move generic linux case to end.  Copy generic
7427         linux noconfigdirs to mips*-*-linux* entry and new
7428         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
7429
7430 2002-07-19  Michael Matz  <matz@suse.de>
7431
7432         * MAINTAINERS: Add myself as ra* maintainer.
7433
7434 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
7435
7436         * config.guess: Update to 2002-07-09 version.
7437         * config.sub: Update to 2002-07-03 version.
7438
7439 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
7440
7441         * MAINTAINERS: Fix typo in a maintainer email address.
7442
7443 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7444
7445         * configure.in: Remove two redundant tests.
7446
7447 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7448
7449         * configure.in (mips*-*-irix6*o32): Enable stabs.
7450
7451 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
7452
7453         * configure.in: Don't build grez.
7454         * Makefile.in: Ditto.
7455
7456         * Makefile.in: Remove references to bsp, cygmon, libstub.
7457         * configure.in: Ditto.
7458
7459         * configure.in: Remove leftover reference to gdbtest.
7460
7461 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
7462
7463         * configure.in (gxx_include_dir):  Change to match versioned
7464         C++ headers if --enable-version-specific-runtime-libs is used.
7465
7466 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
7467
7468         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7469
7470 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7471
7472         * configure.in: Make --without-x work.
7473
7474 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7475
7476         * configure.in: Rearrange target Makefile fragment collection.
7477
7478         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7479         cvs[src].
7480         * configure.in: Ditto.
7481
7482 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
7483
7484         * MAINTAINERS (Write After Approval): Update my e-mail address.
7485
7486 2002-06-24  Ben Elliston  <bje@redhat.com>
7487
7488         * configure.in (host_tools): Remove cgen.
7489
7490         * Makefile.in (all-cgen): Remove; runs from its source directory.
7491         (check-cgen, install-cgen, clean-cgen): Likewise.
7492         (all-opcodes): Do not depend on all-cgen.
7493         (all-sim): Likewise.
7494
7495 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7496
7497         * Makefile.in: Eliminate 'apache' targets.
7498         * configure.in: Eliminate 'apache' targets.
7499
7500         * configure.in: Eliminate redundant tests.  Reorganize.
7501
7502         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7503
7504         * config-ml.in: Eliminate references to Cygnus configure.
7505
7506         * Makefile.in: Eliminate references to building emacs.
7507
7508 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
7509
7510         * MAINTAINERS: Update my email address.
7511
7512 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
7513
7514         * config.if (libstdcxx_incdir): Version C++ headers.
7515         (cxx_incdir): Remove.
7516
7517 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7518
7519         * MAINTAINERS (Write After Approval): Add self.
7520
7521 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
7522
7523         * configure.in: Add support for ip2k.
7524
7525 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
7526
7527         * configure.in: Fix AIX configury bug.
7528
7529 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
7530
7531         * MAINTAINERS (Write After Approval): Add self.
7532
7533 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7534
7535         * configure.in: replace ${topsrcdir} with ${srcdir}
7536
7537         * configure.in: Move definition of libstdcxx_flags
7538         right above usage, rather than waaay earlier.
7539
7540         * configure.in: Pull definition of is_cross_compiler earlier.
7541
7542         * configure.in: Rearrange a little.
7543
7544         * configure.in: Remove references to librx.
7545         * Makefile.in: Remove references to librx.
7546
7547 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
7548
7549         * config.sub: Add support for avr target.
7550         Import from master sources, rev 1.255
7551
7552 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
7553
7554         * configure, .cvsignore:  Revert previous change...
7555         * Makefile:  ...delete.
7556
7557 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7558
7559         * configure.in: Eliminate ${gasdir} variable.
7560
7561 2002-06-18  Dave Brolley  <brolley@redhat.com>
7562
7563         * configure.in: Add support for frv.
7564         * config.sub: Add support for frv.
7565
7566 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7567
7568         * configure:  Remove garbage from previous commit.
7569
7570 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7571
7572         * configure:  For in-source builds, make a subdir and re-exec there.
7573         * Makefile:  New file.  Pass targets through to build directory.
7574         * .cvsignore:  No longer ignore "Makefile".
7575
7576 2002-06-16  Douglas Rupp  <rupp@gnat.com>
7577
7578         * MAINTAINERS (Write After Approval): Add self.
7579
7580 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7581
7582         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7583
7584 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
7585
7586         * configure.in (vax-*-netbsd*): Re-enable gas.
7587
7588 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
7589
7590         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7591         BUILD_PREFIX_1, to correct nomenclature.
7592         * configure: Likewise.
7593
7594         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7595         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7596
7597 2002-05-31  Olaf Hering  <olh@suse.de>
7598
7599         * config-ml.in: Propogate DESTDIR also.
7600
7601 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
7602
7603         * configure.in (vax-*-netbsd*): Don't build gas for this
7604         platform.
7605
7606 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7607
7608         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7609         and libgcj for AVR.
7610
7611 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
7612
7613         * MAINTAINERS (Write After Approval): Add myself.
7614
7615 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7616
7617         * config.guess: Update to 2002-05-22 version.
7618         * config.sub: Likewise.
7619
7620 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7621
7622         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7623         * config-ml.in: Likewise.
7624         * configure: Likewise.
7625         * configure.in: Likewise.
7626
7627 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
7628
7629         * MAINTAINERS: Update my email address.
7630
7631 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
7632
7633         * configure.in: Simplify makefile fragment collection.
7634
7635         * configure.in: Remove code to build emacs.
7636
7637         * configure.in : Remove --srcdir argument from targargs and buildargs
7638         (it's always overridden in the Makefile anyway).  Rearrange a bit.
7639
7640         * configure: Move some logic to configure.in.
7641         * configure.in: Move some logic from configure.
7642
7643 2002-05-11  Tom Tromey  <tromey@redhat.com>
7644
7645         * MAINTAINERS: Reflect libgcj reality.
7646
7647 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
7648
7649         * Makefile.in: Honour DESTDIR.
7650
7651 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
7652
7653         * config.guess: Import 2002-03-20 version.
7654         * config.sub: Import 2002-04-26 version.
7655
7656 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7657
7658         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
7659
7660 2002-05-07  Tim Josling  <tej@melbpc.org.au>
7661
7662         * MAINTAINERS: Add self.
7663
7664 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
7665
7666         * ltmain.sh: Detect and handle object name conflicts
7667         while piecewise linking a static library.
7668
7669 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
7670
7671         * configure.in (noconfigdirs): Don't disable libgcj on
7672         sparc64-*-solaris* and sparcv9-*-solaris*.
7673
7674 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
7675
7676         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7677
7678 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
7679
7680         * configure.in (FLAGS_FOR_TARGET): Do not add
7681         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7682         on i[3456]86-*-linux*.
7683
7684 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
7685
7686         * configure.in (noconfigdirs): Replace [ ] with test.
7687
7688         * configure.in (noconfigdirs): Do not add target-newlib if
7689         target == i[3456]86-*-linux*, and host == target.
7690
7691 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
7692
7693         * configure.in: delete reference to absent file
7694
7695         * configure.in: replace '[' with 'test'
7696
7697         * configure.in: Eliminate references to gash.
7698         * Makefile.in: Eliminate references to gash.
7699
7700         * configure.in: remove useless references to 'pic' makefile fragments.
7701
7702         * configure.in: (*-*-windows*) Finish removing.
7703
7704         * configure.in: Eliminate redundant test for libgui.
7705
7706 2002-04-29  Roger Sayle  <roger@eyesopen.com>
7707
7708         * MAINTAINERS: Add self and realphabetize.  Update entries
7709         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
7710         entry for a29k port maintainer.
7711
7712 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
7713
7714         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7715         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7716
7717 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
7718
7719         * configure.in: remove references to dead files
7720
7721 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
7722
7723         * MAINTAINERS: Add information about purpose of this file.
7724
7725 2002-04-18  Tom Tromey  <tromey@redhat.com>
7726
7727         * configure.in: Disallow configuring libgcj when it is already
7728         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
7729         Solaris 2.8 by default.  For PR libgcj/6158.
7730
7731 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7732
7733         * configure.in:  Move default CC setting out of config/mh-* fragments
7734         directly into here.
7735
7736 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7737
7738         * configure.in: don't even try to configure or make a subdirectory
7739         if there's no configure script for it.
7740
7741 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
7742
7743         * MAINTAINERS: Remove chill maintainers.
7744         * Makefile.in (CHILLFLAGS): Remove.
7745         (CHILL_LIB): Remove.
7746         (TARGET_CONFIGDIRS): Remove libchill.
7747         (CHILL_FOR_TARGET): Remove.
7748         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7749         CHILL_LIB.
7750         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7751         (CHECK_TARGET_MODULES): Likewise.
7752         (INSTALL_TARGET_MODULES): Likewise.
7753         (CLEAN_TARGET_MODULES): Likewise.
7754         (configure-target-libchill): Remove.
7755         (all-target-libchill): Remove.
7756         * configure.in (target_libs): Remove target-libchill.
7757         Do not compute CHILL_FOR_TARGET.
7758         * libchill: Remove directory.
7759
7760 2002-04-11  DJ Delorie  <dj@redhat.com>
7761
7762         * Makefile.in, configure.in: Sync with binutils, entries
7763         follow...
7764
7765 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7766
7767         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
7768         (do-tar, do-bz2): New rules.
7769         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
7770         (gdb-tar): New rule.
7771         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
7772         (insight_dejagnu.tar): New rule.
7773         (insight.tar): New rule.
7774         (gdb+dejagnu.tar): New rule.
7775         (gdb.tar): New rule.
7776
7777 2002-02-01  Mo DeJong  <supermo@bayarea.net>
7778
7779         * Makefile.in: Add all-tix to deps for all-snavigator
7780         so that tix is built when building snavigator.
7781
7782 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
7783
7784         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7785         ld and gdb are not supported.
7786
7787 2002-01-07  Mark Salter  <msalter@redhat.com>
7788
7789         * configure.in: Remove target-bsp and target-cygmon from arm builds.
7790         Allow target-libgloss to be built for arm, strongarm, and xscale.
7791
7792 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
7793
7794         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7795         options for i[3456]86-pc-linux* native builds.
7796
7797 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
7798
7799         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7800         files from .po files for a distribution.
7801
7802 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
7803
7804         * configure.in: Enable libstdc++-v3 for h8300 targets.
7805
7806 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
7807
7808         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
7809         version from bfd/.
7810
7811 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
7812
7813         * Makefile.in (VER): When present, extract the version number from
7814         the file version.in.
7815
7816 2001-05-24  Tom Rix  <trix@redhat.com>
7817
7818         * configure.in : enable ld for aix
7819
7820 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7821
7822         * config.guess: Add linux target for S/390.
7823
7824 2000-11-07  Philip Blundell  <pb@futuretv.com>
7825
7826         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7827
7828 2000-11-03  Philip Blundell  <pb@futuretv.com>
7829
7830         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7831         files.
7832
7833 2001-01-15  Ben Elliston  <bje@redhat.com>
7834
7835         * configure.in (host_tools): Add sid.
7836         Always configure cgen.
7837
7838 2000-11-24  Nick Clifton  <nickc@redhat.com>
7839
7840         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
7841
7842
7843 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
7844
7845         * Makefile.in (ALL_MODULES): Add all-cgen.
7846         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7847         (all-cgen): New target.
7848         (all-opcodes,all-sim): Depend on all-cgen.
7849         * configure.in (host_tools): Add cgen.
7850         Only configure cgen if --enable-cgen-maint.
7851
7852 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
7853
7854         * configure.in: Add *-*-freebsd* configurations.
7855
7856 2002-04-08  Tom Tromey  <tromey@redhat.com>
7857
7858         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7859         Fixes PR libgcj/6068.
7860
7861 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
7862
7863         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7864
7865 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7866
7867         * configure.in (alpha*-dec-osf*): Enable libgcj.
7868
7869 2003-03-27  Matthew Gingell  <gingell@gnat.com>
7870
7871         * MAINTAINERS (Write After Approval): Add myself.
7872
7873 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
7874
7875         Fix for: PR bootstrap/3591, target/5676
7876         * configure.in (mcore-pe): Disable the configuration of
7877         libstdc++-v3 since exceptions are not supported.
7878
7879 2002-03-20  Anthony Green  <green@redhat.com>
7880
7881         * configure.in: Enable libgcj for xscale-elf target.
7882
7883 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
7884
7885         * MAINTAINERS:  Update my email address.
7886
7887 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
7888
7889         * ltmain.sh (relink_command): Fix typo in previous change.
7890
7891 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
7892
7893         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
7894         (relink_command): Added --tag flags.
7895         (mode=install): If relinking fails; error out.
7896
7897 2002-03-12  Richard Henderson  <rth@redhat.com>
7898
7899         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
7900         .NOTPARALLEL tag.
7901         (do-check): Rename from check.
7902         (check): Allow parallel check.
7903
7904 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
7905
7906         * MAINTAINERS: Add myself as maintainer for xtensa port.
7907         Fix alphabetical order in CPU port maintainer list.
7908         Remove myself from Write After Approval list.
7909
7910 2002-03-11  Richard Henderson  <rth@redhat.com>
7911
7912         * Makefile.in (.NOTPARALLEL): Add fake tag.
7913
7914 2002-03-07  H.J. Lu  (hjl@gnu.org)
7915
7916         * configure.in: Enable gprof for mips*-*-linux*.
7917
7918 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
7919
7920         * MAINTAINERS (Write After Approval): Add myself.
7921
7922 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
7923
7924         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7925         libjava.
7926         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7927
7928 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
7929
7930         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7931         because its Makefile is there; test for the executable instead.
7932
7933 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
7934
7935         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7936         libstdc++-v3 and libjava.
7937
7938 2002-02-11  Adam Megacz  <adam@xwt.org>
7939
7940         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7941         boehm-gc
7942
7943 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
7944
7945         * config.guess: Updated to 2002-01-30's version.
7946         * config.sub: Updated to 2002-02-01's version.
7947         Contribute sh64-elf.
7948         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
7949         * configure.in: Added sh64-*-*.
7950
7951 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
7952
7953         * MAINTAINERS: Belatedly add myself to write after approval list.
7954
7955 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
7956
7957         * MAINTAINERS: Put self in as maintainer for x86-64 port.
7958         Remove self as Write After Approval.
7959
7960 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
7961
7962         * MAINTAINERS: Put self in as maintainer for contrib/regression
7963         directory.
7964
7965 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
7966
7967         * MAINTAINERS:  Update my email address.
7968
7969 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
7970
7971         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
7972         target-libiberty, and target-libgloss.  Skip Java-related
7973         libraries if not supported for NetBSD on target CPU.
7974
7975 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
7976
7977         * install-sh: Use _inst.$$_ for temp file name.
7978
7979 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
7980
7981         * MAINTAINERS (Write After Approval): Move my contact info
7982         from here...
7983         (OS Port Maintainers): ...to here (netbsd).
7984
7985 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
7986
7987         * MAINTAINERS (Write After Approval): Add myself.
7988
7989 2002-01-17  H.J. Lu  <hjl@gnu.org>
7990
7991         * Makefile.in (all-fastjar): Also depend on all-libiberty.
7992         (all-target-fastjar): Also depend on all-target-libiberty.
7993
7994 2002-01-16  H.J. Lu  (hjl@gnu.org)
7995
7996         * config.guess: Import from master sources, rev 1.225.
7997         * config.sub: Import from master sources, rev 1.238.
7998
7999 2002-01-16  Kazu Hirata  <kazu@hxi.com>
8000
8001         * MAINTAINERS (Write After Approval): Remove myself.
8002
8003 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
8004
8005         * MAINTAINERS (Write After Approval): Add myself.
8006
8007 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8008
8009         * MAINTAINERS: Add self as docs co-maintainer.
8010
8011 2001-12-11  Matthias Klose  <doko@debian.org>
8012
8013         * MAINTAINERS (Write After Approval): Add myself.
8014
8015 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
8016
8017         * MAINTAINERS: Update my email address.
8018
8019 2001-12-07  Turly O'Connor  <turly@apple.com>
8020         * MAINTAINERS (Write After Approval): Add myself.
8021         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
8022         (rs6000_initialize_trampoline): Call __trampoline_setup for
8023         ABI_DARWIN too.
8024         * darwin-tramp.asm: New file, implements __trampoline_setup.
8025         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
8026
8027 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
8028
8029         * MAINTAINERS (Write After Approval): Add myself.
8030
8031 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
8032
8033         * configure, configure.in: Use temp file for long sed commands.
8034
8035 2001-12-03  Laurent Guerby  <guerby@acm.org>
8036
8037         * config.sub: Update to version 1.232 on subversion.
8038
8039 2001-12-03  Ben Elliston  <bje@redhat.com>
8040
8041         * MAINTAINERS: Update mail address for config.* patches.
8042
8043 2001-11-27  DJ Delorie  <dj@redhat.com>
8044             Zack Weinberg  <zack@codesourcery.com>
8045
8046         When build != host, create libiberty for the build machine.
8047
8048         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8049         CONFIG_ARGUMENTS.
8050         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8051         New variables.
8052         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8053         and rules.
8054         (all.normal): Depend on ALL_BUILD_MODULES.
8055         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8056         (all-build-libiberty): Depend on configure-build-libiberty.
8057
8058         * configure: Calculate and substitute proper value for
8059         ALL_BUILD_MODULES.
8060         * configure.in: Create the build subdirectory.
8061         Calculate and substitute TARGET_CONFIGARGS (formerly
8062         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8063
8064 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
8065
8066         * MAINTAINERS (write-after-approval): Add self.
8067
8068 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8069
8070         * MAINTAINERS (GNATS only accounts): Remove self.
8071
8072 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
8073
8074         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8075         libf2c.
8076
8077 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8078
8079         * MAINTAINERS (Write After Approval): Add self.
8080
8081 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8082
8083         * MAINTAINERS: mips and s390 are also CPU ports.
8084
8085 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8086
8087         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
8088
8089 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
8090
8091         * MAINTAINERS: Alphabetize.
8092
8093 2001-11-09  Kazu Hirata  <kazu@hxi.com>
8094
8095         * MAINTAINERS (Various maintainers: h8 port): Add myself.
8096
8097 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8098
8099         * MAINTAINERS (Various maintainers: hppa port): Added myself.
8100
8101 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
8102
8103         * configure.in (--enable-languages): Be more permissive about
8104         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
8105
8106 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
8107
8108         * config.sub: Import from master sources, rev. 1.230.
8109         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
8110
8111 2001-11-07  Laurent Guerby  <guerby@acm.org>
8112
8113         * MAINTAINERS (Write After Approval): Add self.
8114
8115 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
8116
8117         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8118
8119 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
8120
8121         * config.sub: Import from master sources, rev 1.226.
8122         * config.guess: Import from master sources, rev 1.216.
8123
8124 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
8125
8126         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8127         * MAINTAINERS: Add self as maintainer of MMIX port.
8128         Remove old after-approval entry.
8129
8130 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
8131
8132         * ChangeLog, configure: Fix spelling errors.
8133
8134 2001-10-20  Brendan Kehoe  <brendan@zen.org>
8135
8136         * MAINTAINERS: Tweak my address.
8137
8138 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
8139
8140         * MAINTAINERS: Update my email address.
8141
8142 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
8143
8144         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8145         * MAINTAINERS: Add self as maintainer of CRIS port.
8146
8147 2001-10-10  Geert Bosch  <bosch@gnat.com>
8148
8149         * MAINTAINERS (Various maintainers: Ada front end):
8150         Added Robert Dewar.
8151
8152 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
8153
8154         * MAINTAINERS (Write After Approval): Added self
8155
8156 2001-10-02  Geert Bosch  <bosch@gnat.com>
8157
8158         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8159
8160 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8161
8162         * configure: Handle temporary files securely using mkdir.
8163
8164 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
8165
8166         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8167
8168 2001-09-26  Will Cohen  <wcohen@redhat.com>
8169
8170         * configure.in (*-*-linux*): Disable configuration of target-newlib
8171         and target-libgloss.
8172
8173 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
8174
8175         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8176         RANLIB.
8177
8178 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
8179
8180         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8181         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8182         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8183         avoid quotes nesting problems.
8184         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8185         (DO_X): Export only variables that are set.
8186
8187 2001-09-19  Ben Elliston  <bje@redhat.com>
8188
8189         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8190         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8191         semantics.  Use the shell built-in "type" command instead.
8192
8193 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
8194
8195         Merged from gcc-3_0-branch:
8196         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
8197         * ltcf-c.sh: Use $objext, not $ac_objext.
8198         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
8199         * ltcf-cxx.sh: Add support for GNU.
8200         2001-07-22  Timothy Wall  <twall@redhat.com>
8201         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
8202         default settings if using GNU tools with that configuration.
8203         * ltcf-cxx.sh: Ditto.
8204         * ltcf-gcj.sh: Ditto.
8205         2001-07-21  Michael Chastain  <chastain@redhat.com>
8206         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8207         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
8208         * ltmain.sh: Mark as gcc-local.
8209
8210 2001-08-30  Eric Christopher  <echristo@redhat.com>
8211             Jason Eckhardt  <jle@redhat.com>
8212
8213         * config.guess: Merge from master sources.
8214         * config.sub: Merge from master sources, add support for mipsisa32.
8215
8216 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
8217         * config.sub: Merge from master sources, rev 1.219.
8218         * MAINTAINERS: Add self as contact for stormy16 port.
8219
8220 2001-08-14  Zack Weinberg  <zackw@panix.com>
8221
8222         * config.sub: Merge from master sources, rev 1.218.
8223         * config.guess: Merge from master sources, rev 1.209.
8224
8225 2001-08-11  Graham Stott  <grahams@redhat.com>
8226
8227         * Makefile.in (check-c++): Add missing semicolon.
8228
8229 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
8230
8231         * MAINTAINERS (Various maitainers: predict.def): Added myself.
8232
8233 2001-07-30  Eric Christopher  <echristo@redhat.com>
8234
8235         * MAINTAINERS (Various maintainers: mips port): Added myself.
8236
8237 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
8238
8239         * configure.in (sh-*-linux*): New.
8240
8241 2001-07-27  Richard Henderson  <rth@redhat.com>
8242
8243         * .cvsignore: Add LAST_UPDATED.
8244
8245 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
8246
8247         * MAINTAINERS (Various maintainers: s390 port): Added myself.
8248
8249 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
8250
8251         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
8252
8253 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
8254
8255         * MAINTAINERS (Write After Approval): Added myself.
8256
8257 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8258
8259         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8260         and libgcj on m68hc11/m68hc12.
8261
8262 2001-06-27  H.J. Lu  (hjl@gnu.org)
8263
8264         * Makefile (CFLAGS_FOR_BUILD): New.
8265         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8266
8267 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8268
8269         * README: Remove version number.
8270
8271 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8272
8273         * INSTALL/README: Update wrt. to the installation instructions now
8274         residing in gcc/doc/install.texi.
8275
8276 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8277
8278         * README: Replace with a cut-down and updated version of gcc/README.
8279
8280 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
8281
8282         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
8283         multilibs to be disabled.
8284
8285 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
8286
8287         * MAINTAINERS (Write After Approval): Add myself.
8288
8289 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
8290
8291         * config.guess: Import CVS version 1.195.
8292         * config.sub: Import CVS version 1.212.
8293
8294 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
8295
8296         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8297         gcc/xgcc is built, use -print-prog-name to find out the program
8298         name to use.
8299
8300 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
8301
8302         * config.guess:  Import CVS version 1.194.  All gcc-local changes
8303         appear to also be in the master copy.
8304         * config.sub:  Import CVS version 1.211.
8305
8306 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
8307
8308         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8309         with_gcc]: Use `gcc -shared' to build a shared library.
8310
8311 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8312
8313         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8314         archives.
8315
8316 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8317
8318         * MAINTAINERS (Write After Approval): Add myself.
8319
8320 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
8321
8322         * configure.in (libstdcxx_flags): Do not try to execute
8323         libstdc++-v3/testsuite_flags until it exists.
8324
8325 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
8326
8327         * MAINTAINERS: Update my email address.
8328
8329 2001-05-31  Graham Stott  <grahams@redhat.com>
8330
8331         * MAINTAINERS (Write After Approval): Add myself.
8332
8333 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
8334
8335         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
8336         libraries when using g++ with native linker.
8337
8338 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
8339
8340         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8341
8342 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
8343
8344         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8345         [aix4*|aix5*]: Prepend blank.
8346
8347 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
8348
8349         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8350         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
8351         of subdir/configure scripts to use the new libtool.m4.
8352
8353 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
8354
8355         * MAINTAINERS (Write After Approval): Add myself.
8356
8357 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
8358
8359         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8360
8361 2001-05-11  Ben Elliston  <bje@redhat.com>
8362
8363         * Makefile.in (all-sid): New target.
8364         (check-sid, clean-sid, install-sid): Likewise.
8365
8366 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
8367
8368         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8369
8370 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8371
8372         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8373         libgcj.
8374
8375 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8376
8377         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8378         gcc/xgcc is built, use -print-prog-name to find out the program
8379         name to use.
8380
8381 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
8382
8383         * configure.in (noconfigdirs): Don't reset it from scratch in the
8384         target case; only append to it.
8385
8386         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8387         sparc-*-solaris2.8]: Disable ${libgcj}.
8388
8389 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
8390
8391         * configure.in (libgcj_saved): Copy from $libgcj.
8392         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8393         --disable-libgcj.
8394
8395 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
8396
8397         * MAINTAINERS: Remove self as MIPS maintainer and
8398         C front end maintainer.
8399
8400 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
8401
8402         * configure.in: Move *-chorusos target case to the proper switch.
8403         Disable libgcj.
8404
8405 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8406
8407         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8408         1.641.2.228.
8409
8410 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8411
8412         * Makefile.in (STAGE1_CFLAGS): Pass down.
8413
8414 2001-04-13  Alan Modra  <amodra@one.net.au>
8415
8416         * config.guess: Add hppa64-linux support.  Note for next import that
8417         this is already in the master file.
8418         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
8419
8420 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8421
8422         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8423         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8424
8425 2001-04-11  Stan Shebs  <shebs@apple.com>
8426
8427         * MAINTAINERS: Add self as Darwin port maintainer.
8428
8429 2001-04-11  Alan Modra  <amodra@one.net.au>
8430
8431         * MAINTAINERS: Update my email address.
8432
8433 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
8434
8435         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8436         recent versions of FreeBSD (release 3 or later).
8437         * ltconfig: On FreeBSD, -lc must not be provided when building
8438         a shared library or else the standard -pthread gcc option is
8439         rendered worthless to later users of the built library.
8440
8441 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8442
8443         * MAINTAINERS: Add self and RTH as C front end maintainers.
8444
8445 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
8446
8447         * config.sub: Make sure to match an already-canonicalized
8448         machine name (eg. mn10300-unknown-elf).
8449
8450 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
8451
8452         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8453         New macros.
8454         (bootstrap, cross): Use RECURSE_FLAGS.
8455         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8456
8457 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
8458
8459         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8460
8461 2001-03-22  Colin Howell  <chowell@redhat.com>
8462
8463         * Makefile.in (DO_X): Do not backslash single-quotes in
8464         backquotes (two places).
8465
8466 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8467
8468         Re-installed:
8469         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8470         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8471         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8472         * ltcf-cxx.sh: Likewise.
8473         * ltcf-gcj.sh: Likewise.
8474
8475 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8476
8477         * MAINTAINERS: Add myself as "documentation co-maintainer".
8478
8479 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8480
8481         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8482         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8483
8484 2001-03-19  Tom Tromey  <tromey@redhat.com>
8485
8486         * config-ml.in: Handle GCJ and GCJFLAGS.
8487
8488 2001-03-21  Michael Chastain  <chastain@redhat.com>
8489
8490         * Makefile.in: all-m4 depends on all-texinfo.
8491
8492 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
8493
8494         * MAINTAINERS: Add myself to write after approval list.
8495
8496 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
8497
8498         * Makefile.in (DO_X): Quote nested quotes.
8499
8500 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
8501
8502         * MAINTAINERS: Add myself to write after approval list.
8503
8504 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
8505
8506         * Makefile.in (DO_X): Use double quotes for quoting
8507         "RANLIB=$${RANLIB}".
8508
8509 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
8510
8511         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
8512
8513 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
8514
8515         * configure.in: Only use `lang_requires' for languages athat are
8516         actually enabled.
8517
8518 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
8519
8520         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
8521
8522 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
8523
8524         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8525
8526 2001-03-07  Tom Tromey  <tromey@redhat.com>
8527
8528         * configure.in: Allow config-lang.in to set `lang_requires' to list
8529         of other required languages.
8530
8531 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
8532
8533         * Makefile.in: Remove RANLIB definition. Use RANLIB
8534         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8535         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8536
8537 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
8538             Alexandre Oliva  <aoliva@redhat.com>
8539
8540         * Makefile.in (check-c++): Use tabs, not spaces.
8541
8542 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
8543
8544         * MAINTAINERS: add myself to Write After Approval list.
8545
8546 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
8547
8548         * Makefile.in (check-c++): New rule.
8549
8550         * configure.in (target_libs): Remove libg++.
8551         (noconfigdirs): Remove libg++.
8552         (noconfigdirs): Same.
8553         (noconfigdirs): Same.
8554         (noconfigdirs): Same.
8555
8556         * config-ml.in: Remove libg++ references.
8557
8558         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8559         (ALL_TARGET_MODULES): Same.
8560         (configure-target-libg++): Remove.
8561         (all-target-libg++): Remove.
8562         (configure-target-libio): Remove.
8563         (all-target-libio): Remove.
8564         (check-target-libio): Remove.
8565         (.PHONY): Remove.
8566         (libg++.tar.bz2): Remove.
8567         (all-target-cygmon): Remove libio.
8568         (all-target-libstdc++): Remove.
8569         (configure-target-libstdc++): Remove.
8570         (TARGET_LIB_PATH): Remove libstdc++.
8571         (ALL_GCC_CXX): Remove libstdc++.
8572         (all-target-gperf): Correct.
8573
8574 2001-02-16  Nick Clifton  <nickc@redhat.com>
8575
8576         * configure.in (noconfigdirs): Allow configuration of texinfo
8577         for Cygwin hosts.
8578
8579 2001-02-15  Anthony Green  <green@redhat.com>
8580
8581         * configure: Introduce GCJ_FOR_TARGET.
8582         * configure.in: Ditto.
8583         * Makefile.in: Ditto.
8584
8585 2001-02-13  Andreas Schwab  <schwab@suse.de>
8586
8587         * MAINTAINERS: Update mail address.
8588
8589 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8590
8591         * config.guess: Add linux target for S/390.
8592         * config.sub: Likewise.
8593
8594 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
8595
8596         * configure.in: for *-chorusos, don't config target-newlib and
8597         target-libgloss.
8598
8599 2001-02-06  Ben Elliston  <bje@redhat.com>
8600
8601         * configure: Output host type to stdout, not stderr.
8602
8603 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
8604
8605         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
8606         * ltcf-cxx.sh: Likewise.
8607
8608         * config.if: Assume enable_libstdcxx_v3 is defined.
8609
8610 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
8611
8612         Remove V2 C++ library.
8613         * configure.in: Remove --enable-libstdcxx_v3 support.
8614
8615 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
8616
8617         * include/demangle.h: Add prototype for java_demangle_v3.
8618
8619 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
8620
8621         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
8622
8623 2001-01-27  Richard Henderson  <rth@redhat.com>
8624
8625         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8626
8627 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8628
8629         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8630         Don't unset, it's non-portable and no longer necessary, set to empty
8631         instead.
8632
8633 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8634
8635         * ltconfig: Shell portability fix for the tagname validity check.
8636
8637 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
8638
8639         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8640         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8641
8642 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8643
8644         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8645
8646 2001-01-26  Tom Tromey  <tromey@redhat.com>
8647
8648         * configure.in: Allow libgcj to be built on Sparc Solaris.
8649
8650 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
8651
8652         * ltcf-c.sh: Add aix5 case.
8653         * ltcf-cxx.sh: Likewise.
8654         * ltconfig: Likewise.
8655
8656 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
8657
8658         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8659         keep at least one of build_libtool_libs or build_old_libs set to
8660         yes.
8661
8662         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8663         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8664
8665 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
8666
8667         * configure.in: Enable libgcj on several additional platforms.
8668
8669 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
8670
8671         * configure.in: Enable libgcj for linux targets.
8672
8673 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8674
8675         * MAINTAINERS (Write After Approval): Add myself.
8676
8677 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8678
8679         * MAINTAINERS: Add myself as vax port maintainer.
8680
8681 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
8682
8683         * MAINTAINERS: Add myself as Mercury front-end maintainer.
8684
8685 2001-01-09  Mike Stump  <mrs@wrs.com>
8686
8687         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8688         failures of subdirectories.
8689
8690 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8691
8692         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8693         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8694         * ltcf-cxx.sh: Likewise.
8695         * ltcf-gcj.sh: Likewise.
8696         * ltconfig.sh: Fix typo.
8697
8698 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8699
8700         * configure: handle DOS-style absolute paths.
8701
8702 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8703
8704         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8705
8706 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
8707
8708         * MAINTAINERS: Add myself as avr port co-maintainer.
8709
8710 2000-12-28  Ben Elliston  <bje@redhat.com>
8711
8712         * MAINTAINERS: Add myself under ``Write After Approval''.
8713
8714 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
8715
8716         * texinfo: Remove directory from GCC.
8717
8718 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8719
8720         * COPYING: Update to current
8721         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
8722         to 19yy as example year in copyright notice).
8723
8724 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
8725
8726         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8727         (libstdcxx_incdir): Pass down.
8728         * config.if: Remove expired bits for cxx_interface, add stub.
8729         (libstdcxx_incdir): Add variable for g++ include directory.
8730         * configure.in (gxx_include_dir): Use it.
8731
8732 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
8733
8734         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
8735         with old-email address from ``Write After Approval''.
8736
8737 2000-12-15  Andreas Jaeger  <aj@suse.de>
8738
8739         * configure.in: Handle lang_dirs.
8740
8741 2000-12-14  Tom Tromey  <tromey@redhat.com>
8742
8743         * MAINTAINERS: Removed brads.
8744
8745         * MAINTAINERS: Added gcj developers.
8746
8747 2000-12-13  Anthony Green  <green@redhat.com>
8748
8749         * configure.in: Disable libgcj for any target not specifically
8750         listed.  Disable libgcj for x86 and Alpha Linux until compatible
8751         with g++ abi.
8752
8753 2000-12-13  Mike Stump  <mrs@wrs.com>
8754
8755         * Makefile.in (local-distclean): Also remove fastjar.
8756
8757 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
8758
8759         * contrib/gcc_update: Add fastjar --touch entries.
8760
8761 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
8762
8763         * configure.in: Disable language-specific target libraries for
8764         languages that aren't enabled.
8765
8766 2000-12-10  Anthony Green  <green@redhat.com>
8767
8768         * configure.in: Define libgcj.  Disable libgcj target libraries for
8769         most targets.
8770
8771 2000-12-10  Neil Booth  <neilb@earthling.net>
8772
8773         * MAINTAINERS: Update mail address, remove from WAA list.
8774
8775 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8776
8777         * libjava: Imported from /cvs/java.
8778         * libffi: Likewise.
8779         * Boehm-gc: Likewise.
8780
8781 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8782
8783         * configure.in (target_libs): Revert 2000-12-08 patch.
8784         (noconfigdirs): Added target-libjava.
8785
8786 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8787
8788         * djunpack.bat: removed.
8789
8790 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8791
8792         * Makefile.in: handle DOS-style absolute paths.
8793         * config-ml.in: likewise.
8794         * symlink-tree: likewise.
8795
8796 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8797
8798         * fastjar: Imported.
8799
8800 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8801
8802         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8803         libjava.
8804         * configure.in (target_libs): Removed `target-libjava'.
8805
8806 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8807
8808         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8809         (ALL_MODULES): Added fastjar.
8810         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8811         (all-target-libjava): all-fastjar replaces all-zip.
8812         (all-fastjar): Added.
8813         (configure-target-fastjar, all-target-fastjar): Likewise.
8814         * configure.in (host_tools): Added fastjar.
8815
8816 2000-12-07  Mike Stump  <mrs@wrs.com>
8817
8818         * Makefile.in (local-distclean): Remove leftover built files.
8819
8820 2000-11-24  Nick Clifton  <nickc@redhat.com>
8821
8822         * configure.in (xscale-elf): Add target.
8823         (xscale-coff): Add target.
8824
8825 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
8826
8827         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8828         recent versions of FreeBSD (release 3 or later).
8829         * ltconfig: On FreeBSD, -lc must not be provided when building
8830         a shared library or else the standard -pthread gcc option is
8831         rendered worthless to later users of the built library.
8832
8833 2000-11-16  Fred Fish  <fnf@be.com>
8834
8835         * configure.in (enable_libstdcxx_v3): Fix typo,
8836         libstd++ -> libstdc++.
8837
8838 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8839
8840         * MAINTAINERS: Add self to Write After Approval list.
8841
8842 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
8843
8844         * MAINTAINERS: Update my email address.  Add myself to global write
8845         privs list.
8846
8847 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
8848
8849         * Makefile.in: Merge with src and libgcj.
8850         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
8851         configure-target-<library> when their configure scripts need the C
8852         or C++ library to have already been built to work properly.
8853         (do_proto_toplev): Set them to an empty string.
8854
8855         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8856         (REALLY_SET_LIB_PATH): Use them.
8857
8858 2000-11-17  Stan Shebs  <shebs@apple.com>
8859
8860         * MAINTAINERS: Add self to Write After Approval list.
8861
8862 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8863
8864         * configure: Provide the original toplevel configure arguments
8865         (including $0) to subprocesses in the environment rather than
8866         through gcc/configargs.h.
8867
8868 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8869
8870         * MAINTAINERS: Remove references to cccp. Change C9X reference to
8871         C99.  Alphabetise "Write After Approval" list.
8872
8873 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
8874
8875         * configure: Turn on libstdc++ V3 by default.
8876
8877         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
8878         if we've got GCC.
8879
8880 2000-11-11  Philip Blundell  <philb@gnu.org>
8881
8882         * MAINTAINERS: Add self to Write After Approval list.
8883
8884 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
8885
8886         * ltcf-c.sh (aix4): Improve shared library configuration; require
8887         exporting symbols.
8888         * ltcf-cxx.sh (aix4): Define.
8889         * ltconfig (aix4): Define library and soname specs appropriate for
8890         AIX.  Define command to create export symbols list.
8891
8892 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
8893
8894         * config.sub: Add support for Sun Chorus
8895
8896 2000-10-31  Nick Clifton  <nickc@redhat.com>
8897
8898         * MAINTAINERS: Rename <name>@cygnus.com addresses to
8899         <name>@redhat.com.  Also installed new email address for Clint
8900         Popetz.
8901
8902 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
8903
8904         * etc: Remove directory from GCC.
8905
8906 2000-10-16  Michael Meissner  <meissner@redhat.com>
8907
8908         * configure (gcc/configargs.h): Only create if there is a build GCC
8909         directory created.
8910
8911 2000-10-16  Matthias Klose  <doko@debian.org>
8912
8913         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
8914         when configured for libstdc++-v3.
8915
8916 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
8917
8918         * configure: Save configure arguments to gcc/configargs.h.
8919
8920 2000-10-04  Philipp Thomas  <pthomas@suse.de>
8921
8922         * config.guess: Import CVS version 1.157.
8923         * config.sub: Import CVS version 1.181.
8924
8925 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
8926
8927         * Makefile.in (bootstrap): avoid recursion if subdir missing
8928         (cross): ditto
8929         (do-proto-toplev): ditto
8930
8931 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
8932
8933         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
8934         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
8935
8936         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
8937         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
8938         all affected `configure' scripts.
8939
8940 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
8941
8942         * MAINTAINERS: Add self as cpplib co-maintainer.
8943
8944 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
8945
8946         * MAINTAINERS: Add self to Write After Approval list.
8947
8948 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8949
8950         * INSTALL/README: egcs -> GCC update.
8951
8952 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
8953
8954         * MAINTAINERS: Add myself to Write After Approval list.
8955
8956 2000-09-15  Kazu Hirata  <kazu@hxi.com>
8957
8958         * MAINTAINERS: Add myself to Write After Approval list.
8959
8960 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
8961
8962         * configure.in: Do not build byacc for hppa64.  Provide paths to the
8963         X11 libraries for hppa64.
8964
8965 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8966
8967         * MAINTAINERS: Add myself as 68hc11 port maintainer.
8968
8969 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
8970
8971         * Makefile.in (all-zlib): Added dummy target.
8972
8973         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8974         ltcf-gcj.sh: Updated from libtool multi-language branch.
8975
8976 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
8977
8978         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8979         (bootstrap*): Depend on all-bootstrap.
8980
8981 2000-09-05  Philipp Thomas  <pthomas@suse.de>
8982
8983         * config.guess: Import CVS version 1.156.
8984         * config.sub: Import CVS version 1.179.
8985
8986 2000-09-02  Anthony Green  <green@cygnus.com>
8987
8988         * Makefile.in (all-gcc): Depend on all-zlib.
8989         (CLEAN_MODULES): Add clean-zlib.
8990         (ALL_MODULES): Add all-zlib.
8991         * configure.in (host_libs): Add zlib.
8992
8993 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
8994
8995         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8996         crosses, but add gcc/include to the header search path for them.
8997
8998 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
8999
9000         * MAINTAINERS: Add self to Write After Approval list.
9001
9002 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9003
9004         * config.guess: Import CVS version 1.152.
9005         * config.sub: Import CVS version 1.177.
9006
9007 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
9008
9009         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
9010         $targargs to tell whether newlib is going to be built.
9011
9012         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
9013         $$r/TARGET_SUBDIR/libio for _G_config.h.
9014
9015 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
9016
9017         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
9018
9019 2000-08-22  DJ Delorie  <dj@redhat.com>
9020
9021         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
9022
9023 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
9024
9025         * config-ml.in (CC, CXX): Avoid trailing whitespace.
9026         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9027         sub-configures.
9028
9029 2000-08-21  DJ Delorie  <dj@redhat.com>
9030
9031         * MAINTAINERS: Add self as a libiberty maintainer
9032
9033 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
9034
9035         * configure.in (libstdcxx_flags): Use
9036         libstdc++-v3/src/libstdc++.INC.
9037
9038 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
9039
9040         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9041
9042 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
9043
9044         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
9045
9046         * configure: Make enable_threads and enable_shared defaults
9047         explicit.  Substitute enable_threads into generated Makefiles.
9048         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
9049         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
9050
9051 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
9052
9053         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
9054
9055 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
9056
9057         * config-ml.in (CC): Remove bogus duplicate quotation mark from
9058         previous delta.
9059
9060 2000-08-11  Jason Merrill  <jason@redhat.com>
9061
9062         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9063         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9064         (FLAGS_FOR_TARGET): Not here.
9065         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9066
9067 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
9068
9069         * config-ml.in (CC, CXX): Don't introduce a leading space.
9070
9071 2000-08-07  DJ Delorie  <dj@delorie.com>
9072
9073         * MAINTAINERS: Add self as a DJGPP maintainer
9074
9075 2000-08-07  DJ Delorie  <dj@redhat.com>
9076
9077         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9078         "if we're also building gcc, and it's a gcc that will run on the
9079         build machine, we want to use its includes instead of the system's
9080         default includes".
9081
9082 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9083
9084         * MAINTAINERS: Add self to Write After Approval list.
9085
9086 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
9087
9088         * configure.in (libstdcxx_flags): Don't use `"'.
9089
9090         * config-ml.in: Adjust multilib search paths to the
9091         appropriate multilib tree.
9092
9093 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
9094
9095         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9096         commas in $LANGUAGES.
9097
9098 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
9099
9100         * configure.in: Re-enable all references to libg++ and librx.
9101
9102 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
9103
9104         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
9105         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
9106         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
9107         * ltcf-cxx.sh (need_lc): Set based on postdeps.
9108
9109         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9110
9111 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
9112
9113         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9114         CXX_FOR_TARGET for sed.
9115
9116 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
9117
9118         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9119         Do not override if already set in the environment or in configure.
9120         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9121         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9122
9123 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
9124
9125         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
9126         the libtool CVS tree multi-language branch.
9127         * ltconfig, ltmain.sh: Updated.
9128
9129 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
9130
9131         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
9132         (clean-target): Depend on it.
9133
9134         * Makefile.in (FLAGS_FOR_TARGET): New macro.
9135         (GCC_FOR_TARGET): Use it.
9136         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9137         * configure.in: ... here.
9138         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
9139         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9140
9141 2000-07-24  Eric Christopher  <echristo@cygnus.com>
9142
9143         * MAINTAINERS: Add self to Write After Approval list.
9144
9145 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
9146
9147         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9148         (configure-target-libchill, configure-target-libobjc): Likewise.
9149
9150         * configure.in: Use the same cache file for all target libs.
9151         * config-ml.in: But different cache files per multilib variant.
9152
9153 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9154
9155         * configure (topsrcdir): Don't use dirname.
9156
9157 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
9158
9159         * MAINTAINERS: Add self to Write After Approval list.
9160
9161 2000-07-20  Jason Merrill  <jason@redhat.com>
9162
9163         * configure.in: Remove all references to libg++ and librx.
9164
9165         * configure, configure.in, Makefile.in: Unify gcc and binutils.
9166
9167 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
9168
9169         * config.sub: Update to subversions version 2000-07-06.
9170
9171 2000-07-12  Andrew Haley  <aph@cygnus.com>
9172
9173         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9174         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9175
9176 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
9177
9178         * symlink-tree:  Check number of arguments.
9179
9180 2000-07-05  Jim Wilson  <wilson@cygnus.com>
9181
9182         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9183         search path for a g++ extracted from the build tree.  This
9184         will allow link tests run by configure scripts in
9185         subdirectories to succeed.
9186
9187 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
9188
9189         * ltconfig: Add support for mips-dde-sysv4.2MP
9190
9191 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9192
9193         * MAINTAINERS: Add myself as loop discovery maintainer.
9194
9195 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
9196
9197         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9198         `os2'. Force ac_cv_exeext to be ".exe" in that case.
9199
9200 2000-06-19  Timothy Wall  <twall@cygnus.com>
9201
9202         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9203         * config.sub: Add tic54x target.
9204
9205 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9206
9207         * MAINTAINERS: Add self as Fortran maintainer,
9208         remove Craig Burley.
9209
9210 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9211
9212         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9213         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9214
9215 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
9216
9217         * MAINTAINERS: Add self as i18n maintainer
9218
9219 20000-05-21  H.J. Lu  (hjl@gnu.org)
9220
9221         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9222         directory are used if they exist. Make sure
9223         $(build_tooldir)/include is searched for header files,
9224         $(build_tooldir)/lib/ for library files.
9225         (GCC_FOR_TARGET): Likewise.
9226         (CXX_FOR_TARGET): Likewise.
9227
9228 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
9229
9230         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9231
9232 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
9233
9234         * Makefile.in (configure-target-libiberty): Depend on
9235         configure-target-newlib.
9236
9237 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
9238
9239         * configure.in, Makefile.in: Merge all libffi-related
9240         configury stuff from the libgcj tree.
9241
9242 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9243
9244         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9245         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9246
9247 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9248
9249         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9250         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9251         current version information.  Add to proto-toplev directory.
9252         (gdb-taz): Build do-djunpack.
9253
9254 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
9255
9256         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9257
9258 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9259
9260         * MAINTAINERS: Add self to Write After Approval list.
9261
9262 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9263
9264         * ltmain.sh: Preserve in relink_command any environment
9265         variables that may affect the linker behavior.
9266
9267 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
9268
9269         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9270
9271 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
9272
9273         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9274
9275 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
9276
9277         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9278         with the version name.
9279
9280 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
9281
9282         * MAINTAINERS: Add self as bb-reorder maintainer.
9283
9284 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
9285
9286         * config.if: Tweak.
9287
9288 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
9289
9290         * djunpack.bat: New file.
9291
9292 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9293
9294         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9295         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9296         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9297         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9298
9299 2000-04-16  Dave Pitts  <dpitts@cozx.com>
9300
9301         * config.sub (case $basic_machine): Change default for "ibm-*"
9302         to "openedition".
9303
9304 2000-04-13  Andreas Jaeger  <aj@suse.de>
9305
9306         * MAINTAINERS: Added myself.
9307
9308 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9309
9310         * Makefile.in (gdb-taz): New target.  GDB specific archive.
9311         (do-md5sum): New target.
9312         (MD5PROG): Define.
9313         (PACKAGE): Default to TOOL.
9314         (VER): Default to a shell script.
9315         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
9316         md5 checksum generation.
9317         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9318         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9319         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9320         insight.tar.bz2): Use gdb-taz to create archive.
9321
9322 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9323
9324         * configure (warn_cflags): Delete.
9325
9326 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
9327
9328         * MAINTAINERS: Added myself.
9329
9330 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
9331             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
9332
9333         * configure.in (enable_libstdcxx_v3): Add.
9334         (target_libs): Add bits here to switch between libstdc++-v2 and
9335         libstdc++-v3.
9336         * config.if: And this file too.
9337         * Makefile.in: Add libstdc++-v3 targets.
9338
9339 2000-04-05  Michael Meissner  <meissner@redhat.com>
9340
9341         * config.sub (d30v): Add d30v as a basic machine type.
9342
9343 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
9344
9345         * configure.in: -linux-gnu*, not -linux-gnu.
9346
9347 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9348
9349         * MAINTAINERS: Add self in write-after-approval section.
9350
9351 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
9352
9353         * MAINTAINERS: Add self as ia64 port maintainer.
9354
9355 2000-03-08  Neil Booth  <NeilB@earthling.net>
9356
9357         * MAINTAINERS: Add self in write-after-approval section.
9358
9359 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9360
9361         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9362         (do-tar-bz2): Replace TOOL with PACKAGE.
9363         (gdb.tar.bz2): Remove GDBTK from GDB package.
9364         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9365         dejagnu.tar.bz2): New packages.
9366
9367 2000-02-27  Andreas Jaeger  <aj@suse.de>
9368
9369         * configure.in: Add entry for mips*-*-linux*, move catch all
9370         *-*-*linux* entry below this one.
9371
9372 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
9373
9374         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9375
9376 2000-02-24  Nick Clifton  <nickc@cygnus.com>
9377
9378         * config.sub: Support an OS of "wince".
9379
9380 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9381
9382         * config.guess, config.sub: Updated to match config's 2000-02-15
9383         version.
9384
9385 2000-02-23  Linas Vepstas  <linas@linas.org>
9386
9387         * config.sub: Add support for Linux/IBM 370.
9388         * configure.in: Likewise.
9389
9390 2000-02-22  Nick Clifton  <nickc@cygnus.com>
9391
9392         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9393
9394 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
9395
9396         * config.guess: Guess "cygwin" rather than "cygwin32".
9397
9398 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9399
9400         * configure (gcc_version): When setting, narrow search to
9401         lines containing `version_string'.
9402
9403 2000-02-15  Denis Chertykov  <denisc@overta.ru>
9404
9405         * config.sub: Add support for avr target.
9406
9407 2000-02-14  Nick Clifton  <nickc@cygnus.com>
9408
9409         * MAINTAINERS: Add maintainers for MCore port.
9410
9411 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9412
9413         * config.sub: Add mmix-knuth-mmixware.
9414
9415 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9416
9417         * MAINTAINERS: Pair cccp with cpplib maintainership.
9418
9419 2000-01-27  Christopher Faylor  <cgf@redhat.com>
9420
9421         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9422         structure stuff to -L library search.
9423         (CXX_FOR_TARGET): Ditto.
9424         (CROSS_CHECK_MODULES): Fix spelling mistake.
9425
9426 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
9427
9428         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9429         the C++ compiler.
9430
9431 2000-01-12  Richard Henderson  <rth@cygnus.com>
9432
9433         * configure.in: Don't build some bits for beos.
9434
9435 2000-01-12  Joel Sherrill (joel@OARcorp.com)
9436
9437         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9438         as include files.
9439
9440 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
9441
9442         * Add self as cpplib maintainer, as requested by Jason
9443         Merrill.  Correct my e-mail address.
9444
9445 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
9446
9447         * configure.in: Use mt-aix43 to handle *_TARGET defs,
9448         not mh-aix43.
9449
9450 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
9451
9452         * MAINTAINERS: Add myself to "write after approval" list.
9453
9454 1999-12-14  Richard Henderson  <rth@cygnus.com>
9455
9456         * config.guess (alpha-osf, alpha-linux): Detect ev67.
9457         * config.sub: Accept alphaev[78], alphaev8.
9458
9459 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9460
9461         * config.guess, config.sub: Update from autoconf.
9462
9463 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
9464
9465         * MAINTAINERS:  update my playtime e-address.
9466
9467 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9468
9469         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9470         necessary libraries are missing.
9471
9472 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
9473
9474         * MAINTAINERS: Add new 'write after approval' maintainer.
9475
9476 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9477
9478         * MAINTAINERS: Add new Java maintainer.
9479
9480 1999-10-25  Andreas Schwab  <schwab@suse.de>
9481
9482         * configure: Fix quoting inside arguments of eval.
9483
9484 1999-10-21  Nick Clifton  <nickc@cygnus.com>
9485
9486         * config-ml.in: Allow suppression of some ARM multilibs.
9487
9488 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
9489
9490         * config.guess: Add OS/390 match pattern.
9491         * config.sub: Add mvs, openedition targets.
9492         * configure.in (i370-ibm-opened*): New.
9493
9494 1999-09-04  Steve Chamberlain  <sac@pobox.com>
9495
9496         * config.sub: Add support for configuring for pj.
9497
9498 1999-08-31  Nick Clifton  <nickc@cygnus.com>
9499
9500         * config.sub (maybe_os): Add support for configuring for fr30.
9501
9502 1999-08-25  Nick Clifton  <nickc@cygnus.com>
9503
9504         * configure.in: Do not configure or build ld for AIX
9505         platforms.  ld is known to be broken on these platforms.
9506
9507 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9508
9509         * config-ml.in: Pass compiler flag corresponding to multidirs to
9510         subdir configures.
9511
9512 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
9513
9514         * Makefile.in (LDFLAGS): Define.
9515
9516 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
9517
9518         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9519         noconfigdirs.
9520         (*-*-cygwin*): Likewise.
9521
9522 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
9523
9524         * mkdep: New file.
9525         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9526         (BINUTILS_SUPPORT_DIRS): Add mkdep.
9527
9528         From Eli Zaretskii <eliz@is.elta.co.il>:
9529         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9530         long file name when using DJGPP on MS-DOS.
9531
9532 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
9533
9534         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9535
9536 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
9537
9538         * Makefile.in (check-target-libio): Remove all-target-libstdc++
9539         dependency as this causes "make check" to globally "make all"
9540
9541 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
9542
9543         * configure.in (target_libs): Added target-zlib.
9544         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9545         (CONFIGURE_TARGET_MODULES): Likewise.
9546         (CHECK_TARGET_MODULES): Likewise.
9547         (INSTALL_TARGET_MODULES): Likewise.
9548         (CLEAN_TARGET_MODULES): Likewise.
9549         (configure-target-zlib): New target.
9550         (all-target-zlib): Likewise.
9551         (all-target-libjava): Depend on all-target-zlib.
9552         (configure-target-libjava): Depend on configure-target-zlib.
9553
9554         * Makefile.in (configure-target-libjava): Depend on
9555         configure-target-newlib.
9556         (configure-target-boehm-gc): New target.
9557         (configure-target-qthreads): New target.
9558
9559         * configure.in (target_libs): Added target-qthreads.
9560         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9561         (CONFIGURE_TARGET_MODULES): Likewise.
9562         (CHECK_TARGET_MODULES): Likewise.
9563         (INSTALL_TARGET_MODULES): Likewise.
9564         (CLEAN_TARGET_MODULES): Likewise.
9565         (all-target-qthreads): New target.
9566         (configure-target-libjava): Depend on configure-target-qthreads.
9567         (all-target-libjava): Depend on all-target-qthreads.
9568
9569         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9570         (CONFIGURE_TARGET_MODULES): Likewise.
9571         (CHECK_TARGET_MODULES): Likewise.
9572         (INSTALL_TARGET_MODULES): Likewise.
9573         (CLEAN_TARGET_MODULES): Likewise.
9574         (all-target-libjava): New target.
9575         (all-target-boehm-gc): Likewise.
9576         * configure.in (target_libs): Added libjava, boehm-gc.
9577
9578 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
9579
9580         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9581         configure.bat in SUPPORT_FILES.
9582         (gas+binutils.tar.bz2): Likewise.
9583
9584         * makeall.bat: Remove; obsolete.
9585
9586 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
9587
9588         From Mark Elbrecht:
9589         * configure.bat: Remove; obsolete.
9590
9591 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
9592
9593         * configure: Add -W -Wall to the default CFLAGS when compiling with
9594         gcc.
9595
9596 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
9597
9598         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9599
9600 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
9601
9602         * configure.in: Build ld on IRIX6.
9603
9604 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
9605
9606         * Makefile.in: Change distribution targets to use bzip2 instead of
9607         gzip.
9608         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9609         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9610
9611 1999-06-04  Nick Clifton  <nickc@cygnus.com>
9612
9613         * config.sub: Add mcore target.
9614
9615 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
9616
9617         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9618
9619 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
9620
9621         * config.guess (dummy): Changed to $dummy.
9622
9623 1999-05-24  Nick Clifton  <nickc@cygnus.com>
9624
9625         * config.sub: Tidied up case statements.
9626
9627 1999-05-22  Ben Elliston  <bje@cygnus.com>
9628
9629         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9630         <jiro@din.or.jp>.
9631
9632         * config.guess: Merge with FSF version. Future changes will be
9633         more accurately recorded in this ChangeLog.
9634         * config.sub: Likewise.
9635
9636 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
9637
9638          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9639
9640 1999-04-30  Tom Tromey  <tromey@cygnus.com>
9641
9642         * ltmain.sh: [mode link] Always use CC given by ltconfig.
9643
9644 1999-04-23  Tom Tromey  <tromey@cygnus.com>
9645
9646         * ltconfig, ltmain.sh: Update to libtool 1.2f.
9647
9648 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
9649
9650         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9651         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9652         Bad merge removed these two changes.
9653
9654 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
9655                           Martin Heller (Ing.-Buero_Heller@t-online.de)
9656
9657         * config.guess (interix Alpha): Add.
9658
9659 1999-04-11  Richard Henderson  <rth@cygnus.com>
9660
9661         * configure.in (i?86-*-beos*): Do config gperf; don't config
9662         gdb, newlib, or libgloss.
9663
9664 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
9665
9666         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9667         link a trivial program with -mabi=64.  If it fails, remove mabi=64
9668         from multidirs.
9669
9670 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
9671
9672         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9673
9674 1999-04-08  Nick Clifton  <nickc@cygnus.com>
9675
9676         * config.sub: Add support for mcore targets.
9677
9678 1999-04-07  Michael Meissner  <meissner@cygnus.com>
9679
9680         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9681         not mt-ospace, in order to shut up assembler warning about using
9682         symbols that are named the same as registers.
9683
9684 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
9685
9686         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9687         dependency list for all-target-cygmon.
9688
9689 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
9690
9691         * config-ml.in: Check $host, not $target, for selective multilibs.
9692         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9693         thumb interworking, and underscore prefix multilibs.
9694
9695 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
9696
9697         * missing: Update to version from current automake.
9698
9699 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
9700
9701         * configure (gxx_include_dir): Removed.
9702
9703         * configure.in (gxx_include_dir): Handle it.
9704         * Makefile.in: Likewise.
9705
9706 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
9707
9708         * config.sub (mips64vr4111,mips64vr4111el) Add.
9709
9710 1999-03-21  Ben Elliston  <bje@cygnus.com>
9711
9712         * config.guess: Correct typo for detecting ELF on FreeBSD.
9713
9714 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
9715
9716         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9717         config/mh-djgpp.
9718
9719 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
9720
9721         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9722         all-target-newlib to dependency list for all-target-bsp.
9723
9724 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9725
9726         * config.sub: Add i386-uwin support.
9727         * config.guess: Likewise.
9728
9729 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9730
9731         * configure.in: cleanup, add mh-*pic handling for arm, special
9732         case powerpc*-*-aix*
9733
9734 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
9735
9736         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9737         can be built.
9738
9739 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
9740
9741         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9742         targets.
9743
9744 1999-03-02  Nick Clifton  <nickc@cygnus.com>
9745
9746         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9747
9748 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
9749
9750         * config.sub: Check for "cygwin*" rather than "cygwin32*"
9751
9752 1999-02-24  Nick Clifton  <nickc@cygnus.com>
9753
9754         * config.sub: Fix typo in arm recognition.
9755
9756 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
9757
9758         * configure.in (noconfigdirs): Changed target_configdirs to
9759         include target-bsp only for m68k-*-elf* and m68k-*-coff*
9760         rather than m68k-*-* since it is not known to work on
9761         m68k-aout. Ditto for arm-*-*oabi.
9762
9763 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
9764
9765         * configure.in (*-*-windows*): Remove, no longer used.
9766
9767 1999-02-19  Ben Elliston <bje@cygnus.com>
9768
9769         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9770         Smart and improved by Andrew Cagney.
9771
9772 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
9773
9774         * config.guess: Recognize openbsd-*-hppa.
9775
9776 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
9777
9778         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9779         only if it is not empty.
9780
9781 1999-02-17  Nick Clifton  <nickc@cygnus.com>
9782
9783         Patch from: Scott Bambrough <scottb@corelcomputer.com>
9784
9785         * config.guess: Modified to recognize uname's armv* syntax.
9786
9787         * config.sub: Modified to recognize uname's armv* syntax.
9788
9789 1999-02-17  Mark Salter  <msalter@cygnus.com>
9790
9791         * configure.in: Added target-bsp for sparclite.
9792
9793 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
9794
9795         * config.sub: Recognize alphapca5[67] and up to alphaev8.
9796
9797 1999-02-08  Nick Clifton  <nickc@cygnus.com>
9798
9799         * configure.in: Add support for strongarm port.
9800         * config.sub: Add support for strongarm target.
9801
9802 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9803
9804         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9805         the old name config/mh-cygwin32.
9806         Enable texinfo.
9807
9808 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
9809
9810         * configure.in: Do build ld for ix86 Solaris.
9811
9812 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
9813
9814         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
9815         $AR_FOR_TARGET.  Likewise for RANLIB.
9816
9817 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
9818
9819         * config.sub (oabi):  Recognize.
9820         * configure.in (arm-*-oabi):  Handle.
9821
9822 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
9823
9824         * config.guess: Improve detection of i686 on UnixWare 7.
9825
9826 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9827
9828         * config.guess: Add support for i386-pc-interix.
9829         * config.sub: Likewise.
9830         * configure.in: Likewise.
9831
9832 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
9833
9834         * Makefile.in: Remove unneeded all-target-libio from
9835         from all-target-winsup target since it is now unneeded.
9836         Add all-target-libtermcap in its place since it is now
9837         needed.
9838
9839 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
9840
9841         * configure.in: makefile stub for cygwin target is probably
9842         unnecessary.  Remove it for now.
9843
9844 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
9845
9846         * configure.in: libtermcap.a should be built when cygwin is the
9847         target as well as the host.
9848         * config.guess: Allow mixed case in cygwin uname output.
9849         * Makefile.in: Add libtermcap target.
9850
9851 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
9852
9853         * config.sub: Clean up handling of hppa2.0.
9854
9855 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
9856
9857         * config.guess: Use C code to identify more HP machines.
9858
9859 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
9860
9861         * config.sub: Handle hppa2.0.
9862
9863 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
9864
9865         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9866         cygmon for all sparclite targets, regardless of object format.
9867
9868 1998-12-15  Mark Salter  <msalter@cygnus.com>
9869
9870         * configure.in: Added target-bsp for several target architectures.
9871
9872         * Makefile.in: Added rules for bsp.
9873
9874 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
9875
9876         * config.guess: Improve detection of hppa2.0 processors.
9877
9878 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
9879
9880         * config.guess: Recognize FreeBSD using ELF automatically.
9881
9882 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
9883
9884         * configure (skip-this-dir): Add handling for new shell script, which
9885         might be created by a sub-directory's configure to indicate, this particular
9886         directory is "unwanted".
9887         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9888
9889 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
9890
9891         * ltconfig: import from libtool, after changing libtool to
9892         account for the cygwin name change.
9893
9894 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
9895
9896         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9897         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9898
9899 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
9900
9901         * configure.in: Add libtermcap to list of cygwin dependencies.
9902
9903 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
9904
9905         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9906         they include winsup/include when it's a cygwin target.
9907
9908 1998-11-12  Tom Tromey  <tromey@cygnus.com>
9909
9910         * configure.in (host_tools): Added zip.
9911         * Makefile.in (all-target-libjava): Depend on all-zip.
9912         (all-zip): New target.
9913         (ALL_MODULES): Added all-zip.
9914         (NATIVE_CHECK_MODULES): Added check-zip.
9915         (INSTALL_MODULES): Added install-zip.
9916         (CLEAN_MODULES): Added clean-zip.
9917
9918 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
9919
9920         * Makefile.in: lose "32" from comment about cygwin.
9921
9922 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
9923
9924         * configure.in: Use -Os to build target libraries for the fr30.
9925
9926 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
9927
9928         * config.sub: Add fr30.
9929
9930 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
9931
9932         * configure.in: drop "32" from config/mh-cygwin32.  Check
9933         cygwin* instead of cygwin32*.
9934         * config.sub: Check cygwin* instead of cygwin32*.
9935
9936 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
9937
9938         * config.guess: Match any version of Unixware7.
9939
9940 1998-10-20  Syd Polk  <spolk@cygnus.com>
9941
9942         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9943         if desired.
9944
9945 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
9946
9947         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9948         these if the appropriate directories and files to not exist.
9949
9950 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
9951
9952         * Makefile.in (DEVO_SUPPORT): Add config.if.
9953
9954 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9955
9956         * configure: Add pattern to replace "build_tooldir"'s
9957         definition in the generated Makefile with "tooldir"'s
9958         actual value.
9959
9960 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
9961
9962         * config.sub: Bring back lost sparcv9.
9963
9964         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9965
9966 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
9967
9968         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9969         CC_FOR_TARGET and friends.
9970
9971 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
9972
9973         * Makefile.in (build_tooldir): New variable, same as tooldir.
9974         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9975         -B$(build_tooldir)/bin/.
9976         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9977
9978 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9979
9980         * README: Remove installation instructions and refer to the
9981         INSTALL directory instead.
9982
9983 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
9984
9985         * config.sub: Add support for i[34567]86-pc-udk.
9986         * configure.in: Likewise.
9987
9988 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
9989
9990         * Makefile.in: add bzip2 package building bits for user
9991         tools module
9992         * configure.in: ditto
9993
9994 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
9995
9996         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9997         (ALL_TARGET_MODULES): Add all-target-libobjc.
9998         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9999         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10000         (all-target-libchill): Add dependencies.
10001         * configure.in (target_libs): Add libchill.
10002
10003 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
10004
10005         * configure.in (target_subdir): Remove duplicate line.
10006
10007 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
10008
10009         * Makefile.in (all-automake): fix dependencies.
10010
10011 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
10012
10013         * configure.in: Minor cleanups for building in the $(target_alias)
10014         subdir.
10015
10016 1998-09-22  Jim Wilson  <wilson@cygnus.com>
10017
10018         * Makefile.in (bootstrap): Set r and s before make all.  Use
10019         BASE_FLAGS_TO_PASS in make all.
10020         (cross): Likewise.
10021
10022 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
10023
10024         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10025
10026 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
10027
10028         * config.sub: Fix typo in last change.
10029
10030 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10031
10032         * config.sub: Add support for C4x target.
10033         * configure.in: Likewise.
10034
10035 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
10036
10037         * config.sub: Recognize sparcv9 just like sparc64.
10038
10039 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
10040
10041         * config.guess: Match "Pent II" or "PentII" for OpenServer.
10042
10043 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
10044
10045         * config.guess: Correctly identify Pentium II sco boxes.
10046
10047         * config.guess: Fix "tr" code.  From Weiwen Liu.
10048
10049 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
10050
10051         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10052         stabs.
10053
10054 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
10055
10056         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10057         (ALL_TARGET_MODULES): Add all-target-libchill.
10058         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10059         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10060         (all-target-libchill): Add dependencies.
10061         * configure.in (target_libs): Add libchill.
10062
10063 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10064
10065         * config.guess: Avoid assumptions about "tr" behaves when
10066         LANG is set to something other than English.
10067
10068 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
10069
10070         * configure (gxx_include_dir): Changed to
10071         '${prefix}/include/g++'-${libstdcxx_interface}.
10072
10073         * config.if: New to determine the interfaces.
10074
10075 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
10076
10077         * config.guess: Detect and handle MPE/IX.
10078         * config.sub: Deal with MPE/IX.
10079
10080 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
10081
10082         * configure.in: Use mh-aix43.
10083
10084 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
10085
10086         * configure: Fix --without/--disable cases for gxx-include-dir.
10087
10088 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
10089
10090         * mdata-sh:  Imported.  Needed for automake support.
10091
10092 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
10093
10094         * Makefile.in (taz): Try "chmod -R og=u ." before
10095         "chmod og=u `find . -print`".
10096
10097 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
10098
10099         * configure.in: Add arm-elf and thumb-elf support.
10100
10101 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
10102
10103         * Makefile.in: Undo previous patch.
10104
10105 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
10106
10107         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10108         to here ...
10109         (install-no-fixedincludes): and here
10110         (INSTALL_MODULES): ... from here.
10111
10112 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10113
10114         * config.sub: Merge with FSF.
10115
10116         * config.guess: Merge with FSF.
10117
10118 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
10119
10120         * configure (extraconfigdirs): New variable.
10121         (SUBDIRS): Add extraconfigdirs and recurse on them too.
10122         * Makefile.in (all): Move higher in file.
10123         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10124         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10125         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10126         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10127         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10128
10129 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
10130
10131         * Makefile.in (all-target-libjava): Depend on all-gcc and
10132         all-target-newlib.
10133         (configure-target-libjava): Depend on $(ALL_GCC).
10134
10135 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
10136
10137         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10138         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10139
10140 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
10141
10142         * INSTALL/README: Fix typo.
10143
10144 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10145
10146         * ylwrap: Change absolute path checks to check for DOS style path
10147         names.
10148
10149         * ylwrap: Don't use a full path name if the source file is in the
10150         same directory.  From hjl@lucon.org (H.J. Lu).
10151
10152         * config-ml.in: Default to being verbose, to match Feb 18 change to
10153         configure.
10154
10155 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
10156
10157         Brought over from egcs:
10158
10159         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10160
10161         * configure.in (target_subdir): Set to ${target_alias} instead
10162         of "libraries".
10163
10164         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
10165
10166         * configure.in (target_subdir): Set to libraries if enable_multilib.
10167
10168 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
10169
10170         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10171         multilibs, force reconfiguration the first time we create
10172         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10173
10174 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
10175
10176         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10177         avoid confusion with --no-recursion.
10178
10179 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
10180
10181         * configure.in: Win32 hosts shouldn't use install -x
10182         * install-sh: remove -x option, and special .exe-handling
10183         hack.
10184
10185 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
10186
10187         * config.guess: Recognize i586-pc-beos.
10188         * configure.in: Don't build some bits for beos.
10189
10190 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10191
10192         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10193         CFLAGS default to -O2.
10194
10195         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10196         when using GNU ld.
10197
10198 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
10199
10200         * ltmain.sh: Correct install when using a different shell.
10201
10202 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10203
10204         * ltconfig, ltmain.sh: Update to libtool 1.2b.
10205
10206 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
10207
10208         * makefile.vms: Update to build binutils/makefile.vms.  Add install
10209         target.
10210
10211 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
10212
10213         * ltconfig: Update to correct AIX handling.
10214
10215 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10216
10217         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10218
10219         * configure.in (target_subdir): Set to ${target_alias} instead
10220         of "libraries".
10221
10222 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
10223
10224         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10225         (Makefile): Depend on $(gcc_version_trigger).
10226
10227         * configure (gcc_version): Change default initializer to empty
10228         string.
10229         (gcc_version_trigger): New variable; pass this variable down
10230         to subdir configures to enable them checking gcc's version
10231         themselves. Emit make macros for both gcc_version vars.
10232         (topsrcdir): Initialize reliably.
10233         (recursion line): Remove --with-gcc-version=${gcc_version}.
10234
10235 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10236
10237         * configure (enable_version_specific_runtime_libs): Implement new flag
10238         --enable-version-specific-runtime-libs which installs C++ runtime stuff
10239         in $(libsubdir); emit definition in each generated Makefile.
10240         (gxx_include_dir): Initialize depending on
10241         $enable_version_specific_runtime_libs.
10242
10243 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10244
10245         * configure (gcc_version): Initialize properly depending on
10246         how and where configure is started.
10247         (recursion line): Pass a --with-gcc-version=${gcc_version}
10248         to configures in subdirs.
10249
10250 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
10251
10252         * configure.in (noconfigdirs): Add configure pattern for mips tx39
10253         cygmon
10254
10255 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
10256
10257         * configure.in: Add cygmon and libstub support for mn10200.
10258
10259 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
10260
10261         * configure (gcc_version): Add new variable describing the
10262         particular gcc version we're building.
10263         * Makefile.in (libsubdir): Add new macro for the directory
10264         in which the compiler finds executables, libraries, etc.
10265         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10266         and libsubdir.
10267
10268 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10269
10270         * Makefile.in (local-clean): Remove *.log.
10271         (warning.log): Built with warn_summary from build.log.
10272         (mail-report.log): Run test_summary.
10273         (mail-report-with-warnings.log): Run test_summary including
10274         warning.log in the report.
10275
10276 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
10277
10278         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10279
10280 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10281
10282         * Makefile.in (grep): Grep no longer depends on libiberty.
10283
10284 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
10285
10286         * Makefile.in: all-snavigator needs all-libgui.
10287
10288 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
10289
10290         * configure.in: Add cygmon and libstub support for mn10300.
10291
10292 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
10293
10294         * missing: Update to version from automake 1.3.
10295
10296         * ltmain.sh: On installation, don't get confused if the same name
10297         appears more than once in the list of library names.
10298
10299 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10300
10301         * config.sub: Accept m68060 and m5200 as CPU names.
10302
10303 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
10304
10305         * configure: Use && rather than using -a in test, because odd
10306         strings can confuse test.
10307         * configure.in: Likewise.
10308
10309 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10310
10311         * ltconfig, ltmain.sh: Bring in Visual C++ support.
10312
10313 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10314
10315         * Makefile.in (boostrap2-lean, bootstrap3-lean,
10316         bootstrap4-lean): New targets.
10317
10318 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
10319
10320         * mpw-* Delete.  Not used.
10321
10322 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
10323
10324         * COPYING.LIB: Update FSF address.
10325
10326 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
10327
10328         * ltconfig, ltmain.sh: Update to libtool 1.2a.
10329
10330         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10331         GAS_SUPPORT_DIRS.
10332
10333 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
10334
10335         * ltconfig, ltmain.sh: Avoid producing a version number if
10336         -version-info was not used.
10337
10338 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10339
10340         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10341         building with newlib.
10342
10343 1998-04-30  Paul Eggert  <eggert@twinsun.com>
10344
10345         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10346         Solaris `make' causes it to continue to next definition.
10347
10348 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10349
10350         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10351         the right GUI libraries and files are installed along with GDB.
10352
10353 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10354
10355         * configure.in: Change alpha to alpha* in several places.
10356
10357 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
10358
10359         * config.sub: Recognize sparc86x.
10360
10361 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
10362
10363         * configure.in (--enable-target-optspace): Remove debug echo.
10364
10365 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
10366
10367         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10368
10369 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10370
10371         * ltconfig: Update cygwin32 support.
10372
10373         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10374         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10375         (GDB_SUPPORT_DIRS): Likewise.
10376
10377 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
10378
10379         * configure.in (target_makefile_frag): If --enable-target-optspace,
10380         use -Os to compile target libraries rather than -O2.  Default to
10381         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10382         not used.
10383         * configure.in (target_cflags): Ditto for d30v.
10384
10385 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
10386
10387         * Makefile.in (all-bfd): Depend on all-intl.
10388         (all-binutils): Likewise.
10389         (all-gas): Likewise.
10390         (all-gprof): Likewise.
10391         (all-ld): Likewise.
10392
10393 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
10394
10395         * configure.in (host_tools): Fix typo, lbtool -> libtool.
10396
10397 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10398
10399         * Makefile.in (all-bfd): Depend upon all-libiberty.
10400
10401         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10402
10403 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
10404
10405         * Makefile.in: Add libstub.
10406
10407         * configure.in: Ditto. Build libstub for targets that have cygmon
10408         support.
10409
10410 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
10411
10412         * configure.in: Don't set PICFLAG on ix86-cygwin32.
10413
10414 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
10415
10416         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10417         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
10418
10419 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
10420
10421         * configure: Define DEFAULT_M4 by searching PATH.
10422         * Makfile.in: Use DEFAULT_M4.
10423
10424 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10425
10426         * ltconfig: Add cygwin32 support.
10427
10428         * Makefile.in, configure.in: Add libtool as a native only directory
10429         to configure and build.
10430
10431 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
10432
10433         * Makefile.in (INSTALL_MODULES): Remove texinfo.
10434
10435 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
10436
10437         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10438
10439 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
10440
10441         * Makefile.in: add ash make rules
10442         * configure.in: add ash to native_only and host_tools lists
10443
10444 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
10445
10446         * Makefile.in (all-gettext, all-intl): New targets.
10447         (ALL_MODULES): Added all-gettext, all-intl.
10448         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10449         (INSTALL_MODULES): Added install-gettext, install-intl.
10450         (CLEAN_MODULES): Added clean-gettext, clean-intl.
10451
10452         * configure.in (host_tools): Added gettext.
10453         (native_only): Likewise.
10454         (noconfigdirs) [various cases]: Likewise.
10455         (host_libs): Added intl.
10456
10457 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
10458
10459         * configure: Do not disable building gdbtk for cygwin32 hosts.
10460
10461 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
10462
10463         * configure.in: Add thumb-coff target.
10464         * config.sub: Add thumb-coff target.
10465
10466 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10467
10468         * Makefile.in: Revert yesterday's change.
10469         (all-target-winsup):  all-target-librx stays out of here.
10470
10471 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10472
10473         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10474         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10475         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10476         Remove references to librx and libg++.
10477
10478 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
10479
10480         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10481         recursive makes
10482
10483 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
10484
10485         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10486         for newlib directory.
10487         (CXX_FOR_TARGET): Likewise.
10488
10489 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
10490
10491         * ltconfig: Update after libtool/ltconfig.in change for
10492         hpux11.
10493
10494 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
10495
10496         * ltconfig, ltmain.sh: Update to libtool 1.2.
10497
10498 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10499
10500         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10501         (install-gcc-cross): Instead, override LANGUAGES here.
10502
10503 1998-03-18  Dave Love  <d.love@dl.ac.uk>
10504
10505         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10506         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10507
10508 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
10509
10510         * configure.in: Add Thumb-pe target.
10511
10512 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
10513
10514         * Makefile.in - changed sn targets to snavigator
10515         * configure.in - changed sn targets to snavigator
10516
10517 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10518
10519         * config-ml.in: After building symlink tree call make distclean
10520         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10521         to be the case for libiberty.
10522
10523 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
10524
10525         * configure: When making link, also check the current
10526         directory. The configure scripts may create one.
10527
10528 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
10529
10530         * config.sub: Accept alphapca56 and alphaev6 properly.
10531
10532 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10533
10534         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10535
10536 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10537
10538         * config.sub (sco5): Fix typo.
10539
10540 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
10541
10542         * Makefile.in (INSTALL_MODULES): Move install-tcl before
10543         install-itcl.
10544         (install-itcl): Remove dependency on install-tcl.
10545
10546 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
10547
10548         * configure.in: Remove libgloss from noconfigdirs for MN10300.
10549
10550 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
10551
10552         * configure.in: Don't build libgui for a cygwin32 target when not on
10553         a cygwin32 host.
10554
10555 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10556
10557         * configure (redirect): Set to null, so default behavior of
10558         configure is now --verbose.
10559
10560 1998-02-16  Dave Love  <d.love@dl.ac.uk>
10561
10562         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10563         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10564
10565 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
10566
10567         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10568         this change to sync Makefile.in with its ChangeLog entries.
10569
10570 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
10571
10572         * ltmain.sh (mkdir): Check that the directory doesn't exist
10573         before we exit with error, so that we don't get races during
10574         parallel builds.
10575
10576 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10577
10578         * ltconfig, ltmain.sh: Update from libtool 1.0i.
10579
10580 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10581
10582         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10583         PICFLAG_FOR_TARGET.
10584         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10585
10586         * configure: Emit a definition for the new macro enable_shared
10587         into each Makefile.
10588
10589 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10590
10591         * configure.in (host_tools, native_only): Add libtool.
10592
10593 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
10594
10595         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10596         Fix typo in ming config comment.
10597
10598 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10599
10600         * ltconfig, ltmain.sh: Update from libtool 1.0h.
10601
10602 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
10603
10604         * config.sub: Add tic30 cases, and map c30 to tic30.
10605
10606 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
10607
10608         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10609         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10610         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10611         (CLEAN_TARGET_MODULES): Similarly
10612         (all-target-libf2c): Add dependences.
10613         * configure.in (target_libs): Add libf2c.
10614
10615 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
10616
10617         * configure.in: Remove expect from noconfigdirs when target
10618         is cygwin32.  OK to build expect and dejagnu with Canadian
10619         Cross.
10620
10621 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
10622
10623         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10624         host.
10625
10626         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10627         and mingw32.
10628
10629 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10630
10631         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10632         here as it is not defined in the toplevel Makefile.
10633
10634 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10635
10636         * configure (package_makefile_rules_frag): New variable, which names
10637         a file with generic rules, ...
10638         Change comment to mention we now have FIVE parts.
10639         * configure: Undo last change.
10640
10641 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
10642
10643         * config.guess: More accurate determination of HP processor types.
10644         * config.sub: More accurate determination of HP processor types.
10645
10646 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10647
10648         * configure (package_makefile_frag): Move inserting the
10649         ${package_makefile_frag} to where it should be according
10650         to the comment.
10651
10652 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
10653
10654         * config.guess: Add support for Linux/ARM.
10655
10656 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
10657
10658         * .cvsignore: Remove *-info and *-install since they match
10659         release-info and mpw-install, which we don't want to just ignore.
10660
10661 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
10662
10663         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10664
10665 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
10666
10667         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10668         local_prefix to sub-make invocations.
10669
10670 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
10671
10672         * configure.in: Check makefile fragments in the source
10673         directory.
10674
10675 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10676
10677         * configure.in: Check whether host and target makefile
10678         fragments exist before adding them to *_makefile_frag.
10679
10680 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
10681
10682         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10683
10684 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
10685
10686         * configure.in: Make sure we only replace RPATH_ENVVAR on
10687         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10688         regexp to sed.
10689
10690         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10691         to sub-makes.
10692
10693 1998-01-13  Lee Iverson   (leei@ai.sri.com)
10694
10695         * config-ml.in (multi-do): LDFLAGS must include multilib
10696         designator.
10697
10698 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
10699
10700         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10701
10702 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
10703
10704         * config.sub: Add mingw32 support.
10705         * configure.in: Likewise.
10706
10707 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10708
10709         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10710
10711 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
10712
10713         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10714         * configure (gxx_include_dir): Provide a definition for subdirs
10715         which do not use autoconf.
10716
10717 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
10718
10719         * config.guess: Sync with egcs.  Picks up new alpha support,
10720         BeOS & some additional linux support.
10721
10722 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
10723
10724         * config.guess: HP 9000/803 is a PA1.1 machine.
10725
10726 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
10727
10728         * configure.in: It's alpha*-...
10729
10730 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10731
10732         * configure.in (host_makefile_frag, target_makefile_frag):
10733         Handle multiple config files.
10734         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10735         alpha-*-*.
10736
10737 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
10738
10739         * mkdep: New file.
10740
10741 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
10742
10743         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10744
10745 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
10746
10747         * Makefile.in: Add libgui directory.
10748         (GDB_TK): Add all-libgui.
10749         * configure.in: Add libgui directory.
10750         * configure: Add all-libgui to GDB_TK.
10751
10752 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
10753
10754         * config-ml.in (multidirs): Add m32r to multilib list.
10755
10756 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
10757
10758         * Makefile.in (all-target-gperf): Change dependency to
10759         all-target-libstdc++.
10760
10761 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
10762
10763         * config.guess: Add BeOS support.
10764
10765 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
10766
10767         Source directory cvs renamed to cvssrc:
10768         * configure.in (host_tools): Change cvs to cvssrc.
10769         (native_only): Likewise.
10770         (noconfigdirs) [various cases]: Likewise.
10771         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10772         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10773         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10774         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10775         (all-cvssrc): Rename target from all-cvs.
10776
10777 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
10778
10779         * configure (gxx_include_dir): Fix thinko.
10780
10781 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
10782
10783         * Makefile.in (INSTALL_TARGET_CROSS): Define.
10784         (install-cross, install-gcc-cross): New targets.
10785
10786 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
10787
10788         * configure.in (noconfigdirs): Add support for Thumb target.
10789
10790         * config.sub (maybe_os): Add support for Thumb target.
10791
10792 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
10793
10794         * Makefile.in: Add rules for cygmon.
10795
10796         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10797
10798 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
10799
10800         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10801         * configure (gxx_include_dir): Provide a definition for subdirs
10802         which do not use autoconf.
10803
10804 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
10805
10806         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10807         11/18/97 build
10808
10809 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
10810
10811         * From Franz Sirl.
10812         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10813         found on RedHat Linux systems.
10814
10815 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
10816
10817         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10818         guesses.
10819
10820 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
10821
10822         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10823
10824 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
10825
10826         * ltmain.sh: If mkdir fails, check whether the directory was created
10827         anyhow by some other process.
10828
10829 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
10830
10831         * configure.in (d30v-*-*): Configure all directories.
10832
10833 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
10834
10835         * configure.in (d30v-*-*): Configure newlib, libiberty directories
10836         for the D30V.
10837
10838 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
10839
10840         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10841
10842 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
10843
10844         * include/libiberty.h: Add extern "C" { so it can be used with C++
10845         progrms.
10846         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
10847         programs.
10848
10849 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
10850
10851         * configure.in (d30v-*-*): Configure GCC now.
10852
10853 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
10854
10855         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10856         is no longer needed.
10857
10858 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
10859
10860         * Makefile.in: check-target-libio depends on all-target-libstdc++.
10861
10862 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
10863
10864         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10865         targets using "$@" to provide support for similar but not identical
10866         targets without having to duplicate code.
10867
10868 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
10869
10870         * makefile.vms: Fix to work with DEC C.
10871
10872 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
10873
10874         * config.sub: Add mips-tx39-elf to marketing names.
10875
10876 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
10877
10878         * ltmain.sh: Handle symlinks in generated script.
10879
10880 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
10881
10882         * configure: Handle autoconf style directory options: --bindir,
10883         --datadir, --includedir, --infodir, --libdir, --libexecdir,
10884         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10885         --sysconfdir.
10886         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10887         (sharedstatedir, localstatedir, oldincludedir): New variables.
10888         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10889         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10890         sbindir, sharedstatedir, and sysconfdir.
10891
10892 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10893
10894         * Makefile.in (bootstrap-lean): New target.
10895
10896 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
10897
10898         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
10899         sn, and gnuserv from noconfigdirs.
10900
10901 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
10902
10903         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10904
10905 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
10906
10907         * Makefile.in (cross): New target.
10908
10909 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
10910                           Jeff Law         <law@cygnus.com>
10911
10912         * Makefile.in (bootstrap2, bootstrap3): New targets.
10913         (all-bootstrap): Remove outdated and confusing target.
10914         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10915
10916 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10917
10918         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10919         windows.  Consistent with gdb/configure.
10920
10921 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
10922
10923         * configure.in: Name Linux target fragment.
10924
10925         * configure: Rewrite so that project Makefile fragment is inserted
10926         first and appears last in the resulting Makefile.
10927
10928 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10929
10930         * Makefile.in (install-itcl): Install tcl first.
10931
10932 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
10933
10934         * configure.in: remove bison from noconfigdirs for Cygwin32 host
10935
10936 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10937
10938         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10939
10940         * configure.in (skipdirs): Add target-librx for Linux.
10941         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10942
10943 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
10944
10945         * Makefile.in (bootstrap): New target.
10946
10947 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
10948
10949         * config.sub: Accept 'amigados' for backward compatibility.
10950
10951 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
10952
10953         * config.guess: Merge with FSF.
10954
10955 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
10956
10957         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10958
10959 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
10960
10961         * config.sub: Add "marketing-names" patch.
10962
10963 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
10964
10965         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
10966
10967 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
10968
10969         * config.sub: Handle v850-elf.
10970
10971 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
10972
10973         * .cvsignore (*-install): Remove.
10974
10975 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
10976
10977         * ltconfig: Set CONFIG_SHELL in libtool.
10978         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10979
10980 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
10981
10982         * configure.in (target_subdir): Set to libraries if enable_multilib.
10983
10984 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
10985
10986         * config.guess: Update from gcc directory.
10987
10988 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10989
10990         * Makefile.in (all-sim): Depends on all-readline.
10991
10992 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
10993
10994         * Makefile.in (BISON, YACC): Use $$s.
10995         (all-bison): Depend on all-texinfo.
10996
10997 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
10998
10999         * Makefile.in (BISON): Add -L flag.
11000         (YACC): Likewise.
11001
11002 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11003
11004         * configure.in (noconfigdirs): Add support for v850e target.
11005
11006         * config.sub (maybe_os): Add support for v850e target.
11007
11008 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11009
11010         * configure.in (noconfigdirs): Add support for v850ea target.
11011
11012         * config.sub (maybe_os): Add support for v850ea target.
11013
11014 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
11015
11016         * config.sub: Add mipstx39.  Delete r3900.
11017
11018 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11019
11020         * Makefile.in (all-autoconf): Depends on all-texinfo.
11021
11022 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
11023
11024         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11025         eabi targets.
11026
11027 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
11028
11029         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11030
11031         * configure: When handling a Canadian Cross, handle YACC as well as
11032         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
11033         * Makefile.in (all-bison): Depend upon all-texinfo.
11034
11035 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
11036
11037         * Makefile.in (BISON): bison, not byacc or bison -y.
11038         (YACC): bison -y or byacc or yacc.
11039         (various): Add *-bison as appropriate.
11040         (taz): No need to mess with BISON anymore.
11041
11042 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
11043
11044         * configure: If OSTYPE matches *win32*, try to find a good value for
11045         CONFIG_SHELL.
11046
11047 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
11048
11049         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11050         configure.in if it is present.
11051
11052 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
11053
11054         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11055
11056 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
11057
11058         * config.sub: Recognize `arc' cpu.
11059         * configure.in: Likewise.
11060         * config-ml.in: Likewise.
11061
11062 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
11063
11064         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11065
11066 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
11067
11068         * configure: Changed sed delimiter from ':' to '|' when
11069         attempting to substitute ${config_shell} for SHELL. On
11070         NT ${config_shell} may contain a ':' in it.
11071
11072 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
11073
11074         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11075
11076 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
11077
11078         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11079
11080 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11081
11082         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11083
11084         * ylwrap: If the program is a relative path, force it to be
11085         absolute.
11086
11087 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11088
11089         * configure (tooldir): Set BISON to `bison -y' and not just bison.
11090
11091 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11092
11093         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11094         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11095         for libraries.
11096
11097 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
11098
11099         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11100         separated by spaces.
11101
11102 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
11103
11104         * ylwrap: New file.
11105         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11106
11107         * ltmain.sh: Handle /bin/sh at start of install program.
11108
11109         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11110
11111         * ltconfig, ltmain.sh: New files, from libtool 1.0.
11112         * missing: New file, from automake 1.2.
11113
11114 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
11115
11116         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
11117         check-tk to CHECK_X11_MODULES.
11118
11119 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11120
11121         * config.sub: Merge with FSF.
11122
11123 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11124
11125         * config.guess: Merge with FSF.
11126
11127 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11128
11129         * configure: Treat msdosdjgpp like go32.
11130         * configure.in: Likewise.  Don't remove gprof for go32.
11131
11132         * configure: Change Makefile.tem2 to Makefile.tm2.
11133
11134 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
11135
11136         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11137
11138 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11139
11140         * install-sh (chmodcmd): Set to null if the DST directory already
11141         exists.  Same as Nov 11th change.
11142
11143 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
11144
11145         * configure (GDB_TK): Needs itcl and tix.
11146
11147 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
11148
11149         * config.guess: Update from FSF.
11150
11151 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
11152
11153         * Makefile.in (GDB_TK): Depend on itcl and tix.
11154
11155 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11156
11157         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11158         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11159         (INSTALL_SCRIPT): New variable.
11160         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11161         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11162         to -x.
11163         * install-sh: Add support for -x option.
11164
11165 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
11166
11167         * configure.in, Makefile.in: Treat tix like itcl.
11168
11169 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
11170
11171         * Makefile.in (WINDRES): New variable.
11172         (WINDRES_FOR_TARGET): New variable.
11173         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11174         (EXTRA_HOST_FLAGS): Add WINDRES.
11175         (EXTRA_TARGET_FLAGS): Add WINDRES.
11176         (EXTRA_GCC_FLAGS): Add WINDRES.
11177         ($(DO_X)): Pass down WINDRES.
11178         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11179         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11180         DLLTOOL_FOR_TARGET.
11181
11182 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
11183
11184         * configure.in: configure sim before gdb for win32-x-ppc
11185
11186 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11187
11188         Move gperf into the toplevel, from libg++.
11189         * configure.in (target_tools): Add target-gperf.
11190         (native_only): Add target-gperf.
11191         * Makefile.in (all-target-gperf): New target, depend on
11192         all-target-libg++.
11193         (configure-target-gperf): Empty rule.
11194         (ALL_TARGET_MODULES): Add all-target-gperf.
11195         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11196         (CHECK_TARGET_MODULES): Add check-target-gperf.
11197         (INSTALL_TARGET_MODULES): Add install-target-gperf.
11198         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11199
11200 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
11201
11202         * config.sub (mn10200): Recognize new basic machine.
11203
11204 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11205
11206         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11207         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11208
11209 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11210
11211         * configure.in: If we're building mips-sgi-irix6* native, turn on
11212         ENABLE_MULTILIB and set TARGET_SUBDIR.
11213
11214 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
11215
11216         * Makefile.in (all-sn): Depend on all-grep.
11217
11218 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
11219
11220         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11221
11222         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11223         Makefile.  From Jeff Makey <jeff@cts.com>.
11224         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11225
11226         * Makefile.in (DISTBISONFILES): Remove.
11227         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
11228         $(DEFAULT_YACC).
11229
11230         * configure.in: Build itl, db, sn, etc., when building for native
11231         cygwin32.
11232
11233         * Makefile.in (LD): New variable.
11234         (EXTRA_HOST_FLAGS): Pass down LD.
11235         ($(DO_X)): Likewise.
11236
11237 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
11238
11239         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11240
11241 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
11242
11243         * configure.in (targargs): Strip out any supplied --build argument
11244         before adding our own. Always add --build.
11245
11246 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
11247
11248         * configure.in (targargs): Pass --build if we're doing
11249         a cross-compile.
11250
11251 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
11252
11253         * configure: Use '|' instead of ":" as the separator in
11254         sed. Otherwise sed chokes on NT path names with drive
11255         designators. Also look for "?:*" as the leading characters in an
11256         absolute pathname.
11257
11258 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
11259
11260         * config.sub: Support for r3900.
11261
11262 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11263
11264         * configure.in: Use install-sh, not install.sh.
11265
11266 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11267
11268         * Makefile.in (taz): Improve check for BISON so it doesn't try to
11269         apply it twice.
11270
11271 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11272
11273         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11274         install-binutils.
11275
11276 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
11277
11278         * Makefile.in: Add automake targets.
11279         * configure.in (host_tools): Add automake.
11280
11281 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11282
11283         * configure: Default CXX to c++, not gcc.
11284         * Makefile.in (CXX): Set to c++, not gcc.
11285         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11286
11287 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
11288
11289         * install-sh: try appending a .exe if source file doesn't
11290         exist
11291
11292 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
11293
11294         * configure.in: Turn on multilib by default.
11295         (cross_only): Remove target-libiberty.
11296
11297         * Makefile.in (all-gcc): Don't depend on libiberty.
11298
11299 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
11300
11301         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11302
11303 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11304
11305         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11306         (DISTBISONFILES): Add ld/Makefile.in
11307
11308 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
11309
11310         * configure.in: if target is cygwin32 but host isn't cygwin32,
11311         don't configure gdb tcl tk expect, not just gdb.
11312
11313 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
11314
11315         * configure.in: Added gnuserv everywhere sn appears.
11316
11317         * Makefile.in (ALL_MODULES): Added all-gnuserv.
11318         (CROSS_CHECK_MODULES): Added check-gnuserv.
11319         (INSTALL_MODULES): Added install-gnuserv.
11320         (CLEAN_MODULES): Added clean-gnuserv.
11321         (all-gnuserv): New target.
11322
11323 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
11324
11325         * config.guess: Fixes for MIPS OpenBSD systems.
11326
11327 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11328
11329         * Makefile.in (INSTALL_XFORM): Remove.
11330         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11331
11332         * mkinstalldirs: New file, copied from automake.
11333         * Makefile.in (installdirs): Rename from install-dirs.  Use
11334         mkinstalldirs.  Change all users.
11335         (DEVO_SUPPORT): Add mkinstalldirs.
11336
11337 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11338
11339         * install-sh: Rename from install.sh.
11340         * Makefile.in (INSTALL): Change install.sh to install-sh.
11341         (DEVO_SUPPORT): Likewise.
11342
11343         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
11344         Graichen <graichen@rzpd.de>.
11345
11346 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
11347
11348         * config.guess: Recognize OpenBSD systems correctly.
11349
11350 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11351
11352         * README, Makefile.in (ETC_SUPPORT): Remove references to
11353         cfg-paper*, configure.{texi,man,info*}._
11354
11355 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
11356
11357         * Makefile.in (all.normal): Ensure that gcc is built after all
11358         the x11 - ie gdb - targets.
11359
11360 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
11361
11362         * makefile.vms: Don't run conf-a-gas.
11363
11364 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
11365
11366         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11367
11368 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
11369
11370         * configure.in: Remove noconfigdirs case since gdb also
11371         configures and builds for tic80-coff.
11372
11373 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11374
11375         * configure: Set cache_file to config.cache.
11376         * Makefile.in (local-distclean): Remove config.cache.
11377
11378 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11379
11380         * COPYING: Update FSF address.
11381
11382 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
11383
11384         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11385         noconfigdirs.
11386
11387 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11388
11389         * Makefile.in (install-dirs): Don't crash if prefix, and hence
11390         MAKEDIRS, is empty.
11391
11392 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
11393
11394         * config.sub: Tweak mn10300 entry.
11395
11396 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
11397
11398         * configure.in (host_tools): Put sim before gdb, so gdb's
11399         configure.tgt can determine if the simulator was configured.
11400
11401 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
11402
11403         * config.sub: Move BeOS $os case to be with other Cygnus
11404         local cases.
11405
11406 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
11407
11408         * config.sub: Remove misplaced comment that broke Linux.
11409
11410 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
11411
11412         * config.sub: Add BeOS support.
11413
11414 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
11415
11416         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11417
11418 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
11419
11420         * configure.in (noconfigdirs): Remove tcl and tk from
11421         noconfigdirs for cygwin32 builds.
11422
11423 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
11424
11425         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11426
11427 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
11428
11429         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11430         make-all.com, use makefile.vms instead.
11431
11432 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
11433
11434         * config.sub: Accept -lnews*.
11435
11436 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
11437
11438         * configure.in (noconfigdirs): Disable target-newlib,
11439         target-examples and target-libiberty for d30v.
11440
11441 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11442
11443         * configure.in (noconfigdirs): Enable ld for d30v.
11444
11445 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
11446
11447         * configure.in (tic80-*-*): Build compiler.
11448
11449 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
11450
11451         * configure.in (d30v-*): Remove sim directory from list of
11452         unsupported d30v directories
11453
11454 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11455
11456         * config.sub, configure.in: Add d30v target cpu.
11457
11458 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
11459
11460         * makefile.vms: New file.
11461         * make-all.com: Remove.
11462
11463 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
11464
11465         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11466
11467 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
11468
11469         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11470
11471 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
11472
11473         * Makefile.in (ALL_MODULES): Added all-db.
11474         (CROSS_CHECK_MODULES): Addec check-db.
11475         (INSTALL_MODULES): Added install-db.
11476         (CLEAN_MODULES): Added clean-db.
11477
11478 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
11479
11480         * config.guess: Merge with latest FSF sources.
11481
11482 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
11483
11484         * Makefile.in (ALL_MODULES): Added all-itcl.
11485         (CROSS_CHECK_MODULES): Added check-itcl.
11486         (INSTALL_MODULES): Added install-itcl.
11487         (CLEAN_MODULES): Added clean-itcl.
11488
11489 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
11490
11491         * configure.in: build gdb for mn10200
11492
11493 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
11494
11495         * Makefile.in (all-target-winsup): Depend on all-target-libio.
11496
11497 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
11498
11499         * configure.in (tic80-*-*): Turn off most targets right now.
11500
11501 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
11502
11503         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11504         rather than the makeinfo program.
11505         (do-info): Depend upon all-texinfo.
11506
11507 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11508
11509         * configure.in: Remove uses of config/mh-linux.
11510
11511         * config.sub, config.guess: Merge with latest FSF sources.
11512
11513 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
11514
11515         * config.sub (case $basic_machine): Add tic80 entries.
11516
11517 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
11518
11519         * config.sub, config.guess: Merge with latest FSF sources.
11520
11521 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11522
11523         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11524         * mpw-config.in: Test for NewFolderRecursive.
11525         * mpw-install: Use symbolic name for startup filename.
11526         * mpw-README: Add various additional details.
11527
11528 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
11529
11530         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11531
11532 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
11533
11534         * configure.in: Do build gcc and the target libraries for
11535         the mn10200.
11536
11537 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
11538
11539         * configure.in: don't avoid building gdb for mn10300 any more
11540         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11541         instead of single-quoting it.
11542
11543 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
11544
11545         * configure.in: Don't use --with-stabs on IRIX 6.
11546
11547 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
11548
11549         * configure.in (m32r): Build gdb, libg++ now.
11550
11551 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11552
11553         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
11554         directories from noconfigdirs.
11555
11556 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
11557
11558         * config.sub (basic_machine): added mips16 configuration
11559
11560 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11561
11562         * config.sub: Handle d10v-unknown.
11563
11564 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
11565
11566         * config.sub: Handle v850-unknown.
11567
11568 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
11569
11570         * Makefile.in: add findutils
11571         * configure.in: add findutils to list of host_tools
11572
11573 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
11574
11575         * config.sub: Handle mn10200 and mn10300.
11576
11577 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11578
11579         * configure.in (d10v-*): Do not build librx.
11580
11581 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
11582
11583         * configure.in (mn10300): Build everything except gdb & libgloss.
11584
11585 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
11586
11587         * config.guess:  Patch for Dansk Data Elektronik servers,
11588         from Niels Skou Olsen <nso@dde.dk>.
11589
11590         For ncr, use /bin/uname rather than uname, since GNU uname does not
11591         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
11592
11593         Patch for MIPS R4000 running System V,
11594         from Eric S. Raymond <esr@snark.thyrsus.com>.
11595
11596         Fix thinko for nextstep.
11597
11598         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11599
11600         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
11601         * config.guess: Guess mips-dec-mach_bsd4.3.
11602
11603         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
11604         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
11605         release numbers.
11606         * config.guess (mips-mips-riscos*):  Emit just enough of the
11607         release number.
11608
11609         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
11610         * config.guess (sparc-auspex-sunos*):  Added.
11611         (f300-fujitsu-*): Added.
11612
11613         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
11614         * config.guess:  Recognize a Tadpole as a sparc.
11615
11616 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11617
11618         * config.guess: Don't assume that NextStep version is either 2 or
11619         3.  NextStep 4 (aka OpenStep 4) has come out now.
11620
11621 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11622
11623         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11624         From Rik Faith <faith@cs.unc.edu>.
11625
11626 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
11627
11628         * config.sub: Contributions from bug-gnu-utils to:
11629         Support plain "hppa" (no version given) architecture, reported by
11630         OpenStep.
11631         OpenBSD like NetBSD.
11632         LynxOs is not a hardware supplier.
11633
11634         * config.guess: Contributions from bug-gnu-utils to add support for:
11635         OpenBSD like NetBSD.
11636         Stratus systems.
11637         More Pyramid systems.
11638         i[n>4]86 Intel chips.
11639         M680[n>4]0 Motorola chips.
11640         Use unknown instead of lynx for hardware manufacturer.
11641
11642 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11643
11644         * install.sh (chmodcmd): Set to null if the DST directory already
11645         exists.
11646
11647 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11648
11649         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11650         not use mt-ppc target Makefile fragment any more.
11651
11652 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11653
11654         * configure.in (*-*-windows):  Exclude everything but those dirs
11655         needed to build windows.
11656
11657 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
11658
11659         * Makefile.in (all-target-winsup): Depend on all-target-librx.
11660
11661 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11662
11663         * configure.in:  Exclude mmalloc from i386-windows.
11664
11665 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11666
11667         * Undo my previous change.
11668
11669 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
11670
11671         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11672         unconditionally.
11673         (MAKEOVERRIDES): Define (revert this part of October 18 change).
11674
11675 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11676
11677         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
11678         host to add it's own flags.
11679
11680 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
11681
11682         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11683
11684 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
11685
11686         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11687         (CXX_FOR_TARGET): Likewise.
11688         (GCC_FOR_TARGET): Define.
11689         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11690         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11691         CC_FOR_TARGET was specified on the command line.
11692         (MAKEOVERRIDES): Don't define.
11693
11694 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
11695
11696         * configure.in (m32r): Fix spelling of libg++ libs.
11697
11698 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
11699
11700         * config.sub (-apple*): Remove, now redundant.
11701
11702 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
11703
11704         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11705
11706         * configure: Rework yesterday's sed script patch.
11707
11708         * config.sub: Merge with FSF.
11709
11710 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
11711
11712         * config.guess:  Merge from FSF.
11713
11714         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
11715         * config.guess: Use pc instead of unknown, for pc clone systems.
11716         Change linux to linux-gnu.
11717
11718         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11719         * config.guess: Avoid non-portable tr syntax.
11720
11721 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
11722
11723         * test-build.mk (HOLES): Add "xargs" for gdb.
11724
11725         * configure: Avoid hpux10.20 sed bug.
11726
11727 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
11728
11729         * configure.in:  Add support for windows host
11730         (that is a build done under the Microsoft build environment).
11731
11732 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
11733
11734         * Makefile.in: Replace all uses of srcroot with s, to shrink
11735         command line lengths.
11736
11737         Patches from Geoffrey Noer <noer@cygnus.com>:
11738         * configure.in: If configuring for newlib, pass --with-newlib to
11739         subdirectories.
11740         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11741         -Bnewlib/ and -Lwinsup to gcc.
11742         (CXX_FOR_TARGET): Likewise.
11743
11744 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11745
11746         * Makefile.in (ETC_SUPPORT): Add configure.
11747
11748 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
11749
11750         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11751         host configuration file.
11752
11753 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
11754
11755         * configure.in: Break mn10x00 support into separate
11756         mn10200 and mn10300 configurations.
11757         * config.sub: Likewise.
11758
11759 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
11760
11761         * configure.in: Add lots of stuff to noconfigdirs for
11762         the mn10x00 targets.
11763
11764         * config.sub, configure.in: Add mn10x00 support.
11765
11766 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
11767
11768         * make-all.com: Call conf-a-gas, not config-a-gas.
11769
11770 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
11771
11772         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11773         targets.
11774
11775 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
11776
11777         * mpw-README: Add much more detail for native PowerMac.
11778         * mpw-install: New file.
11779         * mpw-configure: Add --norecursion and --help options.
11780         * mpw-config.in: Translate readme and install files when
11781         copying to objdir.
11782         * mpw-build.in: Don't always depend on byacc and flex.
11783         (install-only-top): New action.
11784
11785 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
11786
11787         * configure.in:  You can now configure GDB for the v850.
11788
11789 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
11790
11791         * configure.in (noconfigdirs): Don't configure any C++ dirs
11792         if targeting D10V.
11793
11794 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11795
11796         * config.sub: Recognize mips64vr5000.
11797
11798 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
11799
11800         * configure.in: Use a single line for host_tools and native_only.
11801
11802 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
11803
11804         * config.sub, configure.in: Add entries for m32r.
11805
11806 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
11807
11808         * Makefile.in (inet-install): Don't run install-gzip.
11809
11810 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
11811
11812         * configure.in:  Don't config lots of things for *-*-windows*.
11813
11814 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
11815
11816         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11817         (host_libs, host_tools): Copy from configure.in.
11818         * mpw-configure: Don't complain about directories not found.
11819
11820 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11821
11822         * configure.in (i[345]86): Recognize i686 for pentium pro.
11823         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11824         file.
11825
11826         * config.guess (i[345]86): Ditto.
11827
11828 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11829
11830         * configure.in (noconfigdirs): Removed gdb for D10V.
11831
11832 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
11833
11834         * configure.in: Remove ld, target-libio, target-libg++, and
11835         target-libstdc++ from noconfigdirs.
11836
11837 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
11838
11839         * configure: Fix three locations where shell scripts were
11840         being run directly rather than with config_shell.
11841
11842 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
11843
11844         * configure.in (v850-*-*): Set up initial $noconfigdirs.
11845         * config.sub (basic_machine): Recognize v850.
11846
11847 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
11848
11849         * mpw-configure: Handle multiple enable/disable options and
11850         pass them down recursively, handle -c and -s flags appropriately
11851         depending on choice of compiler, add escape mechanism for
11852         quoted arguments to gC.
11853
11854 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11855
11856         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11857         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11858         so that -mrelocatable-lib and -mno-eabi are used.
11859
11860         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11861         not support --print-multi-lib, don't abort.
11862
11863 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
11864
11865         * make-all.com: Run config-a-gas.
11866         * setup.com: Don't copy subdirectory files around.
11867
11868 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
11869
11870         * configure.in (*-*-ose): Remove exclusion of libgloss for this
11871         target, it now compiles correctly.
11872
11873 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
11874
11875         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11876
11877 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11878
11879         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11880
11881 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11882
11883         * configure.in (native_only): Add prms.
11884
11885 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
11886
11887         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11888         (BINUTILS_SUPPORT_DIRS): Likewise.
11889
11890 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11891
11892         * configure.in (d10v-*-*): Don't configure ld or gdb until the
11893         d10v support is added.
11894
11895 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11896
11897         * configure.in (d10v-*-*): New target.
11898
11899 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
11900
11901         * config.guess (HP 9000/811): Recognize this as a PA1.1
11902         machine.
11903
11904 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
11905
11906         * Makefile.in (do-tar-gz): New target, split out from tail end of
11907         taz target.  Run each command separately, don't use pipes.
11908         (taz): Use it.
11909
11910 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
11911
11912         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11913         * mpw-build.in: No builds should depend on building byacc or flex,
11914         they are assumed to be installed already.
11915
11916 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11917
11918         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11919         variable that CC_FOR_TARGET needs.
11920
11921 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11922
11923         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11924         options have changed since the last time the subdirectory was
11925         configured, and if it has, reconfigure.
11926         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11927         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11928
11929 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
11930
11931         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11932         CLEAN_MODULES): Add bash.
11933         (all-bash): New target.
11934
11935 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
11936
11937         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11938
11939 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11940
11941         * config.sub (basic_machine): Recognize d10v as a valid processor.
11942
11943 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
11944
11945         * mpw-configure: Add support for --bindir.
11946         * mpw-build.in: Use a GCC-specific build script for GCC actions.
11947
11948 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
11949
11950         * configure.in: add bash, time, gawk to list of hosttools and things
11951         to only build for native toolchains
11952
11953 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11954
11955         * Makefile.in (docdir): Remove.
11956
11957 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11958
11959         * Makefile.in (datadir): Set to $(prefix)/share.
11960
11961 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
11962
11963         * configure.in: build diff and patch for cygwin32-hosted
11964         toolchains.
11965
11966 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
11967
11968         * config.sub: Accept -rtems*.
11969
11970 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
11971
11972         * configure.in: enable dosrel for cygwin32-hosted builds,
11973                 remove diff from the list of things not buildable
11974                 via Canadian Cross
11975
11976 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
11977
11978         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
11979         don't get ". ".
11980
11981 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
11982
11983         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11984
11985 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
11986
11987         * Makefile.in (taz): Handle case where tex3patch didn't even get
11988         checked out.  Also, if it was found, put the symlink in a new util
11989         subdirectory.
11990
11991 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11992
11993         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11994
11995 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
11996
11997         * config.sub: Recognize -openvms.
11998         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11999         * make-all.com, setup.com: New files.
12000
12001 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12002
12003         * Makefile.in (taz): tex3patch moved to texinfo/util.
12004
12005 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
12006
12007         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12008         * configure.in: remove make from disable-if-Can-Cross list
12009                 enable gdb if ${host} and ${target} are cygwin32
12010
12011 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
12012
12013         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
12014         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12015
12016 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12017
12018         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
12019         distinguish sysv/svr4/bsd variants.
12020         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12021
12022 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
12023
12024         * configure.in: Added copyright notice.
12025         * move-if-change: Added copyright notice.
12026
12027 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12028
12029         * configure.in (powerpcle-*-solaris*): Until we get shared
12030         libraries working, don't build gdb, sim, make, tcl, tk, or
12031         expect.
12032
12033 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
12034
12035         * config.guess:  Merge with FSF:
12036
12037         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12038         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12039
12040         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
12041         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12042
12043         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
12044         * config.guess:  Combine two OSF1 rules.
12045         Also recognize field test versions.  From mjr@zk3.dec.com.
12046         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
12047         because GNU uname does not support -p.  From pmr@pajato.com.
12048
12049 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
12050
12051         * Makefile.in (MAKEDIRS): Removed $(tooldir).
12052
12053 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
12054
12055         * mpw-README: Document GCCIncludes.
12056
12057 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
12058
12059         * configure.in (alpha-*-linux*): Set enable_shared to yes.
12060
12061 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12062
12063         * mpw-configure: Handle --enable-FOO and --disable-FOO.
12064
12065 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
12066
12067         * configure.in (*-*-cygwin32): Configure make.
12068
12069 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
12070
12071         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12072
12073 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
12074
12075         * Makefile.in (all-inet): Depend on all-perl.
12076
12077         * Makefile.in (inet-install): New target.
12078
12079         * Makefile.in (all-inet): Depend on all-tcl.
12080         (all-inet): Depend on all-send-pr.
12081
12082 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12083
12084         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12085         temporarily.
12086
12087 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
12088
12089         * configure.in: Don't configure --with-gnu-ld on AIX.
12090
12091 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12092
12093         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12094
12095 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
12096
12097         * Makefile.in (ALL_MODULES): Added all-inet.
12098         (CROSS_CHECK_MODULES): Added check-inet.
12099         (INSTALL_MODULES): Added install-inet.
12100         (CLEAN_MODULES): Added clean-inet.
12101         (all-indent): New target.
12102
12103         * configure.in (host_tools): Added inet.
12104         (native_only): Added inet.
12105         (noconfigdirs): Added inet.
12106
12107 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
12108
12109         * configure.in: Don't configure libgloss if we are not configuring
12110         newlib.
12111
12112 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
12113
12114         * configure.in: Don't configure libgloss for unsupported
12115         architectures.
12116
12117 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12118
12119         * Makefile.in (CLEAN_MODULES): Add clean-apache.
12120
12121 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
12122
12123         * Makefile.in (ALL_MODULES): Include all-apache.
12124         (CROSS_CHECK_MODULES): Include check-apache.
12125         (INSTALL_MODULES): Include install-apache.
12126         (all-apache): New target.
12127
12128         * configure.in: Added apache everywhere perl is seen.
12129
12130 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12131
12132         * Makefile.in: Add support for clean-{module} and
12133         clean-target-{module} rules.
12134
12135 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
12136
12137         * configure.in (*-*-ose) do not build libgloss.
12138
12139 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12140
12141         * config.guess (prep*:SunOS:5.*:*): Turn into
12142         powerpele-unknown-solaris2.
12143
12144 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
12145
12146         * configure.in: Permit --enable-shared to specify a list of
12147         directories.
12148
12149 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12150
12151         * configure.in (host==solaris): Pass only the first word of $CC
12152         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12153
12154 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12155
12156         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12157
12158 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
12159
12160         * Makefile.in (ALL_MODULES): Include all-perl.
12161         (CROSS_CHECK_MODULES): Include check-perl.
12162         (INSTALL_MODULES): Include install-perl.
12163         (ALL_X11_MODULES): Include all-guile.
12164         (CHECK_X11_MODULES): Include check-guile.
12165         (INSTALL_X11_MODULES): Include install-guile.
12166         (all-perl): New target.
12167         (all-guile): New target.
12168
12169         * configure.in (host_tools): Include perl and guile.
12170         (native_only): Include perl and guile.
12171         (noconfigdirs): Don't build guile and perl; no ports have been
12172         done.
12173
12174 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
12175
12176         * configure (--enable-*): Handle quoted option lists such as
12177         --enable-sim-cflags='-g0 -O' better.
12178
12179 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12180
12181         * Makefile.in ({,inst}all-target): New rule so we can make and
12182         install all of the target directories easily.
12183
12184 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12185
12186         * configure.in: Add missing global flag in sed substitution when
12187         deleting `target-' from ${configdirs}.
12188
12189 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
12190
12191         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12192         option.
12193
12194         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12195         config/mh-necv4.
12196
12197         * install.sh: Correct misspelling of transformbasename.
12198
12199         * config.guess: Recognize mips-*-sysv*.
12200
12201 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
12202
12203         * config.sub: Recognize mon960.
12204
12205 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
12206
12207         * configure: Restore Canadian Cross handling of BISON and LEX,
12208         removed in Feb 20 change.
12209
12210 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
12211
12212         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12213         Mention make install.  Remove the old copyright date as well the
12214         clumsy and rather pointless copyright on the README file.
12215
12216 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12217
12218         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12219         Makefile after running symlink-tree, then run `make distclean' to
12220         avoid clobbering any generated files in srcdir.
12221
12222 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
12223
12224         * configure.in (m68k-*-netbsd*): Build everything now.
12225
12226 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12227
12228         * Makefile.in (taz): Fix quoting.
12229
12230 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
12231
12232         * configure.in (sparclet-*-*): Build everything now.
12233
12234 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12235
12236         * configure.in (m68k-*-linux*): New host.
12237
12238 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
12239
12240         * configure: Check for bison before byacc.
12241
12242 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
12243
12244         * Makefile.in configure:  Change the way LEX and BISON/YACC are
12245         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
12246         searching PATH.  These are used as fallbacks by Makefile.in if
12247         flex/bison/byacc aren't in objdir.
12248
12249 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
12250
12251         * Makefile.in: Make everything which depends upon all-bfd also
12252         depend upon all-opcodes, in case --with-commonbfdlib is used.
12253
12254 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12255
12256         * configure.in (host *-*-cygwin32): Don't build gdb if we are
12257         building NT native compilers on Unix.
12258
12259 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
12260
12261         * configure.in: Don't get CC from the host Makefile fragment if we
12262         can find gcc in PATH, or if this is a Canadian Cross.  Move the
12263         Solaris test for /usr/ucb/cc to the post target script, just after
12264         the compiler sanity test.
12265
12266 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
12267
12268         * config.sub: Merge with FSF.
12269
12270 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
12271
12272         * Makefile.in (RPATH_ENVVAR): New variable.
12273         (REALLY_SET_LIB_PATH): Use it.
12274         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12275
12276 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
12277
12278         * config.sub, configure.in: Recognize sparclet cpu.
12279
12280 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12281
12282         * config.guess:  Support m68k-cbm-sysv4.
12283
12284 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12285
12286         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12287         m68k-unknown-linuxaout from linker help string.  Put quotes around
12288         $ld_help_string.
12289
12290 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
12291
12292         * config.guess (powerpc-harris-powerunix): Add guess for port
12293         to new target.
12294
12295 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12296
12297         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12298
12299 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
12300
12301         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12302         $(REALLY_SET_LIB_PATH) in Makefile.
12303         * Makefile.in (SET_LIB_PATH): New variable.
12304         (REALLY_SET_LIB_PATH): New variable.
12305         ($(DO_X)): Use $(SET_LIB_PATH).
12306         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12307         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12308         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12309         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12310         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12311         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12312         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12313         (install-dosrel): Likewise.
12314         (all-opcodes): Depend upon all-libiberty.
12315
12316 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12317
12318         * config.guess (*:CYGWIN*): New
12319
12320 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12321
12322         * Makefile.in (all-target-winsup): All all-target-libiberty.
12323
12324 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12325
12326         * configure.in (noconfigdirs): Add missing # in front of comment.
12327
12328 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
12329
12330         * configure.in: add second pass to things added to noconfigdirs
12331         so *-gm-magic can exclude libgloss properly.
12332
12333 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
12334
12335         * mpw-configure (extralibs_name, rez_name): Set correctly
12336         for MWC68K compiler.
12337
12338         * mpw-README: Add more info on the necessary build tools.
12339
12340 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12341
12342         * configure.in, config.sub: Recognize cygwin32.
12343
12344 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
12345
12346         * config.guess, config.sub: Recognize A/UX.
12347
12348 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
12349
12350         * config.sub: Merge with gcc/config.sub.
12351
12352 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
12353
12354         * mpw-build.in (do-binutils): Add build of stamps.
12355
12356 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
12357
12358         * config.sub: Add recognition for mips64vr4100*-* targets.
12359
12360 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12361
12362         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12363         Add creation of gconfigargs with `--enable-shared' turned on.
12364         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12365         ($(host)-stamp-stage3-configured): Likewise.
12366         (HOLES): Add chatr and ldd.
12367         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12368
12369 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
12370
12371         * configure: Pass --nfp to recursive configures.
12372
12373 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12374
12375         * Makefile.in (DLLTOOL): New.
12376         (DLLTOOL_FOR_TARGET): New.
12377         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12378         (EXTRA_TARGET_FLAGS): Ditto.
12379         (EXTRA_GCC_FLAGS): Ditto.
12380         (CONFIGURE_TARGET_MODULES): Ditto.
12381         (DO_X): Ditto.
12382         * configure: Add DLLTOOL.
12383
12384 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
12385
12386         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12387         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12388         mh-sco, since old workarounds no longer needed, and don't
12389         build ld, since libraries have weak symbols in COFF.
12390
12391 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
12392
12393         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12394
12395 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12396
12397         * configure.in: Make sure that ${CC} can be used to compile an
12398         executable.
12399
12400 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12401
12402         * Makefile.in (all-gdb): Depend on $(GDB_TK).
12403         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12404         nothing depending on whether gdbtk is being built.
12405
12406 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
12407
12408         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12409
12410 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
12411
12412         * configure.in (noconfigdirs): Put ld or gas in this early, if the
12413         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12414
12415 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
12416
12417         * config-ml.in: Add support for
12418         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12419         Simplify setting of multidirs from --disable-foo.
12420
12421 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12422
12423         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12424         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12425         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12426         non-empty, pass them on to the  GCC make.
12427         (all-bootstrap): New rule that is like all-gcc, except it executes
12428         the GCC bootstrap rule instead of the GCC all rule.
12429
12430 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
12431
12432         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12433
12434 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12435
12436         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12437         DG/UX support.
12438
12439 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
12440
12441         * config.sub (i*86*) Change [345] to [3456]
12442
12443 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12444
12445         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12446         --with-gnu-ld=no.
12447
12448 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12449
12450         * config-ml.in (rs6000*, powerpc*): Add switches to control which
12451         AIX multilibs get built.
12452
12453 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12454
12455         * configure.in (i386-win32): Don't build expect if we're not
12456         building the tcl subdir.
12457
12458 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
12459
12460         * Makefile.in: (configure-target-examples, all-target-examples):
12461         New targets, configure and build example programs.
12462
12463 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
12464
12465         * mpw-configure: If an mpw-config.in generated a file mk.sed,
12466         use it as input to sedit the generated MPW makefile.
12467         * mpw-README: Add a suggestion about Gestalt.h.
12468
12469 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
12470
12471         * config.sub: Accept *-*-ieee*.
12472
12473 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
12474
12475         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
12476         Ronald F. Guilmette <rfg@monkeys.com>.
12477
12478 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12479
12480         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12481         for powerpc-pe native.
12482         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12483         (target==powerpc-pe): duplicate i386-win32 entry.
12484
12485 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12486
12487         * configure.in (noconfigdirs): Exclude target-newlib for all versions
12488         of vxworks, not just vxworks5.1.
12489
12490 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
12491
12492         * mpw-configure: Add support for exec-prefix.
12493
12494 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12495
12496         * config.guess: Recognize HP model 816 machines as having
12497         a PA1.1 processor.
12498
12499 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12500
12501         * configure: Ignore new autoconf configure options.
12502
12503 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12504
12505         * config.guess:  Recognize Pentium under SCO.
12506         From Robert Lipe <robertl@arnet.com>.
12507
12508 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12509
12510         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12511
12512 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
12513
12514         * configure.in: Don't configure gas for alpha-dec-osf*.
12515
12516 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
12517
12518         * configure.in: Default to --with-stabs for some targets for which
12519         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12520         i[345]86*-*-unixware*.
12521
12522 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12523
12524         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12525         rather than basing it on the target.  Simplify handling of options
12526         controlling which directories to configure.  Remove extraneous
12527         slash in multi-clean target.
12528
12529 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
12530
12531         * config-ml.in: Prefix more variables with ml_ so they don't collide
12532         with configure's.
12533
12534 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
12535
12536         * configure: Don't turn -v into --v.
12537
12538 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
12539
12540         * configure.in (targargs): Fix typo.
12541
12542         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12543
12544 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
12545
12546         * configure.in: Strip --host and --target options from
12547         CONFIG_ARGUMENTS, and always configure for --host only.  Add
12548         --with-cross-host option when building with a cross-compiler.
12549         * configure: Canonicalize the arguments put into config.status by
12550         always using `=' for an option with an argument.  Pass a presumed
12551         --host or --target explicitly.
12552
12553 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
12554
12555         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12556         into general OS recognition case.
12557
12558 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12559
12560         * configure.in (target_configdirs): add target-winsup only
12561         for win32 target systems.
12562
12563 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
12564
12565         * Makefile.in (all-target-libgloss): Depend upon
12566         configure-target-newlib, since when libgloss is built it looks to
12567         see if the newlib directory exists.
12568
12569 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
12570
12571         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12572         cfg-ml-*.in.
12573
12574 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
12575
12576         * configure: Handle LD and LD_FOR_TARGET when configuring a
12577         Canadian Cross.
12578
12579 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12580
12581         * configure.in (target_libs): add target-winsup.
12582         (target==i386-win32): add patch diff flex make to $noconfigdirs.
12583         (target==ppcle-pe): remove ld from $noconfigdirs.
12584
12585 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
12586
12587         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12588         Preserve relative path names in $srcdir.  Build symlink tree if
12589         configuring cross target dir and srcdir=. (= no VPATH support).
12590         (configure-target-libg++): Depend on configure-target-librx.
12591         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12592         * config-ml.in: New file.
12593         * symlink-tree: New file.
12594         * configure: Ensure srcdir="." if that's what it is.
12595
12596 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
12597
12598         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12599         includes and FLEX_SKELETON setting.
12600         * mpw-configure (--with-gnu-ld): New option, controls whether
12601         to use PPCLink or ld with PowerMac GCC.
12602         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12603         * mpw-config.in: Configure grez if targeting Mac.
12604
12605         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12606         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12607         just macos.
12608         * configure.in: Configure grez resource compiler if targeting Mac.
12609         * Makefile.in (all-grez, install-grez): New targets.
12610
12611 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
12612
12613         * configure: CXX defaults to gcc, not g++.  If we find
12614         gcc in the path, set CC to gcc -O2.
12615
12616 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
12617
12618         * configure: Default ${build} correctly.  Avoid picking up extra
12619         spaces when reading CC and CXX from Makefile.  When doing a
12620         Canadian Cross, use plausible default values for numerous
12621         variables.
12622         * configure.in: When doing a Canadian Cross, don't try to
12623         configure tools whose configure script can't handle it.
12624
12625 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12626
12627         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12628
12629 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12630
12631         * configure:  Remove dubious bug reporting address.
12632
12633 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12634
12635         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
12636         configure script, run that instead of this directory's configure.
12637         In either case, print a message that we're configuring the sub-dir.
12638
12639 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12640
12641         * configure.in: Before checking for the existence of various files,
12642         use sed to filter out "target-".
12643
12644 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12645
12646         * Makefile.in (DO_X): Split rule to decrease command line length
12647         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
12648         (Philippe De Muyter).
12649
12650 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12651
12652         * Makefile.in (all-patch): depend on all-libiberty.
12653
12654 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
12655
12656         * configure.in: If the only directory in target_configdirs which
12657         actually exists is libiberty, then set target_configdirs to empty,
12658         to avoid trying to build a target libiberty in a gas or gdb
12659         distribution.
12660
12661 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
12662
12663         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12664         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12665         systems.
12666
12667 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12668
12669         * configure.in (copy_dirs): Use sys-include instead of include
12670         for --with-headers option.
12671
12672 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
12673
12674         * Makefile.in, configure.in: Make winsup builds work with
12675         new scheme.
12676
12677 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
12678
12679         * configure.in: Build the linker on AIX.
12680
12681 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12682
12683         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
12684         where needed.
12685
12686 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
12687
12688         * Makefile.in (all-gcc): Fix typo.
12689
12690 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12691
12692         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
12693
12694 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12695
12696         * configure.in:  Rename libFOO to target-libFOO, and xiberty
12697         to target-xiberty, to provide more flexibility.
12698         (target_subdir):  Define.  Create if cross.
12699         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12700         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
12701         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12702         check-libFOO -> check-target-libFOO, etc.
12703         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12704         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12705         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12706         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
12707         allow ALL_GCC="" to only configure.
12708         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
12709         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
12710         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
12711
12712 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
12713
12714         * Makefile.in (taz): Build "info" in etc explicitly.
12715
12716 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
12717
12718         * configure.in:  Make sure that CC is undefined (as opposed to
12719         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
12720         problem with autoconf trying to configure on a host without GCC.
12721
12722 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12723
12724         * mpw-configure: Set host alias from choice of host compiler,
12725         only use generic MPW Makefile sed if present, edit a file
12726         named "hacked_Makefile.in" instead of "Makefile.in" if present.
12727         * mpw-README: Add problem notes about CW6 and CW7.
12728
12729 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
12730
12731         * Makefile.in (taz): Use ";" instead of ";;".
12732
12733 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12734
12735         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
12736         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12737         DISTDOCDIRS.
12738         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
12739         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
12740
12741 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12742
12743         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
12744         and gnats, because they are now subsumed by DISTSTUFFDIRS.
12745         Move bfd to DISTSTUFFDIRS.
12746
12747 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12748
12749         * Makefile.in (X11_LIB): Removed.
12750         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12751
12752         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12753
12754 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12755
12756         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12757         names.
12758
12759 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12760
12761         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12762
12763 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
12764
12765         * configure.in (i[345]86-*-win32): Always build newlib.
12766         Don't configure cvs, autoconf or texinfo.
12767         * Makefile.in (LD_FOR_TARGET): New.
12768         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12769         Pass down LD_FOR_TARGET.
12770
12771 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12772
12773         * winsup: New directory.
12774         * Makefile.in: Build winsup.
12775         * configure.in: Winsup is configured when target is win32.
12776         Can only build win32 target GDB when native.
12777
12778 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
12779
12780         * config.guess: Recognize HP model 819 machines as having
12781         a PA 1.1 processor.
12782
12783 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
12784
12785         * configure: Fix sed loop which substitutes for CC and CXX to
12786         avoid bug found in various sed implementations.
12787
12788 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12789
12790         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12791         simulator.  Use standard powerpc-*-eabi*.
12792
12793 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12794
12795         * configure.in: Stop putting gas and binutils in noconfigdirs for
12796         powerpc-*-aix* and rs6000-*-*.
12797
12798 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
12799
12800         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12801         -mcall-aixdesc libraries.
12802
12803 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
12804
12805         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12806
12807         * config.sub (arm | armel | armeb): Fix shell syntax.
12808
12809 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12810
12811         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12812         -msoft-float and -mcpu=common support.
12813         (powerpc*-*-eabisim*): Add support for building -mcall-aix
12814         libraries.
12815
12816 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12817
12818         * configure.in: Allow configuration and build of emacs19 for the alpha.
12819
12820 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12821
12822         * configure.in (CC): Get ^CC, not just any old CC, from
12823         ${host_makefile_frag}.
12824
12825 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12826
12827         * configure.in (CC): Try to get CC from
12828         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12829
12830 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12831
12832         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12833         only if it exists in $(srcdir).
12834
12835 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
12836
12837         * configure: If CC and CXX are not set in the environment, set
12838         them, based on either an existing Makefile or on searching for gcc
12839         in PATH.  Substitute for CC and CXX in Makefile.
12840         * configure.in: Remove libm from target_libs.  Separate
12841         target_configdirs from configdirs.  If CC is not set in
12842         environment, try to get it from a host Makefile fragment.  Rewrite
12843         changes of configdirs to use skipdirs instead.  A few minor
12844         tweaks.  Take directories out of target_configdirs as they are
12845         taken out of configdirs.  Remove existing Makefile files from
12846         subdirectories.  Substitute for TARGET_CONFIGDIRS and
12847         CONFIG_ARGUMENTS in Makefile.
12848         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12849         by configure.in.
12850         (CONFIG_ARGUMENTS): Likewise.
12851         (CONFIGURE_TARGET_MODULES): New variable.
12852         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12853         ($(CONFIGURE_TARGET_MODULES)): New target.
12854         (configure-libg++, configure-libio): New targets.
12855         (all-libg++): Depend upon configure-libg++.
12856         (all-libio): Depend upon configure-libio.
12857         (configure-libgloss, all-libgloss): New targets.
12858         (configure-libstdc++): New target.
12859         (all-libstdc++): Depend upon configure-libstdc++.
12860         (configure-librx, all-librx): New targets.
12861         (configure-newlib): New target.
12862         (all-newlib): Depend upon configure-newlib
12863         (configure-xiberty): New target.
12864         (all-xiberty): Depend upon configure-xiberty.
12865
12866 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12867
12868         * configure.in (host i[345]86-*-win32):  Expand the
12869         noconfigdirs again.
12870
12871 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
12872
12873         * mpw-configure: Fix sed command file name.
12874
12875 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12876
12877         * configure.in (host i[345]86-*-win32): Reduce the
12878         noconfigdirs again.
12879
12880 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
12881
12882         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12883         or powerpc*-*-pe*, since they are not yet supported.
12884
12885 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12886
12887         Add PowerMac support and many other enhancements.
12888         * mpw-configure: New option --cc to select compiler to use,
12889         paste options set according to --cc into the generated
12890         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12891         if mpw-make.sed is present.
12892         * mpw-config.in: Don't test for gC1, test for mpw-touch,
12893         add forward includes for PowerPC include files.
12894         * mpw-build.in: Build using Makefile.PPC if present.
12895         (do-byacc, etc): Remove separate version resource builds.
12896         (do-gas): Build "stamps" before "all".
12897         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12898         * mpw-README: Update to reflect --cc option, PowerMac support,
12899         and recently-reported compatibility problems.
12900
12901 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
12902
12903         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12904         embedded m68k systems (-aout, -coff, -elf, -vxworks).
12905         (--with-multilib-top): Pass to recursive invocations.
12906
12907 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
12908
12909         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12910         v810-*-*.
12911
12912 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12913
12914         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12915         gdb, ld and opcodes on v810-*-*.
12916
12917 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
12918
12919         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12920         (local-maintainer-clean): New target.
12921         (maintainer-clean): New target.
12922         (realclean): Just depend upon maintainer-clean.
12923
12924 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12925
12926         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12927
12928 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
12929
12930         * configure.in: Build ld in mips*-*-bsd* case.
12931
12932 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
12933
12934         * config.sub: Accept -lites* OS.  From Ian Dall.
12935
12936 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
12937
12938         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
12939         targets.
12940
12941 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12942
12943         * configure.in: treat i386-win32 canadian cross the same as
12944         i386-go32 canadian cross.
12945
12946 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12947
12948         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12949         running under the simulator to build a reduced set of libraries.
12950         (powerpc-*-eabiaix): Add fine grained multilib support added to
12951         other powerpc targets yesterday.
12952
12953 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12954
12955         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12956         -disable-softfloat, -disable-relocatable, -disable-aix, and
12957         -disable-sysv to control which multilib libraries get built.
12958
12959 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
12960
12961         * configure: Add Makefile.tem to list of files to remove in trap
12962         handler.
12963
12964 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12965
12966         * config.guess (*Linux*):  Add missing "exit"s.
12967         Also, need specific check for alpha-unknown-linux (uses COFF).
12968
12969 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12970
12971         * config.guess:  Merge with FSF:
12972
12973         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
12974         * config.guess (AIX4): More robust release numbering discovery.
12975
12976         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
12977         * config.guess (i386-sequent-ptx): Properly get version number.
12978
12979         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
12980         * config.guess (mips:*:4*:UMIPS): New case.
12981
12982 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
12983
12984         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12985         (i386-win32 host): Likewise.  Don't build readline.
12986
12987 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
12988
12989         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
12990         SUPPORT_FILES to submakes.
12991
12992 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
12993
12994         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12995         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12996         mpw-configure.
12997
12998 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
12999
13000         * configure.in (appdirs): Use =, not ==, in test expression when
13001         trying to build the text to print in the warning message for
13002         Solaris users.
13003
13004 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
13005
13006         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13007
13008 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13009
13010         * config.guess: Recognize lynx-2.3.
13011
13012 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
13013
13014         * config.sub (z8ksim): Deleted
13015         (z8k-*-coff): New, this is the one true name of the target.
13016
13017 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
13018
13019         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13020
13021 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
13022
13023         * config.guess (*:Linux:*:*): First try asking the linker what the
13024         default object file format is (elf, aout, or coff).  Then if this
13025         fails, try previous methods.
13026
13027 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13028
13029         * configure.in: Don't build newlib for *-*-vxworks5.1.
13030
13031 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13032
13033         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13034         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13035
13036 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
13037
13038         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13039
13040 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
13041
13042         * cfg-ml-com.in: New file.
13043         * cfg-ml-pos.in: New file.
13044
13045 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13046
13047         * COPYING.NEWLIB: Add HP free copyright to list.
13048
13049 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13050
13051         * config.sub: Recognize -eabi* for the system, not just -eabi.
13052
13053 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13054
13055         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13056         * config.sub, configure.in (win32): New target and host.
13057
13058 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13059
13060         * configure.in: Add i386-pe configuration.
13061
13062 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
13063
13064         * mpw-build.in (install): Install GDB after LD.
13065
13066 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
13067
13068         * mpw-config.in (elf/mips.h): Always forward-include, needed
13069         for GDB to build.
13070
13071 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13072
13073         * testsuite: New directory for customer acceptance and whole tool
13074         chain tests.
13075
13076 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13077
13078         * configure: If per-host line isn't found, but AC_OUTPUT is found
13079         and a configure script exists, run it instead.
13080
13081 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13082
13083         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
13084
13085 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13086
13087         * configure: Set build_{cpu,vendor,os,alias} to host values when
13088         --build isn't specified.
13089
13090 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13091
13092         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13093         (FLAGS_TO_PASS): Pass them.
13094         (EXTRA_TARGET_FLAGS): Ditto.
13095
13096 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13097
13098         * Makefile.in (all-libg++): Depend on all-libstdc++.
13099
13100 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13101
13102         * configure.in (noconfigdirs): Enable all packages for
13103           i386-unknown-netbsd.
13104
13105 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
13106
13107         * configure.in (noconfigdirs): Don't configure tk for i386-go32
13108         hosted builds (DOS builds)
13109
13110 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13111
13112         Changes for ARM based on patches from Richard Earnshaw:
13113         * config.sub: Handle armeb and armel.
13114         * configure.in: Omit arm linker only for riscix.
13115
13116 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13117
13118         * config.guess:  Update from FSF.
13119
13120 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
13121
13122         * config.sub: Recognize powerpcle as the little endian variant of
13123         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
13124         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
13125         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
13126         temporarily.
13127
13128 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
13129
13130         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13131
13132 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
13133
13134         * config.sub: Accept -lites* as a basic system type.
13135
13136 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
13137
13138         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13139         installed, and if so return linuxoldld as the system name.
13140
13141 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
13142
13143         * config.guess: Add hppa1.1-hp-lites support.
13144
13145 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13146
13147         * configure.in: Don't build newlib for m68k-vxworks5.1.
13148
13149 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13150
13151         * configure.in (mips-sgi-irix6): Use mh-irix5.
13152
13153 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
13154
13155         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13156
13157 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13158
13159         * test-build.mk: Enable building of shared libraries on IRIX 5 and
13160         OSF/1.  Fix compiler flags.
13161         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
13162
13163 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
13164
13165         * configure.in: Recognize --with-newlib.
13166         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13167
13168 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13169
13170         * Makefile.in: move {all,check,install}-gdb from *_MODULES
13171         to *_X11_MODULES due to gdbtk needing X include files et al.
13172
13173 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
13174
13175         Merge in support for Mac MPW as a host.
13176         (Old change descriptions retained for informational value.)
13177
13178         * mpw-config.in: Add generic include forwards for cpu-specific
13179         include files in aout and elf directories.
13180
13181         * mpw-configure: Added copyright.
13182         * mpw-config.in: Check for presence of required build tools.
13183         (target_libs): Add newlib.
13184         (target_tools): Add examples.
13185         (Read Me): Generate as "Read Me for MPW" instead.
13186         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13187         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13188         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13189
13190         * mpw-configure: Remove subdir-specific makefile hackery,
13191         delete mk.tmp after using it.
13192
13193         * mpw-build.in (all): Display start and end times.
13194
13195         * mpw-configure (host_canonical): Set.
13196         (target_cpu): Always add to makefiles.
13197         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13198         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13199         (mpw-mh-mpw): Look for in srcdir and srcroot.
13200         Use sed instead of mpw-edit-prefix to edit prefix definitions.
13201
13202         * mpw-build.in: (install-only): New target.
13203
13204         * mpw-configure (host_alias, target_alias): Rename from hostalias
13205         and targetalias, add into generated Makefile.
13206         (mk.tmp): If present, add into generated Makefile.
13207         * mpw-build.in (all-gas): Build config.h first before gas proper.
13208
13209         * mpw-configure (config.status): Write only if changed.
13210         * mpw-config.in (readline): Configure it (not built, just used for
13211         definitions).
13212
13213         * mpw-config.in (elf/mips.h): Add a forward include.
13214
13215         * mpw-config.in: Forward-include most .h files in include into
13216         extra-include.
13217         (readline): Don't build.
13218         mpw-build.in (install): Install GDB.
13219
13220         * mpw-configure (prefix, mpw_prefix): Handle it.
13221         * mpw-config.in (mmalloc, readline): Don't configure.
13222         * mpw-build.in (thisscript): Rename to ThisScript.
13223         Use mpw-build instead of BuildProgram everywhere.
13224         (mmalloc, readline): Don't build.
13225         * mpw-README: New file, basic documentation about the MPW port.
13226
13227         * mpw-config.in: Use forward-include to create include files.
13228
13229         * mpw-configure: Add more things to the top of each configured
13230         Makefile, including contents of config/mpw-mh-mpw.
13231         * mpw-config.in (extra-include): Create this directory and fill it
13232         with Posix-like include files when configuring.
13233
13234         * config.sub (apple, mac, mpw): Add various aliases.
13235
13236         * mpw-build.in: New file, top-level build script fragment for MPW.
13237         * mpw-configure: New file, configure script for MPW.
13238         * mpw-config.in: New file, config fragment for MPW.
13239
13240 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13241
13242         * configure.in (host_libs): Remove glob, since it is gone from the
13243         sources.
13244
13245 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13246
13247         * Makefile.in: define empty GDB_NLM_DEPS var.
13248
13249         * configure.in(target_makefile_frag): use config/mt-netware
13250         for netware targets.
13251
13252 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13253
13254         * config.sub: Merge in recent FSF changes.  Remove linux special
13255         cases.
13256
13257 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13258
13259         Revert this change:
13260
13261         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13262
13263                 * build-all.mk: Use CC=cc -Xs on Solaris.
13264
13265 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13266
13267         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
13268         stop using it.
13269         * Makefile.in: Nuke all references to glob subdirectory.
13270
13271 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13272
13273         * configure.in: Fix --enable-shared logic in per-host.
13274
13275 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13276
13277         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13278
13279 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13280
13281         * configure.in (noconfigdirs): Don't build gas on AIX, for
13282         powerpc*-*-aix* as well as for rs6000*-*-aix*.
13283
13284 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
13285
13286         * configure: Fix --cache-file to work if the file argument is a
13287         relative path.
13288
13289 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
13290
13291         * configure: If the --cache-file is used, pass it down to
13292         configure in subdirectories.
13293
13294 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
13295
13296         * config.sub: add vxworks29k configuration.
13297
13298 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13299
13300         * Makefile.in (taz): Do "diststuff" part quietly.
13301
13302 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13303
13304         * config.sub: Mini-merge with gcc/config.sub.
13305
13306 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13307
13308         * config.guess (IRIX): Sed - to _.
13309
13310 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13311
13312         * Makefile.in (source-vault, binary-vault): New targets.
13313
13314 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
13315
13316         * config.sub: Recognize -eabi as a basic system type.
13317
13318 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13319
13320         * configure.in (enable_shared stuff): Fix typo.
13321
13322 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
13323
13324         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13325
13326 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13327
13328         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13329
13330 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
13331
13332         * configure.in (rs6000-*-*): Don't build gas.
13333
13334 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
13335
13336         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13337         reduce command line length.
13338         (AS_FOR_TARGET): Check for as.new, not Makefile.
13339         (NM_FOR_TARGET): Check for nm.new, not Makefile.
13340
13341 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13342
13343         * config.guess:  Merge from FSF.
13344
13345 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13346
13347         * configure: Don't use $ when handling program_suffix.
13348
13349 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
13350
13351         * configure.in:  Configure tk for hppa/hpux.
13352
13353 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13354
13355         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
13356
13357 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13358
13359         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
13360         to LIBCXXFLAGS.  Tests are better run without it.
13361
13362 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
13363
13364         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13365
13366 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
13367
13368         * configure.in (*-*-netware*): Don't configure xiberty.
13369
13370 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
13371
13372         * configure.in:  Remove tk from native_only list.
13373
13374 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
13375
13376         * build-all.mk: Add mips-ncd-elf target to sun4 targets
13377           for special NCD build.
13378
13379 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13380
13381         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13382         makeall.bat, they're only useful for binutils snapshots.
13383         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13384         makeall.bat to specified SUPPORT_FILES.
13385
13386 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
13387
13388         * build-all.mk: Add Ericsson targets to sun4 and solaris
13389           hosts.  Add  BNR's sun4 target to solaris host, so their
13390           build-from-source will be tested in-house first.
13391
13392 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13393
13394         * Makefile.in (LIBCFLAGS): New variable.
13395         (CFLAGS_FOR_TARGET): Ditto.
13396         (LIBCFLAGS_FOR_TARGET): Ditto.
13397         (LIBCXXFLAGS): Ditto.
13398         (CXXFLAGS_FOR_TARGET): Ditto.
13399         (LIBCXXFLAGS_FOR_TARGET): Ditto.
13400         (BASE_FLAGS_TO_PASS): Pass them.
13401         (EXTRA_TARGET_FLAGS): Ditto.
13402
13403         * configure.in: Support --enable-shared.
13404
13405 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13406
13407         * configure.in (target_libs):  Include libstdc++ again.
13408         * config.guess:  Update from FSF (for FreeBSD).
13409
13410 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13411
13412         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13413         makeall.bat.
13414         (DISTDOCDIRS): Add `etc'.
13415         (ETC_SUPPORT_PFX): New variable.
13416         (taz): Include anything from etc starting with a word in
13417         ETC_SUPPORT_PFX.
13418
13419 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13420
13421         * config.sub: Update for recent FSF changes.  Remove obsolete
13422         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
13423         spacing changes.
13424
13425 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13426
13427         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
13428
13429         * config.guess:  Merge with FSF.
13430         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13431
13432 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13433
13434         * configure: Since the "trap 0" handler will override the exit
13435         status on many systems, only use it for "exit 1", and make it set
13436         a non-zero exit status; reset it before "exit 0".  Also, check
13437         exit status of config.sub, and error out if it failed.
13438
13439 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
13440
13441         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13442         and install libgloss.
13443
13444 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13445
13446         * Makefile.in (all-binutils): Depend upon all-byacc.
13447
13448         * configure.in: Don't build emacs on Irix 5.
13449
13450 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13451
13452         * configure.in (*-*-netware*): Add libio.
13453
13454 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13455
13456         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13457         (CHECK_TARGET_MODULES): Ditto.
13458         (INSTALL_TARGET_MODULES): Ditto.
13459         (TARGET_LIBS): Ditto.
13460         (all-libstdc++): Note dependencies.
13461
13462 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13463
13464         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13465
13466 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13467
13468         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13469         -fexternal-templates.
13470
13471         * configure.in (target_libs): Add libstdc++.
13472         (noconfigdirs): Add libstdc++ as appropriate.
13473
13474 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13475
13476         * config.guess:  Update from FSF.
13477
13478 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13479
13480         * configure: Use ${config_shell} when running ${configsub}.
13481
13482 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
13483
13484         * config.sub: No longer recognize h8300h.
13485
13486 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13487
13488         * config.sub: Remove extraneous differences between config.sub and
13489         gcc/config.sub.
13490
13491 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13492
13493         * Makefile.in (DISTSTUFFDIRS): Add gas.
13494
13495 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
13496
13497         * COPYING.NEWLIB: New file.
13498
13499 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13500
13501         * config.guess (HP-UX):  Patch from Harlan Stenn
13502         <harlan@landmark.com> to also emit release level.
13503
13504 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13505
13506         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13507
13508 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13509
13510         * config.sub:  Merge nextstep cleanup from FSF.
13511
13512 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13513
13514         * configure.in (arm-*-*): Don't configure ld for this target.
13515
13516 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13517
13518         * configure.in (*-*-netware): don't configure libg++, libio,
13519           librx, or newlib.
13520
13521 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13522
13523         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
13524         configure ld--it works, but it doesn't support shared libraries.
13525
13526 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13527
13528         * config.guess (*-unknown-freebsd*):  Get rid of possible
13529         trailing "(Release)" in version string.
13530         Patch from Paul Richards <paul@isl.cf.ac.uk>.
13531
13532 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13533
13534         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13535         Fix type: *-next-neststep -> *-next-nextstep.
13536
13537         * config.guess:  Merge from FSF:
13538
13539         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
13540
13541         * config.guess: Recognize powerpc-ibm-aix3.2.5.
13542
13543         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
13544
13545         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13546         instead of UNIX_SV for UnixWare 1.0).
13547
13548 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
13549
13550         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
13551         to make gdb/nlm/* build after the compiler and linker.
13552
13553 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13554
13555         * config.guess (netbsd, freebsd, linux):  Accept any machine,
13556         not just i[34]86.
13557         (m68k-atari-sysv4):  Relocate to match FSF version.
13558
13559         * config.guess:  More merges from the FSF:
13560
13561         Add a space before function call or macro invocation.
13562
13563         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13564
13565         * config.guess: Add trap cmd to remove dummy.c and dummy when
13566         interrupted.
13567
13568         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13569
13570         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13571         (dummy): Redirect stderr from compilation of dummy.c.
13572
13573         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
13574
13575         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13576
13577 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
13578
13579         * configure: Accept and ignore --cache*, for compatibility with
13580         new autoconf.
13581
13582 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13583
13584         * config.guess:  Merge from FSF:
13585
13586         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13587
13588         * config.guess (Pyramid*:OSx*:*:*): New case.
13589         (PATH): Add /.attbin at end for finding uname.
13590         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
13591
13592         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
13593
13594         * config.guess (M88*:DolphinOS:*:*): New case.
13595
13596         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
13597
13598         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13599         to select whether to use ELF or COFF.
13600
13601         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13602
13603         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13604
13605         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13606
13607         * config.guess: Guess the OS version for HPUX.
13608
13609         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
13610
13611         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13612
13613 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13614
13615         * configure.in: Recognize --with-headers, --with-libs, and
13616         --without-newlib.
13617         * Makefile.in (all-xiberty): Depend upon all-ld.
13618
13619 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13620
13621         * configure.in: Change i[34]86 to i[345]86.
13622
13623 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13624
13625         * configure (version): A few more tweaks to help message.
13626
13627 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13628
13629         * Makefile.in:  Remove (for now) librx as a host library,
13630         now that we're building it for target.
13631
13632 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13633
13634         * configure: Fix up help message; from karl@owl.hq.ileaf.com
13635         (Karl Berry).
13636
13637 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13638
13639         * configure.in:  Also configure librx.
13640
13641 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13642
13643         * Makefile.in:  Update various rules to reflect that librx
13644         is now needed for libg++.
13645
13646 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13647
13648         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13649
13650 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
13651
13652         * configure.in: Configure the examples directory.
13653
13654 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13655
13656         * configure: Simplify Jun 2 1994 change.
13657
13658 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13659
13660         * change CC to /usr/latest/bin/gcc for lynx host builds, since
13661         /bin/gcc isn't good enough to build gcc.
13662
13663 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
13664
13665         * Makefile.in (GDB_SUPPORT_FILES): Remove
13666         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
13667         (gdb.tar.gz): Add new rule to use standard distribution building
13668         mechanism.
13669
13670 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13671
13672         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
13673         Bill Cox <bill@cygnus.com>.
13674
13675 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13676
13677         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
13678
13679 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
13680
13681         * configure:  Search current dir first in .gdbinit.
13682
13683 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13684
13685         * config.sub:  Recognize freebsd (merged from gcc config.sub).
13686
13687 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13688
13689         * config.sub:  Refer to NeXT's operating system as nextstep.
13690
13691         * config.sub (case $basic_machine):  Re-order the cases, to match
13692         the order in the FSF version (which is mostly alphabethical).
13693         Merge in some additions and changes from the FSF.
13694
13695 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
13696
13697         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13698         * config.sub: Recognize cxux7.
13699         * configure.in: Use mh-cxux for m88k-harris-cxux*.
13700
13701 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13702
13703         * config.sub:  Fix typo powerpc -> powerpc-*.
13704
13705 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
13706
13707         * Makefile.in: `all-emacs19' depends on `all-byacc'.
13708
13709         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13710         parallel with all-emacs and install-emacs).  Top-level command
13711         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13712
13713 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13714
13715         * test-build.mk ($(host)-stamp-stage2-installed): Remove
13716         $(relbindir)/make before doing ``make install'', and use
13717         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
13718         installing over running make binary.
13719         ($(host)-stamp-stage3-installed): Likewise.
13720
13721 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13722
13723         * config.guess: Recognize Mach.
13724
13725 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13726
13727         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13728         see whether --exec-prefix was used.
13729
13730 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13731
13732         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
13733
13734 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13735
13736         * Makefile.in: Add all-librx target similar to all-libproc.
13737
13738 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
13739
13740         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
13741         with post 1.2 uname bogosity.
13742
13743 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13744
13745         * configure: Remove temporary files on receipt of a signal.
13746
13747 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
13748
13749         * configure: If there is a package_makefile_frag, remove
13750         ${subdir}/Makefile.tem after copying it in.
13751
13752 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13753
13754         * build_all.mk: support rs6000 lynx identifies itself as
13755         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
13756         since /bin/gcc is too feeble to compile a modern gcc.
13757
13758 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13759
13760         * brought devo/test-build.mk update-to-date with progressive/
13761           test-build.mk. Add lynx targets and hppa flag info.
13762
13763 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13764
13765         * configure.in:  Use mh-ncrsvr43.  Patch from
13766         Tom McConnell <tmcconne@sedona.intel.com>.
13767
13768 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13769
13770         * config.guess (i386-unknown-bsdi):  No longer need to
13771         check #if defined(__bsdi__) && defined(__i386__).
13772
13773 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13774
13775         * configure: Set program_transform_nameoption correctly.
13776
13777 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13778
13779         * brought build-all.mk update-to-date with progressive build-all.mk,
13780           added new targets and hppa info.
13781
13782 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13783
13784         * configure: If config.guess result is a prefix of the user
13785         specified target, assume a native build and use the user specified
13786         target as the host alias.  Remove SunOS patch suffix removal hack.
13787         * configure.in: Remove SunOS patch suffix removal hack.
13788
13789         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13790         in NATIVE_CHECK_MODULES.
13791
13792 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
13793
13794         * Makefile.in: Rename HOST_ONLY to NATIVE.
13795         * configure: Delete SunOs patch suffix from host_canonical
13796           and build_canonical variables that are prepended to Makefiles.
13797         * configure.in: Add comments for easier maintenance.
13798
13799 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13800
13801         * Makefile.in: Add all-libproc target similar to all-gui.
13802
13803 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
13804
13805         * Makefile.in (CHECK_MODULES): split into
13806         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13807
13808 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
13809
13810         * config.guess (i386-unknown-bsdi): New system to guess.
13811
13812 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13813
13814         * Makefile.in: Add all-gui target (but not yet build by "all").
13815
13816 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
13817
13818         * config.sub: Move deletion of patch suffix from here...
13819         * configure.in: To here, at Ian's suggestion.  The top-
13820           level scripts might need to know of a patch level.
13821
13822 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
13823
13824         * config.sub: Strip off patch suffix so rtl is recognized
13825           as a sunos4.1.3 machine, even though it's been patched.
13826
13827 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
13828
13829         * Makefile.in (INSTALL_LAST): Delete.
13830         (INSTALL_DOSREL): New.
13831
13832 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13833
13834         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13835         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13836         whether we pass down --with-gnu-ld anyhow.
13837
13838 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
13839
13840         * Makefile.in (INSTALL_LAST): Change operation so it works
13841         on more flavors of make.
13842         * configure.in (go32): Don't build libg++ or libio.
13843
13844 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
13845
13846         * Makefile.in (Move HOST_PREFIX_1 and friends up so
13847         they can be overriden by templates.
13848
13849 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
13850
13851         * configure.in (target==go32): Don't build gdb.
13852         * dosrel: New directory.
13853
13854 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
13855
13856         * configure.in (host==go32): Configure dosrel too.
13857         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13858         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13859         be set by incoming names or templates.
13860         (INSTALL_LAST): New rule.
13861
13862 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
13863
13864         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13865
13866 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13867
13868         * configure.in (appdirs): New variable.  Currently empty, but will
13869         be used in gas distribution.  If nonempty, lists a set of
13870         directories at least one of which must get configured, or top
13871         level configuration is considered to have failed.
13872         (rs6000-*-lynxos*): Use new file name.
13873
13874 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13875
13876         Eliminate XTRAFLAGS.
13877         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13878         newlib include files using -idirafter, and also use -nostdinc.
13879         (CXX_FOR_TARGET): Likewise.
13880         (XTRAFLAGS): Removed.
13881         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13882         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13883         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13884         ($(DO_X)): Don't pass down XTRAFLAGS.
13885
13886 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13887
13888         * configure.in (mips*-dec-bsd*): New target; do build linker.
13889         (mips*-*-bsd*): New target; don't build linker.
13890
13891 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13892
13893         * configure.in: support rs6000-*-lynxos* configuration.
13894         support sunos4 as a cross target.
13895
13896         * config.sub: look for lynx*, not lynx since the OS version may
13897         legitimately be part of the name.
13898
13899 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13900
13901         * configure.in (i[34]86-*-sco*): Move to be with other i386
13902         targets.
13903         (romp-*-*): New target.  Skip various binary utilities.
13904         (vax-*-*): New target.  Don't build newlib.
13905         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
13906
13907 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13908
13909         * configure.in: Only set host_makefile_frag if config
13910         directory exists.
13911
13912 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13913
13914         * install.sh: If $dstdir exists, don't check whether each
13915         component does.
13916
13917 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13918
13919         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13920
13921 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
13922
13923         * configure.in (*-*-lynxos*): Don't configure newlib for either
13924         native or cross Lynx.
13925
13926 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
13927
13928         * config.sub (sparc64-elf): Fix os.
13929         (z8k): Remove duplicate.
13930
13931 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13932
13933         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13934         gcc/stmp-fixproto, to try to prevent fixproto from being run.
13935
13936 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
13937
13938         * configure: Make file links cleanly even if Lynx fails on
13939           an NFS symlink (at least fail cleanly).
13940
13941 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13942
13943         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13944         -XNh2000.
13945
13946 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13947
13948         * configure: Unknown options are fatal again.
13949
13950 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
13951
13952         * configure: Ignore --x-includes and --x-libraries, for Autoconf
13953         compatibility.
13954
13955 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
13956
13957         * build-all.mk: Add `clean' target.
13958
13959 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13960
13961         * config.guess:  Add SINIX support.
13962         * configure.in:  Add mips-*-sysv4* support.
13963
13964 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
13965
13966         * build-all.mk: Document all useful targets.
13967         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13968         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13969
13970 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13971
13972         * configure: Support --silent, --quiet.
13973
13974 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13975
13976         * configure: Support --disable-FEATURE.
13977
13978 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13979
13980         * config.guess: Recognize NCR running SVR4.3.
13981
13982 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13983
13984         * config.guess:  Make BSDI generate i386-unknown-bsd386.
13985         Patch from Paul Eggert <eggert@twinsun.com>.
13986
13987 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13988
13989         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13990
13991 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13992
13993         * configure: Make unrecognized options give nonfatal warnings
13994         instead of fatal errors, and pass them to any subdirectory
13995         configures in case they recognize them.
13996         Make --x equivalent to --with-x.
13997
13998 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13999
14000         * configure: Add --enable-* options.  Clean up usage message and
14001         some comments.
14002
14003 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
14004
14005         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14006
14007 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14008
14009         * configure.in (hppa*-*-*): Enable binutils.
14010
14011 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14012
14013         * config.sub: Recognize cisco.
14014
14015 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
14016
14017         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14018
14019 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14020
14021         * config.guess: about target *-hitachi-hiuxwe2, don't print more
14022         than one configuration name.  Add comment.
14023
14024 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
14025
14026         * config.guess: about target *-hitachi-hiuxwe2, fixed
14027         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
14028         macro is incorrect.]
14029
14030 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14031
14032         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14033         than the "make ls" stuff which used to be here.
14034
14035 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14036
14037         * config.guess:  Recognize i[34]86-unknown-freebsd.
14038         From Shawn M Carey <smcarey@rodan.syr.edu>.
14039
14040 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14041
14042         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14043
14044 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
14045
14046         * config.guess: Check for ptx.
14047
14048 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
14049
14050         * config.sub: Add os9k checking.
14051
14052 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14053
14054         * config.guess: Handle OSF1 running on HPPA processors
14055
14056 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14057
14058         * configure: If subdir configure fails, print out a message with
14059         subdirectory name, in case subdir's configure code didn't identify
14060         itself.
14061
14062 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
14063
14064         * configure.in: Remove embedded newlines from configdirs.
14065         Avoid mismatches of substrings.  Fix matching strings at end
14066         of configdirs.
14067
14068 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
14069
14070         * config.guess:  Add Lynx/rs6000 config support.
14071
14072 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14073
14074         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14075
14076 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
14077
14078         * configure.in (hppa*-*-osf*): Treat this just like most other
14079         PA configurations (eg no binutils or ld).
14080         (hppa*-*-*elf*): These configurations have binutils and ld.
14081
14082 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14083
14084         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
14085
14086 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14087
14088         * configure.in (rs6000-*-*): Build gas.
14089
14090 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14091
14092         * Makefile.in:  Avoid bug in losing hpux sed.
14093
14094 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14095
14096         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14097         for GDB and GDB has been fixed to not need it.
14098
14099 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14100
14101         * config.guess: Recognize vax hosts.
14102
14103 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14104
14105         * configure (while loop): Don't use "break 2" inside case
14106         statement -- the case statement isn't an enclosing loop.
14107
14108 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14109
14110         * config.guess:  Clean up NeXT support, to allow nextstep
14111         on Intel machines.  Make OS be nextstep.
14112
14113 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
14114
14115         * config.guess: Add alternate forms for Convex.
14116
14117 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
14118
14119         * configure:  Completely rewrite option processing.  Take
14120         advantage of pattern-matching to avoid invoking test frequently.
14121         Also clean up host and target defaulting logic.
14122
14123 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14124
14125         * Makefile.in: Replace all occurrances of "rootme" with "r" and
14126         "$${rootme}" with "$$r", to increase the likelihood that the do-*
14127         commands (plus user environment) will fit SCO limits.
14128
14129 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14130
14131         * configure.in: Don't issue warnings about directories which are
14132         not being configured if -norecursion is set.  Correct test for
14133         --with-gnu-as and --with-gnu-ld to not get confused by substring
14134         matches.
14135
14136         * configure.in: Don't build gas for alpha-dec-osf1*.
14137
14138 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
14139
14140         * configure:  Back out Per's change of 12/19/1993.  It changes the
14141         behavior of configure in unexpected and confusing ways.
14142
14143         Also, use different delim char when calculating
14144         program_transform_name so that the name can contain slashes.
14145
14146 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
14147
14148         * configure.in, config.sub: Add support for VSTa micro-kernel.
14149
14150 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
14151
14152         * configure.in: Nuke hacks which were used to get a special
14153         version of GAS for HPPA configurations.
14154
14155 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14156
14157         * configure:  If only ${target_alias} is given, use that
14158         as the default for ${host_alias}.
14159         * configure:  Add missing back-slashes before nested quotes.
14160
14161 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14162
14163         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14164
14165 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
14166
14167         * config.guess:  Recognize some Tektronix configurations.
14168         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14169
14170 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14171
14172         * config.sub: Match any flavor of SH.
14173
14174 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
14175
14176         * configure.in: Don't try to configure newlib for Alpha.
14177
14178 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14179
14180         * configure.in: Don't build ld for Irix 5.  Don't build gas,
14181         libg++ or libio for any Alpha target.
14182
14183         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14184
14185 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
14186
14187         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14188         default arguments -- so it tried to compress itself.
14189
14190 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14191
14192         * configure.in (notsupp): ensure that a space is always at the end
14193           of the configdirs list, since the grep checks for an explicit space
14194
14195 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14196
14197         * configure.in (target i386-sysv4.2): don't build ld, since static
14198           versions of many libraries are not available.
14199
14200 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14201
14202         * config.guess: Recognize Apollos (using environment variables).
14203         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14204
14205 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14206
14207         * config.guess: Recognize Sony news mips running newsos.
14208
14209 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
14210
14211         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14212         "fi ; else" for bash.
14213
14214 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
14215
14216         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14217
14218 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
14219
14220         * config.sub: accept unixware as an alias for svr4.2.
14221         Fix some inconsistancies with the gcc version.
14222
14223 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14224
14225         * Makefile.in (DISTDOCDIRS):  Add gdb.
14226
14227 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14228
14229         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
14230
14231 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14232
14233         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14234         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14235         this now.
14236
14237 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14238
14239         * config.sub: Accept hiux* as an OS name.
14240
14241         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14242         etc/make-stds.texi.  The underscore came from gcc, and dje now
14243         agrees that RUNTESTFLAGS is the correct name.
14244
14245 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14246
14247         * install.sh:  Remove 'set -e'.  It makes any conditionals
14248         in the script useless.
14249
14250         * config.guess: Automatically recognize arm-acorn-riscix
14251         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14252
14253 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14254
14255         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14256
14257 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14258
14259         * Makefile.in (DISTDOCDIRS): New variable.
14260         (taz): Edit local Makefile.in sooner, instead of proto-toplev
14261         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
14262
14263 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14264
14265         * configure.in (hppa target): check the source directory for the
14266           pagas sub-directory
14267
14268 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
14269
14270         * config.sub: Allow -aout* and -elf*.
14271
14272 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14273
14274         * configure.in: Don't build ld on i386-solaris2, same as for
14275         sparc-solaris2.
14276
14277 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14278
14279         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14280
14281 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14282
14283         * configure.in:  Configure gdb for alpha.
14284
14285 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14286
14287         * Makefile.in (CXXFLAGS): Add -O.
14288
14289 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14290
14291         * config.guess: added support for DG Aviion
14292
14293 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14294
14295         * configure.in: Produce warning message for subdirectories not
14296         configurable for this host/target combination.  Don't try to
14297         configure gdb for vms.
14298
14299 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14300
14301         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14302         appropriate files before making "diststuff".
14303         (DISTBISONFILES): New var: list of files to be edited.
14304         (DISTSTUFFDIRS): Add binutils.
14305
14306 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14307
14308         * config.sub: also handle mipsel and mips64el (for little endian mips)
14309
14310 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14311
14312         * configure.in: Add * to end of all OS names.
14313
14314 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
14315
14316         * configure.in: Build newlib for LynxOS native.
14317
14318 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14319
14320         * config.guess: Add support for delta 88k running SVR3.
14321
14322         * configure.in: Add comment about HP compiler vs. emacs.
14323
14324 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14325
14326         * configure.in: don't build ld on solaris2 (not a viable option
14327           due to bugs in getpwnam & getpwuid)
14328
14329 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14330
14331         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14332         config.guess will produce a full version number.
14333
14334 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14335
14336         * configure.in: Build linker and binutils for alpha-dec-osf1.
14337
14338 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14339
14340         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14341         and gdb/testsuite/Makefile.in.
14342
14343 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14344
14345         * configure.in: recognize mips*- instead of mips-
14346
14347 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14348
14349         * config.sub: Accept linux*coff and linux*elf as operating
14350         systems.
14351
14352 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14353
14354         * config.sub: Recognize mips64, and mips3 as an alias for it.
14355
14356 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14357
14358         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14359         gdb knows how to handle OSF/1 shared libraries.
14360
14361 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14362
14363         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14364         * config.guess: Recognize Hitachi's HIUX.
14365         * config.sub: Recognize h3050r* and hppahitachi.
14366         Remove redundant cases for hp9k[23]*.
14367
14368 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14369
14370         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14371         if gas and ld are in the source tree and are in ${configdirs}.
14372         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14373         --with options (but still pass them down on the command line,
14374         if they were explicitly specified).
14375
14376 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14377
14378         * configure: substitute SHELL value in Makefile.in with
14379         ${CONFIG_SHELL}
14380
14381 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14382
14383         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14384         *-*-solaris2* targets.
14385
14386 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14387
14388         * Makefile.in: define M4, and pass it down to sub-makes;
14389         all-autoconf now depends on all-m4
14390
14391 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14392
14393         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14394         presence of {ar,ranlib} instead of a configured directory
14395
14396 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
14397
14398         * config.guess: Accept 34?? as well as 33?? for NCR.
14399
14400 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14401
14402         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14403         of 'gas' in sed commands, since 'gash' is now in the tree as well.
14404
14405 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14406
14407         * configure: grab values for $(CC) and $(CXX) from the
14408         environment, so that someone can do "CC=gcc configure; make" and
14409         have it work right (matching the way that autoconf works now)
14410
14411         * configure.in, Makefile.in: add support for gash, the tcl
14412         interface to Galaxy
14413
14414         * config.guess: add NetBSD variants (hp300, x86)
14415
14416 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
14417
14418         * install.sh: Support -d option (in the manner of SunOS 4 install,
14419         as it is more deterministic than that of GNU install)
14420         (chmodcmd): Set file to mode 755 by default (should also do default
14421         chgrp and chown, but I don't feel like dealing with that now)
14422
14423 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
14424
14425         * config.sub: Remove h8300hhms alias.
14426
14427 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14428
14429         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14430
14431 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14432
14433         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14434         as stmp-fixinc
14435
14436 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14437
14438         * config.sub: recognize m88110-bug-coff.
14439
14440 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14441
14442         * Makefile.in (all-libio): all dependencies on the toolchain used
14443         to build this (gcc, gas, ld, etc)
14444
14445 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14446
14447         * config.guess: Deal with OSF/1 1.3 on alpha.
14448
14449 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14450
14451         * install.sh: add some 'else true' clauses for portability
14452
14453         * configure.in: don't build libio for h8[35]00-*-* targets
14454
14455 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14456
14457         * Makefile.in:  Add support for new libio.
14458
14459 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14460
14461         * install.sh: If one command fails, don't try the rest.  Don't try
14462         to remove $dsttmp (via trap) unless we have already created it.
14463         If $src doesn't exist, detect it and exit with an error.
14464
14465         * config.guess: Recognize BSD on hp300.
14466
14467 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14468
14469         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14470         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14471
14472 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
14473
14474         * Makefile.in (all-send-pr): depends on all-prms
14475
14476 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14477
14478         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14479
14480 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14481
14482         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14483         Added test for mips-mips-riscos5.
14484
14485 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14486
14487         * configure.in: use mh-hp300 for 68k HP hosts
14488
14489 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14490
14491         * configure: add support for CONFIG_SHELL, so that you can use
14492         some alternate shell for evaluating configure scripts
14493
14494 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
14495
14496         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
14497         in configure script to bug-gdb@prep.ai.mit.edu when building
14498         distribution archive.
14499         * Makefile.in (COMPRESS):  Remove def.
14500         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
14501         gdb.tar.Z and make-gdb.tar.Z respectively.
14502         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
14503         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
14504         to convergence with 'taz' target in Makefile.in.
14505
14506 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14507
14508         * install.sh (dsttmp): use trap to ensure that tmp files go
14509         away on error conditions
14510
14511 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14512
14513         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14514
14515 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14516
14517         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14518         its parent is '/' not ''.
14519
14520         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14521
14522 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
14523
14524         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14525         that ${newsrcdir}/configure.in does.
14526
14527 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14528
14529         * test-build.mk: support for CONFIG_SHELL
14530
14531 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
14532
14533         * config.sub (netware):  Add as a basic system type.
14534
14535 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14536
14537         * Makefile.in (Makefile): depend on configure.in.  Also drop the
14538           $(srcdir)/ from the dependency on Makefile.in.
14539
14540 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
14541
14542         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14543         (h8300hhms is temporary until multi-libraries are implemented).
14544         * configure.in: Handle h8300h too.
14545
14546 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14547
14548         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14549
14550 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
14551
14552         * configure:  Remove extraneous output when guessing host type.
14553         * config.guess:  Remove extraneous output when guessing using C
14554         compiler rather than uname, or when guessing fails.
14555
14556 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
14557
14558         * Makefile.in: remove all.cross and install.cross targets
14559
14560         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14561           definitions
14562
14563 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
14564
14565         * configure.in (target sh): Build gprof.
14566
14567 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14568
14569         * config.sub: change -solaris to -solaris2
14570
14571 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14572
14573         * configure.in: Use config/mh-riscos for mips-*-sysv*.
14574
14575 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
14576
14577         * configure: Correct error message for missing Makefile.in to
14578         print correct directory.
14579
14580 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14581
14582         * install.sh: kludge around 386BSD shell bug
14583
14584 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
14585
14586         * config.guess:  Recognize NeXT.
14587         * config.guess:  Recognize i486-ncr-sysv4.
14588         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
14589
14590 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
14591
14592         * Makefile.in (MAKEINFOFLAGS): New variable.
14593         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14594         * build-all.mk, test-build.mk: Pass down --no-split as
14595         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
14596
14597 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
14598
14599         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
14600
14601 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
14602
14603         * Makefile.in (libg++.tar.z):  New rule.
14604         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
14605         * Makefile.in (taz):  Only do a single chmod.
14606
14607 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14608
14609         * install.sh: don't use dirname anymore (replaced with sed usage)
14610
14611 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
14612
14613         * Makefile.in:  Change extension for gzip'd files from '.z' to
14614         '.gz' per new FSF standard usage.
14615
14616 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14617
14618         * configure: put quotes around the final value of program_transform_name
14619
14620 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14621
14622         * Makefile.in: new install.sh support; update install-info rules
14623
14624 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
14625
14626         * configure.in: Build diff for crosses, but not for go32 host.
14627
14628         * configure.in: Build gprof only for native, and don't build it
14629         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14630
14631 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
14632
14633         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14634
14635 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14636
14637         * configure.in (host_tools): Add prms.
14638
14639 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14640
14641         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14642         with $(FLAGS_TO_PASS) on the command line
14643
14644         * config.sub: Recognize lynx and lynxos
14645
14646 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14647
14648         * config.sub: Accept -ecoff*, not just -ecoff.
14649
14650 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14651
14652         * Makefile.in (taz): Use .gz suffix instead of .z.
14653         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14654         names.
14655
14656 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14657
14658         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14659
14660 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14661
14662         * Makefile.in (install-no-fixedincludes):  install gcc last, so
14663         that rebuilds that might happen during 'make install' don't get
14664         bogus gcc include files
14665
14666 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14667
14668         Change from Utah for HPPA support:
14669         * config.guess: Recognize hppa1.x-hp-bsd.
14670
14671 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
14672
14673         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
14674         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14675
14676 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14677
14678         * config.sub: Add support for rom68k and bug boot monitors.
14679
14680 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
14681
14682         * Makefile.in: Make all-opcodes depend on all-bfd.
14683
14684 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14685
14686         * config.guess: Added special check for i[34]86-univel-sysv4*.
14687
14688 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
14689
14690         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14691         the processor rather than assuming i486.
14692
14693 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14694
14695         * config.guess: Recognize SunOS6 as Solaris3.
14696
14697 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
14698
14699         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
14700         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14701
14702 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
14703
14704         * build-all.mk (all-cross): New target for Canadian Cross.
14705         Added Q2 go32 targets.
14706         * test-build.mk: Configure go32 cross sparclite-aout and
14707         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
14708         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14709
14710 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14711
14712         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14713         GO32 hosted toolchains
14714
14715 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14716
14717         * configure: change  so "-exec-prefix" gets passed down rather
14718         than "-exec_prefix" so autoconf generated Makefiles get the
14719         exec_prefix set right.
14720
14721 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14722
14723         * config.guess: get the Solaris2 minor version number
14724
14725         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14726
14727 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14728
14729         * config.guess: Recognize some Sequent platforms.
14730
14731 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14732
14733         * Makefile.in: added the vault-install target
14734
14735         * configure.in: actually use the Sun3 makefile fragment that's in
14736         config, also added the release dir to configdirs
14737
14738 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14739
14740         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14741
14742 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14743
14744         * configure.in: remove some program from Alpha targetted toolchains
14745
14746 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
14747
14748         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
14749         gprof.
14750         (taz): Run "make diststuff" in those directories instead of "make
14751         proto-dir".  Look for "VERSION=" only at start of line in subdir
14752         Makefile.  Use "gzip -9" for compression.
14753         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14754         (binutils.tar.z): New target.
14755
14756 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14757
14758         * Makefile.in (taz): Include gpl.texinfo.
14759
14760 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14761
14762         * Makefile.in (setup-dirs): Merged into "taz" target.
14763         (taz): Only do `proto-dir' stuff if a directory is actually needed
14764         for this target.
14765
14766 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
14767
14768         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14769         (FLAGS_TO_PASS): Pass down MUNCH_NM.
14770         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14771         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14772         (gcc-no-fixedincludes): Correct for current gcc Makefile.
14773
14774 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
14775
14776         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
14777         config.sub, and move-if-change to gdb testsuite distribution
14778         archive, so the testsuite can be extracted, configured, and
14779         run separately from the gdb distribution.  Blow away the Chill
14780         tests that require a Chill compiled executable, since GNU Chill
14781         is not yet publically available.
14782
14783 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14784
14785         * test-build.mk: set environment variables in a single command,
14786         instead of a list of assignments and exports
14787
14788         * config.guess: recognize Alpha/OSF1 systems
14789
14790 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14791
14792         * configure: Change help message to prefer --options rather than
14793           -options.
14794
14795 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14796
14797         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14798         zippy@ecst.csuchico.edu.
14799         * config.guess: Recognize miniframe.
14800
14801 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14802
14803         * Makefile.in: Use srcroot to find runtest rather than rootme.
14804         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14805
14806 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14807
14808         * test-build.mk: Extensive additions to support building on a
14809         machine other than the host.
14810
14811 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14812
14813         * configure (tooldir): Fix for i386-aix again.
14814
14815 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
14816
14817         * configure, Makefile.in:  Change definition of $(tooldir)
14818         to match the FSF.
14819
14820 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
14821
14822         * config.guess:  Recognize i[34]86/SVR4.
14823
14824 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14825
14826         * Makefile.in (all-gdb): gdb depends on sim.
14827
14828 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
14829
14830         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
14831         at the same time we make the prototype gdb directory.
14832         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
14833         files at the same time as the gdb base release distribution.
14834
14835 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
14836
14837         * Makefile.in (check): Use individual check targets rather than
14838         DO_X rule.
14839         (check-gcc): Added.
14840
14841 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
14842
14843         * config.sub: Use sysv3.2 not sysv32 for canonical OS
14844         for System V release 3.2.
14845
14846 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14847
14848         * config.sub: Recognize hppaosf.
14849         * configure.in: Do configure ld/binutils/gas for it.
14850
14851 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14852
14853         * configure (tooldir): Alter syntax used to set this, for systems
14854         where "\$" isn't handled right, like i386-aix.
14855
14856 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14857
14858         * configure: Pass program-transform-name, not
14859         program_transform_name, to recursive configures.
14860
14861 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
14862
14863         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14864         of gas+ld+binutils.
14865
14866 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
14867
14868         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
14869
14870 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14871
14872         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14873
14874 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14875
14876         * Makefile.in (PRMS): Set back to all-prms.
14877
14878 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
14879
14880         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14881         targets, rather than for MIPS hosts.
14882
14883 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14884
14885         * configure.in: add comment for --with-x default values
14886
14887         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14888
14889         * Makefile.in: add check-* targets for each of the directories in
14890         the tree.  Add a definition of RUNTEST that will use the one we
14891         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
14892
14893 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
14894
14895         * configure.in: Removed obsolete references to bfd_target and
14896         target_makefile_frag.
14897
14898         * build-all.mk: Set assorted targets for Q2.
14899         * config.sub: Recognize z8k-sim and h8300-hms.
14900         * test-build.mk: Really don't pass host to configure.
14901         (HOLES): Added uname.
14902
14903 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
14904
14905         * configure: Handle an empty program-prefix, program-suffix or
14906         program-transform-name correctly.
14907
14908 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
14909
14910         * build-all.mk: -G 8 no longer required for MIPS targets.
14911         * test-build.mk: Don't pass host argument to configure; make it
14912         guess.
14913
14914 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
14915
14916         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
14917         * Makefile.in (COMPRESS):  New macro, like GZIP.
14918
14919 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14920
14921         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14922
14923         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14924         with gas currently defaults to -G 0.
14925
14926 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
14927
14928         * Makefile.in (all-flex): flex depends on byacc.
14929
14930         * build-all.mk: If host not specified, use config.guess.  Pass TAG
14931         to test-build.mk as RELEASE_TAG.
14932         * test-build.mk (configargs): New variable containing arguments to
14933         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
14934         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14935
14936         * config.guess: Use /bin/uname when checking -X argument on SCO,
14937         to avoid invoking GNU uname which doesn't understand -X.
14938
14939         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14940
14941         * configure.in: Build gas for mips-*-*.
14942
14943 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14944
14945         * Makefile.in (all.normal): insert missing backslash.
14946
14947 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14948
14949         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
14950
14951         * Makefile.in: Complete overhaul to merge many almost identical
14952         targets.
14953
14954 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14955
14956         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14957         (gdb.tar.Z): Adjusted.
14958
14959         * Makefile.in (setup-dirs, taz): New targets; should be general
14960         enough to adapt for gdb sometime.  Build only .z file.
14961         (gas.tar.z): New target.
14962
14963 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
14964
14965         * build-all.mk: Use CC=cc -Xs on Solaris.
14966
14967 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
14968
14969         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
14970         for handling BISON for FSF releases.
14971
14972 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14973
14974         * configure: Actually implement the change zoo just documented.
14975
14976 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
14977
14978         * configure: when using config.guess, only set target_alias when
14979         it's not already been set (ie, on the command line)
14980
14981 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14982
14983         * Makefile.in: add installcheck target, set PRMS to install-prms
14984
14985 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14986
14987         * configure: add support for package_makefile_fragment, handle the
14988         case where a directory has a configure.in file but no Makefile.in
14989         more gracefully (with an actual understandable error message, even);
14990         add support for --without (and add this to the usage message); also
14991         explicitly add a --host=${host_alias} to the command line when
14992         config.guess is used
14993
14994 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
14995
14996         * configure: Must use both --host and --target in recursive calls.
14997
14998 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14999
15000         * Makefile.in: Change deja-gnu to dejagnu.
15001
15002 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15003
15004         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15005
15006 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15007
15008         * configure.in: canonicalize all instances to *-*-solaris2*,
15009         also strip out a number of tools to not build for go32 host
15010
15011 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15012
15013         * config.guess: add GPL.
15014
15015         * Makefile.in, config.guess, config.sub, configure: bump
15016           copyrights to 93.
15017
15018 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
15019
15020         * Makefile.in (do-info): Removed obsolete check for existence of
15021         localenv file.
15022
15023         * Makefile.in (MAKEOVERRIDES): Define to be empty.
15024
15025 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15026
15027         * Makefile.in: a couple of 'else true' for decstation,
15028         support for TclX
15029
15030         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15031
15032 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
15033
15034         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15035
15036 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
15037
15038         * config.guess: Recognize i386-ibm-aix (PS/2).
15039         * configure.in: Use config/mh-aix386 file for it.
15040
15041 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
15042
15043         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15044         CC_FOR_TARGET instead.
15045         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15046
15047 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
15048
15049         * Makefile.in: Add sim to list of directories sent with gdb
15050
15051 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15052
15053         * configure.in: Put back mips-dec-bsd* case.
15054
15055 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
15056
15057         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15058         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
15059         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15060
15061 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15062
15063         * configure.in: remove no-op mips-dec-bsd* in "case $target"
15064
15065         * Makefile.in (dir.info): only run gen-info-dir if it exists,
15066         (install-info): install dir.info only if it exists,
15067         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15068
15069 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
15070
15071         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
15072         gas for mips-dec-bsd.
15073
15074 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
15075
15076         * configure (makesrcdir): If ${srcdir} is relative and not ".",
15077         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15078
15079 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15080
15081         * configure.in: Added "dejagnu" to hosttools list.
15082
15083 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
15084
15085         * config.sub, configure.in, config.guess:  Add support
15086         for Bosx, an AIX variant from Bull.
15087         Patches from F.Pierresteguy@frcl.bull.fr.
15088
15089 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15090
15091         * devo/dejagnu: Initial creation of devo/dejagnu.
15092         Migrated dejagnu testcases and support files for testing software
15093         tools to reside as subdirectories, currently called "testsuite",
15094         within the directory of the software tool.  Migrated all programs,
15095         support libraries, etc. beloging to dejagnu proper from
15096         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
15097         with no modifications.  The changes to these files which will
15098         allow them to configure, build, and execute properly will be made
15099         in a future update.
15100
15101 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15102
15103         * Makefile.in: Change send_pr to send-pr.
15104         * configure.in: Likewise.
15105         * send_pr: Renamed directory to send-pr.
15106
15107 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
15108
15109         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
15110
15111 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
15112
15113         * README:  Update for gdb-4.8 release.
15114         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
15115         gdb-xxx.tar.z (gzip'd) file also.
15116
15117 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15118
15119         * Makefile.in: make all-diff depend on all-libiberty
15120
15121 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
15122
15123         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15124
15125 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15126
15127         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15128
15129 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
15130
15131         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
15132         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
15133         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
15134
15135 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15136
15137         * Makefile.in:  makeinfo binary is in a new location
15138
15139 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
15140
15141         * config.sub: Accept -ecoff as an OS.
15142
15143         * Makefile.in: Various changes to eliminate a level of make
15144         recursion and reduce the required command line length.
15145         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15146         sub-makes.
15147         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15148         variables holding settings for specific sub-makes.
15149         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15150         in terms of BASE_FLAGS_TO_PASS.
15151         (TARGET_LIBS): New variable listing directories which use
15152         TARGET_FLAGS_TO_PASS.
15153         (subdir_do): Eliminated.
15154         (do-*): New set of targets to replace subdir_do.
15155         (various): All targets which used subdir_do now depend on do-*.
15156         (local-clean): Renamed from do_clean.
15157         (local-distclean): New target, dependency of distclean and
15158         realclean.
15159         (install-info): Don't create directories.  Depend on dir.info
15160         rather than calling make recursively.
15161         (install-dir.info): Eliminated.
15162         (install-info-dirs): Create all info directories here.
15163         (dir.info): Depend upon do-install-info.
15164
15165         * test-build.mk (HOLES): Added false.
15166
15167 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
15168
15169         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
15170
15171 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15172
15173         * Makefile.in (info): remove dependency on all-texinfo.  The
15174         problem was really in texinfo/C, not at this level.
15175
15176 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15177
15178         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15179
15180 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
15181
15182         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
15183         GDB releases.
15184
15185 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15186
15187         * configure: Include srcdir in message about target of link not
15188         being found.  Don't convert `-' to `_' in `with' options being
15189         passed to subdirs.
15190
15191 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15192
15193         * configure.in: add uudecode to host_tools
15194
15195         * Makefile.in: added {all,install}-uudecode targets, added them to
15196         the appropriate lists
15197
15198 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
15199
15200         * Makefile.in (all-gcc): Added dependency on all-gas.
15201
15202         * configure.in (mips-*-*): Build ld and binutils.
15203
15204 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15205
15206         * configure: check return code from mkdir, print error message and
15207           exit on failure.
15208
15209 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
15210
15211         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
15212
15213 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15214
15215         * test-build.mk (HOLES): Added tar, cpio and uudecode.
15216
15217 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15218
15219         * config.sub (h8500):  Recognize this as a cpu type.
15220
15221 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15222
15223         * configure: source directory missing is no longer a warning
15224
15225         * configure.in: recognize irix[34]* instead of irix[34]
15226
15227         * Makefile.in: define and pass down X11_LIB
15228
15229 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
15230
15231         * guess-systype: Renamed to ...
15232         * config.guess:  ... by popular request.
15233         * configure.in, Makefile.in:  Update accordingly.
15234
15235 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
15236
15237         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
15238         + Add Convex, Cray/Unicos, and Encore/Multimax support.
15239         + Execute ./dummy instead of assuming . is in PATH.
15240
15241 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
15242
15243         * guess-systype:  New shell script.  Attempts to guess the
15244         canonical host name of the executing host.
15245         Only a few hosts are supported so far.
15246         * configure:  Call guess-systype if no host is specified.
15247
15248 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15249
15250         * Makefile.in (gcc-no-fixedincludes): Made to work with current
15251         gcc Makefile.
15252
15253
15254 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
15255
15256         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15257         (all-gcc, install-gcc, subdir_do): Use it.
15258
15259 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15260
15261         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15262
15263 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
15264
15265         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15266           set exclusively by configure, using configure.in .
15267
15268 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15269
15270         * test-build.mk: set $PATH for all builds
15271
15272         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15273
15274 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
15275
15276         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
15277         the one used in gcc/Makefile.in, so that a null expansion doesn't
15278         override the one needed to build gcc with a native cc.
15279
15280
15281 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15282
15283         * configure: Accept -with arguments.
15284
15285 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15286
15287         * Makefile.in: added h8300sim
15288
15289 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
15290
15291         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15292         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
15293         (all-cygnus, native, build-cygnus): Make
15294         $(canonhost)-stamp-3stage-done, not $(host)....
15295         * test-build.mk (stamp-3stage-compared): Use tail +10c for
15296         i386-sco3.2v4.  Added else true to if command.
15297
15298 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
15299
15300         * config.sub: (from FSF) Sequent uses a BSD-like OS.
15301
15302 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
15303
15304         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15305
15306 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15307
15308         * configure.in: don't remove binutils from Solaris builds
15309
15310 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
15311
15312         * Makefile.in: get rid of earlier definitions for *clean,
15313         also handle the recursive info rule better
15314
15315 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
15316
15317         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
15318         do more-or-less the right thing.
15319
15320 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
15321
15322         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15323         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15324
15325 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15326
15327         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15328         $(host_canonical).
15329
15330         * configure.in: split the configdirs list into 4 categories (native
15331         v. cross, library v. tool) and handle the cross-only and native-
15332         only in more reasonable (and correct!) way.
15333
15334 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
15335
15336         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
15337         configdirs anymore.
15338
15339 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15340
15341         * Makefile.in: extensive cleanup::  removed all of the explicit
15342         clean-* targets, collapsed many wrappers around subdir_do into
15343         one, added additional targets to satisfy standards.texi, deleted
15344         some old targets, some changes for consistency
15345
15346 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15347
15348         * configure.in: handle some programs as cross-only, and others as
15349         native only
15350
15351         * test-build.mk: handle partial holes in a more generic manner
15352
15353         * Makefile.in: m4 depends on libiberty
15354
15355 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15356
15357         * configure.in: add m4, textutils, fileutils, sed, shellutils,
15358         time, wdiff, and find to configdirs
15359
15360         * Makefile.in: all, clean, and install rules for the new programs
15361         added to configure.in
15362
15363 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15364
15365         * configure.in: use mh-sun for all *-sun-* hosts
15366
15367 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15368
15369         * Makefile.in: define flags for X11 include files and library file
15370         locations, pass them down to the programs that need this info
15371
15372         * build-all.mk: added a 'native' target, to 3stage the native toolchain
15373
15374 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15375
15376         * configure.in: start building libg++ for HP-UX targets
15377
15378 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
15379
15380         * README:  Update references to files moved into etc/.
15381
15382 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
15383
15384         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
15385         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
15386
15387 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15388
15389         * configure: accept dash as well as underscore in long option
15390         names for FSF compatibility.
15391
15392 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
15393
15394         * config.sub: added -sco3.2v4 support from FSF.
15395
15396 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15397
15398         * configure.in: expand the section that adds or removes
15399         directories from the list of programs to build, to handle native
15400         vs. cross in addition to host v. native
15401
15402 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
15403
15404         * Makefile.in:  Replace C++ in macro names with CXX.
15405         This is less likely to break ...
15406
15407 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15408
15409         * test-build.mk: add -w to GNU_MAKE
15410
15411 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15412
15413         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15414         add 'sparc' to list of recognized cpus.  This needed to make
15415         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15416         Delete some redundant ose68 variants.  Recognize -wrs as an os,
15417         then changes that into $CPU-wrs-vxworks.
15418
15419         * configure.in: remove most references to gdbtest, regularize
15420         target based program removal
15421
15422         * test-build.mk: import from p3 tree (many fixes and changes)
15423
15424 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
15425
15426         * Makefile.in: added rules to handle tcl, tk, and expect
15427
15428         * configure.in: handle those directories if they exist
15429
15430 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15431
15432         * config.sub: removed bogus hppabsd and hppahpux names, since
15433         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15434
15435 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15436
15437         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
15438         depends upon all-xiberty
15439
15440         * Makefile.in: changes from p3, including:
15441
15442         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
15443
15444         * Makefile.in (XTRAFLAGS): include newlib directories if
15445         newlib/Makefile exists, rather than if host != target.
15446
15447         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
15448
15449         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15450         from the same source tree and not building a cross-compiler.  This
15451         matters for the libg++ configuration if reconfiguring a tree that
15452         has already been installed.
15453
15454         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
15455
15456         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15457         pick up the machine and system specific header files.
15458
15459         * Makefile.in: added AS_FOR_TARGET, passed down in
15460         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15461         the C compiler to use to create programs which are run in the
15462         build environment, set it to default to $(CC), and passed it down
15463         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15464
15465         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
15466
15467         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15468         We need them for unusual native builds, like systems without
15469         ranlib.
15470
15471         * configure: also define $(host_canonical) and
15472         $(target_canonical), which are the full, canonical names for the
15473         given host and target
15474
15475 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
15476
15477         * Makefile.in:  Added separate definitions for C++.
15478
15479 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
15480
15481         * configure.in (configdirs):  Add deja-gnu.
15482
15483 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
15484
15485         * README:  Update for configure.texi and gdb-4.7 release.
15486
15487 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
15488
15489         * Makefile.in:  Move "all" target to top of file.
15490         Previously, first target was ".PHONY" which caused BSD4.4 make
15491         to build .PHONY when make was run without arguments.
15492
15493 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
15494
15495         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
15496         Library-copylefted code in libiberty.
15497
15498 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
15499
15500         * config.sub:  Replace m68kmote with plain old m68k.
15501
15502 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
15503
15504         * Makefile.in:  Remove space from blank line, avoid Make complaints.
15505
15506 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
15507
15508         * config.sub: Complain if no argument is given.  Added support for
15509         386bsd as OS and target alias.
15510
15511 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
15512
15513         * Makefile.in (XTRAFLAGS): include newlib directories if
15514         newlib/Makefile exists, rather than if host != target.
15515
15516 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
15517
15518         * config.sub: recognize sparclite-wrs-vxworks.
15519
15520         * Makefile.in (install-xiberty): added *-xiberty make rules (from
15521         p3.) Added clean-xiberty to clean.
15522
15523 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15524
15525         * configure.in: use *-*-* instead of nested cases for host and target
15526
15527 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
15528
15529         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15530         from the same source tree and not building a cross-compiler.  This
15531         matters for the libg++ configuration if reconfiguring a tree that
15532         has already been installed.
15533
15534 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
15535
15536         * config.sub (i486v/i486v4):  Merge in from FSF version.
15537
15538 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
15539
15540         * configure: only set PWD if it is already set.
15541
15542 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
15543
15544         * configure: just set PWD=`pwd` at the top, since Ultrix sh
15545         doesn't have unset and all success paths (and most error paths)
15546         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15547         to just ${PWD} to avoid confusion.)
15548
15549 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
15550
15551         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15552         even for a native compilation.
15553
15554 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
15555
15556         Changes to make the gdb.tar.Z rule work better.
15557
15558         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
15559         (DEVO_SUPPORT):  Add configure.texi.
15560         (bfd-ilrt.tar.Z):  Remove ancient rule.
15561
15562 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
15563
15564         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15565         pick up the machine and system specific header files.
15566
15567         * configure.in, config.sub: added new target m68010-adobe-scout,
15568         with alias of adobe68k.  Changed configure.in to check for
15569         -scout before -sco* to avoid a false match.
15570
15571         * Makefile.in: added AS_FOR_TARGET, passed down in
15572         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15573         the C compiler to use to create programs which are run in the
15574         build environment, set it to default to $(CC), and passed it down
15575         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15576
15577 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15578
15579         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15580         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
15581         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15582         FOR_TARGET variants, to newlib and libg++.
15583
15584 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15585
15586         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15587         first.
15588
15589 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
15590
15591         * config.sub:  Accept `elf' as an environment.
15592
15593 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15594
15595         * Makefile.in (all-opcodes):  cd into the right directory
15596
15597 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
15598
15599         * configure: added -program_transform_name option, used as
15600         argument to sed when installing programs.
15601         configure.texi: added documentation for -program_prefix,
15602         -program_suffix and -program_transform_name.
15603
15604 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
15605
15606         * config.sub:  Accept i486 where i386 ok.
15607
15608 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
15609
15610         * config.sub: accept we32k
15611
15612 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
15613
15614         * config.sub, configure.in: accept OSE68000 and OSE68k.
15615
15616         * Makefile.in: don't create all directories for ``make install'';
15617         let the subdirectories create the ones they need.
15618
15619 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15620
15621         * COPYING: new file, GPL v2
15622
15623 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15624
15625         * Makefile.in: use the new gen-info-dir, which needs a template
15626         argument (which also lives in texinfo)
15627
15628         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15629
15630 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
15631
15632         * config.sub (ncr3000):  Change i386 to i486.
15633
15634 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15635
15636         * Makefile.in: add install-rcs, install-grep to
15637         install-no-fixedincludes, removed install-bison and install-libgcc
15638
15639 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
15640
15641         * configure.in: grab the HPUX makefile fragment if on HPUX
15642
15643 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15644
15645         * Makefile.in: eradicate bison spoor (ditto libgcc).
15646          configure.in: recognise m68{k,000}-ericsson-OSE.
15647          es1800 is alias for m68k-ericsson-OSE
15648
15649 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15650
15651         * configure.in: rearrange the parts that remove programs from
15652         configdirs, based now on HOST==TARGET or by canonical triple.
15653
15654 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15655
15656         * test-build.mk: recurse explicitly with -f test-build.mk when
15657           appropriate.  predicate stage3 and comparison on the existence
15658           of gcc.  That is, if gcc isn't around, we aren't three-staging.
15659           On very clean, also remove ...stamp-co.  Build in-place before
15660           doing other builds.
15661
15662 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15663
15664         * Makefile.in, configure.in: add tgas
15665
15666 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15667
15668         * Makefile.in: a number of changes merged in from progressive.
15669
15670         * configure.in: add libm.
15671
15672         * .cvsignore: ignore some stuff that comes from test-build.mk.
15673
15674 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
15675
15676         * config.sub:  Add es1800 (m68k-ericsson-es1800).
15677
15678 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15679
15680         * configure: Add program_suffix (parallel to program_prefix)
15681         * Makefile.in: adjust directory-creating script for losing decstation
15682
15683 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
15684
15685         * configure:  Minor $subdir-related fixes.
15686
15687 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15688
15689         * configure: fix various problems with propogating
15690         makefile_target_frag in subdirs.
15691         * configure.in: config libgcc if its there
15692
15693 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
15694
15695         * config.sub:  HPPA merge.
15696
15697 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
15698
15699         * Makefile.in:  Replace all-bison with all-byacc in all
15700         dependency lines for other tools (which now use byacc).
15701
15702 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
15703
15704         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
15705
15706 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
15707
15708         * Makefile.in: make gprof rules similar to byacc rules (instead of
15709         vestigal $(unsubdir) that didn't work...)
15710
15711 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
15712
15713         * config.sub:  Add support for Linux.
15714         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
15715         (at least for libg++).
15716
15717 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
15718
15719         * configure.texi: fix doc for the -nfp option to configure
15720
15721 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
15722
15723         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15724
15725 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
15726
15727         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15728         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15729         * configure.in: added solaris* host_makefile_frag hook.
15730
15731 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15732
15733         * config.sub: changed recognition of m68000 so that various
15734         m68k types can be specified via m680[01234]0
15735
15736 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15737
15738         * config.sub (basic_machine): fix sed so that '-foo' isn't
15739         completely substituted out while .+'-foo' loses the '-foo'
15740
15741 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15742
15743         * config.sub ($os): Add -aout.
15744
15745 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
15746
15747         * configure:  If host_makefile_frag is absolute, don't
15748         prefix ${invsubdir} (relevant to libg++ auto-configure).
15749
15750 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15751
15752         * Makefile.in (tooldir): Define it.
15753         (all-ld): Depend on all-flex.
15754
15755 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
15756
15757         * Makefile.in (check):  Fix libg++ special case.
15758
15759 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
15760
15761         * configure: do not bury `pwd` into config.status, thus do fewer
15762           pwd's.
15763
15764         * configure: print the "Building in" message only when building in
15765           other than "." AND verbose.
15766
15767         * configure: remove -s, rework -v to better accommodate guested
15768           configures.
15769
15770         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15771
15772 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
15773
15774         * Makefile.in: macroize flags passed on recursion.  remove
15775           fileutils.
15776
15777 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
15778
15779         * configure: get makesrcdir right for subdirs deeper than 1.
15780
15781         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15782           install.
15783
15784 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
15785
15786         * Makefile.in: don't print subdir_do or recursion lines.
15787
15788 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
15789
15790         * standards.texi: added menu item.
15791
15792         * Makefile.in: build and install standards.info.
15793
15794         * standards.texi: new file.
15795
15796 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15797
15798         * configure: test for and move config.status pieces from
15799           ${subdir}/.
15800
15801 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
15802
15803         * configure:  Test for existance of files before trying to mv
15804         them, to avoid numerous non-existance messages.
15805
15806 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
15807
15808         * configure: correct final line of config.status.
15809
15810         * configure: patch from eggert.  Avoids a protection problem if
15811           the original Makefile.in is read only.
15812
15813         * configure: use move-if-change from gcc to create config.status.
15814           Some makefiles depend on config.status to tell if a directory
15815           has been reconfigured for a different host.  This change
15816           prevents those directories from remaking everything in the case
15817           where the reconfig was only intended to rebuild a Makefile.
15818
15819         * configure: test for config.sub with "config.sub sun4" rather
15820           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
15821           host alias from a missing config.sub.
15822
15823 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15824
15825         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15826           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
15827
15828 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
15829
15830         * configure: mkdir ${subdir} as needed.
15831
15832 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
15833
15834         * Makefile.in,configure.in: added autoconf.
15835
15836 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15837
15838         * Makefile.in: no longer pass against on recursion.
15839
15840         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15841           definitions are not inherited.
15842
15843         * configure: correct makesrcdir when subdir is .
15844
15845 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
15846
15847         * configure:  Add support for 'subdirs' variable, which is
15848         like 'configdirs', except that configure doesn't re-invoke
15849         itself for subdirs, it just creates a Makefile for each subdir.
15850         * configure.texi:  Document subdirs.
15851
15852 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15853
15854         * configure.in: added flex to configdirs
15855
15856 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
15857
15858         * Makefile.in: remove clean-stamps from clean.
15859
15860 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
15861
15862         * configure.in:  Add gdbtest to configdirs.
15863
15864 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
15865
15866         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
15867         to recursive makes.
15868         * configure.in:  Recognize new ncr3000 config.
15869
15870 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
15871
15872         * Makefile.in, configure.in: removed references to gdbm.
15873
15874 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
15875
15876         * config.sub:  Don't canonicalize os value
15877         newsos* to bsd (readline needs to check for newsos).
15878         (This fix was earlier made Jan 31, but got re-broken.)
15879
15880 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
15881
15882         * configure.in:  sco is an os, not a vendor!
15883
15884         * configure:  Quote $( better.  Keep various shells happy.
15885
15886 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
15887
15888         * Makefile.in: eliminate stamp-files.
15889
15890 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
15891
15892         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
15893           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15894
15895 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
15896
15897         * config.sub:  fix iris/iris3.
15898
15899 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
15900
15901         * configure: re-add -rm.
15902
15903 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
15904
15905         * Maskefile.in: add .stmp-rcs to all.
15906
15907         * configure.in: remove gas from rs6000 build, use aix host fragment.
15908
15909 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
15910
15911         * configure: pass down site_option during recursion.
15912
15913 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
15914
15915         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
15916
15917 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
15918
15919         * configure: Change exec_prefix so that it really defaults to prefix.
15920
15921 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
15922
15923         * Makefile.in, configure.in:  Add support for mmalloc library.
15924
15925 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
15926
15927         * Makefile.in: add stmp dependencies for a few more things.
15928
15929 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
15930
15931         * configure: adjusted error message on objdir/srcdir configure
15932           collision, per john's suggestion.
15933
15934         * Makefile.in: add libiberty stmp to all and all.cross.
15935
15936 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
15937
15938         * Makefile.in: remove force dependencies, add grep to all.
15939
15940 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
15941
15942         * Makefile.in: drop flex.  make stamp files work.
15943
15944         * configure: added test for conflicting configuration in srcdir,
15945           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
15946           gets cranky.  use relative paths for configure and srcdir
15947           whenever possible.  Send some error messages to stderr that were
15948           going to stdout.
15949
15950 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
15951
15952         * Makefile.in:  Fix libg++ rule to check for gcc directory
15953         before using gcc/gcc.  Also pass XTRAFLAGS.
15954
15955 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
15956
15957         * Makefile.in: added stmp-files so that directories aren't polled
15958           when they are already built.
15959
15960         * configure.texi: fixed a node pointer problem.
15961
15962 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
15963
15964         * config.sub configure.in gdb/configure.in
15965         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15966         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15967         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
15968
15969 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15970
15971         * configure: -recurring becomes -silent.  corrected help message
15972           for -site= option.
15973
15974         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15975
15976 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15977
15978         * configure: when building Makefile for crosses, replace
15979           tooldir and program_prefix.  default srcdir from location of
15980           config.sub.  remove "for host in hosts" and "for target in
15981           targets" loops.
15982
15983 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15984
15985         * Makefile.in: Do not pass bindir or mandir to cvs.
15986
15987 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
15988
15989         * Makefile.in, configure.in: removed traces of namesubdir,
15990           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
15991           copyrights to '92, changed some from Cygnus to FSF.
15992
15993         * configure.texi: remove most references to multiple hosts,
15994           multiple targets, subdirs, etc.
15995
15996         * configure.man: removed rcsid. reference config.sub not
15997           config.subr.
15998
15999         * Makefile.in: mkdir $(infodir) on install-info.
16000
16001 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
16002
16003         * configure.texi:  Explain better about .gdbinit and about
16004         the environment that configure.in sections run in.
16005
16006 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
16007
16008         * configure.in:  Ultrix is only a decstation if it's a MIPS.
16009
16010 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
16011
16012         * README:  DOC.configure => cfg-paper.texi.
16013
16014 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
16015
16016         * config.sub (near case $os):  Don't convert newsos* to bsd!
16017
16018 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
16019
16020         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
16021         the number of copies of COPYING that go into the GDB tar file.
16022
16023 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
16024
16025         * bfd/configure.in, gdb/config/mh-i386sco,
16026         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16027         Fix SCO configuration stuff.
16028
16029 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
16030
16031         * Makefile.in:  For libg++, make sure the -I pointing
16032         to the gcc directory goes *after* all the libg++-local -I flags.
16033         Also, move just-gcc dependency from just-libg++ to all-libg++.
16034
16035 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
16036
16037         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
16038
16039 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
16040
16041         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
16042
16043 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
16044
16045         * config.sub:  Add stratus configuration frags.  Also
16046         submitted to FSF.
16047
16048 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
16049
16050         * Makefile.in (DEV_SUPPORT):  add configure.man.
16051
16052         * config.sub(Decode manufacturer-specific):  add -none*.
16053
16054 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
16055
16056         * Makefile.in:  remove form feeds to make Sun's make happy.
16057         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
16058
16059 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
16060
16061         * Makefile.in (AR_FLAGS):  Make quieter.
16062
16063 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
16064
16065         * configure.in:  Add libg++.
16066         * configure:  When verbose, don't output the command line at each
16067         level; it will be unremarkably the same as the previous version,
16068         which will be the same as what the user typed.
16069
16070 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
16071
16072         * configure.in, Makefile.in: fix clean-info, add flex.  add
16073           fileutils.
16074
16075         * configure: be less sensitive to spaces in Makefile.in.  Do not
16076           look for sources in "..".  Doing so breaks subdirectories that
16077           might have their own configure.  If a subdir has it's own
16078           configure script, use it.
16079
16080 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
16081
16082         * cfg-paper.texi: some changes suggested by rms.
16083
16084 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
16085
16086         * config.sub:  Merge in some small additions from the FSF version,
16087         taken from the gcc distribution, to bring the Cygnus and FSF
16088         versions into closer sync.
16089
16090 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
16091
16092         * configure.in:  Changed svr4 references to sysv4.
16093
16094 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
16095
16096         * configure: added -V for version number option.
16097
16098 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
16099
16100         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16101           renamed from DOC.configure to cfg-paper.texi.
16102
16103 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16104
16105         * configure, config.subr, config.sub: config.subr is now
16106           config.sub again.
16107
16108 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
16109
16110         * configure.texi: new file, in progress.
16111
16112         * Makefile.in: build info file and install the man page for
16113           configure.
16114
16115         * configure.man: new file, first cut.
16116
16117         * configure: find config.subr again now that configuration "none"
16118           has gone.  removed all traces of the -ansi option.  removed all
16119           traces of the -languages option.
16120
16121         * config.subr: resync from rms.
16122
16123 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16124
16125         * configure, config.sub, config.subr: merge config.sub into
16126           config.subr, call the result config.subr, remove config.sub, use
16127           config.subr.
16128
16129         * Makefile.in: revised install for dir.info.
16130
16131 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16132
16133         * configure.in: add decstation host makefile frag.
16134
16135         * Makefile.in: BISON now bison -y again.  also install-gcc on
16136           install.  clean-gdbm on clean.  infodir belongs in datadir.
16137           Make directories for info install.  Build dir.info here then
16138           install it.
16139
16140 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16141
16142         * Makefile.in: fix for bad directory tests.
16143
16144 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16145
16146         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
16147           regexp.  -srcdir relative was being handled incorrectly.
16148
16149         * Makefile.in: unwrapped some for loops so that parallel makes
16150           work again and so one can focus one's attention on a particular
16151           package.
16152
16153 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16154
16155         * configure: added PWD as a stand in for `pwd` (for speed). use
16156           elif wherever possible.  make -srcdir work without -objdir.
16157           -objdir= commented out.
16158
16159 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16160
16161         * configure: +options become --options.  -subdirs commented out.
16162           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
16163           Makefile now at top of generated Makefile.  Removed cvs log
16164           entries.  added -srcdir.  create .gdbinit only if there is one
16165           in ${srcdir}.
16166
16167         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
16168           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
16169           and mandir now keyed off datadir by default.
16170
16171 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16172
16173         * Freshly created ChangeLog.
16174
16175 \f
16176 Local Variables:
16177 mode: change-log
16178 left-margin: 8
16179 fill-column: 76
16180 version-control: never
16181 End: