OSDN Git Service

* config/cloog.m4: Use AS_HELP_STRING and fix help formatting.
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2010-11-19  Tobias Grosser  <grosser@fim.uni-passau.de>
2
3         * config/cloog.m4: Use AS_HELP_STRING and fix help formatting.
4
5 2010-11-19  Ian Lance Taylor  <iant@google.com>
6             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7
8         * configure.ac: Add target-libgo to target_libraries.  Set
9         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
10         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
11         (HOST_EXPORTS): Add GOC.
12         (BASE_TARGET_EXPORTS): Add GOC.
13         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
14         (GOCFLAGS_FOR_TARGET): New variable.
15         (EXTRA_HOST_FLAGS): Add GOC.
16         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
17         * Makefile.def (target_modules): Add libgo.
18         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
19         (dependencies): Add dependency from configure-target-libgo to
20         configure-target-libffi and all-target-libstdc++-v3.  Add
21         dependencies from all-target-libgo to all-target-libffi.
22         (languages): Add go.
23         * configure: Rebuild.
24         * Makefile.in: Rebuild.
25
26 2010-11-19  Ian Lance Taylor  <iant@google.com>
27
28         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
29         compiler/flag environment variables.
30
31 2010-11-18  Ian Lance Taylor  <iant@google.com>
32
33         * configure.ac: Check for lang_requires_boot_languages in
34         config-lang.in files.
35         * configure: Rebuild.
36
37 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
38             Tobias Burnus  <burnus@net-b.de>
39
40         PR fortran/32049
41         * Makefile.def: Add libquadmath; build it with language=fortran.
42         * configure.ac: Add libquadmath.
43         * Makefile.tpl: Handle multiple libs in check-[+language+].
44         * Makefile.in: Regenerate.
45         * configure: Regenerate.
46
47 2010-11-16  Tom Tromey  <tromey@redhat.com>
48
49         * MAINTAINERS: Moved myself to reviewers section.
50
51 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
52
53         * MAINTAINERS: Moved myself to reviewers section.
54
55 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
56
57         * MAINTAINERS (Various Maintainers): Add self for build machinery.
58         (Write After Approval): Remove self.
59
60 2010-11-15  Andreas Schwab  <schwab@redhat.com>
61
62         * configure.ac: Fix spelling in option names.
63         * configure: Regenerated.
64
65 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
66
67         PR bootstrap/39622
68         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
69         * configure: Regenerated.
70
71 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
72
73         * MAINTAINERS: Update my email address.
74
75 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
76
77         * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
78         define the cloog backend to use. Furthermore, only pass the ppllibs to
79         the configure checks, if necessary.
80         * configure: Regenerate.
81
82 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
83
84         * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
85         * configure: regenerate
86
87 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
88
89         * config/cloog.m4: Fix typo.  verison -> version.
90         * configure: Regenerate.
91
92 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
93
94         * config/cloog.m4: Pass ppl libraries to the CLooG version check.
95         * configure: Regenerate.
96
97 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
98
99         * configure.ac: Support official CLooG.org versions.
100         * configure: Regenerate.
101         * config/cloog.m4: New.
102
103 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
104
105         * MAINTAINERS (Write After Approval): Add myself.
106
107 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
108
109         * MAINTAINERS: Update my email address.
110
111 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
112
113         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
114         * configure: Regenerate.
115
116 2010-11-03  Ian Lance Taylor  <iant@google.com>
117             Dave Korn  <dave.korn.cygwin@gmail.com>
118
119         PR lto/46273
120         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
121         and on other supported platforms whenever LTO is enabled.
122         * configure: Rebuild.
123
124 2010-11-02  Alan Modra  <amodra@gmail.com>
125
126         PR binutils/12110
127         * configure.ac: Error when source path contains spaces.
128         * configure: Regenerate.
129
130 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
131
132         * MAINTAINERS: Update my email address.
133
134 2010-10-20  Ian Lance Taylor  <iant@google.com>
135
136         * Makefile.def (target_modules): Set lib_path to src/.libs for
137         libstdc++-v3 module.
138         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
139         * Makefile.in: Rebuild.
140
141 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
142
143         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
144         (Write After Approval): Remove myself.
145
146 2010-10-15  Tristan Gingold  <gingold@adacore.com>
147
148         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
149
150 2010-10-14  Douglas Rupp  <rupp@gnat.com>
151
152         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
153
154 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
155
156         * configure.ac (build_lto_plugin): New shell variable.
157         (--enable-lto): Turn on by default for all non-ELF platforms that
158         have had LTO support added so far.  Set build_lto_plugin appropriately
159         for both ELF and non-ELF.
160         (configdirs): Add lto-plugin or not based on build_lto_plugin.
161         * configure: Regenerate.
162
163 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
164
165         Sync from src:
166         * configure.ac (v850 support): Remove target-libgloss from
167         noconfigdirs.
168         * configure: Regenerate.
169
170 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
171
172         PR bootstrap/45326
173         PR bootstrap/45174
174         * configure.ac: Honor initial values of $build_configargs,
175         $host_configargs, $target_configargs.  Mark the precious, so
176         environment settings get recorded.
177         * configure: Regenerate.
178
179 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
180
181         PR bootstrap/45796
182         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
183         Depend on all-build-libiberty.
184         * Makefile.in: Regenerate.
185
186 2010-09-30  Michael Eager  <eager@eagercon.com>
187
188         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
189         * configure: Regenerate.
190
191 2010-09-28  Michael Eager  <eager@eagercon.com>
192
193         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
194
195 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
196
197         PR bootstrap/44621
198         * configure.ac: Fix unportable shell quoting.
199         * configure: Regenerate.
200
201 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
202
203         * configure.ac (enable-lto): Add Darwin to the list of supported lto
204         targets and amend comment.
205         * configure: Regenerate.
206
207 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
208
209         * MAINTAINERS (Write After Approval): Add myself.
210
211 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
212
213         * configure.ac: Enable LTO by default on Darwin.
214         * configure: Regenerate.
215
216 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
217
218         * MAINTAINERS (Write After Approval): Add myself.
219
220 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
221
222         * MAINTAINERS (Write After Approval): Add myself.
223
224 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
225
226         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
227         ports
228
229 2010-07-28  David Yuste  <david.yuste@gmail.com>
230
231         * MAINTAINERS (Write After Approval): Add myself.
232
233 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
234
235         * configure.ac: Support all v850 targets.
236         * configure: Regenerate.
237
238 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
239
240         PR bootstrap/44455
241         * configure.ac (extra_mpfr_configure_flags): Copy from
242         extra_mpc_gmp_configure_flags.
243         * configure: Re-generated.
244
245 2010-07-22  Andi Kleen  <ak@linux.intel.com>
246
247         * MAINTAINERS (Write After Approval): Add myself.
248
249 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
250
251         * MAINTAINERS (Write After Approval): Add myself.
252
253 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
254
255         * MAINTAINERS (Write After Approval): Add myself.
256
257 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
258
259         PR target/44862
260         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
261         Provide -B option to allow for link spec %s substitutions for
262         libstdc++.a on darwin.
263         * Makefile.in: Regenerate.
264
265 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
266
267         * MAINTAINERS (Reviewers): Update my e-mail address
268
269 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
270
271         * Makefile.def (configure-gcc): Depend on all-libelf.
272         * Makefile.in: Rebuild.
273
274 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
275
276         * MAINTAINERS (Write After Approval): Add myself in the right place.
277
278 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
279
280         * MAINTAINERS (Write After Approval): Add myself.
281
282 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
283
284         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
285
286 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
287
288         * config.sub: Update to version 2010-05-21.
289         * config.guess: Update to version 2010-04-03.
290
291 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
292
293         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
294         * configure: Regenerate.
295
296 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
297
298         * MAINTAINERS (Write After Approval): Add myself.
299
300 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
301
302         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
303         a platform that supports LTO.
304         * configure: Regenerate.
305
306 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
307
308         * configure.ac: Allow all the versions greater than 0.10 of PPL.
309         * configure: Regenerated.
310
311 2010-04-27  Roland McGrath  <roland@redhat.com>
312             H.J. Lu  <hongjiu.lu@intel.com>
313
314         * configure.ac (--enable-gold): Support both, both/gold and
315         both/bfd to add gold to configdirs without removing ld.
316         * configure: Regenerated.
317
318         * Makefile.def: Add install-gold dependency to install-ld.
319         * Makefile.in: Regenerated.
320
321 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
322
323         PR lto/42776
324         * configure.ac (--enable-lto): Refactor handling so libelf tests
325         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
326         and allow LTO to be explicitly enabled on non-ELF platforms that
327         are known to support it inside else-clause.
328         * configure: Regenerate.
329
330 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
331
332         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
333         * configure: Regenerate.
334
335 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
336
337         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
338         * configure: Regenerate.
339
340 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
341
342         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
343         separately.
344         * configure: Regenerate.
345
346 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
347
348         * MAINTAINERS (Write After Approval): Add myself.
349
350 2010-04-14  Tristan Gingold  <gingold@adacore.com>
351
352         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
353         * configure: Regenerate.
354
355 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
356
357         * configure: Regenerate after change to elf.m4.
358
359 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
360
361         * MAINTAINERS (Write After Approval): Add myself.
362
363 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
364
365         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
366         * configure: Regenerated.
367
368 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
369
370         * configure.ac: Print "buggy but acceptable" when CLooG
371         revision is less than 9.
372         * configure: Regenerated.
373
374 2010-04-01  Diego Novillo  <dnovillo@google.com>
375
376         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
377
378 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
379
380         PR bootstrap/43615
381         PR bootstrap/43328
382
383         Revert:
384
385         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
386
387         * configure.ac: Do not pass --enable-multilib nor
388         --disable-multilib in baseargs.  Accept explicitly passed
389         --enable_multilib.
390         * configure: Regenerate.
391
392 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
393
394         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
395
396 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
397
398         * MAINTAINERS: Remove myself.
399
400 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
401
402         PR bootstrap/43328
403         * configure.ac: Do not pass --enable-multilib nor
404         --disable-multilib in baseargs.  Accept explicitly passed
405         --enable_multilib.
406         * configure: Regenerate.
407
408 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
409
410         * MAINTAINERS (spu port): Remove me.
411
412 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
413
414         * configure.ac (tic6x-*-*): New case.
415         * configure: Regenerate.
416
417 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
418
419         * config.sub: Update to version 2010-03-22.
420         * config.guess: Update to version 2009-12-30.
421
422 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
423
424         PR ada/42554
425         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
426         * configure: Regenerate.
427
428 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
429
430         * MAINTAINERS: Update my email address.
431
432 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
433
434         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
435         (ghassan.shobaki@amd.com): Removed.
436
437 2010-03-17  Alan Modra  <amodra@gmail.com>
438
439         * MAINTAINERS: Update my email address.
440
441 2010-03-16  Diego Novillo  <dnovillo@google.com>
442
443         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
444         Matthews.
445
446 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
447
448         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
449         Gutson, Jeffrey D. Oldham and Mark Shinwell.
450
451 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
452
453         * MAINTAINERS: Update my email address.
454
455 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
456
457         * MAINTAINERS: Update my email address.
458
459 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
460
461         * MAINTAINERS: Update my email address.
462
463 2010-03-09  Jie Zhang  <jie@codesourcery.com>
464
465         * MAINTAINERS: Update my email address.
466
467 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
468
469         PR libstdc++/32499
470         * configure.ac (RANLIB): Default to true.
471         (STRIP): Likewise.
472         (RANLIB_FOR_TARGET): Remove superfluous : argument.
473         * configure: Regenerate.
474
475 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
476
477         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
478         (Write After Approval): Update my email address.
479
480 2010-02-17  Nick Clifton  <nickc@redhat.com>
481
482         PR 11238
483         * Makefile.tpl (local-distclean): Also remove config.cache files in
484         sub-directories as there may not be Makefiles present in the
485         sub-directories.
486         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
487         the config.cache files found by the find command.
488
489         * Makefile.in: Regenerate.
490         * configure.ac: Revert previous delta.
491         * configure: Regenerate.
492
493 2010-02-15  Nick Clifton  <nickc@redhat.com>
494
495         PR 11238
496         * configure.ac: Delete config.cache files in sub-directories when
497         deleting Makefiles.
498         * configure: Regenerate.
499
500 2010-02-12  Ben Elliston  <bje@gnu.org>
501
502         * MAINTAINERS: Update my email address.
503
504 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
505
506         * MAINTAINERS (spu port): Update my email address.
507
508 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
509
510         * MAINTAINERS: Add myself as a maintainer for the bfin port.
511
512 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
513
514         * configure.ac: Add "recommended" version checks for GMP/MPC.
515         Update recommended GMP/MPFR/MPC versions.
516         * configure: Regenerate.
517
518 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
519
520         * MAINTAINERS: Move my Embecosm email address into the
521         write-after-approval section.
522
523 2010-01-26  Ian Lance Taylor  <iant@google.com>
524
525         * MAINTAINERS: Add myself as Go frontend maintainer.
526
527 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
528
529         PR libstdc++/36101, PR libstdc++/42813
530         * configure.ac (bootstrap_target_libs): Make inclusion of
531         target-libgomp conditional on libgomb being in target_configdirs.
532         * configure: Regenerate.
533
534 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
535
536         PR libstdc++/36101, PR libstdc++/42813
537         * configure.ac (bootstrap_target_libs): Include target-libgomp.
538         * configure: Regenerate.
539
540 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
541
542         PR libstdc++/36101, PR libstdc++/42813
543         * configure.ac (target_configdirs): Substitute.
544         * Makefile.def: Bootstrap target module libgomp.
545         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
546         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
547         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
548         * configure, Makefile.in: Regenerate.
549
550 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
551
552         * MAINTAINERS: Adjust my details.
553
554 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
555
556         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
557
558 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
559
560         * MAINTAINERS: reindented my entry with tabs instead of spaces.
561
562 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
563
564         * MAINTAINERS (Write After Approval): Add myself.
565
566 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
567
568         * MAINTAINERS (Write After Approval): Add myself.
569
570 2010-01-11  Richard Guenther  <rguenther@suse.de>
571
572         PR lto/41569
573         * Makefile.def (all-lto-plugin): Depend on all-gcc.
574         * Makefile.in: Regenerated.
575
576 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
577
578         * configure.ac: Enable libjava build on x86_64-*freebsd*.
579         * configure: Regenerate.
580
581 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
582             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
583
584         PR bootstrap/42424
585         * configure.ac: Include libtool m4 files.
586         (_LT_CHECK_OBJDIR): Call it.
587         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
588         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
589
590         * configure: Regenerate.
591
592 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
593
594         PR bootstrap/41818
595         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
596         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
597         * Makefile.in: Regenerate.
598
599 2010-01-02  Richard Guenther  <rguenther@suse.de>
600
601         PR lto/41529
602         * configure.ac: Include config/elf.m4.  Disable LTO if not
603         builting for an elf target.
604         * configure: Regenerate.
605
606 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
607
608         * MAINTAINERS: Change my email address.
609
610 2009-12-18  Ben Elliston  <bje@au.ibm.com>
611
612         * config.sub, config.guess: Update from upstream sources.
613
614 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
615
616         * MAINTAINERS (Write After Approval): Add myself.
617
618 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
619
620         PR middle-end/30447
621         PR middle-end/30789
622         PR other/40302
623
624         * configure.ac: Require MPC.
625         * configure: Regenerate.
626
627 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
628
629         PR target/38384
630         PR bootstrap/40972
631         * libtool.m4: Sync from git Libtool.
632         * ltoptions.m4: Likewise.
633         * ltversion.m4: Likewise.
634         * lt~obsolete.m4: Likewise.
635         * ltmain.sh: Likewise.
636
637 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
638
639         * configure.ac: Update minimum MPC version to 0.8.
640         * configure: Regenerate.
641
642 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
643
644         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
645         * configure: Regenerated.
646
647 2009-11-21  Ian Lance Taylor  <iant@google.com>
648
649         * configure.ac: Change default of poststage1_ldflags to be empty if
650         poststage1_libs is set.  When poststage1_libs is empty, and
651         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
652         * configure: Rebuild.
653
654 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
655
656         * MAINTAINERS (Write After Approval): Update my email address.
657
658 2009-11-20  Ben Elliston  <bje@au.ibm.com>
659
660         * config.guess: Update from upstream sources.
661
662 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
663
664         * Makefile.def: Restore host and target settings for gmp.
665         * Makefile.in: Rebuild.
666
667 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
668
669         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
670         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
671         Fix portability of test of C++ as bootstrap language.  Add
672         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
673         * configure: Rebuild.
674         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
675         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
676         in-tree building.
677         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
678         (POSTSTAGE1_HOST_EXPORTS): Use it.
679         (STAGE[+id+]_CXXFLAGS): New.
680         (BASE_FLAGS_TO_PASS): Pass it down.
681         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
682         extra_exports.
683         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
684         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
685         extra_exports.
686         * Makefile.in: Rebuild.
687
688 2009-11-17  Ben Elliston  <bje@au.ibm.com>
689
690         * config.sub, config.guess: Update from upstream sources.
691
692 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
693
694         * MAINTAINERS (Write After Approval): Add myself.
695
696 2009-11-09  Jon Beniston  <jon@beniston.com>
697
698         * MAINTAINERS (Write After Approval): Add myself.
699
700 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
701
702         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
703         paths for *-w64-mingw* and x86_64-*mingw*.
704         * configure: Regenerated.
705
706 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
707
708         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
709
710 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
711
712         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
713         Phil Edwards to Write-After Approval.
714
715 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
716
717         * configure.ac: Disable target-winsup & co for
718         x86_64-*-mingw* and *-w64-mingw* targets.
719         * configure: Regenerated.
720
721 2009-10-16  Nick Clifton  <nickc@redhat.com>
722
723         * MAINTAINERS: Add myself as a maintainer for the RX port.
724
725 2009-10-26  Johannes Singler  <singler@kit.edu>
726
727         * MAINTAINERS (Write After Approval): Update my e-mail address.
728
729 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
730
731         * configure.ac (CLooG test): Use = with test.
732         * configure: Regenerate.
733
734 2009-10-22  Richard Guenther  <rguenther@suse.de>
735
736         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
737         cloog if the ppl version check failed.  Move flags saving
738         before setting in libelf check.
739         * configure: Regenerate.
740
741 2009-10-21  Richard Guenther  <rguenther@suse.de>
742
743         * configure.ac: Adjust the ppl and cloog configure to work as
744         documented.  Disable cloog if ppl was disabled.  Omit the version
745         checks if they were disabled.
746         * configure: Re-generate.
747
748 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
749
750         * configure.ac: Add 'lto' to enable_languages, not
751         new_enable_languages, and only if not already present.
752         * configure: Regenerate.
753
754 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
755
756         * README: Refer to the various COPYING* files instead of just
757         COPYING.
758         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
759
760 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
761
762         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
763         
764 2009-10-07  Richard Guenther  <rguenther@suse.de>
765
766         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
767         and Richard Guenther as reviewers.
768         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
769         as reviewers.
770
771 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
772
773         * config.sub: Update from upstream sources.
774
775 2009-10-06  Ian Lance Taylor  <iant@google.com>
776
777         * Makefile.def: check-gold depends upon all-gas.
778         * Makefile.in: Rebuild.
779
780 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
781
782         * MAINTAINERS (Write After Approval): Add myself.
783
784 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
785
786         * Makefile.def: all-lto-plugin depends on all-libiberty.
787         set bootstrap=true for lto-plugin.
788         Add lto-plugin.
789         * Makefile.in: Regenerate.
790         * configure.ac (host_libs): Add lto-plugin.
791         * configure: Regenerate.
792
793 2009-10-03  Diego Novillo  <dnovillo@google.com>
794
795         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
796         (HOST_LIBELFLIBS): Define.
797         (HOST_LIBELFINC): Define.
798         * Makefile.in: Regenerate.
799         * configure.ac: Add --enable-lto.
800         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
801         If --enable-lto is used, add 'lto' to new_enable_languages.
802         If --enable-lto is used and gold is enabled, add
803         lto-plugin to configdirs.
804         * configure: Regenerate.
805
806 2009-10-03  Simon Baldwin  <simonb@google.com>
807
808         * configure.ac: If --with-system-zlib, suppress local zlib and
809         pass --with-system-zlib to subdir configure scripts.
810         * configure: Regenerate.
811
812 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
813             Paolo Bonzini  <bonzini@gnu.org>
814
815         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
816         $(srcdir).
817         * Makefile.in: Rebuilt.
818
819 2009-09-26  Gary Funck  <gary@intrepid.com>
820
821         * MAINTAINERS (Write After Approval): Add myself.
822
823 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
824
825         * configure.ac: Update minimum MPC version to 0.7.
826         * configure: Regenerate.
827
828 2009-09-25  Nick Clifton  <nickc@redhat.com>
829
830         * configure.ac: Pass any --cache-file=/dev/null option on to
831         subconfigures.
832         * configure: Regenerate.
833
834 2009-09-23  Nick Clifton  <nickc@redhat.com>
835
836         * config.sub, config.guess: Update from upstream sources.
837
838 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
839
840         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
841         * Makefile.in: Rebuilt.
842
843 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
844
845         PR bootstrap/32272
846         * configure.ac: Error out if $srcdir isn't '.' but contains
847         host-${host_noncanonical}.
848         * configure: Regenerate.
849
850 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
851
852         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
853         maintainer.
854
855 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
856
857         * configure.ac: If bootstrapping a combined tree with
858         --enable-gold, require c++ in stage1_languages.
859         * configure: Regenerate.
860
861         * configure.ac: Also add target_libs of stage1_languages to
862         bootstrap_target_libs.
863         * configure: Regenerate.
864
865         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
866         with --enable-languages not containing c++.
867         * configure: Regenerate.
868
869 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
870
871         * configure.ac: Disable java and boehm-gc for bfin-*-*.
872         * configure: Regenerate.
873
874 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
875
876         * MAINTAINERS (Write After Approval): Update my e-mail address,
877         and move from from here...
878         (Waiting for paperwork): To here.
879
880 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
881
882         * MAINTAINERS (Reviewers): Add self as driver reviewer.
883
884 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
885
886         * configure.ac: Do not use $extrasub for replacing @if/@endif
887         parts in Makefile; instead, use additional arguments to
888         AC_CONFIG_COMMANDS to do the replacement manually, with several
889         sed invocations, to avoid HP-UX sed command limits.
890         * configure: Regenerate.
891
892 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
893
894         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
895         blank before -L.
896
897 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
898
899         * configure.ac (with-build-config): Document.  Handle without.
900         Handle missing argument.
901         * configure: Rebuilt.
902
903 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
904
905         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
906         Default to bootstrap-debug only if compare-debug works.
907         * configure: Rebuilt.
908         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
909         * Makefile.in: Rebuilt.
910
911 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
912
913         * MAINTAINERS (OS Port Maintainers): Update my email address.
914
915 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
916
917         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
918         * Makefile.in: Rebuilt.
919
920 2009-09-01  Chris Demetriou  <cgd@google.com>
921
922         * MAINTAINERS (Write After Approval): Add myself.
923
924 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
925
926         PR debug/30161
927         * include/dwarf2.h (enum dwarf_tag): Added
928         DW_TAG_GNU_template_template_param
929         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
930
931 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
932
933         * Makefile.tpl (AWK): Fix typo.
934         * Makefile.in: Regenerate.
935
936 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
937
938         * configure.ac: Detect awk and sed.
939         * Makefile.def (flags_to_pass): Add AWK and SED.
940         * Makefile.tpl (AWK, SED): New.
941         (BASE_FLAGS_TO_PASS): Add AWK and SED.
942         * configure: Regenerate.
943         * Makefile.in: Regenerate.
944
945 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
946
947         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
948         (collapseslashes): Likewise.
949
950 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
951
952         * configure.ac (AC_PREREQ): Bump to 2.64.
953
954 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
955
956         * configure.ac: Remove --with-datarootdir, --with-docdir,
957         --with-pdfdir, --with-htmldir switches.
958         * configure: Regenerate.
959
960         * configure: Regenerate.
961
962         * compile: Sync from Automake 1.11.
963         * depcomp: Likewise.
964         * install-sh: Likewise.
965         * missing: Likewise.
966         * mkinstalldirs: Likewise.
967         * ylwrap: Likewise.
968
969 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
970
971         * ltmain.sh (func_normal_abspath): New function.
972         (func_relative_path): Likewise.
973         (func_mode_help): Document new -bindir option for link mode.
974         (func_mode_link): Add new -bindir option, and use it to place
975         output DLL if specified.
976
977 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
978
979         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
980         (baseargs): Add --disable-option-checking.
981         * configure: Regenerate.
982
983         * Makefile.def (configure-target-libiberty): Depend on
984         all-binutils and all-ld.
985         (configure-target-newlib): Likewise.
986         * Makefile.in: Regenerate.
987
988 2009-08-17  Ben Elliston  <bje@au.ibm.com>
989
990         * config.sub, config.guess: Update from upstream sources.
991
992 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
993
994         Sync from src, merge:
995
996         2009-07-02  Tristan Gingold  <gingold@adacore.com>
997
998         * configure.ac: Do not exclude gas for i386-*-darwin.
999         Add a case for x86_64-*-darwin.
1000         * configure: Regenerate.
1001
1002 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
1003
1004         * MAINTAINERS: Add my name to Write After Approval list.
1005
1006 2009-08-06  Michael Eager  <eager@eagercon.com>
1007
1008         * configure.ac: Add Microblaze target.
1009         * configure: Regenerate.
1010
1011 2009-07-31  Christian Bruel  <christian.bruel@st.com>
1012
1013         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1014         * configure: Regenerate.
1015         
1016 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
1017
1018         * MAINTAINERS (Write After Approval): Update my e-mail address.
1019
1020 2009-07-06  Ian Lance Taylor  <iant@google.com>
1021
1022         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1023         * configure: Rebuild.
1024
1025 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
1026
1027         * MAINTAINERS: Move myself to the Graphite Reviewers.
1028
1029 2009-06-30  Wei Guozhi  <carrot@google.com>
1030
1031         * MAINTAINERS: Add my name to Write After Approval list.
1032
1033 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1034
1035         PR bootstrap/40338
1036         * configure.ac (comparestring): Create new variable.
1037         * Makefile.tpl (comparestring): Use to skip some comparisions.
1038         * configure: Regenerate.
1039         * Makefile.in: Regenerate.
1040
1041 2009-06-26  Doug Evans  <dje@sebabeach.org>
1042
1043         * Makefile.def (host_modules): Add cgen.
1044         * Makefile.in: Regenerate.
1045         * configure.ac (host_tools): Add cgen.
1046         * configure: Regenerate.
1047
1048 2009-06-23  DJ Delorie  <dj@redhat.com>
1049
1050         * MAINTAINERS: Add myself as mep maintainer.
1051
1052 2009-06-23  Ian Lance Taylor  <iant@google.com>
1053
1054         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1055         boot_languages.  Only bootstrap target libraries listed in
1056         target_libs for some boot language.  Add --with-stage1-ldflags,
1057         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1058         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1059         if not building with C++.
1060         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1061         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1062         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1063         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1064         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1065         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1066         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1067         * configure, Makefile.in: Rebuild.
1068
1069 2009-06-23  Li Feng  <nemokingdom@gmail.com>
1070
1071         * MAINTAINERS: Added my name to write-after-approval list.
1072
1073 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
1074
1075         * configure.ac: Define is_elf for QNX Neutrino targets.
1076         * configure: Regenerate.
1077
1078 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
1079
1080         * MAINTAINERS: Added my name to the write-after-approval list
1081
1082 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1083
1084         * configure.ac: Detect MPC in default directory.
1085         * configure: Regenerate.
1086
1087 2009-06-03  Jerome Guitton  <guitton@adacore.com>
1088             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1089
1090         * Makefile.tpl (all): Avoid a trailing backslash.
1091         * Makefile.in: Regenerate.
1092
1093 2009-06-03  Ben Elliston  <bje@au.ibm.com>
1094
1095         * config.sub, config.guess: Update from upstream sources.
1096
1097 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
1098
1099         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1100         to noconfdirs.
1101         * configure: Regenerate.
1102
1103 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
1104
1105         * Makefile.tpl ([+compare-target+]): Compare all stage
1106         directories, rather than just gcc.
1107         * Makefile.in: Rebuilt.
1108
1109 2009-06-01  Doug Kwan  <dougkwan@google.com>
1110
1111         * configure.ac: Support gold for target arm*-*-*.
1112         * configure: Regenerate.
1113
1114 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1115
1116         * Makefile.def: Add MPC support and dependencies.
1117         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
1118
1119         * Makefile.in, configure: Regenerate.
1120
1121 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
1122
1123         * Makefile.tpl (all): Avoid harmless warning in make all when
1124         gcc-bootstrap is enabled but stage_last does not exist.
1125         * Makefile.in: Rebuilt.
1126
1127 2009-05-24  Nicolas Roche  <roche@adacore.com>
1128
1129         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1130         * Makefile.in: Regenerate.
1131
1132 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
1133
1134         * MAINTAINERS: Update my e-mail address.
1135
1136 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1137
1138         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
1139         * configure:  Regenerate.
1140
1141 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1142
1143         PR other/40159
1144         * Makefile.tpl (all): Don't assume gcc-bootstrap and
1145         gcc-no-bootstrap are mutually exclusive.
1146         * Makefile.in: Rebuilt.
1147
1148 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1149
1150         PR other/40159
1151         * Makefile.tpl (all): Don't end with unconditional success.
1152         * Makefile.in: Rebuilt.
1153
1154 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
1155
1156         PR target/37137
1157         * Makefile.def (flags_to_pass): Remove redundant and incomplete
1158         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1159         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1160         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
1161         stage_configureflags, stage_cflags and stage_libcflags into
1162         explicit Makefile macros.
1163         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1164         GFORTRAN.
1165         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1166         CC.  Set CC_FOR_BUILD from CC.
1167         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1168         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1169         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1170         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
1171         and GFORTRAN.
1172         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1173         (_LIBCFLAGS): Renamed to _TFLAGS.
1174         (do-compare-debug, do-compare3-debug): Drop.
1175         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1176         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1177         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1178         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1179         (XGCC_FLAGS_FOR_TARGET): New.
1180         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1181         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1182         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1183         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1184         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
1185         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
1186         TFLAGS.
1187         (BUILD_CONFIG): Include if requested.
1188         (all): Set TFLAGS on bootstrap.
1189         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1190         (all-stageid-prefixmodule): Likewise.
1191         (do-clean, distclean-stageid): Set TFLAGS.
1192         (restrap): Fix whitespace.
1193         * Makefile.in: Rebuilt.
1194
1195 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
1196
1197         * config.guess: Sync with src.
1198
1199 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1200
1201         * configure.ac ($with_ppl):  Default to no if not supplied.
1202         ($with_cloog):  Likewise.
1203         configure:  Regenerate.
1204
1205 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
1206
1207         * MAINTAINERS: Update my e-mail address.
1208
1209 2009-04-27  Nick Clifton  <nickc@redhat.com>
1210
1211         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
1212
1213 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
1214
1215         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1216         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1217         * Makefile.in: Regenerate.
1218
1219 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1220
1221         PR bootstrap/39739
1222         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1223         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1224
1225         * configure, Makefile.in: Regenerate.
1226
1227 2009-04-21  Taras Glek  <tglek@mozilla.com>
1228
1229         * include/hashtab.h: Update GTY annotations to new syntax
1230         * include/splay-tree.h: Likewise
1231
1232 2009-04-17  Ben Elliston  <bje@au.ibm.com>
1233
1234         * config.sub, config.guess: Update from upstream sources.
1235
1236 2009-04-15  Anthony Green  <green@moxielogic.com>
1237
1238         * configure.ac: Add moxie support.
1239         * configure: Rebuilt.
1240
1241 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
1242
1243         * configure.ac: Change copyright header to refer to version
1244         3 of the GNU General Public License and to point readers at the
1245         COPYING3 file and the FSF's license web page.
1246         * Makefile.def: Likewise.
1247         * Makefile.tpl: Likewise.
1248         * Makefile.in: Regenerate.
1249
1250 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
1251
1252         * configure.ac: Restore match for darwin9 or later. Use double
1253         brackets since regeneration eats one pair.
1254         * configure: Regenerate.
1255
1256 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1257
1258         PR gas/10039
1259         * configure.ac: Require texinfo 4.7.
1260         * configure: Regenerated.
1261
1262 2009-04-09  Nick Clifton  <nickc@redhat.com>
1263
1264         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
1265         the GCC Runtime Library Exception.
1266
1267 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1268
1269         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1270         * configure: Regenerate.
1271
1272 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
1273
1274         * Makefil.def (languages): New entries.
1275         * Makefile.tpl (check-gcc-*): New generic target.
1276         * Makefile.in: Regenerate.
1277
1278 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
1279
1280         * MAINTAINERS:  Update my email address.
1281
1282 2009-03-18  Tom Tromey  <tromey@redhat.com>
1283
1284         * configure: Rebuild.
1285         * configure.ac (host_libs): Add libiconv.
1286         * Makefile.in: Rebuild.
1287         * Makefile.def (host_modules): Add libiconv.
1288         (configure-gdb, all-gdb): Depend on libiconv.
1289
1290 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1291
1292         * configure.ac: Treat gdb as supported on x86_64-darwin.
1293         * configure: Regenerate.
1294
1295 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1296
1297         * configure.ac (--with-host-libstdcxx): New option.
1298         * configure: Regenerate.
1299
1300 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
1301
1302         * MAINTAINERS:  Move myself into the write after approval list.
1303
1304 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
1305
1306         * MAINTAINERS: Update e-mail address.
1307         
1308 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
1309
1310         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
1311
1312 2009-03-10  Ira Rosen  <irar@il.ibm.com>
1313
1314         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
1315
1316 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1317
1318         Backport from git Libtool:
1319
1320         2009-01-19  Robert Millan  <rmh@aybabtu.com>
1321         Support GNU/kOpenSolaris.
1322         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1323         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1324         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1325         GNU/kOpenSolaris.
1326
1327 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
1328
1329         * MAINTAINERS: Update e-mail address.
1330
1331 2009-02-24  Michael Eager  <eager@eagercon.com>
1332
1333         * MAINTAINERS (Write After Approval): Add self.
1334
1335 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
1336
1337         * MAINTAINERS (Write After Approval): Add myself.
1338
1339 2009-02-05  Andreas Schwab  <schwab@suse.de>
1340
1341         * Makefile.tpl (stage_last): Define $r and $s before using
1342         $(RECURSE_FLAGS_TO_PASS).
1343         * Makefile.in: Regenerate
1344
1345 2009-01-30  Ian Lance Taylor  <iant@google.com>
1346
1347         * MAINTAINERS: Move myself to the Global Reviewers list.
1348
1349 2009-01-29  Robert Millan  <rmh@aybabtu.com>
1350
1351         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1352         * configure: Regenerate.
1353
1354 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
1355
1356         * MAINTAINERS: Make whitespace consistent.
1357         Remove Robert Millan from Write After Approval.
1358
1359 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1360
1361         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1362         (all-opcodes): Depend on all-libiberty.
1363         * Makefile.in: Regenerate.
1364
1365 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1366
1367         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1368         * configure: Regenerate.
1369
1370 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
1371
1372         * MAINTAINERS (Write After Approval): Add myself.
1373
1374 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
1375
1376         * MAINTAINERS: Add myself to reviewers (Fortran).
1377
1378 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
1379
1380         PR tree-optimization/38515
1381         * configure.ac (cloog-polylib): Removed.
1382         (with_ppl, with_cloog): Test for "no".
1383         * configure: Regenerated.
1384
1385 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
1386
1387         * MAINTAINERS: Moved myself to reviewers (Fortran).
1388
1389 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
1390
1391         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
1392         (Write After Approval): Remove myself.
1393
1394 2009-01-03  Diego Novillo  <dnovillo@google.com>
1395
1396         * MAINTAINERS: Remove myself from alias maintainership.
1397
1398 2009-01-02  David Ayers  <ayers@fsfe.org>
1399
1400         * MAINTAINERS: Update e-mail address.
1401
1402 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
1403
1404         * MAINTAINERS: Make whitespace consistent.
1405
1406 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1407
1408         Backport from upstream Libtool:
1409         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1410         Add cache variables to tests that require the linker to work.
1411         For shlibpath_overrides_runpath, this also changes the semantics
1412         to let the result from the C compiler take precedence.
1413
1414 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1415
1416         * config.sub, config.guess: Update from upstream sources.
1417
1418 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
1419
1420         * configure.ac (ppllibs): Add by default the lib flags.
1421         * configure: Regenerate.
1422
1423 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
1424
1425         * MAINTAINERS:  Add myself to the write after approval list.
1426
1427 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1428
1429         * configure.ac: Add double brackets on darwin[912].
1430         * configure: Regenerate.
1431
1432 2008-12-03  Daniel Kraft  <d@domob.eu>
1433
1434         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
1435         Approval to Reviewer section (for Fortran front-end).
1436
1437 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
1438
1439         * configure.ac: Expand to darwin10 and later.
1440         * configure: Regenerate.
1441
1442 2008-12-02  Andreas Schwab  <schwab@suse.de>
1443
1444         * Makefile.def: configure-target-boehm-gc depends on
1445         all-target-libstdc++-v3.
1446         * Makefile.in: Regenerate.
1447
1448 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
1449
1450         * MAINTAINERS:  Add myself as mingw maintainer.
1451
1452 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1453
1454         * config.sub, config.guess: Update from upstream sources.
1455
1456 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
1457
1458         * README.SCO: Remove.
1459
1460 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
1461
1462         * MAINTAINERS:  Add myself to the write after approval list.
1463
1464 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
1465
1466         * MAINTAINERS:  Update my email address in WAA section.
1467
1468 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
1469
1470         * MAINTAINERS: Update e-mail address.
1471
1472 2008-11-27  Toon Moene  <toon@moene.org>
1473
1474         * MAINTAINERS: Change e-mail address.
1475
1476 2008-11-27  Tristan Gingold  <gingold@adacore.com>
1477
1478         * configure.ac: Build gdb for i?86-*-darwin*
1479         * configure: Regenerated.
1480
1481 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
1482
1483         * MAINTAINERS: Added my full name.
1484
1485 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1486
1487         PR bootstrap/38014
1488         PR bootstrap/37923
1489
1490         Revert:
1491
1492         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1493
1494         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1495         * Makefile.in: Regenerated.
1496
1497         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1498
1499         PR gdb/921
1500         PR gdb/1646
1501         PR gdb/2175
1502         PR gdb/2176
1503
1504         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1505         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1506         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1507         (HOST_EXPORTS): Pass CPPFLAGS.
1508         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1509         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1510         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1511         * Makefile.in, configure: Regenerated.
1512         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1513         and CPPFLAGS_FOR_BUILD.
1514
1515 2008-11-06  Jeff Law  <law@redhat.com>
1516
1517         * MAINTAINERS: Add myself as middle end maintainer.
1518
1519 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
1520
1521         * MAINTAINERS (Write after approval): Add myself.
1522
1523 2008-11-05  Diego Novillo  <dnovillo@google.com>
1524
1525         * MAINTAINERS (Global Reviewers): Add myself.
1526         (Non-Algorithmic Maintainers): Remove myself.
1527
1528 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
1529
1530         * MAINTAINERS (Write after approval): Add myself.
1531
1532 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
1533
1534         * MAINTAINERS (Write after approval): Add myself.
1535
1536 2008-10-31  Ben Elliston  <bje@au.ibm.com>
1537
1538         * configure.ac (spu-*-*): Remove special case.
1539         * configure: Regenerate.
1540
1541 2008-10-30  Catherine Moore  <clm@codesourcery.com>
1542
1543         * MAINTAINERS (Write after approval): Update my email address.
1544
1545 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
1546
1547         * configure.ac [spu-*-*]: Do not set skipdirs.
1548         * configure: Re-generate.
1549
1550 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
1551
1552         * MAINTAINERS (Various Maintainers): Add myself to reload.
1553
1554 2008-10-25  Richard Guenther  <rguenther@suse.de>
1555
1556         * MAINTAINERS (Various Maintainers): Add myself as middle-end
1557         maintainer.  Remove myself as libgcc-math maintainer.
1558         (Non-Algorithmic Maintainers): Remove myself.
1559
1560 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1561
1562         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1563         * Makefile.in: Regenerated.
1564
1565 2008-10-23  Cary Coutant  <ccoutant@google.com>
1566
1567         * MAINTAINERS (Write after approval): Add myself.
1568
1569 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1570
1571         PR gdb/921
1572         PR gdb/1646
1573         PR gdb/2175
1574         PR gdb/2176
1575
1576         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1577         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1578         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1579         (HOST_EXPORTS): Pass CPPFLAGS.
1580         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1581         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1582         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1583         * Makefile.in, configure: Regenerated.
1584         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1585         and CPPFLAGS_FOR_BUILD.
1586
1587 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
1588
1589         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
1590         Sebastian Pop.
1591
1592 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
1593
1594         * MAINTAINERS (Write After Approval): Added myself.
1595
1596 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1597
1598         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1599         recommended version to 2.3.2.
1600
1601         * configure: Regenerate.
1602
1603 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
1604
1605         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
1606
1607 2008-09-29  David Daney <david.daney@caviumnetworks.com>
1608
1609         * MAINTAINERS (Write After Approval): Update e-mail address.
1610
1611 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
1612
1613         * libtool.m4: Update to libtool 2.2.6.
1614         * lt~obsolete.m4: Update to libtool 2.2.6.
1615         * ltmain.sh: Update to libtool 2.2.6.
1616         * ltsugar.m4: Update to libtool 2.2.6.
1617         * ltversion.m4: Update to libtool 2.2.6.
1618         * ltoptions.m4: Update to libtool 2.2.6.
1619         * ltgcc.m4: Update to match changes from libtool 2.2.6.
1620
1621 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
1622
1623         * MAINTAINERS (Write After Approval): Add myself.
1624
1625 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1626
1627         * MAINTAINERS (Write After Approval): Update my name.
1628
1629 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
1630
1631         * MAINTAINERS: Add myself in "Write After Approval".
1632
1633 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
1634
1635         * MAINTAINERS: Add myself as ia64 maintainer.
1636
1637 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
1638
1639         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
1640         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
1641         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
1642         and Michael Tiemann from Write After Approval since they do not
1643         actually have access.
1644
1645 2008-09-05  Richard Guenther  <rguenther@suse.de>
1646
1647         * configure.ac: Initialize clooglibs to -lcloog.
1648         * configure: Re-generate.
1649
1650 2008-09-04  Le-Chun Wu  <lcwu@google.com>
1651
1652         * MAINTAINERS (Write After Approval): Add myself.
1653
1654 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
1655
1656         * configure.ac (--with-cloog-polylib): New.
1657         (--disable-cloog-version-check): New.
1658         (--disable-ppl-version-check): New.
1659         * configure: Re-generate.
1660
1661 2008-09-03  Richard Guenther  <rguenther@suse.de>
1662
1663         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1664         cloog test.
1665         * configure: Re-generate.
1666
1667 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
1668
1669         Add picoChip port.
1670         * MAINTAINERS: Add picoChip maintainers.
1671
1672 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
1673             Tobias Grosser  <grosser@fim.uni-passau.de>
1674             Jan Sjodin  <jan.sjodin@amd.com>
1675             Harsha Jagasia  <harsha.jagasia@amd.com>
1676             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1677             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1678             Adrien Eliche  <aeliche@isty.uvsq.fr>
1679
1680         Merge from graphite branch.
1681         * configure: Regenerate.
1682         * Makefile.in: Regenerate.
1683         * configure.ac (host_libs): Add ppl and cloog.
1684         Add checks for PPL and CLooG.
1685         * Makefile.def (ppl, cloog): Added modules and dependences.
1686         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1687         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1688
1689 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1690
1691         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1692         (GCC_SHLIB_SUBDIR): New.
1693         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1694         * configure: Regenerate.
1695         * Makefile.in: Regenerate.
1696
1697 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
1698
1699         * MAINTAINERS: Consistently use tabs to separate columns.
1700
1701 2008-08-29  Tristan Gingold  <gingold@adacore.com>
1702
1703         * MAINTAINERS (Write after Approval): Add myself.
1704
1705 2008-08-28  Tristan Gingold  <gingold@adacore.com>
1706
1707         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1708         Enable bfd, binutils and opcodes.
1709         * configure: Regenerate.
1710
1711 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1712
1713         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
1714
1715 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1716
1717         * MAINTAINERS:  Use correct Umlaut for last name.
1718
1719 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1720
1721         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
1722
1723 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
1724
1725         * MAINTAINERS: Update my email address.
1726
1727 2008-08-16  Nicolas Roche  <roche@adacore.com>
1728
1729         * Makefile.tpl: Add BOOT_ADAFLAGS.
1730         * Makefile.in: Regenerate.
1731
1732 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
1733
1734         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1735         * configure: Regenerate.
1736
1737 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
1738
1739         * configure.ac: Add makefile fragments for hpux.
1740         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1741         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1742         * configure: Regenerate.
1743         * Makefile.in: Regenerate.
1744
1745 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
1746
1747         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
1748
1749 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
1750
1751         * MAINTAINERS (Write after Approval): Add myself.
1752
1753 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
1754
1755         * MAINTAINERS (Write After Approval):  Add myself.
1756
1757 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
1758
1759         * MAINTAINERS (Write After Approval):  Add myself.
1760
1761 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
1762
1763         * MAINTAINERS: Update my email address.
1764
1765 2008-06-25  Joey Ye  <joey.ye@intel.com>
1766
1767         * MAINTAINERS (Write After Approval):  Add myself.
1768
1769 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1770
1771         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1772         * Makefile.in: Regenerate.
1773         * configure: Regenerate.
1774
1775 2008-06-17  Daniel Kraft  <d@domob.eu>
1776
1777         * MAINTAINERS (Write After Approval):  Add myself.
1778
1779 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1780
1781         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1782         "$@" is still intact with both Autoconf 2.59 and 2.62.
1783         * configure: Regenerate.
1784
1785 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1786
1787         * Makefile.tpl: Fix comment errors.
1788         * Makefile.in: Regenerate.
1789
1790 2008-06-12  David S. Miller  <davem@davemloft.net>
1791             David Edelsohn  <edelsohn@gnu.org>
1792
1793         * configure.ac: Add powerpc*-*-* to gold supported targets.
1794         * configure: Regenerate.
1795
1796 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
1797
1798         PR tree-optimization/36218
1799         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1800         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1801         (all prefix="build-"): Pass them to build-system sub-makes.
1802         * Makefile.in: Regenerate.
1803
1804 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
1805
1806         * MAINTAINERS (mt port): Remove.
1807         (sco5, unixware, sco udk): Remove.
1808         (Kean Johnston): Add to Write After Approval.
1809
1810 2008-05-30  Julian Brown  <julian@codesourcery.com>
1811
1812         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1813         of libobjc for ARM EABI Linux.
1814         * configure: Regenerate.
1815
1816 2008-05-18  Xinliang David Li   <davidxl@google.com>
1817
1818         * ChangeLog: Remove wrong ChangeLog entry.
1819
1820 2008-05-17  Xinliang David Li   <davidxl@google.com>
1821
1822         * MAINTAINERS (Write After Approval): Add myself.
1823
1824 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
1825
1826         * MAINTAINERS (Write After Approval): Add myself.
1827
1828 2008-05-14  Rafael Espíndola  <espindola@google.com>
1829
1830         * config-ml.in: don't handle --enable-shared and --enable-static.
1831
1832 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
1833
1834         * MAINTAINERS: Update my email address.
1835
1836 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
1837
1838         * MAINTAINERS: Update my email address.
1839
1840 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
1841
1842         * MAINTAINERS (Write After Approval): Add myself.
1843
1844 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
1845
1846         * MAINTAINERS (Write After Approval): Add myself.
1847
1848 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
1849
1850         * MAINTAINERS (crx): Add myself.
1851
1852 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1853
1854         Sync with src:
1855         2008-04-14  David S. Miller  <davem@davemloft.net>
1856
1857         * configure.ac: Add sparc*-*-* to gold supported targets.
1858         * configure: Regenerate.
1859
1860 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1861
1862         PR bootstrap/35457
1863         * configure.ac: Include override.m4.
1864         * configure: Regenerate.
1865
1866 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1867
1868         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
1869         * Makefile.in: Regenerate.
1870
1871 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
1872
1873         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
1874         as nonconfigurable directories list.
1875         * configure: Regenerate.
1876
1877 2008-04-14  Ben Elliston  <bje@au.ibm.com>
1878
1879         * config.sub, config.guess: Update from upstream sources.
1880
1881 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
1882
1883         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
1884         * Makefile.in: Regenerate.
1885
1886 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
1887
1888         * configure.ac: Do not build libssp for the AVR.
1889         * configure: Regenerate.
1890
1891 2008-04-07  Ian Lance Taylor  <iant@google.com>
1892
1893         * Makefile.def: check-gold depends upon all-binutils.
1894         * Makefile.in: Regenerate.
1895
1896 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
1897
1898         * MAINTAINERS (Write After Approval): Add myself.
1899
1900 2008-04-04  Nick Clifton  <nickc@redhat.com>
1901
1902         PR binutils/4334
1903         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
1904         builds.
1905         * configure: Regenerate.
1906
1907 2008-04-04  NightStrike  <NightStrike@gmail.com>
1908
1909         PR other/35151
1910         * configure.ac: Combine rules for mingw32 and mingw64.
1911         * configure: Regenerate.
1912
1913 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
1914
1915         * MAINTAINERS (Write After Approval): Add myself.
1916
1917 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
1918
1919         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
1920         * Makefile.in (.NOTPARALLEL): Ditto.
1921
1922 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
1923
1924         * MAINTAINERS (Write After Approval): Add myself.
1925
1926 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
1927
1928         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
1929         * Makefile.in (.NOTPARALLEL): Regenerate.
1930
1931 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
1932
1933         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
1934         * Makefile.in: Regenerate.
1935
1936 2008-03-26  Jakub Staszak  <kuba@et.pl>
1937
1938         * MAINTAINERS (Write After Approval): Add myself.
1939
1940 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1941
1942         * MAINTAINERS:  Update e-mail address.
1943
1944 2008-03-20  Ian Lance Taylor  <iant@google.com>
1945
1946         * configure.ac: Add support for --enable-gold.
1947         * Makefile.def: Add gold as a directory like ld.
1948         * configure, Makefile.in: Regenerate.
1949
1950 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1951
1952         * configure.ac: m4_include config/proginstall.m4.
1953         * configure: Regenerate.
1954
1955         Backport from upstream Libtool:
1956
1957         2007-10-12  Eric Blake  <ebb9@byu.net>
1958
1959         Deal with Autoconf 2.62's semantic change in m4_append.
1960         * ltsugar.m4 (lt_append): Replace broken versions of
1961         m4_append.
1962         (lt_if_append_uniq): Don't require separator to be overquoted,
1963         and avoid broken m4_append.
1964         (lt_dict_add): Fix typo.
1965         * libtool.m4 (_LT_DECL): Don't overquote separator.
1966
1967 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
1968
1969         * config.rpath: Add AIX 6 support.
1970
1971 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
1972
1973         * Makefile.def (stageprofile).  Remove -fprofile-generate
1974         from stage_libcflags.
1975         * Makefile.in: Regenerate.
1976
1977 2008-03-13  Ben Elliston  <bje@au.ibm.com>
1978
1979         * config.sub, config.guess: Update from upstream sources.
1980
1981 2008-03-06  Tom Tromey  <tromey@redhat.com>
1982
1983         * MAINTAINERS: Update for treelang deletion.
1984
1985 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
1986
1987         * MAINTAINERS: Update my email address.
1988
1989 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
1990
1991         * MAINTAINERS (darwin port): Add myself as a maintainer.
1992         (objective-c/c++): Add myself as a maintainer.
1993
1994 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
1995
1996         * MAINTAINERS (Write After Approval): Update my email address.
1997
1998 2008-02-25  Tomas Bily  <tbily@suse.cz>
1999
2000         * MAINTAINERS (Write After Approval): Add myself.
2001
2002 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
2003
2004         * MAINTAINERS (OpenMP): Add myself.
2005
2006 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2007
2008         PR bootstrap/32009
2009         PR bootstrap/32161
2010
2011         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2012         * configure: Regenerate.
2013
2014         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2015         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2016         STAGE4_LIBCFLAGS): New.
2017         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2018         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2019         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2020         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2021         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2022         for target modules.  Don't export LIBCFLAGS.
2023         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2024         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2025         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2026         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2027         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2028         * Makefile.in: Regenerate.
2029
2030 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2031
2032         PR libgcj/33085
2033         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2034         Do not use -DDLL_EXPORT.  Backport from upstream.
2035
2036 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2037
2038         * MAINTAINERS (Write After Approval): Add myself.
2039
2040 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2041
2042         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2043         * configure: Regenerate.
2044
2045 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2046
2047         * configure.ac (xtensa*-*-*): Recognize processor variants.
2048         * configure: Regenerate.
2049
2050 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2051
2052         PR bootstrap/34922
2053         * configure.ac (PARSE_ARGS): Push suitable setting of
2054         ac_subdirs_all, for `./configure --help=recursive'.
2055         Handle `+' in generic toplevel directory disabling.
2056         * configure: Regenerate.
2057
2058 2008-01-28  Nick Clifton  <nickc@redhat.com>
2059
2060         * MAINTAINERS (xstormy16): Take over maintainership.
2061
2062 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
2063
2064         * MAINTAINERS (c4x port): Remove.
2065
2066 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2067
2068         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2069
2070 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2071
2072         * config.sub, config.guess: Update from upstream sources.
2073
2074 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
2075
2076         * MAINTAINERS (Write After Approval): Add myself.
2077
2078 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
2079
2080         * MAINTAINERS: Update my email address.
2081
2082 2008-01-09  Raksit Ashok  <raksit@google.com>
2083
2084         * MAINTAINERS (Write After Approval): Add myself.
2085
2086 2008-01-09  Raksit Ashok  <raksit@google.com>
2087
2088         * MAINTAINERS (Write After Approval): Add myself.
2089
2090 2008-01-08  Ben Elliston  <bje@au.ibm.com>
2091
2092         * config.sub, config.guess: Update from upstream sources.
2093
2094 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2095
2096         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2097         Change recommended MPFR from 2.2.1 -> 2.3.0.
2098         * configure: Regenerate.
2099
2100 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
2101
2102         * MAINTAINERS: Update my email address.
2103
2104 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
2105
2106         * MAINTAINERS: Update my email address.
2107
2108 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
2109
2110         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2111         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2112         * Makefile.in: Regenerate.
2113
2114 2007-12-10  Mark Heffernan  <meheff@google.com>
2115
2116         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
2117         misplaced entries.
2118
2119 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2120
2121         * configure.ac: Enable libjava for x86_64-*-darwin9.
2122         * configure: Regenerate.
2123
2124 2007-12-07  Bill Maddox  <maddox@google.com>
2125
2126         * MAINTAINERS (Write After Approval): Add myself.
2127
2128 2007-12-05  Ben Elliston  <bje@au.ibm.com>
2129
2130         * config.sub, config.guess: Update from upstream sources.
2131
2132 2007-12-02  Matthias Klose  <doko@ubuntu.com>
2133
2134         * config-ml.in: Remove 64bit configure tests.
2135
2136 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2137
2138         * config-ml.in: Robustify against white space in absolute file
2139         names.
2140
2141         * config-ml.in (multi-clean): Substitute ${Makefile}.
2142         Remove superfluous ${Makefile} in list.
2143
2144 2007-11-19  Thiemo Seufer  <ths@mips.com>
2145
2146         * config-ml.in: Don't hardcode the Makefile name.
2147
2148 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
2149
2150         * MAINTAINERS (Write After Approval): Add myself.
2151
2152 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
2153
2154         * MAINTAINERS (Write After Approval): Add myself.
2155
2156 2007-11-06  Doug Kwan  <dougkwan@google.com>
2157
2158         * MAINTAINERS (Write After Approval): Add myself.
2159
2160 2007-10-25  Ben Elliston  <bje@au.ibm.com>
2161
2162         * MAINTAINERS (mercury): Remove entry.
2163         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
2164
2165 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
2166
2167         * Makefile.def (dependencies): Make configure-gdb depend on
2168         all-intl.
2169         * Makefile.in: Regenerated.
2170
2171 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
2172
2173         * MAINTAINERS (Fortran maintainer): Remove myself.
2174
2175 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
2176
2177         * Makefile.def: To avoid problems running with parallel makes,
2178         build newlib before libgloss so that target specific header
2179         files are availble.
2180         * Makefile.in: Regenerate
2181
2182 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2183
2184         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2185         * Makefile.in: Regenerate.
2186
2187 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
2188
2189         * MAINTAINERS (Register allocation reviewer): Add myself.
2190
2191 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
2192
2193         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2194         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2195         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
2196         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2197         * configure: Regenerate.
2198
2199 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
2200
2201         * MAINTAINERS (Register allocation reviewer): Add myself.
2202
2203 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
2204
2205         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2206         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2207         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2208         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2209         * configure.ac: Default them to host tools for $host = $build.
2210         Subst them.
2211
2212         * configure: Regenerate.
2213         * Makefile.in: Regenerate.
2214
2215 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
2216
2217         * MAINTAINERS (Register allocation reviewer): Add myself.
2218
2219 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
2220
2221         * MAINTAINERS (Register allocation reviewer): Add myself.
2222
2223 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
2224
2225         * MAINTAINERS (Write After Approval): Fix typo.
2226
2227 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
2228
2229         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2230         * configure: Regenerate.
2231
2232 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
2233
2234         PR bootstrap/31906
2235         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
2236         they're already prefixed.
2237
2238 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
2239
2240         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2241         libstdc++.
2242         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2243         * configure: Regenerate.
2244         * Makefile.in: Regenerate.
2245
2246 2007-09-17  Andreas Schwab  <schwab@suse.de>
2247
2248         * configure.ac: Raise minimum makeinfo version to 4.6.
2249         * configure: Regenerate.
2250
2251 2007-09-17  Johannes Singler  <singler@ira.uka.de>
2252
2253         * MAINTAINERS (write-after-approval) add myself
2254
2255 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
2256
2257         * configure.ac: Correct makeinfo version check.
2258         * configure: Regenerate.
2259
2260 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
2261
2262         * MAINTAINERS: Update my email address.
2263
2264 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
2265
2266         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
2267         to $skipdirs and only disable gprof for newlib.  Use the normal
2268         mips*-elf* handling in other respects.
2269         * configure: Regnerate.
2270
2271 2007-09-12  David Daney  <ddaney@avtrex.com>
2272
2273         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2274         enabling libgcj.
2275         * configure: Regenerate.
2276
2277 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2278
2279         PR other/32154
2280         * configure.ac: For libgloss targets, point the linker to the linker
2281         script, startup code and simulator library.
2282         * configure: Regenerate.
2283
2284 2007-09-07  Andrew Haley  <aph@redhat.com>
2285
2286         * configure.ac (noconfigdirs): Remove target-libffi and
2287         target-libjava.
2288         * configure: Regenerate.
2289
2290 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2291
2292         PR target/33281
2293         * configure.ac: Use config/mh-mingw on mingw.
2294         * configure: Regenerate.
2295
2296 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
2297
2298         * MAINTAINERS (Write After Approval): Add myself.
2299
2300 2007-09-05  Richard Guenther  <rguenther@suse.de>
2301
2302         * configure.ac (--enable-stage1-checking): If neither --enable-checking
2303         nor --disable-checking is provided also turn on yes and types
2304         checking for stage1.
2305         * configure: Re-generate.
2306
2307 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
2308
2309         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
2310         (Write After Approval): Remove myself.
2311
2312 2007-08-29  Nick Clifton  <nickc@redhat.com>
2313
2314         * config.sub, config.guess: Update from upstream sources.
2315
2316 2007-08-22  Bud Davis  <jmdavis@link.com>
2317
2318         * MAINTAINERS (Write After Approval): Added myself.
2319         * MAINTAINERS (Reviewers): Removed myself.
2320
2321 2007-08-18  Paul Brook  <paul@codesourcery.com>
2322             Joseph Myers  <joseph@codesourcery.com>
2323
2324         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2325         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2326         * Makefile.in: Regenerate.
2327         * configure.ac (--with-debug-prefix-map): New.
2328         * configure: Regenerate.
2329
2330 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
2331             Nigel Stephens  <nigel@mips.com>
2332
2333         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
2334         as target_makefile_frag.
2335         * configure: Regenerate.
2336
2337 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2338
2339         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2340         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2341         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2342         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2343         (do-compare, do-compare3, do-compare-debug): New.
2344         ([+compare-target+]): Use them.
2345
2346 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
2347
2348         * MAINTAINERS (Write After Approval): Change my email address.
2349
2350 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2351             Ben Elliston  <bje@au.ibm.com>
2352
2353         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2354         --silent if $silent.
2355         * configure: Regenerate.
2356
2357 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
2358
2359         * MAINTAINERS (Various Maintainers): Add myself as
2360         loop infrastructure maintainer.  Update my e-mail
2361         address.
2362
2363 2007-07-31  Diego Novillo  <dnovillo@google.com>
2364
2365         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
2366         Adjust description.
2367
2368 2007-07-26  Richard Guenther  <rguenther@suse.de>
2369
2370         * configure.ac: Add types checking to stage1 checking flags.
2371         * configure: Regenerate.
2372
2373 2007-07-17  Nick Clifton  <nickc@redhat.com>
2374
2375         * COPYING3: New file.  Contains version 3 of the GNU General
2376         Public License.
2377         * COPYING3.LIB: New file.  Contains version 3 of the GNU
2378         Lesser General Public License.
2379
2380 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2381
2382         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
2383
2384 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2385
2386         * MAINTAINERS (S/390 co-maintainer): Add myself.
2387         (Write After Approval): Remove myself.
2388
2389 2007-07-13  Dan Hipschman  <dsh@google.com>
2390
2391         * MAINTAINERS (Write After Approval): Add myself.
2392
2393 2007-07-11  Nick Clifton  <nickc@redhat.com>
2394
2395         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
2396         WINDRES export.
2397         * Makefile.in: Regenerate.
2398
2399 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2400
2401         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
2402         maintainer.
2403
2404 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2405
2406         * lt~obsolete.m4: New. Import from 20070318 libtool.
2407
2408 2007-07-03  Julian Brown  <julian@codesourcery.com>
2409
2410         * MAINTAINERS (Write After Approval): Add myself.
2411
2412 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2413
2414         * configure.ac: Rewrite 'configure --help' strings to look nicer.
2415         * configure: Regenerate.
2416
2417 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2418
2419         * configure.ac: Add some missing m4 quotation.
2420         * configure: Regenerate.
2421
2422 2007-07-02  Simon Baldwin  <simonb@google.com>
2423
2424         * MAINTAINERS (Write After Approval): Add myself.
2425
2426 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
2427
2428         * configure: Regenerate.
2429
2430 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
2431
2432         * Makefile.def: Add windmc tool to build.
2433         * Makefile.tpl: Likewise.
2434         * configure.ac: Likewise.
2435         * Makefile.in: Regenerate.
2436         * configure: Regenerate.
2437
2438 2007-06-28  DJ Delorie  <dj@redhat.com>
2439
2440         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2441         not building newlib.
2442         * configure: Regenerated.
2443
2444 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
2445
2446         * MAINTAINERS (Write After Approval): Add myself.
2447
2448 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
2449
2450         * MAINTAINERS (Write After Approval): Add myself.
2451
2452 2007-06-19  Chris Matthews  <chrismatthews@google.com>
2453
2454         * MAINTAINERS (Write After Approval): Add myself.
2455
2456 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2457
2458         * MAINTAINERS (Write After Approval): Add myself.
2459
2460 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
2461
2462         * Makefile.def: Add dependency from configure-gdb to all-bfd.
2463         * Makefile.in: Regenerated.
2464
2465 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
2466
2467         * configure.ac: Don't add target-libmudflap to noconfigdirs for
2468         bfin*-*-uclinux* targets.
2469         * configure: Regenerate.
2470
2471 2007-06-14  Ian Lance Taylor  <iant@google.com>
2472
2473         * MAINTAINERS: Add myself as non-algorithmic global write
2474         maintainer.
2475
2476 2007-06-14  Diego Novillo  <dnovillo@google.com>
2477
2478         * MAINTAINERS: Add self as middle-end maintainer and
2479         non-algorithmic global write maintainer.
2480
2481 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2482
2483         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
2484         Move all Fortran maintainers except Paul Brook into the
2485         Non-Autopoiesis section.
2486
2487 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
2488
2489         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2490         (distclean-stage[+id+]): Possibly delete stage_last.
2491         * Makefile.in: Regenerate.
2492
2493 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
2494
2495         * MAINTAINERS (Various Maintainer): Fix typo.
2496
2497 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
2498
2499         * MAINTAINERS (Various Maintainer): Add myself as
2500         dataflow maintainer.
2501
2502 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2503
2504         * config.sub, config.guess: Update from upstream sources.
2505
2506 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2507
2508         * Makefile.tpl: Fix spelling error.
2509         * Makefile.in: Regenerate.
2510
2511 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
2512
2513         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2514         lt_cv_sys_max_cmd_len.
2515
2516 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
2517
2518         * MAINTAINERS (Various Maintainers): Add myself as
2519         auto-vectorizer maintainer.
2520
2521 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
2522
2523         PR libjava/32098
2524         * libtool.m4: Revert previous change.
2525         * ltgcc.m4: Put it here.
2526
2527 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
2528
2529         * MAINTAINERS (Various Maintainers): Add myself as
2530         auto-vectorizer maintainer.
2531
2532 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
2533
2534         PR libjava/32098
2535         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
2536
2537 2007-05-30  Richard Guenther  <rguenther@suse.de>
2538
2539         * MAINTAINERS (Various Maintainers): Add myself as
2540         auto-vectorizer maintainer.
2541
2542 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
2543
2544         PR bootstrap/29382
2545         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2546         * configure: Rebuilt.
2547
2548 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
2549
2550         * MAINTAINERS (Write After Approval): Removed my name.
2551
2552 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
2553
2554         * MAINTAINERS (Write After Approval): Remove myself.
2555
2556 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
2557
2558         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2559
2560 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
2561
2562         * ltmain.sh: Update from ToT Libtool.
2563         * libtool.m4: Update from ToT Libtool.
2564         * ltsugar.m4: New. Update from ToT Libtool.
2565         * ltversion.m4: New. Update from ToT Libtool.
2566         * ltoptions.m4: New. Update from ToT Libtool.
2567         * ltconfig: Remove.
2568         * ltcf-c.sh: Remove.
2569         * ltcf-cxx.sh: Remove.
2570         * ltcf-gcj.sh: Remove.
2571
2572 2007-05-22  Ollie Wild  <aaw@google.com>
2573
2574         * MAINTAINERS (Write After Approval): Add myself.
2575
2576 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
2577
2578         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2579         stage_cflags.
2580         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2581         Remove CFLAGS/LIBCFLAGS.
2582         (configure-stage[+id+]-[+prefix+][+module+],
2583         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2584         * Makefile.in: Regenerate.
2585
2586 2007-05-15  Diego Novillo  <dnovillo@google.com>
2587
2588         * MAINTAINERS: Update e-mail address.
2589
2590 2007-05-15  Revital Eres  <eres@il.ibm.com>
2591
2592         * MAINTAINERS (Write After Approval): Add myself.
2593
2594 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
2595
2596         * MAINTAINERS (Write After Approval): Updated my address.
2597
2598 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
2599
2600         * MAINTAINERS (Write After Approval): Add myself.
2601
2602 2007-05-11  Silvius Rus  <rus@google.com>
2603
2604         * MAINTAINERS (Write After Approval): Add myself.
2605
2606 2007-04-23  Tom Tromey  <tromey@redhat.com>
2607
2608         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
2609
2610 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
2611
2612         * MAINTAINERS (cpplib): Rename to ...
2613         (libcpp): ... this.  Add C/C++ front end maintainers.
2614
2615 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
2616
2617         * config-ml.in: Pass ${ml_config_env} to configure calls.
2618
2619 2007-04-04  Christian Bruel  <christian.bruel@st.com>
2620
2621         * MAINTAINERS (Write After Approval): Add myself.
2622
2623 2007-04-02  Dave Korn  <dave.korn@artimi.com>
2624
2625         * MAINTAINERS (Write After Approval): Add myself.
2626
2627 2007-03-31  Tobias Burnus  <burnus@net-b.de>
2628
2629         * MAINTAINERS (fortran 95 front end): Add myself.
2630
2631 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2632
2633         * MAINTAINERS (Write After Approval): Add myself.
2634
2635 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
2636
2637         * MAINTAINERS (Modulo Scheduler): Add myself.
2638
2639 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
2640
2641         * MAINTAINERS (fortran 95 front end): Add myself.
2642         (c++ front end): whitespace fix.
2643
2644 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
2645
2646         * MAINTAINERS (Write After Approval): Add myself.
2647
2648 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
2649
2650         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2651         of glob.  Quote arguments with single quotes too.
2652         * configure: Regenerate.
2653
2654 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
2655
2656         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2657         * Makefile.in: Regenerate
2658
2659 2007-03-07  Andreas Schwab  <schwab@suse.de>
2660
2661         * configure: Regenerate.
2662
2663 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2664
2665         * configure.ac: Add "--with-pdfdir" configure option,
2666         which defines pdfdir variable.
2667         * Makefile.def (target=fixincludes): Add install-pdf to
2668         missing targets.
2669         (recursive_targets): Add install-pdf target.
2670         (flags_to_pass): Add pdfdir.
2671         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2672         target.
2673         * configure: Regenerate
2674         * Makefile.in: Regenerate
2675
2676 2007-02-28  Eric Christopher  <echristo@apple.com>
2677
2678         Revert:
2679         2006-12-07  Mike Stump  <mrs@apple.com>
2680
2681         * Makefile.def (dependencies): Add dependency for
2682         install-target-libssp and install-target-libgomp on
2683         install-gcc.
2684         * Makefile.in: Regenerate.
2685
2686 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
2687
2688         * configure: Regenerate.
2689         * configure.ac: Move statements after variable declarations.
2690
2691 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
2692
2693         * MAINTAINERS: Add myself as sh maintainer.
2694
2695 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
2696
2697         * configure.ac: Adjust for loop syntax.
2698         * configure: Regenerate.
2699
2700 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2701
2702         * configure: Rebuilt.
2703
2704 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2705
2706         * configure.ac: Drop multiple occurrences of --enable-languages,
2707         and fix its quoting.
2708         * configure: Rebuilt.
2709
2710 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
2711             Nathan Sidwell  <nathan@codesourcery.com>
2712             Vladimir Prus  <vladimir@codesourcery.com>
2713             Joseph Myers  <joseph@codesourcery.com>
2714
2715         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2716         * configure: Regenerate.
2717
2718 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
2719
2720         * ltconfig (freebsd*): Default to elf.
2721
2722 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2723
2724         * configure.ac (target_libraries): Move libgcc before libiberty.
2725         * configure: Regenerated.
2726
2727 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2728             Paolo Bonzini  <bonzini@gnu.org>
2729
2730         PR bootstrap/30753
2731         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
2732         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
2733         * configure: Regenerated.
2734
2735 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2736
2737         * MAINTAINERS (Language Front End Maintainers): Update my mail
2738         address.
2739
2740 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2741
2742         PR bootstrap/30748
2743         * configure.ac: Correct syntax for Solaris ksh.
2744         * configure: Regenerated.
2745
2746 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2747
2748         * configure.ac: Sync with src.
2749         * configure: Regenerate.
2750
2751 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2752
2753         * Makefile.in: Regenerate.
2754
2755 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2756
2757         * config.sub: Sync with src.
2758
2759 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2760
2761         * Makefile.tpl (build_alias, host_alias, target_alias): Use
2762         noncanonical equivalents.
2763         * configure.in: Rename to...
2764         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
2765         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
2766         target_noncanonical.  Use them.  Rewrite removal of configure
2767         arguments for autoconf 2.59.  Discard variable settings.  Force
2768         program_transform_name for native tools.
2769
2770         * Makefile.in: Regenerated.
2771         * configure: Regenerated with autoconf 2.59.
2772
2773 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
2774
2775         * MAINTAINERS (Write After Approval): Add myself.
2776
2777 2007-01-31  Andreas Schwab  <schwab@suse.de>
2778
2779         * Makefile.tpl (LDFLAGS): Substitute it.
2780         * Makefile.in: Regenerate.
2781
2782 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
2783
2784         * MAINTAINERS (Write After Approval): Add myself.
2785
2786 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
2787
2788         * MAINTAINERS (spu port): Add myself.
2789
2790 2007-01-23  Richard Guenther  <rguenther@suse.de>
2791
2792         PR bootstrap/30541
2793         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
2794         * Makefile.tpl (GNATBIND): Substitute it.
2795         (GNATMAKE): Likewise.
2796         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
2797         of STAGE_PREFIX.
2798         * Makefile.in: Regenerate.
2799         * configure: Regenerate.
2800
2801 2007-01-18  Mike Stump  <mrs@apple.com>
2802
2803         * configure.in: Re-enable -Werror for gcc builds.
2804
2805 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
2806
2807         * MAINTAINERS (Write After Approval): Add myself.
2808
2809 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2810
2811         * configure.in: Change == to = in test command.
2812         * configure: Regenerate.
2813
2814 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2815             Nick Clifton  <nickc@redhat.com>
2816             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
2817
2818         * configure.in (build_configargs, host_configargs, target_configargs):
2819         Remove build/host/target parameters.
2820         (host_libs): Add gmp and mpfr.
2821         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2822         * Makefile.def (gmp, mpfr): New.
2823         (gcc): Remove target.
2824         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2825         target_os, target_vendor): New.
2826         (configure): Add host_alias/target_alias arguments; adjust invocations.
2827         * configure: Regenerate.
2828         * Makefile.in: Regenerate.
2829
2830 2007-01-11  Matt Fago  <fago@earthlink.net>
2831
2832         * configure.in: Try to link to functions only in mpfr 2.2.x
2833         to improve robustness of configure tests.
2834         * configure: Regenerate.
2835
2836 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
2837
2838         * MAINTAINERS: Add myself as i386 maintainer.
2839
2840 2007-01-08  Jan Hubicka  <jh@suse.cz>
2841
2842         * MAINTAINERS: Add myself as i386 maintainer.
2843
2844 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
2845
2846         * configure.in: Add support for an x86_64-mingw* target.
2847         * configure: Regenerate.
2848
2849 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
2850
2851         * Makefile.tpl (all-target): Correct @if conditional for target
2852         modules.
2853         * configure.in: Omit libiberty if building only target libgcc.
2854         * configure, Makefile.in: Regenerated.
2855
2856 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
2857
2858         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
2859         * configure: Regenerate.
2860
2861 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
2862
2863         * Makefile.def (target_modules): Add libgcc.
2864         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
2865         * Makefile.tpl (clean-target-libgcc): Delete.
2866         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2867         on gcc even for bootstrapped modules.  Rewrite handling of
2868         lang_env_dependencies to loop over target_modules.
2869         * configure.in (target_libraries): Add target-libgcc.
2870         * Makefile.in, configure: Regenerated.
2871
2872 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2873
2874         * configure.in: Reorganize recognition of languages.  Add
2875         --enable-stage1-languages.  Show supported languages for the chosen
2876         target rather than all recognized languages.
2877         * configure: Regenerate.
2878
2879 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2880
2881         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2882         * Makefile.in: Regenerate.
2883
2884 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2885
2886         * configure.in: Warn that MPFR 2.2.0 is buggy.
2887         * configure: Regenerate.
2888
2889 2006-12-27  Ian Lance Taylor  <iant@google.com>
2890
2891         * configure.in: When removing Makefiles to force a reconfigure, also
2892         remove prev-DIR*/Makefile.
2893         * configure: Regenerate.
2894
2895 2006-12-22  Andreas Schwab  <schwab@suse.de>
2896
2897         * configure: Regenerate with correct autoconf version.
2898
2899 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
2900
2901         * configure.in: add AC_SUBST for *_FOR_TARGET.
2902         * configure: Regenerate.
2903
2904 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2905
2906         * configure.in: Simplify logic for rejecting languages that cannot
2907         be built.  Separate the case when a language is unsupported,
2908         from the case when the user chooses not to build a language.
2909
2910 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2911
2912         * configure.in: Remove "$build" case for powerpc-*-darwin* since
2913         it only affects bootstrap and could be tested on "$host" as well.
2914         * configure: Regenerate.
2915         * config/mh-ppc-darwin: Add to the stage1 cflags here.
2916
2917 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2918
2919         PR bootstrap/29544
2920         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2921         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2922         move here comment from Makefile.tpl.
2923         * Makefile.tpl: Move some definitions higher in the file.
2924         (STAGE1_CHECKING): New.
2925         * configure.in: Add --enable-stage1-checking.
2926         * configure: Regenerate.
2927         * Makefile.in: Regenerate.
2928
2929 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2930
2931         * MAINTAINERS: Add myself as build system maintainer.
2932
2933 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
2934
2935         * MAINTAINERS (Write After Approval): Add myself.
2936
2937 2006-12-13  Eric Christopher  <echristo@apple.com>
2938
2939         * MAINTAINERS: Add myself as darwin maintainer.
2940
2941 2006-12-11  Ian Lance Taylor  <ian@airs.com>
2942
2943         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
2944
2945 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
2946
2947         MAINTAINERS: Update my entry.
2948
2949 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
2950
2951         * configure.in:  Handle spu makefile frag.
2952         * Makefile.tpl (MAINT): Define
2953         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2954         * configure: Regenerate.
2955         * Makefile.in: Regenerate.
2956
2957 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2958
2959         * config.guess: Import latest version.
2960         * config.sub: Likewise.
2961
2962 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2963
2964         * configure.in (spu-*-*): Don't skip target-libiberty.
2965         * configure: Regenerate.
2966
2967 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2968
2969         PR bootstrap/30134
2970         * configure.in: Correct x86 darwin support for libjava to powerpc
2971         and i?86 only.
2972         * configure: Regenerate.
2973
2974 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
2975
2976         * configure.in: Add x86 darwin support for libjava.
2977         * configure: Regenerate.
2978
2979 2006-12-07  Mike Stump  <mrs@apple.com>
2980
2981         * Makefile.def (dependencies): Add dependency for
2982         install-target-libssp and install-target-libgomp on
2983         install-gcc.
2984         * Makefile.in: Regenerate.
2985
2986 2006-12-04  Richard Guenther  <rguenther@suse.de>
2987
2988         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
2989         (Non-Algorithmic Maintainers): Move over non-algorithmic
2990         loop optimizer maintainers, add myself as a non-algorithmic
2991         middle-end maintainer.
2992
2993 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
2994
2995         * MAINTAINERS (Write After Approval): Add myself.
2996
2997 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2998
2999         * configure.in: Update error message for missing GMP/MPFR.
3000
3001         * configure: Regenerate.
3002
3003 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3004
3005         * configure.in: Update MPFR version in error message.
3006
3007         * configure: Regenerate.
3008
3009 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3010
3011         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3012         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3013         --with-gmp-lib): New flags.
3014
3015         * configure: Regenerate.
3016
3017 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
3018
3019         * MAINTAINERS (Write After Approval): Change my email address.
3020
3021 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3022
3023         * MAINTAINERS (Write After Approval): Add myself.
3024
3025 2006-11-22  Philipp Thomas  <pth@suse.de>
3026
3027         * MAINTAINERS (i18n): Update e-mail address.
3028
3029 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3030
3031         * MAINTAINERS (spu port): Add myself as maintainer.
3032         (Write After Approval): Remove myself.
3033
3034 2006-11-22  Ben Elliston  <bje@au.ibm.com>
3035
3036         * configure.in (skipdirs): Don't build libssp for SPU.
3037         * configure: Regenerate.
3038
3039 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3040
3041         * MAINTAINERS (spu port): Add myself as maintainer.
3042         (libobjc): Update my email address.
3043
3044 2006-11-21  Andrea Bona  <andrea.bona@st.com>
3045
3046         * MAINTAINERS (Write After Approval): Add myself.
3047
3048 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3049
3050         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
3051         * configure : Rebuilt.
3052
3053 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3054
3055         * MAINTAINERS (Write After Approval): Add myself.
3056
3057 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
3058
3059         * MAINTAINERS (Write After Approval): Add myself.
3060
3061 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3062
3063         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
3064         libmpfr.a.
3065         * configure: Regenerate.
3066
3067 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
3068
3069         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3070         (unstage): Test for stage_last presence.
3071
3072         PR bootstrap/29802
3073         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
3074         STAGE_PREFIX.
3075         * Makefile.in: Regenerate.
3076
3077 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
3078
3079         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
3080         maintainers.
3081
3082 2006-11-14  Erven Rohou  <erven.rohou@st.com>
3083
3084         * MAINTAINERS (Write After Approval): Add myself.
3085
3086 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
3087
3088         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
3089         and stageN-package/Makefile.
3090         * Makefile.in: Regenerated.
3091
3092 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
3093
3094         * configure.in: Remove target-libgloss from noconfigdirs for
3095         bfin-*-*.
3096         * configure: Regenerated.
3097
3098 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3099
3100         * configure.in (have_gmp): Only error if the gcc directory exists.
3101
3102         * configure: Regenerate.
3103
3104 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3105
3106         * configure.in: Robustify error message for missing GMP/MPFR.
3107
3108         * configure: Regenerate.
3109
3110 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
3111
3112         * MAINTAINERS (Write After Approval): Add myself.
3113
3114 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
3115
3116         * MAINTAINERS: Change email address.
3117
3118 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
3119
3120         * MAINTAINERS (Write After Approval): Add myself.
3121
3122 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
3123
3124         * MAINTAINERS (Write After Approval): Add myself.
3125
3126 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
3127
3128         * MAINTAINERS (Write After Approval): Move myself to
3129         Write After Approval section.
3130
3131 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3132
3133         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
3134         need_gmp anymore.
3135         * configure: Regenerate.
3136
3137 2006-10-16  Tobias Burnus  <burnus@net-b.de>
3138
3139         * MAINTAINERS (Write After Approval): Add myself.
3140
3141 2006-10-16  Ben Elliston  <bje@au.ibm.com>
3142
3143         * config.guess: Import latest version.
3144         * config.sub: Likewise.
3145
3146 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
3147
3148         * Makefile.def: Added pdf target handling.
3149         * Makefile.tpl: Added pdf target handling.
3150         * Makefile.in: Regenerated.
3151
3152 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
3153
3154         * MAINTAINERS: Add self as score port maintainer.
3155
3156 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
3157
3158         * MAINTAINERS (Write After Approval): Add myself.
3159
3160 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
3161
3162         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
3163         or newer.
3164         * configure: Regenerated.
3165
3166 2006-09-27  Dave Brolley  <brolley@redhat.com>
3167
3168         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
3169         using $s instead of $r.
3170         * configure: Regenerated.
3171
3172 2006-09-26  Thiemo Seufer  <ths@mips.com>
3173
3174         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3175         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3176         * configure: Regenerate.
3177
3178 2006-09-24  Graeme Peterson  <gridly@gmail.com>
3179
3180         * MAINTAINERS (Write After Approval): Remove myself.
3181
3182 2006-09-22  Chao-ying Fu  <fu@mips.com>
3183
3184         * MAINTAINERS (Write After Approval): Add myself.
3185
3186 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
3187
3188         * MAINTAINERS: Add self as soft-fp maintainer.
3189
3190 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
3191
3192         * MAINTAINERS: Add myself as avr maintainer.
3193         Remove Marek Michalkiewicz as avr maintainer.
3194
3195 2006-09-07  Roberto Costa  <roberto.costa@st.com>
3196
3197         * MAINTAINERS (Write After Approval): Add myself.
3198
3199 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3200
3201         * configure.in: Never build newlib for a Mingw host.
3202         Never build newlib as Mingw target library.
3203         Test the existence of winsup/cygwin for building a Cygwin newlib,
3204         rather than just winsup.
3205         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3206         building a Mingw target.
3207         * configure: Regenerate.
3208
3209 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3210
3211         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
3212
3213 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
3214
3215         * config.guess: Import from src (was more updated).
3216         * config.sub: Likewise.
3217
3218 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
3219
3220         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3221         * configure: Regenerated.
3222
3223 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
3224
3225         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3226         for stages after the first.
3227
3228 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
3229
3230         * Makefile.def: Add dependencies for configure-opcodes
3231         on configure-intl and all-opcodes on all-intl.
3232         * Makefile.in: Regenerated.
3233
3234 2006-07-13  Ben Elliston  <bje@au.ibm.com>
3235
3236         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
3237
3238 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3239
3240         Port to hosts whose 'sort' and 'tail' implementations
3241         treat operands with leading '+' as file names, as POSIX
3242         has required since 2001.  However, make sure the code still
3243         works on pre-POSIX hosts.
3244         * ltmain.sh: Don't assume "sort +2" is equivalent to
3245         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3246
3247 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
3248
3249         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
3250
3251 2006-07-04  Peter O'Gorman  <peter@pogma.com>
3252
3253         * ltconfig: chmod 644 before ranlib during install.
3254
3255 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3256
3257         PR bootstrap/18058
3258         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3259         if the bootstrap compiler is a GCC version that supports it.
3260         * configure: Regenerate.
3261
3262 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3263
3264         * configure.in: Fix thinkos in previous check-in.
3265         * configure: Regenerate.
3266
3267 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3268
3269         PR other/27063
3270         * configure.in: Test subdir_requires and give an appropriate
3271         error message.
3272         * configure: Regenerate.
3273
3274 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
3275
3276         * MAINTAINERS (Write After Approval): Add myself.
3277
3278 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
3279
3280         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3281
3282 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
3283
3284         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3285
3286 2006-06-20  David Ayers  <d.ayers@inode.at>
3287
3288         PR bootstrap/28072
3289         * configure.in: Add target-boehm-gc to noconfigdirs depending on
3290         whether target-libjava is being configured instead of whether the
3291         java front end is enabled.
3292         * configure: Regenerate.
3293
3294 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3295
3296         PR target/27540
3297         * configure.in: Only enable libgomp on IRIX 6.
3298         * configure: Regenerate.
3299
3300 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
3301
3302         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3303         too.
3304         * Makefile.in: Regenerate.
3305
3306 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
3307
3308         * config-ml.in: Alter CCASFLAGS to include special
3309         multilib options the same as is done for CFLAGS.
3310
3311 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3312
3313         * configure.in: Don't enable libgomp on hpux10.
3314         * configure: Rebuilt.
3315
3316 2006-06-12  David Ayers  <d.ayers@inode.at>
3317
3318         PR bootstrap/27963
3319         PR target/19970
3320         * configure.in: Remove target-boehm-gc from noconfigdirs where
3321         ${libgcj} is specified.
3322         * configure: Regenerate.
3323
3324 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
3325
3326         Sync from src:
3327
3328         * configure.in: Sync.
3329         * configure: Regenerated.
3330
3331         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3332
3333         * Makefile.def: Added dependencies from sim and gdb on intl, and
3334         added configure dependencies to everything with an all dependency
3335         on intl.
3336         * Makefile.in: Regenerated.
3337
3338 2006-06-06  David Ayers  <d.ayers@inode.at>
3339
3340         PR libobjc/13946
3341         * Makefile.def: Add dependencies for libobjc which boehm-gc.
3342         * Makefile.in: Regenerate.
3343         * configure.in: Add --enable-objc-gc at toplevel and have it
3344         enable boehm-gc for Objective-C.
3345         Remove target-boehm-gc from libgcj.
3346         Add target-boehm-gc to target_libraries.
3347         Add target-boehm-gc to noconfigdirs where ${libgcj}
3348         is specified.
3349         Assert that boehm-gc is supported when requested for Objective-C.
3350         Only build boehm-gc if needed either for Java or Objective-C.
3351         * configure: Regenerate.
3352
3353 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
3354
3355         PR 27674
3356         * Makefile.tpl (configure-[+prefix+][+module+],
3357         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3358         Remove rule to unstage bootstrapped modules.
3359         (stage_current): New.
3360         * Makefile.in: Regenerate.
3361
3362 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3363
3364         * MAINTAINERS (Write After Approval): Update my e-mail address.
3365
3366 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
3367
3368         * include/libiberty.h: Declare pex_run_in_environment.
3369
3370 2006-05-31  Asher Langton  <langton2@llnl.gov>
3371
3372         * MAINTAINERS (Write After Approval): Add myself.
3373
3374 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
3375
3376         * Makefile.def (bfd, opcodes): Fix lib_path.
3377         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3378         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
3379         * Makefile.in: Regenerate.
3380
3381 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3382
3383         * Makefile.in: Regenerate.
3384
3385 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3386
3387         * Makefile.def: Add install-html target. Add datarootdir
3388         docdir and htmldir to flags_to_pass.
3389         * Makefile.tpl: Add install-html target.
3390         * Makefile.in: Regenerate.
3391         * configure.in: Add --with-datarootdir, --with-docdir, and
3392         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
3393         * configure: Regenerate.
3394
3395 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
3396
3397         * configure.in: Enable gprof for cross builds.
3398         * configure: Regenerate.
3399
3400 2006-05-22  Richard Guenther  <rguenther@suse.de>
3401
3402         Revert
3403         2006-01-31  Richard Guenther  <rguenther@suse.de>
3404         Paolo Bonzini  <bonzini@gnu.org>
3405
3406         * Makefile.def (target_modules): Add libgcc-math target module.
3407         * configure.in (target_libraries): Add libgcc-math target library.
3408         (--enable-libgcc-math): New configure switch.
3409         * Makefile.in: Re-generate.
3410         * configure: Re-generate.
3411         * libgcc-math: New toplevel directory.
3412
3413 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3414             Andreas Tobler  <a.tobler@schweiz.ch>
3415
3416         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
3417         * configure: Rebuilt.
3418
3419 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
3420
3421         * MAINTAINERS (Write After Approval): Add myself.
3422
3423 2006-05-01  DJ Delorie  <dj@redhat.com>
3424
3425         * configure.in: Restore CFLAGS if GMP isn't present.
3426         * configure: Regenerate.
3427
3428 2006-05-01  Richard Guenther  <rguenther@suse.de>
3429
3430         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
3431         maintainer.
3432
3433 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
3434
3435         * MAINTAINERS (Write After Approval): Add myself.
3436
3437 2006-04-28  Jan Beulich  <jbeulich@novell.com>
3438
3439         * MAINTAINERS (Write After Approval): Add myself.
3440
3441 2006-04-18  DJ Delorie  <dj@redhat.com>
3442
3443         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
3444         reference libgloss so that libssp can be built in a combined
3445         tree.
3446         * configure: Regenerate.
3447
3448 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
3449
3450         * MAINTAINERS (Write After Approval): Add myself.
3451
3452 2006-04-05  Ben Elliston  <bje@au.ibm.com>
3453
3454         * configure.in: Require makeinfo 4.4 or higher.
3455         * configure: Regenerate.
3456
3457 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
3458
3459         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
3460         Rearrange the entries of other libraries to have them in one place.
3461
3462 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
3463
3464         * MAINTAINERS (Write After Approval): Remove myself.
3465         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3466
3467 2006-03-14  Richard Guenther  <rguenther@suse.de>
3468
3469         * configure: Regenerate with autoconf 2.13.
3470
3471 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
3472
3473         * MAINTAINERS: Use my work address.
3474
3475         * MAINTAINERS: Update my E-mail address.
3476
3477 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
3478
3479         * configure.in: Handle --disable-<component> generically.
3480         * configure: Regenerate.
3481
3482 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3483
3484         PR libgcj/17311
3485         * ltmain.sh: Don't use "$finalize_rpath" for compile.
3486
3487 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
3488
3489         * MAINTAINERS (Write After Approval):  Remove myself.
3490         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3491
3492 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
3493
3494         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
3495         (TARGET_CONFIGDIRS): Remove.
3496         * configure.in: Remove AC_SUBST(target_configdirs).
3497         * Makefile.in, configure: Regenerated.
3498
3499 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
3500
3501         * MAINTAINERS (Write After Approval):  Remove myself.
3502         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3503
3504 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
3505
3506         PR bootstrap/25670
3507
3508         * Makefile.tpl ([+compare-target+]): Print explanation messages.
3509
3510         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3511         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3512         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3513         BUILD_PREFIX, BUILD_PREFIX_1.
3514         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3515
3516         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3517         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3518
3519         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3520         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3521         of `cat stage_current`.  Always provide the `r' and `s' variables.
3522         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3523         a single shell execution.
3524         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3525         bootstrapped modules, make the stage1 module if the build was not
3526         started yet, else build the current stage.
3527         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3528         (all-build, all-host, all-target, [+make_target+]-host,
3529         [+make_target+]-target): Do not use \-continued lines.
3530         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3531         (current_stage, restrap, stage_last): New.
3532
3533         * Makefile.in: Regenerate.
3534         * configure: Regenerate.
3535
3536 2006-02-19  Bud Davis  <jmdavis@link.com>
3537
3538         * MAINTAINERS (Write After Approval):  Remove myself.
3539         (Language Front End Maintainers):  Add myself as fortran 95
3540         maintainer and update e-mail address.
3541
3542 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3543
3544         * MAINTAINERS (Write After Approval):  Remove myself.
3545         (Language Front End Maintainers):  Add myself as fortran 95
3546         maintainer.
3547
3548 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
3549
3550         * MAINTAINERS (Write After Approval): Add myself.
3551
3552 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
3553
3554         * MAINTAINERS (Write After Approval):  Remove myself.
3555         (Language Front End Maintainers):  Add myself as
3556         fortran 95 maintainer.
3557
3558 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3559
3560         Sync from src:
3561
3562         2005-12-27  Leif Ekblad  <leif@rdos.net>
3563
3564         * configure.in: Add support for RDOS target.
3565         * configure: Regenerate.
3566
3567 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3568             Andreas Schwab  <schwab@suse.de>
3569
3570         * configure: Regenerate.
3571
3572 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
3573
3574         * configure.in (enable_libgomp): Add AIX.
3575         * configure: Regenerate.
3576
3577 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
3578
3579         * MAINTAINERS (Write After Approval): Add myself.
3580
3581 2006-02-03  Lee Millward  <lee.millward@gmail.com>
3582
3583         * MAINTAINERS (Write After Approval): Add myself.
3584
3585 2006-01-31  Richard Guenther  <rguenther@suse.de>
3586         Paolo Bonzini  <bonzini@gnu.org>
3587
3588         * Makefile.def (target_modules): Add libgcc-math target module.
3589         * configure.in (target_libraries): Add libgcc-math target library.
3590         (--enable-libgcc-math): New configure switch.
3591         * Makefile.in: Re-generate.
3592         * configure: Re-generate.
3593         * libgcc-math: New toplevel directory.
3594
3595 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
3596
3597         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3598         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3599         the assembler, linker and binutils.
3600         * configure: Regenerate.
3601
3602 2006-01-22  Dirk Mueller  <dmueller@suse.de>
3603
3604         * MAINTAINERS (Write After Approval): Add myself.
3605
3606 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
3607
3608         * configure: Regenerate.
3609
3610 2006-01-18  Richard Henderson  <rth@redhat.com>
3611             Jakub Jelinek  <jakub@redhat.com>
3612             Diego Novillo  <dnovillo@redhat.com>
3613
3614         * libgomp: New directory.
3615         * Makefile.def: Add target_module libgomp.
3616         * Makefile.in: Regenerate.
3617         * configure.in (target_libraries): Add target-libgomp.
3618         * configure: Regenerate.
3619
3620 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
3621
3622         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3623         @ from continuation.
3624         * Makefile.in: Rebuilt.
3625
3626 2006-01-04  Chris Lattner  <sabre@gnu.org>
3627
3628         * MAINTAINERS (Write After Approval): Add myself.
3629
3630 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3631
3632         PR bootstrap/24252
3633
3634         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3635         * Makefile.tpl (OBJDUMP): New.
3636         (EXTRA_HOST_FLAGS): Add it.
3637         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3638
3639         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3640         to use symbolic links between directories.  Avoid race conditions
3641         or make them harmless.
3642         * configure.in: Do not try to use symbolic links between directories.
3643
3644         * Makefile.def (LEAN): Pass.
3645         * Makefile.tpl (LEAN): Define.
3646         (stage[+id+]-start): Accept that the previous directory does not
3647         exist, if the bootstrap is lean.
3648         (stage[+id+]-bubble): Invoke lean bootstrap commands after
3649         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
3650         configure substitution.
3651         ([+compare-target+]): Likewise.
3652         ([+bootstrap-target+]-lean): New.
3653         * configure.in: Remove lean bootstrap support from here.
3654
3655         * Makefile.in: Regenerate.
3656         * configure: Regenerate.
3657
3658 2006-01-04  Ben Elliston  <bje@au.ibm.com>
3659
3660         * MAINTAINERS (libdecnumber): Add myself.
3661
3662 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
3663
3664         * libtool-ldflags: New script.
3665
3666 2006-01-02  Andreas Schwab  <schwab@suse.de>
3667
3668         * configure.in: When reconfiguring remove Makefile in
3669         all stage directories.
3670         * configure: Regenerate.
3671
3672 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
3673
3674         * MAINTAINERS: Update my email address.
3675
3676 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
3677
3678         Revert Ada-related part of the previous change.
3679
3680         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3681         Do not pass.
3682         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3683         * Makefile.in: Regenerate.
3684         * configure.in: Do not include mt-ppc-aix target fragment.
3685         * configure: Regenerate.
3686
3687 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
3688
3689         * configure.in: Select appropriate fragments for PowerPC/AIX.
3690         * configure: Regenerate.
3691
3692         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3693         BOOT_CFLAGS, BOOT_LDFLAGS.
3694         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3695         BOOT_CFLAGS, BOOT_LDFLAGS.
3696         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3697         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3698         (stage): Fail if we cannot complete the work.
3699         * Makefile.in: Regenerate.
3700
3701 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
3702
3703         * configure.in: Replace ms1 with mt.
3704         * configure: Rebuilt.
3705
3706 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
3707
3708         * MAINTAINERS: Update my email address.
3709
3710 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
3711
3712         * Makefile.tpl (all, do-[+make_target+], do-check, install,
3713         install-host-nogcc): Don't invoke $(stage) at the end.
3714         * Makefile.in: Regenerate.
3715
3716 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
3717
3718         * configure.in: Flip the top-level bootstrap switch.
3719         * configure: Regenerate.
3720
3721 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
3722
3723         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3724         $(stage) and $(unstage).
3725         (EXTRA_TARGET_FLAGS): Correct double-quoting.
3726         (all): Remove stray semicolon.
3727         (local-distclean): Don't handle multilib.tmp and multilib.out.
3728         (install.all): Set $s for consistency.
3729         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3730         check_multilibs setting.  Always make the install directory.
3731         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3732         Correct @if/@endif.
3733         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3734         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3735         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3736         (multilib.out): Remove.
3737         * Makefile.in: Regenerated.
3738
3739 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
3740
3741         * MAINTAINERS (Write After Approval): Add myself.
3742
3743 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3744
3745         * MAINTAINERS: Add myself as mt maintainer.
3746
3747         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
3748
3749 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
3750
3751         * MAINTAINERS: Change email address.
3752
3753 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3754
3755         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3756         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3757         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
3758         Find in-tree tools if available.
3759         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3760         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3761         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3762         (COMPILER_*_FOR_TARGET): New.
3763         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3764         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3765         (CONFIGURED_*, USUAL_*): Remove.
3766         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3767         STRIP): Use autoconf substitutions.
3768         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3769         COMPILER_NM_FOR_TARGET): New.
3770         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3771
3772         (all): Make all-host and all-target in parallel.
3773         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3774         that $$r and $$s are set before invoking a recursive make.
3775         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3776         ([+bootstrap-target+]): Inline most of the `all' target.
3777
3778 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3779
3780         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3781         from the gcc build directory.
3782         * Makefile.in: Regenerate.
3783
3784 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3785
3786         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
3787         depend on all-libdecnumber.
3788         * configure.in (host_libs): Include libdecnumber.
3789         * Makefile.in: Regenerate.
3790         * configure: Likewise.
3791
3792 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3793
3794         * libdecnumber: Import decNumber sources from the dfp-branch.
3795
3796 2005-11-21  Kean Johnston  <jkj@sco.com>
3797
3798         * config.sub, config.guess: Sync from upstream sources.
3799
3800 2005-11-21  Ben Elliston  <bje@au.ibm.com>
3801
3802         Import from Autoconf sources:
3803
3804         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3805         * config/move-if-change: Don't output "$2 is unchanged";
3806         suggested by Ben Elliston.  Handle weird characters correctly.
3807
3808 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
3809
3810         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
3811         to match upstream libtool for darwin.
3812
3813 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
3814
3815         * Makefile.def: Remove gdb dependencies for gdbtk.
3816         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3817         (configure-gdb, install-gdb): New rules.
3818         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3819         * Makefile.in, configure: Regenerated.
3820
3821 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
3822
3823         * MAINTAINERS (Write After Approval): Add myself.
3824
3825 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
3826
3827         * MAINTAINERS (Write After Approval): Add myself.
3828
3829 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
3830
3831         * MAINTAINERS (alias analysis): Add Daniel Berlin and
3832         Diego Novillo.
3833
3834 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
3835
3836         PR bootstrap/24297
3837         * Makefile.tpl (do-[+make-target+], do-check, install,
3838         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3839         are set before recursing.
3840         * Makefile.in: Regenerate.
3841
3842 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
3843
3844         PR bootstrap/18939
3845         * Makefile.def (gcc) <target>: Fix thinko.
3846         * Makefile.in: Regenerate.
3847
3848 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
3849
3850         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3851         * configure: Regenerate.
3852
3853 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
3854
3855         * MAINTAINERS (Write After Approval): Add self.
3856
3857 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
3858
3859         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3860         target-libffi, target-qthreads, target-libjava, and
3861         targetlibobjc.
3862         * configure: Regenerate.
3863
3864 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
3865
3866         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3867         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3868         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3869         (USUAL_OBJDUMP_FOR_TARGET): New.
3870         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3871         * configure.in: Check for $OBJDUMP_FOR_TARGET.
3872         * configure, Makefile.in: Regenerated.
3873
3874 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3875
3876         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3877         before other host packages.
3878
3879 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
3880
3881         * MAINTAINERS: Add self as sh libraries/configury maintainer.
3882
3883 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3884
3885         PR bootstrap/22340
3886
3887         * configure.in (default_target): Remove.
3888         * Makefile.tpl (all): Do not use prerequisites as subroutines
3889         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3890         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3891         use prerequisites as subroutines.
3892         (check-host, check-target): New.
3893         (bootstrap configure & all targets): Do not use stage*-start
3894         if the directory layout is already ok.
3895         (non-bootstrap configure & all targets): Prepend a $(unstage).
3896         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
3897         (NOTPARALLEL): Remove.
3898         (unstage, stage variables): New variables.
3899         (unstage, stage targets): Simply expand to those variables.
3900
3901         * configure: Regenerate.
3902         * Makefile.in: Regenerate.
3903
3904 2005-10-04  James E Wilson  <wilson@specifix.com>
3905
3906         * Makefile.def (lang_env_dependencies): Add libmudflap.
3907         * Makefile.in: Regenerate.
3908
3909 2005-10-03  Andreas Schwab  <schwab@suse.de>
3910
3911         Backport from libtool CVS:
3912         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
3913
3914         * ltmain.sh: add support for installing into temporary
3915         staging area (e.g. 'make install DESTDIR=...')
3916
3917 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
3918
3919         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3920         * configure: Regenerated.
3921
3922 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
3923
3924         * configure: Regenerate with the correct
3925         autoconf version.
3926
3927 2005-09-30  Catherine Moore  <clm@cm00re.com>
3928
3929         * configure.in (bfin-*-*): New.
3930         * configure: Regenerated.
3931
3932 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
3933
3934         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3935         (LIPO_FOR_TARGET): New.
3936         (CONFIGURED_LIPO_FOR_TARGET): New.
3937         (USUAL_LIPO_FOR_TARGET): New.
3938         (STRIP_FOR_TARGET): New.
3939         (CONFIGURED_STRIP_FOR_TARGET): New.
3940         (USUAL_STRIP_FOR_TARGET): New.
3941         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3942         STRIP_FOR_TARGET.
3943         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3944         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3945         * Makefile.in: Regenerate.
3946         * configure: Regenerate.
3947
3948 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
3949
3950         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3951         (rs6000-*-aix*): Same.
3952         * configure: Regenerate.
3953
3954 2005-09-16  Tom Tromey  <tromey@redhat.com>
3955
3956         * MAINTAINERS: Add self as java maintainer.
3957
3958 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3959
3960         * configure.in: Recognize f95 in the --enable-languages option,
3961         and substitute it for fortran, issuing a warning.
3962         * configure: Regenerate.
3963
3964 2005-08-30  Phil Edwards  <phil@codesourcery.com>
3965
3966         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
3967         * configure:  Regenerated.
3968
3969 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
3970
3971         * MAINTAINERS: Add self as ms1 maintainer.
3972
3973 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
3974
3975         * Makefile.def (libssp): Add to lang_env_dependencies.
3976         * Makefile.in: Regenerate.
3977
3978 2005-08-18  Ian Lance Taylor  <ian@airs.com>
3979
3980         * MAINTAINERS: Add myself as middle-end maintainer.
3981
3982 2005-08-17  Christian Groessler  <chris@groessler.org>
3983
3984         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3985         * Makefile.in: Regenerate.
3986
3987 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
3988
3989         * MAINTAINERS (write after approval): Added myself.
3990
3991 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
3992
3993         * MAINTAINERS (Write After Approval): Add myself.
3994
3995 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
3996
3997         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3998         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3999         Look for alternate names of the target cc and c++
4000         * configure: Regenerate.
4001
4002 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
4003
4004         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4005         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4006         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4007         tools; remove code to manually set them.
4008         (Target tools): Look in the environment for them.
4009         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4010         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4011         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4012         build directory.
4013         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4014         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4015         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4016         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4017         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4018         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4019         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4020         * configure: Regenerate.
4021         * Makefile.in: Regenerate.
4022
4023 2005-07-28  Ben Elliston  <bje@au.ibm.com>
4024
4025         * MAINTAINERS: Update for removed CPU targets.
4026
4027 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
4028
4029         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4030         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4031         * Makefile.in: Regenerated.
4032
4033 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
4034
4035         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4036         (CFLAGS_FOR_TARGET): Use it.
4037         (CXXFLAGS_FOR_TARGET): Likewise.
4038         * Makefile.in: Regenerated.
4039         * configure.in (--with-build-sysroot): New option.
4040         * configure: Regenerated.
4041
4042 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
4043
4044         * Makefile.tpl: Wrap install between unstage and stage
4045         * Makefile.in: Regenerate.
4046
4047 2005-07-21  Eric Christopher  <echristo@apple.com>
4048
4049         * MAINTAINERS: Update affiliation.
4050
4051 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
4052
4053         * MAINTAINERS: Add self as crx port maintainer.
4054
4055 2005-07-20  DJ Delorie  <dj@redhat.com>
4056
4057         * MAINTAINERS: Add self as m32c maintainer.
4058
4059 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
4060
4061         * all files: Update FSF address.
4062
4063 2005-07-15  Eric Christopher  <echristo@redhat.com>
4064
4065         * MAINTAINERS: Change affiliation.
4066
4067 2005-07-14  Jim Blandy  <jimb@redhat.com>
4068
4069         * configure.in: Add cases for Renesas m32c.
4070         * configure: Regenerated.
4071
4072 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4073
4074         * COPYING.LIB: Update from fsf.org.
4075
4076 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4077
4078         * COPYING, compile, config.guess,
4079         config.sub, install-sh, missing, mkinstalldirs,
4080         symlink-tree, ylwrap: Sync from upstream sources.
4081         * config-ml.in: Update FSF address.
4082
4083 2005-07-13  Eric Christopher  <echristo@redhat.com>
4084
4085         * configure.in: Add toplevel noconfigdir support for tpf.
4086         * configure: Regenerate.
4087
4088 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
4089
4090         PR ada/22340
4091
4092         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4093         * Makefile.in: Regenerate.
4094
4095 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
4096
4097         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
4098         Brolley to write-after-approval.
4099
4100 2005-07-07  Andreas Schwab  <schwab@suse.de>
4101
4102         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4103         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4104         * Makefile.in: Regenerated.
4105
4106 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
4107
4108         * configure.in: Don't build sim or rda when targetting darwin.
4109         * configure: Regenerate.
4110
4111 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
4112
4113         * configure.in: Add --enable-libssp and --disable-libssp.
4114         * configure: Regenerate with autoconf-2.13.
4115
4116 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
4117
4118         * Makefile.def (target_modules): Add libssp.
4119         * configure.in (target_libraries): Add target-libssp.
4120         * configure: Rebuilt.
4121         * Makefile.in: Rebuilt.
4122
4123 2005-07-01  Zack Weinberg  <zackw@panix.com>
4124
4125         * MAINTAINERS: Change email address.  Resign from maintainership.
4126
4127 2005-07-01  Richard Guenther  <rguenther@suse.de>
4128
4129         * MAINTAINERS: Change my e-mail address and affiliation.
4130
4131 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
4132
4133         * Makefile.def (stagefeedback): Come after profile.
4134         Define profiledbootstrap target.
4135         * Makefile.tpl (profiledbootstrap): Remove.
4136         (stageprofile-end): Zap stagefeedback.
4137         (stagefeedback-start): Copy all .gcda files, not only GCC's.
4138         * Makefile.in: Regenerate.
4139
4140 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
4141
4142         * MAINTAINERS: Update my email address.
4143
4144 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
4145
4146         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
4147         In 'cpp' stanza, support '#line' as well as '# '.
4148
4149 2005-06-08  Andreas Schwab  <schwab@suse.de>
4150
4151         * MAINTAINERS: Move myself from 'Write After Approval' to
4152         'CPU Port Maintainers' section as m68k maintainer.
4153
4154 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
4155
4156         * configure.in (unsupported_languages): New macro.
4157         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
4158         non-ported target libraries in noconfigdirs.
4159         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4160         non-linux-gnu.  Remove libgcj_ex_libffi.
4161         <lang_frag loop>: Set add_this_lang=no if the language is in
4162         unsupported_languages.
4163         * configure: Regenerate.
4164
4165 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
4166
4167         * configure.in: Fix typo in handling of --with-mpfr-dir.
4168         * configure: Regenerate.
4169
4170 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
4171
4172         * MAINTAINERS: Update my email address.
4173
4174 2005-06-02  Jim Blandy  <jimb@redhat.com>
4175
4176         * config.sub: Add cases for the Renesas m32c.  (This patch has been
4177         accepted into the master sources.)
4178
4179 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
4180             Michael Snyder  <msnyder@redhat.com>
4181             Stan Cox  <scox@redhat.com>
4182
4183         * configure.in: Set noconfigdirs for ms1.
4184
4185         * configure: Regenerate.
4186
4187 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
4188
4189         * MAINTAINERS (Write After Approval): Add self.
4190
4191 2005-06-01  Josh Conner  <jconner@apple.com>
4192
4193         * MAINTAINERS (Write After Approval): Add self.
4194
4195 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
4196
4197         * MAINTAINERS: Update my email address.
4198
4199 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
4200
4201         * MAINTAINERS (Write After Approval): Add self.
4202
4203 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
4204
4205         * MAINTAINERS (Write After Approval): Remove self.
4206
4207 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
4208
4209         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4210         (Dependencies): Consider target modules for bootstrap dependencies.
4211         Make target bootstrap modules depend on each stage's gcc.
4212         * Makefile.in: Regenerate.
4213
4214 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
4215
4216         * Makefile.def (configure-gcc): Depend on binutils having been built.
4217         (all-gcc): No need to do it here.
4218         * Makefile.in: Regenerate.
4219
4220 2005-05-19  Paul Brook  <paul@codesourcery.com>
4221
4222         * configure.in: Rewrite misleading error message when requested
4223         language cannot be built.
4224         * configure: Regenerate.
4225
4226 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
4227
4228         * ylwrap: Import from Automake 1.9.5.
4229
4230 2005-05-13  David Ung  <davidu@mips.com>
4231
4232         * MAINTAINERS (Write After Approval): Add self.
4233
4234 2005-05-09  Mike Stump  <mrs@apple.com>
4235
4236         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
4237         lt_cv_sys_max_cmd_len for now.
4238
4239 2005-05-09  Stan Cox  <scox@redhat.com>
4240
4241         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
4242
4243 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
4244
4245         * README.SCO: Update the URL.
4246
4247 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
4248
4249         * ltconfig: Define file_list_spec.  Pass file_list_spec and
4250         with_gnu_ld to libtool.
4251         * ltcf-c.sh (aix[45]): Define file_list_spec.
4252         * ltcf-cxx.sh (aix[45]): Same.
4253         * ltcf-gcj.sh (aix[45]): Same.
4254         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
4255         exists, write list of input files to temporary file.
4256
4257 2005-05-04  Mike Stump  <mrs@apple.com>
4258
4259         * configure.in: Always pass --target to target configures as
4260         otherwise rebuilds that do --recheck will fail.
4261         * confiugure: Rebuilt.
4262
4263 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
4264
4265         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4266         STAGE_HOST_EXPORTS.
4267         (configure, all): Add bootstrap support.
4268         (Host modules, target modules): Pass post-stage1 flags and exports.
4269         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4270         * Makefile.in: Regenerate.
4271
4272 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
4273
4274         * configure: Regenerate.
4275
4276 2005-04-27  Mike Stump  <mrs@apple.com>
4277
4278         * MAINTAINERS: Add self as darwin maintainer.
4279
4280 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
4281
4282         * config.sub: Update from master copy.
4283
4284 2005-04-21  Mike Stump  <mrs@apple.com>
4285
4286         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
4287         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
4288
4289 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
4290
4291         * configure.in <crisv32-*-*, cris-*-*>: New local variable
4292         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
4293         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
4294         "*-*-elf" and "*-*-linux*".
4295         * configure: Regenerate.
4296
4297 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
4298
4299         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
4300
4301 2005-04-12  Mike Stump  <mrs@apple.com>
4302
4303         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
4304
4305 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
4306
4307         * MAINTAINERS (Write After Approval): Add myself.
4308
4309 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
4310
4311         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
4312
4313 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
4314
4315         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4316         (TARGET_CONFIGARGS): Include --with-target-subdir.
4317         (configure, all): New macros.  Use them throughout.
4318         * Makefile.in: Regenerate.
4319
4320 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
4321
4322         * MAINTAINERS (Write After Approval): Add myself.
4323
4324 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4325
4326         * MAINTAINERS: Remove 'loop unrolling' maintainer.
4327
4328 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
4329
4330         * MAINTAINERS: Move John Carr to Write After Approval.
4331
4332 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
4333
4334         * config/mh-mingw32: Delete.
4335         * configure.in: Don't use it.
4336         * configure: Regenerate.
4337
4338 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
4339
4340         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4341         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4342         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
4343         (HOST_LIB_PATH): Generate from Makefile.def.
4344         (TARGET_LIB_PATH): Likewise.
4345         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4346         * Makefile.in: Regenerate.
4347         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4348         (RPATH_ENVVAR): Include Darwin case.
4349         * configure: Regenerate.
4350
4351 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
4352
4353         * MAINTAINERS (Various Maintainers): Remove self.
4354         (Write After Approval): Add self.
4355
4356 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
4357
4358         * MAINTAINERS (Various Maintainers): Add self.
4359
4360 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
4361
4362         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4363         * configure: Regenerate.
4364
4365 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
4366
4367         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4368         gcc_version, and gcc_version_trigger from set of flags to pass.
4369         * Makefile.tpl: Remove definitions of above variables.
4370         (config.status): Remove dependency on $(gcc_version_trigger).
4371         * Makefile.in: Regenerate.
4372         * configure.in: Do not reference config/gcc-version.m4 nor
4373         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
4374         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
4375         * configure: Regenerate.
4376
4377 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
4378             Andrew Pinski  <pinskia@physics.uc.edu>
4379
4380         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4381         * Makefile.in: Regenerate.
4382
4383 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
4384
4385         * MAINTAINERS (Write After Approval): Add myself.
4386
4387 2005-03-03  David Ayers  <d.ayers@inode.at>
4388
4389         * MAINTAINERS (Write After Approval): Add myself.
4390
4391 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
4392
4393         PR libgcj/20160
4394         * ltmain.sh: Avoid creating archives with components that have
4395         duplicate basenames.
4396
4397 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
4398
4399         PR bootstrap/20250
4400         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4401         instead of check.
4402         * Makefile.in: Regenerate.
4403
4404 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4405
4406         * Makefile.in: Regenerate to fix conflict between the previous two
4407         patches.
4408
4409 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4410
4411         PR bootstrap/17383
4412         * Makefile.def (target_modules): Remove "stage", now unnecessary.
4413         * Makefile.tpl (HOST_SUBDIR): New substitution.
4414         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4415         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4416         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4417         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4418         (Host modules, Bootstrapped modules): Use it.
4419         (Build modules, Target modules): Do not create symlink trees,
4420         always configure out-of-srcdir.
4421         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4422         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4423         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4424         $(HOST_SUBDIR).  Create a symlink for host_subdir.
4425
4426         * Makefile.in: Regenerate.
4427         * configure: Regenerate.
4428
4429 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4430
4431         Merged from libada-gnattools-branch:
4432         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4433
4434         * gnattools: New directory.
4435         * Makefile.def: Add gnattools as a module, depending on target-libada.
4436         * Makefile.in: Regenerate.
4437         * configure.in: Include gnattools in host_tools; disable it if ada
4438         is disabled.
4439         * configure: Regenerate.
4440
4441 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
4442
4443         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
4444         treelang maintainer.
4445         (Write After Approval): Remove myself.
4446
4447 2005-02-23  Paul Schlie  <schlie@comcast.net>
4448
4449         * configure.in: Allow darwin targeted ports to build tk, itcl and
4450         libgui.
4451         * configure: Regenerate.
4452
4453 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4454
4455         PR libgcj/10353
4456         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4457         * configure: Regenerate.
4458
4459 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
4460
4461         * MAINTAINERS (Write After Approval): Add myself.
4462
4463 2005-02-10  Ian Lance Taylor  <ian@airs.com>
4464
4465         * MAINTAINERS: Update my e-mail address.
4466
4467 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
4468
4469         * MAINTAINERS (Write After Approval): Add myself.
4470
4471 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
4472
4473         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4474         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4475         target-libgloss when not *-*-elf and *-*-aout.
4476         * configure: Regenerate.
4477
4478 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
4479
4480         * MAINTAINERS: Remove obsolete entries.
4481
4482         * MAINTAINERS (Write After Approval): Add Michael Matz.
4483
4484 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
4485
4486         * MAINTAINERS: Remove self as cpplib maintainer.
4487
4488 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4489
4490         * install-sh, config.sub: Import from upstream.
4491
4492 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4493
4494         PR bootstrap/18222
4495         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4496         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4497         * Makefile.in: Regenerate.
4498
4499 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
4500
4501         * MAINTAINERS: Update my email address.
4502
4503 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
4504             Andreas Schwab  <schwab@suse.de>
4505
4506         PR bootstrap/18033
4507         * config-ml.in: Eval option if surrounded by single quotes.
4508
4509 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
4510
4511         Revert 2004-12-28 Makefile changes, a better fix will be
4512         applied to mainline and src after GCC 4.0 branches.
4513
4514 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
4515
4516         PR bootstrap/17383
4517
4518         * Makefile.def (target_modules): Remove stage parameter,
4519         it is always true now.
4520         * Makefile.tpl (configure-build-[+module+],
4521         configure-target-[+module+]): Always build symlink tree
4522         for the directory and for include.  BUILD_SUBDIR and
4523         TARGET_SUBDIR cannot be . anymore.
4524         * Makefile.in: Regenerate.
4525
4526 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
4527
4528         Revert 2004-12-08 Makefile changes.
4529
4530 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
4531
4532         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
4533         cygwin, mingw.
4534
4535 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
4536
4537         * configure.in (sh64-*-*): Reenable gprof.
4538         * configure: Regenerate.
4539
4540 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
4541
4542         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4543         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4544         (EXTRA_TARGET_FLAGS): Add PICFLAG.
4545         * Makefile.in: Regenerate.
4546
4547 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
4548
4549         * MAINTAINERS: Update my email address.
4550
4551 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
4552
4553         * Makefile.tpl: Generate normal dependencies if the LHS module is
4554         not bootstrapped.
4555         * Makefile.in: Regenerate.
4556
4557 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4558
4559         * configure.in: Include config/gxx-include-dir.m4.  Use
4560         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
4561         * configure: Regenerate.
4562
4563 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4564
4565         * config.if: Delete.
4566         * configure.in: Set libstdcxx_incdir directly.
4567         * configure: Regenerate.
4568
4569 2004-12-02  Eric Christopher  <echristo@redhat.com>
4570
4571         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
4572         * Makefile.in: Regenerate.
4573
4574 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4575
4576         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4577         * configure: Regenerate.
4578
4579 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4580
4581         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
4582         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
4583         * configure: Regenerate.
4584
4585 2004-12-01  Eric Christopher  <echristo@redhat.com>
4586
4587         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
4588         of things to remove.
4589
4590 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
4591
4592         * MAINTAINERS (Write After Approval): Update my e-mail address.
4593
4594 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
4595
4596         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
4597         from CVS libtool to always pass_all.
4598
4599 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4600
4601         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4602         (hppa*64*-*-*): Delete incorrect comment.
4603         * configure: Rebuilt.
4604
4605 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4606
4607         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
4608
4609 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4610
4611         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
4612         from CVS libtool to always pass_all.
4613
4614 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4615
4616         * install-sh, compile: Import from automake.
4617
4618 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4619
4620         * config.guess, config.sub:  Import from savannnah.
4621
4622 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
4623
4624         * MAINTAINERS (Write After Approval): Add myself
4625
4626 2004-11-12  Mike Stump  <mrs@apple.com>
4627
4628         * Makefile.def: Add html support.
4629         * Makefile.tpl: Likewise.
4630         * Makefile.in: Regenerate.
4631
4632 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
4633
4634         PR 18423
4635         * configure.in: Remove all instances of build-fixincludes from
4636         noconfigdirs.
4637         (build_configargs): Supply --target to subdirectories.
4638         * configure: Regenerate.
4639
4640         * Makefile.def: Make gcc install depend on fixincludes install.
4641         * Makefile.in: Regenerate.
4642
4643 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
4644
4645         * MAINTAINERS: Add myself as gcc testsuite maintainer.
4646
4647 2004-11-11  Paul Brook  <paul@codesourcery.com>
4648
4649         * MAINTAINERS: Add self as arm maintainer.  Update email address.
4650
4651 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
4652
4653         * configure.in (noconfigdirs) [mmix-*-*]: Disable
4654         target-libgfortran.
4655         * configure: Regenerate.
4656
4657 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
4658
4659         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4660         like CC.
4661
4662 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
4663
4664         * Makefile.def (host fixincludes): Specify missing targets.
4665         * Makefile.in: Regenerate.
4666
4667 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
4668
4669         * MAINTAINERS: Add myself
4670
4671 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
4672
4673         * MAINTAINERS (Write After Approval): Add myself.
4674
4675 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
4676
4677         * Makefile.def: Build fixincludes for the host, too.
4678         * Makefile.in: Regenerate.
4679         * configure.in (host_tools): Add fixincludes.
4680         * configure: Regenerate.
4681
4682 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
4683
4684         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4685         * configure: Regenerated.
4686
4687 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
4688
4689         PR other/17783
4690         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4691         * configure: Regenerated.
4692
4693 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
4694
4695         * README.SCO: Update per FSF instructions.
4696
4697 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
4698
4699         PR target/18151
4700         * configure.in (case ${target}): Do not build fixincludes for avr.
4701         * configure: Regenerated.
4702
4703 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
4704
4705         * configure.in (case ${target}): Do not build fixincludes
4706         on platforms where it is not used.
4707         * configure: Regenerated.
4708
4709 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
4710
4711         * configure.in: Use an absolute path to install-sh.
4712         * configure: Regenerated.
4713
4714 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4715
4716         * MAINTAINERS (Write After Approval): Add myself.
4717
4718 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
4719
4720         * MAINTAINERS: Remove from Write After Approval those that are
4721         already maintainers.
4722
4723 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
4724
4725         * MAINTAINERS:  Update my email address.
4726
4727 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4728
4729         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4730         * configure: Regenerate.
4731
4732 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
4733
4734         * MAINTAINERS:  Update my email address.
4735
4736 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
4737
4738         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
4739         entries belonging to this category.
4740
4741 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
4742
4743         * MAINTAINERS: Update my e-mail address.
4744
4745 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
4746
4747         Fix wrong conflict resolution in:
4748
4749         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4750
4751         * Makefile.in: Regenerate.
4752         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4753         in the recursive `make', instead of hardwiring `all'.
4754         (Autogenerated TARGET-* variables): New.
4755
4756 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
4757
4758         * configure.in: Enable target-libgloss for crx-*-*.
4759         * configure: Regenerate.
4760
4761 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4762
4763         * MAINTAINERS (Various Maintainers): Move the "windows,
4764         cygwin, mingw" maintainer to ...
4765         (OS Port Maintainers): ... here.
4766
4767 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4768
4769         * MAINTAINERS (Write After Approval): Remove those that are
4770         maintainers of some subsystem.
4771
4772 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
4773
4774         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4775         * ltcf-cxx.sh (tpf*): Likewise.
4776         * ltconfig (tpf*): Add TPF OS configuration support.
4777
4778 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
4779
4780         * MAINTAINERS: Change my email address to my new work account.
4781
4782 2004-09-24  Michael Roth  <mroth@nessie.de>
4783
4784         * configure.in (--without-headers): Add missing double quotes.
4785         * configure: Regenerate.
4786
4787 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
4788
4789         * ylwrap: Revert to previous version.
4790
4791 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
4792
4793         PR bootstrap/17369
4794         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4795         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4796         SET_GCC_LIB_PATH_CMD.
4797         (BASE_TARGET_EXPORTS): Likewise.
4798         * Makefile.in: Regenerated.
4799
4800         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4801         * configure: Regenerated.
4802
4803 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
4804
4805         * config.guess: New upstream version
4806         * compile, depcomp, install-sh, ylwrap: Likewise.
4807
4808 2004-09-19  Roger Sayle  <roger@eyesopen.com>
4809
4810         * config/mh-x86omitfp: New host makefile fragment.  Add
4811         -fomit-frame-pointer to the default BOOT_CFLAGS.
4812         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4813         * configure: Regenerate.
4814
4815 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
4816
4817         PR target/11572
4818         * configure.in (*-*-darwin*): Renable libobjc.
4819         * configure: Regenerate.
4820
4821 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
4822
4823         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
4824
4825 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
4826
4827         * Makefile.def: Remove libbanshee.
4828         * Makefile.tpl: Ditto.
4829         * configure.in: Ditto.
4830         * Makefile.in: Regen.
4831         * configure: Ditto.
4832
4833 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
4834
4835         * ltmain.sh: Use $pic_object as $non_pic_object if
4836         $non_pic_object=none.
4837
4838 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
4839
4840         * missing: Import latest version from master repository.
4841
4842 2004-09-06  Nick Clifton  <nickc@redhat.com>
4843
4844         * config.sub: Import latest version from master repository.
4845         * config.guess: Likewise.
4846         This includes these changes:
4847
4848         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
4849
4850         * config.sub: Handle crisv32, alias etraxfs.
4851         * config.guess (crisv32:Linux:*:*): Handle.
4852
4853         2004-08-13  Brad Smith  <brad@comstyle.com>
4854
4855         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4856         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4857
4858         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4859
4860         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4861         assume the processor is a powerpc.  This is because coreutils
4862         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4863         in this case, due to a MacOS X bug that causes
4864         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4865         to return a negative number.
4866         Problem reported by Petter Reinholdtsen in:
4867         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4868
4869         2004-07-19  Ben Elliston  <bje@gnu.org>
4870
4871         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4872
4873         2004-06-24  Ben Elliston  <bje@gnu.org>
4874
4875         * config.guess: Update copyright years.
4876         * config.sub: Likewise.
4877
4878         2004-06-22  Robert Millan  <robertmh@gnu.org>
4879
4880         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4881         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4882
4883         2004-06-22  Stanley F. Quayle <stan@stanq.com>
4884
4885         * config.guess (*:*VMS:*:*): New entry. Replaces
4886         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4887         manufacturer.
4888
4889         2004-06-22  Ben Elliston  <bje@gnu.org>
4890
4891         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4892         * config.sub: Likewise.
4893
4894         2004-06-22  Ben Elliston  <bje@gnu.org>
4895
4896         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4897         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4898
4899         2004-06-11  Ben Elliston  <bje@gnu.org>
4900
4901         * config.guess (pegasos:OpenBSD:*:*): Remove.
4902
4903         2004-06-11  Ben Elliston  <bje@gnu.org>
4904
4905         From Wouter Verhelst <wouter@grep.be>:
4906         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4907
4908         2004-06-11  Ben Elliston  <bje@gnu.org>
4909
4910         * config.guess (luna88k:OpenBSD:*:*): New.
4911
4912         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
4913
4914         * config.guess (m32r*:Linux:*:*): New case.
4915         * config.sub: Handle m32rle.
4916
4917         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
4918
4919         From Jens Petersen  <petersen@redhat.com>:
4920         * config.sub: Handle sparcv8.
4921
4922         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
4923
4924         From Tom Smith <smith@cag.lkg.hp.com>:
4925         * config.guess: Version suffixes are equally significant on Tru64
4926         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
4927         prefix of "P" (patched kernel).
4928
4929         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
4930
4931         * config.sub: Add support for National Semiconductor CRX target.
4932
4933 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
4934
4935         * MAINTAINERS (Various Maintainers): Remove myself as web page
4936         maintainer, add myself as maintainer of build status lists.
4937
4938 2004-09-03  Jan Beulich  <jbeulich@novell.com>
4939
4940         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4941         *-*-netware, but add target-libmudflap.
4942         Consolidate *-*-netware targets (of which really only i?86 exists)
4943         into a single entry.
4944         * configure: Likewise.
4945
4946 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
4947
4948         * Makefile.tpl (sorry): Remove.
4949         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4950         (cleanstrap targets): Depend on distclean, not distclean-stage1.
4951         (do-clean): Clean per-stage directories too.
4952         (do-distclean): Run distclean-stage1 too.
4953         (.NOTPARALLEL): Enable during toplevel bootstrap.
4954         (stage[+id+]-bubble): Enable parallel execution during
4955         the recursive invocation.
4956         * Makefile.in: Regenerate.
4957
4958         Fix previous checkin:
4959
4960         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4961         include.
4962         * configure.in: Fix indentation.
4963         * configure: Regenerate.
4964
4965 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
4966
4967         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4968         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4969         * configure: regenerate
4970         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4971         -mdynamic-no-pic
4972
4973 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
4974
4975         * Makefile.def (build_modules): Add fixincludes.
4976         (dependencies): Make gcc depend on fixincludes.
4977         * configure.in (build_tools): Add fixincludes.
4978         (build_configdirs): Always include build_libs.
4979         * Makefile.in: Regenerate.
4980         * configure: Regenerate.
4981
4982 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
4983
4984         * Makefile.def (bootstrap stages): Add 'lean' parameter.
4985         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4986         phony targets; do not generate timestamp files.
4987         (distclean-stageN): Remove references to their timestamp files.
4988         (restageN, touch-stageN): Remove.
4989         (stageN-bubble): Rewritten.
4990         (compare): Support lean bootstraps.
4991         * Makefile.in: Regenerate.
4992
4993         * configure.in: Only warn when bootstrapping but
4994         build != host or build != target.  Support lean bootstraps.
4995         * configure: Regenerate.
4996
4997 2004-08-26  Phil Edwards  <phil@codesourcery.com>
4998
4999         * configure.in:  Give a better error message if GMP/MPFR are missing
5000         and a language needing them has been requested.
5001         * configure:  Regenerated.
5002
5003 2004-08-25  Phil Edwards  <phil@codesourcery.com>
5004
5005         * configure.in:  Print a list of available language front-ends if
5006         a requested one is missing.  Tidy stray tab characters.
5007         * configure:  Regenerated.
5008
5009 2004-08-19  Michael Koch  <konqueror@gmx.de>
5010
5011         * gcc/doc/install.texi: Update entry about automake for libjava.
5012
5013 2004-08-17  Robert Millan  <robertmh@gnu.org>
5014
5015         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5016         (instead of FreeBSD).
5017         * configure: Regenerate.
5018
5019 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5020
5021         * Makefile.in: Regenerate.
5022         * configure: Regenerate.
5023
5024         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5025         stage_*_flags.
5026         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5027         for bootstrapped modules if toplevel bootstrap is going.
5028         (GCC bootstrap): Generate per-stage targets for all bootstrapped
5029         modules.  Adjust for changes in Makefile.def.  Enable several
5030         rules even in non-bootstrap mode, just to avoid peppering the
5031         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5032         (stage-[+prev+]-bubble): Remove.
5033
5034         * Makefile.def (Dependencies): Depend on all-build-bison,
5035         all-build-flex, all-build-byacc, all-build-texinfo, rather
5036         than the host variations.
5037         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
5038         with BUILD_SUBDIR.
5039         (BISON): Update for recent Bisons.
5040         (YACC): Fix typo.
5041         (cross): Depend on all-build.
5042         (all): Do not depend on all-build.
5043         (prebootstrap): Remove.
5044         (dep-kind): Accept separate prefixes for MODULE and ON variables.
5045         (Prebootstrap dependencies): Add them to the per-stage targets
5046         and to all-prebootstrap.
5047         * configure.in (build_configdirs): Always enable build_tools.
5048         (BUILD_DIR_PREFIX): Remove.
5049
5050         * Makefile.def (gcc): Add target variable.
5051         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5052         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5053         in the recursive `make', instead of hardwiring `all'.
5054         (Autogenerated TARGET-* variables): New.
5055
5056 2004-08-13  Brian Booth  <bbooth@redhat.com>
5057
5058         * MAINTAINERS: Remove myself from write-after-approval.
5059
5060 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5061
5062         * src-release: Stop distributing mmalloc with gdb (which doesn't
5063         use it).
5064         * Makefile.def: GDB doesn't depend on mmalloc anymore.
5065         * Makefile.in: Regenerate.
5066
5067 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
5068
5069         * configure.in (arm*-*-eabi*): New target.
5070         * configure: Regenerate.
5071
5072 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
5073
5074         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5075         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5076         (Dependencies): New section.
5077         * Makefile.tpl (Dependencies): Generate from Makefile.def.
5078         (configure-target-[+module+]): Depend on maybe-all-gcc
5079         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
5080         (toplevel profiledbootstrap): Fix dependencies.
5081         * Makefile.in: Regenerate.
5082
5083 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
5084
5085         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5086         target-libiberty to noconfigdirs.
5087         * configure: Regenerate.
5088
5089 2004-08-03  Paul Brook  <paul@codesourcery.com>
5090
5091         * configure.in: Check for MPFR as well as GMP.
5092         * configure: Regenerate.
5093
5094 2004-08-01  Robert Millan  <robertmh@gnu.org>
5095
5096         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5097         libmudflap for all GNU-based systems (with Glibc).
5098         * configure: Regenerate.
5099
5100 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
5101
5102         * Makefile.def (host-modules): Add gcc.
5103         * Makefile.in: Regenerate.
5104         * Makefile.tpl (sorry): New rule.
5105         (configure-host, all-host, [+make_target+]-host, do-check,
5106         install-host): Do not add gcc as a special case.
5107         (host modules): Add a small special-casing for gcc.  Export
5108         extra_make_flags through the environment.
5109         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5110         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5111         other recursive targets for gcc): Remove.
5112
5113         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5114         (stage, unstage): New rules.
5115         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5116         distclean-stage[+id+]): Use stage_current.
5117         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5118         the stage*-start rules.
5119
5120 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
5121
5122         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
5123         use -all_load flag.
5124
5125 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
5126
5127         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
5128         * configure: Regenerate.
5129
5130 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
5131
5132         * maintainer-scripts/gcc_release: Revert yesterday's change.
5133
5134 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
5135
5136         * MAINTAINERS: Add myself to write-after-approval.
5137
5138 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
5139
5140         * libf2c: Removed.
5141         * gcc/gccbug.in: Updated because of libf2c removal.
5142         * maintainer-scripts/gcc_release: Ditto.
5143
5144 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
5145
5146         * configure.in: Build libmudflap by default on FreeBSD.
5147         * configure: Regenerated.
5148
5149 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
5150
5151         * configure.in: Do not build libmudflap by default on non-GNU/Linux
5152         systems.
5153         * configure: Regenerated.
5154
5155 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5156
5157         PR target/16344
5158         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5159         feedback based compiler.
5160         * Makefile.in: Rebuilt.
5161
5162 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
5163
5164         * Makefile.def (host_modules): Set bootstrap=true for flex.
5165         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5166         * Makefile.in: Rebuilt.
5167
5168 2004-07-07  Jan Hubicka  <jh@suse.cz>
5169
5170         * MAINTAINERS: Add self as a profile feedback maintainer.
5171
5172 2004-07-05  Phil Edwards  <phil@codesourcery.com>
5173
5174         * configure.in:  Do not prepend $srcdir to /dev/null in
5175         makefile fragments.
5176         * configure:  Regenerate.
5177
5178 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
5179
5180         * Makefile.def (build_modules): Add bison, byacc, flex,
5181         m4, texinfo.
5182         (flags_to_pass): Add FLEX.
5183         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5184         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5185         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5186         DEFAULT_MAKEINFO): Remove.
5187         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5188         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5189         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5190         objdir or else use configured tool.
5191         (all-build): New.
5192         (all): Depend on it.
5193         (Build module dependencies): Add.
5194         * Makefile.in: Regenerate.
5195         * configure.in: Better support for multiple build modules,
5196         matching what is done for host/target modules.  Do not look
5197         for "plausible" locations of build tools if Canadian cross.
5198         Use autoconf's AC_PROG_CC to find a C compiler.  Define
5199         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
5200         * configure: Regenerate.
5201
5202 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5203
5204         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5205         * Makefile.in: Regenerate.
5206
5207 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5208
5209         * Makefile.tpl (configure-build-[+module+],
5210         configure-[+module+], configure-target-[+module+]): Pass
5211         [+extra_configure_args+].
5212         (all-build-[+module+], all-[+module+], check-[+module+],
5213         install-[+module+], [+make_target+]-[+module+],
5214         all-target-[+module+], check-target-[+module+],
5215         install-target-[+module+], [+make_target+]-target-[+module+]):
5216         Pass [+extra_make_args+].
5217         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5218         (GCC_HOST_EXPORTS): Remove.
5219         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5220         cross, check-gcc, check-gcc-c++, install-gcc,
5221         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5222         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5223         * Makefile.in: Regenerate.
5224
5225 2004-06-21  Matthew Sachs  <msachs@apple.com>
5226
5227         * MAINTAINERS: Added self to write-after-approval.
5228
5229 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
5230
5231         * configure.in: Check for srcdir/winsup rather than build directory
5232         winsup.
5233         * configure: Regenerate.
5234
5235 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
5236
5237         * configure.in: Don't build Cygwin native newlib if winsup
5238         directory is missing.  Emit warning instead.
5239         * configure: Regenerate.
5240
5241 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
5242
5243         * Makefile.tpl (touch-stage[+id+]): New.
5244         (restage[+prev+]): Depend on touch-stage[+id+].
5245
5246         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5247         Use it throughout.
5248
5249         * Makefile.def: Add profile and feedback bootstrap stages.
5250         Remove next field from bootstrap stages.
5251         * Makefile.tpl (LN, LN_S): Substitute.
5252         (stageN-start, stageN-end): Use double-colon rules, to
5253         provide a hook for additional setup commands.
5254         (distclean-stageN-gcc, restageN): Create dependencies from
5255         [+prev+], not from [+next+].
5256         (stageN-bubble): Add commands for successive stages from
5257         [+prev+], using double-colon rules.
5258         (all-stageN-gcc): Fix typo.
5259         (stagefeedback-start, profiledbootstrap): New.
5260         * Makefile.in: Regenerate.
5261         * configure.in: Call ACX_PROG_LN.
5262         * configure: Regenerate.
5263
5264 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
5265
5266         * MAINTAINERS (Write After Approval): Add myself.
5267
5268 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
5269
5270         * MAINTAINERS (Write After Approval): Add myself.
5271
5272 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
5273
5274         * configure.in: Fix --enable-bootstrap breakage introduced in trees
5275         without gcc.
5276         * configure: Regenerate.
5277
5278 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5279
5280         * Makefile.tpl: Fix typo.
5281         * Makefile.in: Regenerate.
5282
5283 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5284
5285         * configure.in: Remove new- prefix from toplevel
5286         bootstrap targets.
5287         * configure: Regenerate.
5288
5289 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5290
5291         * Makefile.tpl (all.normal): Rename to all.
5292         (all): Replace with a rule to pick the default
5293         target from configure.
5294         (all-gcc, configure-gcc): Use conditionals to
5295         do nothing when toplevel bootstrap is going on.
5296         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5297         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5298         * configure.in: Support --enable-bootstrap.
5299
5300         * Makefile.def: Remove new- prefix from toplevel
5301         bootstrap targets.
5302         * Makefile.tpl: Likewise.
5303
5304         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
5305         target.
5306
5307         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5308         $(RECURSE_FLAGS) to recursive invocation of make.
5309
5310         * Makefile.in: Regenerate.
5311         * configure: Regenerate.
5312
5313 2004-05-30  Andreas Jaeger  <aj@suse.de>
5314             Jim Wilson  <wilson@specifixinc.com>
5315
5316         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5317         like CC.
5318
5319 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
5320
5321         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5322         * configure: Regenerate.
5323
5324 2004-05-25  Daniel Jacobowitz  <drow@false.org>
5325
5326         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5327         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5328         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
5329         targets.
5330         * Makefile.in: Regenerate.
5331
5332 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
5333
5334         * configure.in: Test the ability to symlink directories.
5335         * configure: Regenerate.
5336
5337         * Makefile.def (bootstrap-stage): New definitions.
5338         * Makefile.tpl (configure-stage1-gcc,
5339         configure-stage2-gcc, configure-stage3-gcc,
5340         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5341         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5342         new-restage3, compare): Autogenerate, see Makefile.in
5343         entry for behavioral changes.
5344         (distclean-stage1, new-stage1-start, new-stage1-end,
5345         new-stage1-bubble, distclean-stage2, new-stage2-start,
5346         new-stage2-end, new-stage2-bubble, distclean-stage3,
5347         new-stage3-start, new-stage3-end): New autogenerated targets.
5348         (objext, prebootstrap, BOOT_CFLAGS,
5349         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5350         targets.
5351
5352         * Makefile.in: Regenerate.
5353         (distclean-stage1, new-stage1-start, new-stage1-end,
5354         new-stage1-bubble, distclean-stage2, new-stage2-start,
5355         new-stage2-end, new-stage2-bubble, distclean-stage3,
5356         new-stage3-start, new-stage3-end): New targets.
5357         (all-stage1-gcc): Move prebootstrap dependency from here...
5358         (configure-stage1-gcc): ...to here.
5359         (new-bootstrap): Use bubble targets.
5360         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5361         Use per-stage distclean targets.
5362         (configure-stage1-gcc, configure-stage2-gcc,
5363         configure-stage3-gcc, all-stage1-gcc,
5364         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5365         Use new-stageN-start to prepare the tree.
5366
5367 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
5368
5369         * Makefile.def (host_modules): add libcpp.
5370         * Makefile.tpl: Add dependencies on and for libcpp.
5371         * Makefile.in: Regenerate.
5372         * configure.in: Add libcpp host module.
5373         * configure: Regenerate.
5374
5375 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
5376
5377         * Makefile.tpl: Whenever a recursive target is defined, wrap
5378         it in a special @if/@endif block, and prepare its maybe
5379         dependency in the @if/@endif block
5380         * configure.in: Instead of writing maybe dependencies, remove
5381         the @if/@endif statements, and remove the @if/@endif blocks
5382         that remain.
5383         * configure: Regenerate.
5384         * Makefile.in: Regenerate.
5385
5386 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
5387
5388         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
5389
5390 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
5391
5392         PR bootstrap/15120
5393         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
5394         * */configure: Rebuilt.
5395
5396 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
5397
5398         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5399         of libf2c.
5400         * configure, Makefile.in: Regenerate.
5401
5402 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
5403
5404         * MAINTAINERS (Write After Approval): Add myself.
5405
5406 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
5407
5408         Merge from tree-ssa-20020619-branch.
5409
5410         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5411         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5412         (HOST_GMPLIBS): Define.
5413         (HOST_GMPINC): Define.
5414         (TARGET_LIB_PATH): Add libmudflap.
5415         (GFORTRAN_FOR_TARGET): Define.
5416         (configure-build*): Export GFORTRAN.
5417         (configure-gcc): Export GMPLIBS and GMPINC.
5418         (all-gcc): Add maybe-all-libbanshee.
5419         (configure-target-libgfortran): Define.
5420         * Makefile.in: Regenerate.
5421         * configure.in (host_libs): Add libbanshee.
5422         (target_libraries): Add target-libmudflap and target-libgfortran.
5423         Add --with-libbanshee.
5424         Handle --disable-libmudflap.
5425         (*-*-freebsd*): Use with_gmp.
5426         Add $(libgcj) to noconfigdirs.
5427         * configure: Regenerate.
5428         * depcomp: New file.
5429         * MAINTAINERS: Add tree-ssa maintainers.
5430
5431 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
5432
5433         * MAINTAINERS (Various Maintainers): Add myself.
5434
5435 2004-04-30  Brian Ford  <ford@vss.fsi.com>
5436
5437         * MAINTAINERS (Write After Approval): Add myself.
5438
5439 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
5440
5441         * MAINTAINERS (Write After Approval): Add myself.
5442
5443 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
5444
5445         * config/acx.m4: Fix fastcompare support for new-bootstrap.
5446         * configure: Regenerate.
5447
5448 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
5449
5450         Revert:
5451         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5452
5453         * Makefile.def (flags_to_pass): Remove *dir variables that
5454         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5455         as well as prefix and exec_prefix.
5456         * Makefile.in: Regenerate.
5457
5458 2004-04-26  Robert Millan  <robertmh@gnu.org>
5459
5460         Add patches from libtool CVS.
5461         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5462         * ltconfig: Likewise.
5463         * ltcf-c.sh: Likewise.
5464         * ltcf-cxx.sh: Likewise.
5465         * ltcf-gcj.sh: Likewise.
5466
5467 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5468
5469         * Makefile.def (host_modules): Mark with the bootstrap
5470         flag packages on which gcc depends.
5471         * Makefile.tpl (all-bootstrap): Use it.
5472         * Makefile.in: Regenerate.
5473
5474 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5475
5476         * Makefile.def (flags_to_pass): Remove *dir variables that
5477         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5478         as well as prefix and exec_prefix.
5479         * Makefile.in: Regenerate.
5480
5481 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5482
5483         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5484         * configure: Regenerate.
5485         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5486         * gcc/Makefile.tpl (compare): Use the result of the test.
5487         * gcc/Makefile.in: Regenerate.
5488
5489 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
5490
5491         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5492         Always relocate gcc and prev-gcc to the original names, even
5493         if the build fails.
5494         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5495         New targets.
5496
5497 2004-04-23  Laurent GUERBY <laurent@guerby.net>
5498
5499         * MAINTAINERS: Update my email address.
5500
5501 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5502
5503         * configure.in (mips*-*-irix5*): Enable ld.
5504         * configure: Regenerate.
5505
5506 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5507
5508         * configure: Regenerate.
5509
5510 2004-04-15  James E Wilson  <wilson@specifixinc.com>
5511
5512         * Makefile.tpl (configure-[+module+], configure-gcc,
5513         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5514         Set and export LDFLAGS.
5515         * Makefile.in: Regenerate.
5516
5517 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
5518
5519         * MAINTAINERS: Add myself to write-after-approval.
5520
5521 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5522
5523         PR bootstrap/14871
5524         * Makefile.tpl: If we don't have built-in-tree target tools,
5525         use the ones found by configure rather than hacking around with
5526         program_transform_name.
5527         * configure.in: Give Makefile.tpl the information necessary
5528         to do that.
5529         * Makefile.in: Regenerate.
5530         * configure: Regenerate.
5531
5532 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
5533
5534         PR bootstrap/14760
5535         * configure.in: When computing baseargs, strip *all* copies of
5536         offending options.  Also, don't match/substitute the trailing space,
5537         so that this actually works when two similar options are separated by
5538         only one space.
5539         * configure: Regenerate.
5540
5541 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
5542
5543         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5544         (rs6000-*-aix*): Same.
5545         * configure: Regenerate.
5546
5547 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
5548
5549         * MAINTAINERS: Add myself to write-after-approval.
5550
5551 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
5552
5553         * MAINTAINERS: Add myself to write-after-approval.
5554
5555 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
5556
5557         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5558         STRICT_WARN, WARN_CFLAGS flags passed down to make.
5559         * Makefile.in: Regenerate.
5560
5561         * configure.in (top level bootstrap support): Rework --enable-werror
5562         to set @stage2_werror_flag@.
5563         * configure: Regenerate.
5564         * Makefile.tpl (top level bootstrap support): Pass
5565         @stage2_werror_flag@ down to configure in stages 2 and 3.
5566         * Makefile.in: Regenerate.
5567
5568 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5569
5570         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5571         for stages 2 and 3 as well as in make.  As a consequence, remove
5572         OUTPUT_OPTION (now detected by configure) from the flags passed down
5573         to make.
5574         * Makefile.in: Regenerate.
5575
5576         * Makefile.tpl (new-bootstrap): Fix typo.
5577         * Makefile.in: Regenerate.
5578
5579 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
5580
5581         * Makefile.tpl: Rearrange by moving recursive_targets rules
5582         into their proper sections.
5583         * Makefile.tpl (top level bootstrap support): Move disabling
5584         of coverage flags from 'make' to 'configure'; improve comments.
5585         * Makefile.in: Regenerate.
5586
5587         * Makefile.tpl (experimental top level bootstrap) Move stage1
5588         language setting from all- target to configure- target; disable
5589         intermodule optimization in stage 1; prevent gratuitous rebuilds
5590         of stage 1.
5591         * Makefile.in: Regenerate.
5592         * configure.in: Comma-separate stage 1 language list for top
5593         level bootstrap.
5594         * configure: Regenerate.
5595
5596         * Makefile.tpl: Clean up experimental top level bootstrap support:
5597         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5598         prev-gcc in configure- targets as well as all- targets.
5599         * Makefile.in: Regenerate.
5600
5601 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
5602
5603         * compile: New file imported from automake.
5604
5605 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
5606
5607         * configure.in: Remove symbolic link section.
5608         * configure: Regenerate.
5609         * Makefile.tpl (links): Remove.
5610         * Makefile.in: Regenerate.
5611
5612 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
5613             Nathanael Nerode  <neroden@gcc.gnu.org>
5614
5615         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5616         Set with AC_CHECK_PROGS.
5617         * configure.in: Fix comment typo from last patch.
5618         * configure: Regenerate.
5619
5620 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
5621
5622         * Makefile.tpl: Introduce experimental top level bootstrap support.
5623         * Makefile.in: Regenerate.
5624         * configure.in: Introduce support for top level bootstrap.
5625         * configure: Regenerate.
5626
5627 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5628             Paolo Bonzini  <bonzini@gnu.org>
5629
5630         PR bootstrap/14522
5631         * configure.in: Cope with shells that do not support unquoted ^
5632         * configure: Regenerate.
5633
5634 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5635             Paolo Bonzini  <bonzini@gnu.org>
5636
5637         PR bootstrap/14522
5638         * configure.in: Cope with shells that do not support nesting
5639         quotes inside quoted backquote substitutions.
5640         * configure: Regenerate.
5641
5642 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
5643
5644         PR bootstrap/14522
5645         * configure.in: Fix escaping of $.
5646         * configure: Regenerate.
5647
5648 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
5649
5650         * configure: Regenerate, since I forgot to while committing Paolo's
5651         changes.
5652
5653 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
5654
5655         PR ada/14131
5656         Move language detection to the top level.
5657         * configure.in: Find default values for the tools as
5658         soon as possible.  Disable ada if GNAT is not found.
5659         Emit error message about missing languages.  Expand
5660         --enable-languages=all for the gcc subdirectory.
5661
5662 2004-03-10  Ben Elliston  <bje@gnu.org>
5663
5664         * MAINTAINERS: Update my email address.
5665
5666 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
5667
5668         * ltconfig: Disable building static libraries if building shared
5669         libraries on AIX 5L.
5670
5671 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
5672
5673         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5674         and disable libgcj.
5675         * configure: Regenerated.
5676
5677 2004-03-01  Brian Booth  <bbooth@redhat.com>
5678
5679         * MAINTAINERS: Add myself to write-after-approval.
5680
5681 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
5682
5683         * MAINTAINERS: Add myself to write-after-approval.
5684
5685 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5686
5687         PR bootstrap/7087
5688         * Makefile.tpl: Guard XFOO sed statements better.
5689         * Makefile.tpl: Add dependency for configure-target-libada.
5690         * Makefile.in: Regenerate (incidentally fixes broken
5691         commit when libada-branch was merged).
5692
5693 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
5694
5695         * MAINTAINERS: Add myself to write-after-approval.
5696
5697 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
5698
5699         * MAINTAINERS: Add Nicola Pero and myself as libobjc
5700         maintainers.
5701
5702 2004-02-20  Andrew Cagney  <cagney@redhat.com>
5703
5704         * config.guess: Update from version 2003-10-16 to 2004-02-16.
5705         * config.sub: Update from version 2003-11-03 to 2004-02-16.
5706
5707 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5708
5709         PR bootstrap/11932
5710         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5711
5712 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
5713
5714         * MAINTAINERS: Added myself to write-after-approval.
5715
5716 2004-02-14  Michael Koch  <konqueror@gmx.de>
5717
5718         * MAINTAINERS: Added myself to write-after-approval.
5719
5720 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
5721
5722         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
5723         some OS port maintainers to OS port maintainers section.
5724
5725 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
5726
5727         * MAINTAINERS: Add self.
5728
5729 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
5730
5731         * MAINTAINERS: Alphabetize.
5732
5733 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
5734
5735         * MAINTAINERS: Remove myself.
5736
5737 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
5738
5739         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5740         (rs6000-*-aix*): Same.
5741         * configure: Regenerate.
5742
5743 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
5744
5745         * configure.in (host): Add in missing $noconfigdirs to defines.
5746         * configure: Regenerate.
5747
5748 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
5749             Nathanael Nerode  <neroden@gcc.gnu.org>
5750
5751         PR ada/6637, PR ada/5911
5752         Merge with libada-branch:
5753         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5754         with appropriate dependencies. Add --enable-libada configure switch.
5755         * configure, Makefile.in: Regenerate.
5756
5757 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
5758
5759         * MAINTAINERS: Add myself to write-after-approval.
5760
5761 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5762
5763         * configure.in: Don't pass --with-stabs on IRIX 5 either.
5764         * configure: Regenerate.
5765
5766 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
5767
5768         Merge from upstream:
5769
5770         * ltmain.in: When setting IFS to '~', be careful about user
5771         arguments that contain '~'.
5772
5773         2004-02-04  Peter O'Gorman  <peter@pogma.com>
5774
5775         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
5776         Also test $base_compile against $CC with escaped arguments. Bug
5777         reported by Geoff Keating <geoffk@apple.com>.
5778
5779 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
5780
5781         * MAINTAINERS: Remove i960 port.
5782
5783 2004-01-23  DJ Delorie  <dj@redhat.com>
5784
5785         * Makefile.def (target_modules) [libiberty]: Don't stage.
5786         * Makefile.in: Rebuilt.
5787
5788 2004-01-20  Caroline Tice  <ctice@apple.com>
5789
5790         * MAINTAINERS: Add myself to write-after-approval.
5791
5792 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
5793
5794         * MAINTAINERS: Update my email address.
5795
5796 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
5797
5798         * MAINTAINERS: Add myself to write-after-approval.
5799
5800 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5801
5802         * MAINTAINERS: Remove entries without email address.
5803
5804 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
5805
5806         * MAINTAINERS: Add myself to write-after-approval.
5807
5808 2004-01-15  Steven Bosscher  <stevenb@suse.de>
5809
5810         * MAINTAINERS: Update my email address.
5811
5812 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
5813
5814         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5815         * Makefile.tpl (configure-target-[+module+]): Support stage.
5816         * Makefile.in: Rebuilt.
5817
5818 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
5819
5820         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
5821
5822 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
5823
5824         * MAINTAINERS: Add myself as a MIPS maintainer.
5825
5826 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5827
5828         * configure.in: Use ./config.cache, not config.cache.
5829         * configure: Regenerate.
5830         * Makefile.tpl: Special-casing not needed for GCC any more.
5831         * Makefile.in: Regenerate.
5832
5833         * configure.in: Don't share a cache file for host dirs.
5834         * configure: Regenerate.
5835
5836         * config-ml.in: Don't mess with the cache file.
5837
5838 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5839
5840         * MAINTAINERS: Move myself from 'Write After Approval' to
5841         'CPU Port Maintainers' section as SPARC maintainer.
5842
5843 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5844
5845         * Makefile.tpl: Make GCC use a separate config.cache.
5846         * Makefile.in: Regenerate.
5847
5848         PR bootstrap/11932, PR bootstrap/11933
5849         (I don't know if it will fix either of them, but it relates
5850         to them.)
5851         * configure.in: Don't use shared config.cache for target
5852         directories.
5853         * configure: Regenerate.
5854
5855 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
5856
5857         * MAINTAINERS: Add myself to 'Write After Approval' section.
5858
5859 2003-12-31  Roger Sayle  <roger@eyesopen.com>
5860
5861         * configure.in (ia64*-*-hpux*): Disable building java libraries.
5862         * configure: Regenerated.
5863
5864 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
5865
5866         * MAINTAINERS: Remove the mn10200 maintainer.
5867
5868 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
5869
5870         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5871         * configure: Regenerated.
5872
5873 2003-12-16  Jan Hubicka  <jh@suse.cz>
5874
5875         * MAINTAINERS: Add myself as callgraph maintainer.
5876
5877 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
5878
5879         * configure.in (raw_libstdcxx_flags): Remove the leading space.
5880         * configure: Regenerate.
5881
5882 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5883
5884         * MAINTAINERS: Move myself from 'Bug database only accounts' to
5885         'Write After Approval' section. Update email.
5886
5887 2003-12-01  James Lemke  <jim@wasabisystems.com>
5888
5889         * MAINTAINERS (Write After Approval): Add myself.
5890
5891 2003-11-20  Matt Thomas  <matt@3am-software.com>
5892
5893         * MAINTAINERS: Add myself as a vax port maintainer.
5894
5895 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
5896
5897         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5898         (configure-build-[+module+], configure-[+module+]): Likewise.
5899         (configure-target-[+module+], configure-gcc, config.status): Likewise.
5900         * Makefile.in: Regenerate.
5901
5902 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
5903
5904         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
5905         shared/dylibed libraries.
5906         * ltmain.sh: Likewise.
5907         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
5908         * ltcf-cxx.sh: Likewise.
5909         * ltcf-gcj.sh: Likewise.
5910         * ltconfig: Likewise.
5911
5912 2003-11-17  Stan Cox  <scox@redhat.com>
5913
5914         * MAINTAINERS: Add myself as iq2000 port maintainer.
5915
5916 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
5917
5918         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5919         * Makefile.in: Regenerate.
5920
5921 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
5922
5923         * config.sub: Update to 2003-11-03 version.
5924
5925 2003-10-20  Phil Edwards  <phil@codesourcery.com>
5926
5927         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
5928         * configure:  Regenerate.
5929
5930 2003-10-20  Nicolas Pitre  <nico@cam.org>
5931
5932         * MAINTAINERS: Add myself to 'Write After Approval' section.
5933
5934 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
5935
5936         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
5937
5938 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
5939
5940         * MAINTAINERS: Update my email address.
5941
5942 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5943
5944         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
5945
5946 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
5947
5948         * MAINTAINERS: Add myself to 'Write After Approval' section.
5949
5950 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
5951
5952         * config.guess: Update to 2003-10-16 version.
5953         * config.sub: Update to 2003-10-16 version.
5954
5955 2003-10-15  David Daney  <ddaney@avtrex.com>
5956
5957         * MAINTAINERS: Added myself to 'Write After Approval' section.
5958
5959 2003-10-15  Falk Hueffner  <falk@debian.org>
5960
5961         * MAINTAINERS: Move myself from 'Bug database only accounts' to
5962         'Write After Approval' section. Update email.
5963
5964 2003-10-14  Roger Sayle  <roger@eyesopen.com>
5965
5966         * MAINTAINERS: Move myself from 'Write After Approval' to
5967         'Various Maintainers' section as middle-end maintainer.
5968
5969 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5970
5971         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5972         HOST_FLAGS_TO_PASS.
5973         * Makefile.in: Regenerate.
5974
5975 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
5976
5977         * config.guess: Update to 2003-10-07 version.
5978         * config.sub: Update to 2003-10-07 version.
5979
5980 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5981
5982         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
5983         * ltconfig (irix5*, irix6*): Don't override version_type.
5984
5985 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
5986
5987         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5988         * configure: Rebuilt
5989         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5990         * Makefile.in: Rebuilt
5991
5992 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5993
5994         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5995
5996 2003-09-30  Carlo Wood  <carlo@alinoe.com>
5997
5998         * MAINTAINERS (Write After Approval): Add myself.
5999
6000 2003-09-29  Paul Koning  <ni1d@arrl.net>
6001
6002         * MAINTAINERS: Move myself from "Write After Approval"
6003         to CPU platform maintainers for pdp11 platform.
6004
6005 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
6006
6007         * MAINTAINERS: Move myself from 'Write After Approval' to
6008         'Various Maintainers' section as libffi testsuite maintainer.
6009
6010 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
6011
6012         * configure.in: Pass a computed --program-transform-name
6013         to subconfigures.
6014         * configure: Regenerated.
6015
6016 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6017
6018         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6019         * Makefile.in: Regenerate.
6020
6021         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6022         * Makefile.in: Regenerate.
6023
6024 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
6025
6026         * MAINTAINERS: Move myself from 'Write After Approval'
6027         to 'Various Maintainers' (objective-c) section.
6028
6029 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
6030
6031         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6032         quoting.
6033         * configure: Regenerated.
6034
6035 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
6036
6037         * MAINTAINERS (Write After Approval): Add myself to write after
6038         approval list.
6039
6040 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
6041
6042         * MAINTAINERS (Write After Approval): Add myself.
6043
6044 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
6045
6046         * MAINTAINERS: Update my e-mail address.
6047
6048 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
6049
6050         * libtool.m4 (LD): Correct powerpc64 host match.
6051
6052 2003-09-06  James E Wilson  <wilson@tuliptree.org>
6053
6054         * MAINTAINTERS: Update my affiliation and email address.
6055
6056 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6057
6058         * MAINTAINERS (Write After Approval): Add myself.
6059
6060 2003-09-04  DJ Delorie  <dj@redhat.com>
6061
6062         * configure: Regenerate.
6063
6064 2003-09-04  Robert Millan  <robertmh@gnu.org>
6065
6066         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6067
6068 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6069
6070         * configure.in: Ensure arguments to sed are properly spaced.
6071         * configure: Regenerate.
6072
6073 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6074
6075         * MAINTAINERS: Update my e-mail address.
6076
6077 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
6078
6079         * MAINTAINERS (Write After Approval): Add myself.
6080
6081 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
6082
6083         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6084         * configure: Regenerated.
6085
6086 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6087
6088         * MAINTAINERS: Update my email address.
6089
6090 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
6091
6092         * configure.in:  Use newline instead of semicolon when assuming
6093         shell arguments in a for loop.
6094         * configure:  Regenerated.
6095
6096 2003-08-22  Jason Eckhardt  <jle@rice.edu>
6097
6098         * MAINTAINERS: Resurrect the i860 maintainer.
6099
6100 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
6101
6102         PR 8180
6103         * configure.in: When testing with_libs and with_headers, treat
6104         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
6105         * configure: Regenerate.
6106
6107         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6108         make, shell, etc.
6109         (baseargs): Likewise.
6110         * configure: Regenerate.
6111
6112 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
6113
6114         * MAINTAINERS (Write After Approval): Add myself.
6115
6116 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
6117
6118         * configure.in: Disable libgcj for darwin not on powerpc.
6119         * configure: Rebuild.
6120
6121 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
6122
6123         * config-ml.in, symlink-tree: Add license.
6124
6125 2003-08-03  Richard Stallman  <rms@gnu.org>
6126             Eben Moglen  <moglen@columbia.edu>
6127
6128         * README.SCO: New file.
6129
6130 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
6131
6132         * Makefile.tpl (check, check-c++): Express dependencies using
6133         dependencies rather than commands.
6134         * Makefile.in: Regenerate.
6135
6136 2003-08-01  Andrew Cagney  <cagney@redhat.com>
6137
6138         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6139         * configure: Ditto.
6140
6141 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
6142
6143         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6144         * Makefile.in: Update.
6145
6146 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
6147
6148         * configure.in: Enable libgcj for darwin.
6149         * configure: Rebuild.
6150
6151 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
6152
6153         * config-ml.in:  Use ac_configure_args directly instead of
6154         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
6155         actually seen.
6156
6157 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6158
6159         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6160         creating target and build subdirs to build all parent dirs as needed.
6161         * Makefile.in: Rebuild.
6162         * configure.in: Don't build dirs explicitly here.
6163         * configure: Rebuild.
6164
6165 2003-07-26  Paul Brook  <paul@nowt.org>
6166
6167         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
6168
6169 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
6170
6171         * Makefile.tpl (all-make): Depend on intl.
6172         * Makefile.in: Rebuilt.
6173
6174 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
6175
6176         * install-sh:  Update to newer upstream versions (associated with
6177         aclocal 1.7).
6178         * mkinstalldirs:  Likewise.
6179         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
6180
6181 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
6182
6183         * MAINTAINERS: Move self from Bug database only accounts
6184         to write-after-approval.
6185
6186 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
6187
6188         * config.if: Remove unused libc_interface determination.
6189
6190 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6191
6192         * MAINTAINERS: Move self from write-after-approval to
6193         build machinery (*.in).
6194
6195 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6196
6197         PR bootstrap/11273
6198         PR bootstrap/11408
6199         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
6200         unused INSTALL_PROGRAM_ARGS.
6201         * configure.in: Use AC_PROG_INSTALL.
6202         * Makefile.in: Regenerate.
6203         * configure: Regenerate.
6204
6205 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
6206
6207         * MAINTAINERS: Alphabetize.
6208
6209 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
6210
6211         * configure: Rebuilt.
6212         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
6213         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6214         newlib nor libgloss.
6215         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
6216         * configure.in (am33_2.0-*-linux*): Added.
6217
6218 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
6219
6220         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6221         * configure: Regenerate.
6222
6223 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
6224
6225         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
6226         * Makefile.in: Regenerate.
6227
6228 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6229
6230         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
6231         * Makefile.in: Regenerate.
6232
6233 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
6234
6235         * Makefile.tpl: Replace PWD with PWD_COMMAND.
6236         * Makefile.in: Regenerated.
6237
6238         * config-ml.in: Replace PWD with PWD_COMMAND.
6239
6240 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6241
6242         * intl: New directory; see intl/ChangeLog for details.
6243         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
6244         * Makefile.tpl: all-gcc depends on maybe-all-intl.
6245         * Makefile.in: Regenerate.
6246
6247 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6248
6249         * configure.in: Clean up config-lang.in handling.  Delete
6250         useless assignment to "subdirs".
6251         * configure: Regenerate.
6252
6253 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6254
6255         * configure.in: Rename 'target_libs' to 'target_libraries'.
6256         Remove useless reference to 'target_libs'.
6257         * configure: Regenerate.
6258
6259 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
6260
6261         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6262         * Makefile.in: Regenerate.
6263
6264 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6265
6266         * Makefile.def: Introduce flags_to_pass.
6267         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6268         * Makefile.in: Regenerate.
6269
6270 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
6271
6272         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6273         and target-libgloss.
6274         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6275         <h8300*-*-*>: Disable libf2c and ${libgcj}.
6276         * configure: Regenerate.
6277
6278 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
6279
6280         * configure.in: Update testsuite_flags to new location.
6281         * configure. Regenerate.
6282
6283 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6284
6285         * Makefile.tpl: Remove BUILD_CC stuff.
6286         * Makefile.in: Regenerate.
6287
6288 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
6289
6290         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
6291
6292 2003-06-16  Graeme Peterson  <gp@qnx.com>
6293
6294         * MAINTAINERS (Write After Approval): Add myself.
6295
6296 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
6297
6298         * config.guess: Update to 2003-06-12 version.
6299         * config.sub: Update to 2003-06-13 version.
6300
6301 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
6302
6303         * config.guess: Update to 2003-06-06 version.
6304         * config.sub: Update to 2003-06-06 version.
6305
6306 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6307
6308         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6309         * configure. Regenerate.
6310
6311 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6312
6313         * configure.in: Disable serial configure by default.
6314         * configure: Regenerate.
6315         * Makefile.tpl: Abolish .NOTPARALLEL.
6316         * Makefile.in: Regenerate.
6317
6318         * Makefile.tpl: Replace {build,host,target}_canonical by
6319         {build,host,target}.
6320         * Makefile.in: Regenerate.
6321
6322         * Makefile.tpl: Fix stupid pasto.
6323         * Makefile.in: Regenerate.
6324
6325 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6326
6327         * Makefile.tpl: Remove bogus conditional.
6328         * Makefile.in: Regenerate.
6329
6330 2003-06-05  Jan Hubicka  <jh@suse.cz>
6331
6332         * Makefile.tpl (profiledbootstrap): New target.
6333         * Makefile.in (profiledbootstrap): New target.
6334
6335 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
6336
6337         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
6338         Pinski. Remove user names from other bugzilla-only maintainers.
6339
6340 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6341
6342         * Makefile.tpl: Make 'recursive targets' using autogen rather
6343         than shell loop.  Remove duplicate 'clean' targets and false
6344         comments.
6345         * Makefile.def: Add systematic dependencies to 'recursive' targets.
6346         Add systematic method of specifying missing targets in subdirs.
6347         Add copyright boilerplate.
6348         * Makefile.in: Regenerate.
6349         * configure.in: Add 'recursive targets' to maybe list.
6350         * configure: Regenerate.
6351
6352         * MAINTAINERS: "GNATS only" -> "Bug database only".
6353
6354         * Makefile.tpl: Rename [+target+] to [+make_target+].
6355         * Makefile.def: Rename 'target' to 'make_target'.
6356
6357 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
6358
6359         * MAINTAINERS: Add self as options handling maintainer.
6360
6361 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
6362
6363         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
6364         been too long since I touched those ports.
6365
6366 2003-05-28  DJ Delorie  <dj@redhat.com>
6367
6368         * Makefile.tpl: Make maybe-check-gcc .PHONY.
6369         * Makefile.in: Regenerate.
6370
6371 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6372
6373         * configure.in: Use curly braces in the definition of tooldir.
6374         * configure: Regenerate.
6375
6376 2003-05-21  DJ Delorie  <dj@redhat.com>
6377
6378         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6379         newlib or libgloss.
6380         * Makefile.in: Regenerate.
6381
6382 2003-05-21  DJ Delorie  <dj@redhat.com>
6383
6384         * Makefile.tpl: Add missing empty maybe-check-gcc target.
6385         * Makefile.in: Regenerate.
6386
6387 2003-05-20  Ian Lance Taylor  <ian@airs.com>
6388
6389         * MAINTAINERS: Update my e-mail address.
6390
6391 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6392
6393         * configure.in: Switch more things to use maybe dependencies.
6394         * Makefile.tpl: Switch more things to use maybe dependencies.
6395         Factor out common code from autogen IF statements.
6396         * configure: Regenerate.
6397         * Makefile.in: Regenerate.
6398
6399 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
6400
6401         * configure.in: Accept i[3456789]86 for machine type.
6402         * configure: Regenerate.
6403
6404 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6405
6406         * configure.in: Switch more things to use maybe dependencies.
6407         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
6408         * configure: Regenerate.
6409         * Makefile.tpl: Switch more things to use maybe dependencies.
6410         * Makefile.in: Regenerate.
6411
6412 2003-05-16  Andreas Schwab  <schwab@suse.de>
6413
6414         * Makefile.tpl (install-opcodes): Define.
6415         * Makefile.in: Rebuild.
6416
6417 2003-05-13  Andreas Jaeger  <aj@suse.de>
6418
6419         * config.guess: Update to 2003-05-09 version.
6420         * config.sub: Update to 2003-05-09 version.
6421
6422 2003-05-13  Michael Eager  <eager@mvista.com>
6423
6424         * configure.in: Correct sed script so that options in quotes are not
6425         deleted.
6426         * configure: Rebuild.
6427
6428 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
6429
6430         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6431         and $$s/newlib/libc/sys/cygwin32 include paths.
6432         * configure: Ditto.
6433
6434 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
6435
6436         * MAINTAINERS: Update my email addresses.
6437
6438 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
6439
6440         * config-ml.in: Propagate INSTALL variables.
6441
6442 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6443
6444         * MAINTAINERS: Remove duplicate entries in Write After Approval.
6445
6446 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
6447
6448         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6449         * Makefile.in: Regenerate.
6450
6451 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
6452
6453         * MAINTAINERS (GNATS only): Add Falk Hueffner.
6454
6455 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
6456
6457         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
6458
6459 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
6460
6461         * Makefile.tpl: Clean $(BUILD_SUBDIR).
6462         * Makefile.in: Regenerated.
6463
6464 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
6465
6466         * MAINTAINERS (Write After Approval): Upgrade myself from
6467         GNATS only to write-after-approval. Update my mail address.
6468
6469 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
6470
6471         (OS Port Maintainers: freebsd): Add myself.
6472
6473 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
6474
6475         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
6476
6477 2003-04-22  Kean Johnston  <jkj@sco.com>
6478
6479         * MAINTAINERS (SCO ports): Added myself.
6480
6481 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
6482
6483         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
6484
6485 2003-04-19  Kean Johnston  <jkj@sco.com>
6486
6487         * MAINTAINERS (Write After Approval): Add myself.
6488
6489 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6490
6491         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6492         * Makefile.in: Regenerate.
6493
6494 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
6495
6496         * configure.in (powerpc64*-*-linux*): Remove.
6497         * configure: Rebuilt.
6498
6499 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
6500
6501         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
6502         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6503         and restrap.
6504         * Makefile.in:  Regenerate.
6505
6506 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
6507
6508         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6509         * configure: Regenerated.
6510
6511 2003-04-15  DJ Delorie  <dj@redhat.com>
6512
6513         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
6514
6515 2003-04-13  Nick Clifton  <nickc@redhat.com>
6516
6517         * config-ml.in: Remove support for --disable-aix removing
6518         call-aix multilibs.
6519
6520 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
6521
6522         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6523         * */configure: Rebuilt.
6524
6525 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
6526
6527         * MAINTAINERS: Add my email address.
6528
6529 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
6530
6531         * MAINTAINERS (Write After Approval): Add myself.
6532
6533 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6534
6535         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6536         * Makefile.in: Regenerate.
6537
6538 2003-03-14  Michael Chastain  <mec@shout.net>
6539
6540         * Makefile.in: Regenerate with correct Makefile.def.
6541
6542 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6543
6544         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
6545         Make macro.
6546         * Makefile.in: Regenerate.
6547         * configure.in: Clean up gxx_include_dir logic.
6548         * configure: Regenerate.
6549
6550 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
6551
6552         * MAINTAINERS (Write After Approval): Add myself.
6553
6554 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
6555
6556         * MAINTAINERS: Update my mail address.
6557
6558 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6559
6560         * configure.in (gxx_include_dir): Fix typo.
6561         * configure: Regenerated.
6562
6563 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6564
6565         * Makefile.tpl: Reindent.
6566         * Makefile.in: Regenerate.
6567         * configure.in: Reindent.  Don't set unused variables.
6568         * configure: Regenerate.
6569
6570 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
6571
6572         * configure.in: Include $(build_tooldir)/sys-include in
6573         FLAGS_FOR_TARGET.
6574         * configure: Regenerated.
6575
6576 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6577
6578         * Makefile.tpl: Always pass down RANLIB.
6579         * Makefile.in: Regenerate.
6580
6581         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6582         * Makefile.in: Regenerate.
6583         * configure.in: Remove unused logic relating to --enable-shared
6584         and --enable-threads.  Remove bogus comments.  Remove redundant
6585         noconfigdirs.
6586         * configure: Regenerate.
6587
6588         * configure.in: Replace ${libstdcxx_version} by its value.
6589         Remove reference to mh-dgux.
6590         * configure: Regenerate.
6591
6592 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
6593
6594         * MAINTAINERS (Write After Approval): Add myself.
6595
6596 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6597
6598         * Makefile.tpl: Rearrange.
6599         * Makefile.in: Regenerate.
6600
6601 2003-02-25  Uwe Stieber  <uwe@wwws.de>
6602
6603         * configure.in: Add support for kaOS as cross build target system.
6604         * configure: Regenerated.
6605
6606 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
6607
6608         * MAINTAINERS (Write after approval): Add myself.
6609
6610 2003-02-21  James E Wilson  <wilson@tuliptree.org>
6611
6612         * MAINTAINERS: Update my email address.
6613
6614 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
6615
6616         * MAINTAINERS: Add self to blanket write privs. section.
6617
6618 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
6619
6620         * Makefile.tpl: Add definition of CPPFLAGS to pass into
6621         configure-target-* as some target builds may require additional
6622         flags for preprocessor tests.
6623         * Makefile.in: Regenerated.
6624
6625 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
6626
6627         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6628         * ltconfig: Handle it.
6629         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6630         auto-detecting it.
6631
6632         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6633         it is used as argument to $CC.
6634         * ltcf-gcj.sh: Likewise.
6635
6636         * configure.in: Introduce --enable-maintainer-mode.
6637         * configure: Rebuilt.
6638         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6639         for maintainer mode.
6640         * Makefile.in: Rebuilt.
6641
6642 2003-02-18  Jason Merrill  <jason@redhat.com>
6643
6644         * Makefile.tpl (check-c++): Allow parallelism.
6645
6646 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6647
6648         * MAINTAINERS: Remove John Carr (who never actually had access to
6649         gcc.gnu.org).
6650
6651 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
6652
6653         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6654         don't configure target-libobjc.
6655         * configure: Regenerate.
6656
6657 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6658
6659         * Makefile.tpl (RANLIB): Define.
6660         * Makefile.in: Regenerate.
6661
6662 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
6663
6664         * MAINTAINERS: Update my email.
6665
6666 2003-02-06  Keith R Seitz  <keiths@redhat.com>
6667
6668         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6669         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6670         * Makefile.in: Regenerated.
6671         * configure.in: Remove all traces of snavigator, db, and grep.
6672         * configure: Regenerated.
6673
6674 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6675
6676         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
6677         After Approval.
6678
6679 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6680
6681         * MAINTAINERS (Write after approval): Add myself.
6682
6683 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
6684
6685         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6686         * Makefile.in: Regenerated.
6687
6688 2003-01-30  Roger Sayle  <roger@eyesopen.com>
6689
6690         * config.guess: Updated to 2003-01-30's version.
6691         * config.sub: Updated to 2003-01-28's version.
6692
6693 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
6694
6695         * config.if: If gcc_version is already set, just use it.  Don't set
6696         gcc_version_trigger if it's already set, otherwise set it to
6697         gcc/version.c, but only if the file exists.  If it is not set and
6698         gcc/version.c does not exist, try to extract the version number from
6699         $CC.
6700
6701 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
6702
6703         * MAINTAINERS: Add myself to write-after-approval list.
6704
6705 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
6706
6707         * configure.in:  Revert 24Jan change.
6708         * configure:  Regenerate.
6709
6710 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6711
6712         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
6713         entry of HJ Lu.
6714
6715 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6716
6717         * configure.in: Revert previous change.
6718         * configure: Regenerate.
6719
6720 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6721
6722         * configure.in: Make rda native-only.
6723         * configure: Regenerate.
6724
6725 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6726
6727         * MAINTAINERS: Move myself from GNATS-only-accounts to
6728         write-after-approval.
6729
6730 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6731
6732         * configure.in: Add missing \.
6733         * configure: Rebuilt.
6734
6735 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
6736
6737         * configure.in (baseargs): Avoid using \| in sed regular
6738         expressions.
6739         * configure: Rebuilt.
6740
6741 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
6742
6743         * configure.in (baseargs): Remove all supported forms of
6744         --cache-file, --srcdir, --host, --build and --target options
6745         from argument lists.
6746         * configure: Rebuilt.
6747
6748 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
6749
6750         * MAINTAINERS: Add myself to write-after-approval list.
6751
6752 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
6753
6754         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6755         * configure: Rebuilt.
6756
6757 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6758
6759         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6760         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6761         * Makefile.in: Regenerate.
6762         * configure: Regenerate.
6763
6764 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
6765
6766         * configure.in: Remove Makefile in build, host and target modules
6767         unless configure was run with --no-recursion.
6768         * configure: Rebuilt.
6769
6770 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6771
6772         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6773         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6774         * Makefile.in: Regenerate.
6775
6776 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
6777
6778         * config.guess: Update to 2003-01-03 version.
6779         * config.sub: Update to 2003-01-03 version.
6780
6781 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6782
6783         * configure: Regenerate with proper autoconf 2.13.
6784
6785 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6786
6787         * configure.in: Add AC_PREREQ for consistency.
6788         * configure: Regenerate.
6789
6790 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
6791
6792         * configure.in (GDB_TK): Add tcl directories conditional on
6793         gdb/gdbtk directory being present.
6794         * configure: Regenerate.
6795
6796 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
6797
6798         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
6799         used by gcc if LD is not defined and we are not doing a Canadian Cross.
6800         * configure: Rebuilt.
6801
6802 2002-12-31  Tom Tromey  <tromey@redhat.com>
6803
6804         * Makefile.in: Rebuilt.
6805         * Makefile.def (target_modules) [libffi]: Allow installation.
6806
6807 2002-12-31  Andreas Schwab  <schwab@suse.de>
6808
6809         * configure.in: Fix use of $program_transform_name.
6810         * configure: Regenerated.
6811
6812 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
6813
6814         * configure.in (baseargs): Don't remove first configure argument.
6815         * configure: Regenerated.
6816
6817 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
6818
6819         * Makefile.tpl (local-distclean): Don't remove...
6820         (multilib.ts): ... this.  Moved into...
6821         (multilib.out): ... this.  Don't use sub-make.
6822         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6823         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6824         (configure-build-[+module+], configure-[+module+],
6825         configure-target-[+module+], configure-gcc): ... these.  Test
6826         for Makefile existence.  Drop config.status from dependencies.
6827         * Makefile.in: Rebuilt.
6828         * configure.in: Move gcc-version-trigger to the end of
6829         ac_configure_args.  Add comments to maybedep.tmp and
6830         serdep.tmp.  Introduce --disable-serial-configure.  Remove
6831         nonopt from baseargs, matching and removing corresponding
6832         whitespace while at it.
6833         * configure: Rebuilt.
6834
6835 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
6836
6837         * configure.in (host_configargs): Replace reference to
6838         no-longer-defined buildopts with --build=${build_alias}.
6839         * configure: Rebuilt.
6840
6841         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
6842         program_transform_name to standard idiom.
6843         (AUTOGEN, AUTOCONF): Define.
6844         (Makefile.in): Use $(AUTOGEN).
6845         (Makefile): Depend on config.status, and use autoconf-style rule to
6846         build it.  Move original commands to...
6847         (config.status): ... this new target.
6848         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
6849         $(AUTOCONF).
6850         * Makefile.in: Rebuilt.
6851
6852 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6853
6854         * Makefile.tpl: Fix dramatic bustage due to change in
6855         program_transform_name.
6856         * Makefile.in: Regenerate.
6857
6858         * configure.in: Remove unnecessary PATH setting.
6859         * configure: Regnerate.
6860
6861         * configure.in: Don't default to unprefixed tools unless
6862         the native tools will work.
6863         * configure: Regenerate.
6864
6865         * configure.in: Convert to autoconf script.  Blow away lots
6866         of now-redundant Makefile fragments.
6867         * configure: Generate using Autoconf.
6868         * Makefile.tpl: Rewrite to reflect autoconfiscation.
6869         * Makefile.in: Regenerate.
6870
6871 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6872
6873         * configure: Fix stupid bug where RANLIB was mistakenly included.
6874
6875         * configure.in: Rename (buildargs, hostargs, targargs) to
6876         (build_configargs, host_configargs, target_configargs).
6877
6878         * configure.in: Move logic out of sed statement.
6879
6880         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
6881         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6882
6883 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
6884
6885         * config.sub: Import from master repository
6886         * config.guess: Ditto
6887
6888 2002-12-24  Andreas Schwab  <schwab@suse.de>
6889
6890         * Makefile.tpl (multilib.out): Fix missing space.
6891         * Makefile.in: Regenerate.
6892
6893 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6894
6895         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
6896         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
6897         * Makefile.in: Regenerate.
6898         * configure.in: Remove unnecessary leftovers.
6899
6900 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
6901
6902         * configure.in (extra_ranlibflags_for_target): New variable.
6903         (*-*-darwin): Add -c to ranlib commands.
6904         * configure (tooldir): Handle extra_ranlibflags_for_target.
6905
6906 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6907
6908         * Makefile.tpl: Revert HJL's change.
6909         * Makefile.in: Regenerated.
6910         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6911         always.
6912
6913 2002-12-19  Andreas Schwab  <schwab@suse.de>
6914
6915         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6916         * Makefile.in: Regenerate.
6917
6918 2002-12-18  H.J. Lu  <hjl@gnu.org>
6919
6920         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6921         * Makefile.in: Regenerated.
6922
6923         * configure.in (build_prefix): New. Substitute.
6924
6925 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6926
6927         * Makefile.tpl: Don't let real targets depend on phony targets.
6928         * Makefile.in: Regenerate.
6929
6930         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6931         * Makefile.in: Regenerate.
6932
6933 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
6934
6935         * config.sub: Import from master repository
6936         * config.guess: Ditto
6937
6938 2002-12-16  Jason Merrill  <jason@redhat.com>
6939
6940         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6941         previous 'make bootstrap'.
6942         * Makefile.in: Regenerate.
6943
6944 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
6945
6946         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6947
6948 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6949
6950         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6951         * Makefile.in: Regenerate.
6952
6953 2002-12-13  Jason Merrill  <jason@redhat.com>
6954
6955         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
6956         library tests.
6957         (check-c++): Just depend on it and check-target-libstdc++-v3.
6958         * Makefile.in: Regenerate.
6959
6960 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
6961
6962         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6963         * Makefile.in: Rebuilt.
6964
6965 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
6966
6967         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
6968
6969 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6970
6971         * configure: Fix bug put in by gremlins.
6972
6973         * Makefile.tpl: Substitute more autoconfily.
6974         * configure: Substitute more autoconfily.
6975         * Makefile.in: Regenerate.
6976
6977 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
6978
6979         * config.sub: Import from master repository
6980         * config.guess: Ditto
6981         * MAINTAINERS: Added Svein Seldal under write after approval
6982
6983 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
6984
6985         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6986         * Makefile.in (all-sim): Ditto.
6987
6988 2002-12-06  DJ Delorie  <dj@redhat.com>
6989
6990         * Makefile.tpl: Change configure dependencies to not have real
6991         targets depend on phony targets.
6992
6993 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
6994
6995         * configure.in: Revert unintentional change.
6996
6997         * Makefile.tpl: Change dependency for */multilib.out so that
6998         it works when gcc isn't in the tree.
6999
7000         * configure.in: Substitute more.
7001         * configure: Run subconfigures from the Makefile.
7002         * Makefile.tpl: Run subconfigures from the Makefile; add a few
7003         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
7004
7005 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7006
7007         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
7008
7009 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7010
7011         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7012         and corresponding dependencies.
7013         * Makefile.in: Regenerate.
7014
7015         * configure.in (host_tools): Order binutils, gas and ld for
7016         convenience in running the testsuites.
7017
7018         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7019         * Makefile.in: Regenerate.
7020         * configure.in: Introduce rules to serialize subconfigure runs.
7021
7022         * configure.in: Introduce BASE_CC_FOR_TARGET.
7023         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
7024         Realize configure-build-* targets.  Realize configure-target-* targets.
7025         * Makefile.in: Regenerate.
7026
7027 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7028
7029         * configure: Move gcc_version_trigger stuff from here...
7030         * configure.in: ...to here.
7031
7032         * configure.in: Separate subconfigure options added by this file from
7033         options given by the user.  Add machinery to put args for host
7034         subconfigures into the Makefile.
7035
7036         * Makefile.tpl: Remove 'vault' targets.
7037         * Makefile.tpl: Reorder and comment dependencies.
7038         * Makefile.in: Regenerate.
7039
7040 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7041         * configure.in: Fix my broken commit of previous patch. (sigh)
7042
7043 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7044
7045         * configure.in: Move host-specific darwin noconfigdirs into
7046         the host-specific section.
7047
7048 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7049
7050         * configure.in: Move host-specific darwin noconfigdirs into
7051         the host-specific section.
7052
7053 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7054
7055         * configure: Remove skip-this-dir support.
7056         * Makefile.tpl: Remove skip-this-dir support.
7057
7058         * Makefile.tpl: Remove leftover support for non-autoconfiscated
7059         subdirectories.
7060         * Makefile.in: Regenerate.
7061
7062         * Makefile.tpl: Strip out useless setting of 'dir'.
7063         * Makefile.in: Regenerate.
7064
7065 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7066
7067         * configure.in: Fix deeply stupid bug.
7068
7069         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7070         shell code in CXX_FOR_TARGET
7071         * Makefile.def: Introduce raw_cxx.
7072         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7073         RAW_CXX_FOR_TARGET.
7074         * Makefile.in: Regenerate.
7075
7076 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
7077
7078         * Makefile.tpl: Remove unnecessary ifs.
7079         * Makefile.in: Regenerate.
7080
7081         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
7082         dependencies.  Maybe-ize build-libiberty.  Create dummy install
7083         targets for 'no_install' modules.
7084         * configure: Move GDB_TK substitution to configure.in.  Move
7085         build_modules stuff to configure.in.
7086         * configure.in: Implement soft dependency machinery.  Maybe-ize
7087         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
7088         * Makefile.in: Regenerate.
7089
7090 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7091
7092         * Makefile.tpl: Make all-target, install-target behave similarly
7093         to all, install (only hitting configured targets).  Eliminate
7094         unused macro defintions.
7095
7096         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7097         build != host.
7098
7099         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7100
7101         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7102
7103         * configure.in: Produce lists of subdir targets we're actually
7104         configuring.  Remove references to "dosrel".
7105         * Makefile.tpl: Let configure set which subdir targets are hit.
7106         Remove install-cross; clean up install; remove ALL.  Remove
7107         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
7108         Autogenerate host module targets.  Remove empty dependency lines
7109         and redundant dependency; rearrange slightly.
7110         * Makefile.def: Add host-side libtermcap, utils.
7111
7112         * Makefile.in: Regenerate.
7113
7114 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7115
7116         * ltconfig (osf[345]): Append $major to soname_spec.
7117         Reflect this in library_names_spec.
7118         * ltmain.sh (osf): Prefix $major with . for use as extension.
7119
7120 2002-11-19  Andreas Jaeger  <aj@suse.de>
7121
7122         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
7123         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
7124         and sparc64 GNU/Linux systems.
7125
7126 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
7127
7128         * MAINTAINERS: Update email.
7129
7130 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7131
7132         * MAINTAINERS: Complete James Dennett's entry.
7133
7134 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
7135
7136         * MAINTAINERS (Write After Approval): Add myself.
7137
7138 2002-11-13  Bruce Korb  <bkorb@gnu.org>
7139
7140         * Makefile.tpl: syntactic cleanup
7141
7142 2002-11-13  Stuart Hastings  <stuart@apple.com>
7143
7144         * MAINTAINERS: Add myself to write-after-approval list.
7145
7146 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7147
7148         * Makefile.def: Add list of recursive targets to autogenerate.
7149         Add build_modules.
7150         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
7151         targets.  Autogenerate *-build-* targets.
7152         * Makefile.in: Regenerate.
7153
7154 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7155
7156         * configure: More autoconf-style substitutions.
7157         * Makefile.tpl: More autoconf-style substitutions.
7158         * Makefile.in: Regenerate.
7159
7160 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7161
7162         * configure: Substitute more variables in a more autoconf-friendly
7163         way.  Simplify slightly.
7164         * Makefile.tpl: Make more variables substitutable in an
7165         autoconf-friendly way.
7166         * Makefile.in: Regenerate.
7167
7168 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
7169
7170         * MAINTAINERS (Write After Approval): Add myself.
7171
7172 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7173
7174         * configure.in (v810*): Remove special setting of tools.
7175
7176         * configure: Add support for extra required flags for ar or nm.
7177         * configure.in (aix4.3+): Use above support for target-specific
7178         issues, rather than using config/mt-aix43.
7179
7180 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7181
7182         * configure: Remove 'removing', which doesn't work.  Replace $subdir
7183         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
7184         with $srcdir.  Reformat indentation.  Substitute some variables
7185         formerly hard-coded in the Makefile for build=host.
7186         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7187         * Makefile.def: Autogenerate more.
7188         * Makefile.in: Regenerate.
7189
7190 2002-11-04  Adam Nemet  <anemet@lnxw.com>
7191
7192         * MAINTAINERS (Write After Approval): Add myself.
7193
7194 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
7195
7196         * Makefile.def (host_modules): Add rda.
7197         * Makefile.in: Regenerate.
7198         * configure.in (target_tool): Add target-rda to list.
7199
7200 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7201
7202         * MAINTAINERS: Remove "co-maintainer" note for web pages.
7203
7204 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
7205
7206         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
7207         and restrap targets to this rule.
7208         * Makefile.in:  Regenerate.
7209
7210 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7211
7212         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
7213         GNATS only accounts.
7214
7215 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
7216
7217         * configure.in (i[3456]86-*-linux*): Add check to disable
7218         ${libgcj} for glibc1.
7219
7220 2002-10-24  Denis Chertykov  <denisc@overta.ru>
7221
7222         * MAINTAINERS: Add myself as ip2k port maintainer.
7223
7224 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
7225
7226         * configure.in: Add tic4x target.
7227
7228 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7229
7230         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7231         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7232         * Makefile.in: Regenerate.
7233
7234         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7235         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7236         * Makefile.in: Regenerate.
7237
7238 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
7239
7240         * MAINTAINERS: Add myself as web pages co-maintainer.
7241
7242 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7243
7244         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7245         * Makefile.in: Regenerate.
7246
7247 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
7248
7249         * MAINTAINERS: Add myself and Nathan Sidwell
7250         <nathan@codesourcery.com> as VxWorks maintainers.
7251
7252 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7253
7254         * Makefile.def: Remove order dependency comments.
7255         * Makefile.tpl: Add explicit install-install dependencies.
7256         * Makefile.in: Regenerate.
7257
7258         * Makefile.tpl: Remove material now in src-release.  (Finally!)
7259         * Makefile.in: Regenerate.
7260
7261         * Makefile.tpl: Add configure-target (for src-release in src)
7262         * Makefile.in: Regenerate.
7263
7264 2002-09-30  Nick Clifton  <nickc@redhat.com>
7265
7266         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7267
7268 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
7269
7270         * configure.in (s390*-*-linux*): Enable libgcj.
7271
7272 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
7273
7274         * configure: Revert accidentally applied changes.
7275
7276         * Makefile.tpl: Make more autoconf-friendly.
7277         * Makefile.in: Regenerate.
7278         * configure: Make substitution more autoconf-like.
7279
7280 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
7281
7282         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7283         single entry to handle all these.
7284         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
7285         libjava on arm-*-elf.
7286
7287 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
7288
7289         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7290         things that depend on them.
7291
7292 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7293
7294         * Makefile.tpl: Make subsituted variables more autoconfy.
7295         * Makefile.in: Regenerate.
7296         * configure: Make seds more autoconfy.
7297
7298 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7299
7300         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7301         * Makefile.in: Regenerate.
7302         * configure.in: Rewrite sed statements to look autoconfy.
7303
7304         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7305         all-target-foo on configure-target-foo.
7306         * Makefile.def: Ditto.
7307         * Makefile.in: Rebuild.
7308
7309 2002-09-25  Andrew Haley  <aph@redhat.com>
7310
7311         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
7312
7313 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7314
7315         * Makefile.def: New file.
7316         * Makefile.tpl: New file.
7317         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7318         * contrib/gcc_update: Note that Makefile.in is a generated file.
7319
7320         * configure.in: Minor rearrangement.  Simplify tests.
7321
7322 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
7323
7324         * configure.in (with_headers): Skip copy if value is "yes".
7325         (with_libs): Likewise.
7326
7327 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7328
7329         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7330         * configure.in (sh*-*-pe*): Ditto.
7331         * configure.in (mips*-*-pe*): Ditto.
7332         * configure.in (*arm-wince-pe): Ditto.
7333
7334         * configure.in: Rearrange.
7335
7336 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
7337
7338         * MAINTAINERS: Update my email address.
7339
7340 2002-08-30  Paul Koning  <pkoning@equallogic.com>
7341
7342         * MAINTAINERS: (Write After Approval): Add myself.
7343
7344 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
7345
7346         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
7347
7348 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
7349
7350         * MAINTAINERS: Change my mailing address.
7351
7352 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
7353
7354         * MAINTAINERS (Write After Approval): Remove myself.
7355         (Various Maintainers: c++ runtime libs): Add myself.
7356
7357 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
7358
7359         * MAINTAINERS (Write After Approval): Remove myself.
7360         (Various Maintainers: c++ runtime libs): Add myself.
7361
7362 2002-08-15  Eric Christopher  <echristo@redhat.com>
7363
7364         * config.sub: Import from master repository.
7365         * config.guess: Ditto.
7366
7367 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
7368
7369         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7370         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7371         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7372
7373 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
7374
7375         * MAINTAINERS: Add self to rs6000 vector extensions.
7376
7377 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
7378
7379         * libiberty/configure: Reverted unintended yesterday's check in.
7380
7381 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
7382
7383         * boehm-gc/configure, libf2c/configure: Rebuilt.
7384         * libffi/configure, libiberty/configure: Ditto.
7385         * libjava/configure, libobjc/configure: Ditto.
7386         * libstdc++-v3/configure, zlib/configure: Ditto.
7387         Merged from binutils:
7388         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
7389         From Steve Ellcey <sje@cup.hp.com>:
7390         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7391         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7392         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7393         IA64.
7394         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7395         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7396         soname_spec, sys_lib_search_path_spec): Ditto.
7397
7398 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
7399
7400         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7401
7402 2002-08-04  H.J. Lu  (hjl@gnu.org)
7403
7404         * configure.in (mips*-*-linux*): Don't skip target-libffi.
7405
7406 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
7407
7408         * MAINTAINERS (Write After Approval): Add myself.
7409
7410 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
7411
7412         * configure.in: Move generic linux case to end.  Copy generic
7413         linux noconfigdirs to mips*-*-linux* entry and new
7414         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
7415
7416 2002-07-19  Michael Matz  <matz@suse.de>
7417
7418         * MAINTAINERS: Add myself as ra* maintainer.
7419
7420 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
7421
7422         * config.guess: Update to 2002-07-09 version.
7423         * config.sub: Update to 2002-07-03 version.
7424
7425 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
7426
7427         * MAINTAINERS: Fix typo in a maintainer email address.
7428
7429 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7430
7431         * configure.in: Remove two redundant tests.
7432
7433 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7434
7435         * configure.in (mips*-*-irix6*o32): Enable stabs.
7436
7437 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
7438
7439         * configure.in: Don't build grez.
7440         * Makefile.in: Ditto.
7441
7442         * Makefile.in: Remove references to bsp, cygmon, libstub.
7443         * configure.in: Ditto.
7444
7445         * configure.in: Remove leftover reference to gdbtest.
7446
7447 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
7448
7449         * configure.in (gxx_include_dir):  Change to match versioned
7450         C++ headers if --enable-version-specific-runtime-libs is used.
7451
7452 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
7453
7454         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7455
7456 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7457
7458         * configure.in: Make --without-x work.
7459
7460 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7461
7462         * configure.in: Rearrange target Makefile fragment collection.
7463
7464         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7465         cvs[src].
7466         * configure.in: Ditto.
7467
7468 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
7469
7470         * MAINTAINERS (Write After Approval): Update my e-mail address.
7471
7472 2002-06-24  Ben Elliston  <bje@redhat.com>
7473
7474         * configure.in (host_tools): Remove cgen.
7475
7476         * Makefile.in (all-cgen): Remove; runs from its source directory.
7477         (check-cgen, install-cgen, clean-cgen): Likewise.
7478         (all-opcodes): Do not depend on all-cgen.
7479         (all-sim): Likewise.
7480
7481 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7482
7483         * Makefile.in: Eliminate 'apache' targets.
7484         * configure.in: Eliminate 'apache' targets.
7485
7486         * configure.in: Eliminate redundant tests.  Reorganize.
7487
7488         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7489
7490         * config-ml.in: Eliminate references to Cygnus configure.
7491
7492         * Makefile.in: Eliminate references to building emacs.
7493
7494 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
7495
7496         * MAINTAINERS: Update my email address.
7497
7498 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
7499
7500         * config.if (libstdcxx_incdir): Version C++ headers.
7501         (cxx_incdir): Remove.
7502
7503 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7504
7505         * MAINTAINERS (Write After Approval): Add self.
7506
7507 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
7508
7509         * configure.in: Add support for ip2k.
7510
7511 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
7512
7513         * configure.in: Fix AIX configury bug.
7514
7515 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
7516
7517         * MAINTAINERS (Write After Approval): Add self.
7518
7519 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7520
7521         * configure.in: replace ${topsrcdir} with ${srcdir}
7522
7523         * configure.in: Move definition of libstdcxx_flags
7524         right above usage, rather than waaay earlier.
7525
7526         * configure.in: Pull definition of is_cross_compiler earlier.
7527
7528         * configure.in: Rearrange a little.
7529
7530         * configure.in: Remove references to librx.
7531         * Makefile.in: Remove references to librx.
7532
7533 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
7534
7535         * config.sub: Add support for avr target.
7536         Import from master sources, rev 1.255
7537
7538 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
7539
7540         * configure, .cvsignore:  Revert previous change...
7541         * Makefile:  ...delete.
7542
7543 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7544
7545         * configure.in: Eliminate ${gasdir} variable.
7546
7547 2002-06-18  Dave Brolley  <brolley@redhat.com>
7548
7549         * configure.in: Add support for frv.
7550         * config.sub: Add support for frv.
7551
7552 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7553
7554         * configure:  Remove garbage from previous commit.
7555
7556 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7557
7558         * configure:  For in-source builds, make a subdir and re-exec there.
7559         * Makefile:  New file.  Pass targets through to build directory.
7560         * .cvsignore:  No longer ignore "Makefile".
7561
7562 2002-06-16  Douglas Rupp  <rupp@gnat.com>
7563
7564         * MAINTAINERS (Write After Approval): Add self.
7565
7566 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7567
7568         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7569
7570 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
7571
7572         * configure.in (vax-*-netbsd*): Re-enable gas.
7573
7574 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
7575
7576         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7577         BUILD_PREFIX_1, to correct nomenclature.
7578         * configure: Likewise.
7579
7580         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7581         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7582
7583 2002-05-31  Olaf Hering  <olh@suse.de>
7584
7585         * config-ml.in: Propogate DESTDIR also.
7586
7587 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
7588
7589         * configure.in (vax-*-netbsd*): Don't build gas for this
7590         platform.
7591
7592 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7593
7594         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7595         and libgcj for AVR.
7596
7597 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
7598
7599         * MAINTAINERS (Write After Approval): Add myself.
7600
7601 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7602
7603         * config.guess: Update to 2002-05-22 version.
7604         * config.sub: Likewise.
7605
7606 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7607
7608         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7609         * config-ml.in: Likewise.
7610         * configure: Likewise.
7611         * configure.in: Likewise.
7612
7613 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
7614
7615         * MAINTAINERS: Update my email address.
7616
7617 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
7618
7619         * configure.in: Simplify makefile fragment collection.
7620
7621         * configure.in: Remove code to build emacs.
7622
7623         * configure.in : Remove --srcdir argument from targargs and buildargs
7624         (it's always overridden in the Makefile anyway).  Rearrange a bit.
7625
7626         * configure: Move some logic to configure.in.
7627         * configure.in: Move some logic from configure.
7628
7629 2002-05-11  Tom Tromey  <tromey@redhat.com>
7630
7631         * MAINTAINERS: Reflect libgcj reality.
7632
7633 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
7634
7635         * Makefile.in: Honour DESTDIR.
7636
7637 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
7638
7639         * config.guess: Import 2002-03-20 version.
7640         * config.sub: Import 2002-04-26 version.
7641
7642 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7643
7644         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
7645
7646 2002-05-07  Tim Josling  <tej@melbpc.org.au>
7647
7648         * MAINTAINERS: Add self.
7649
7650 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
7651
7652         * ltmain.sh: Detect and handle object name conflicts
7653         while piecewise linking a static library.
7654
7655 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
7656
7657         * configure.in (noconfigdirs): Don't disable libgcj on
7658         sparc64-*-solaris* and sparcv9-*-solaris*.
7659
7660 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
7661
7662         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7663
7664 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
7665
7666         * configure.in (FLAGS_FOR_TARGET): Do not add
7667         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7668         on i[3456]86-*-linux*.
7669
7670 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
7671
7672         * configure.in (noconfigdirs): Replace [ ] with test.
7673
7674         * configure.in (noconfigdirs): Do not add target-newlib if
7675         target == i[3456]86-*-linux*, and host == target.
7676
7677 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
7678
7679         * configure.in: delete reference to absent file
7680
7681         * configure.in: replace '[' with 'test'
7682
7683         * configure.in: Eliminate references to gash.
7684         * Makefile.in: Eliminate references to gash.
7685
7686         * configure.in: remove useless references to 'pic' makefile fragments.
7687
7688         * configure.in: (*-*-windows*) Finish removing.
7689
7690         * configure.in: Eliminate redundant test for libgui.
7691
7692 2002-04-29  Roger Sayle  <roger@eyesopen.com>
7693
7694         * MAINTAINERS: Add self and realphabetize.  Update entries
7695         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
7696         entry for a29k port maintainer.
7697
7698 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
7699
7700         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7701         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7702
7703 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
7704
7705         * configure.in: remove references to dead files
7706
7707 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
7708
7709         * MAINTAINERS: Add information about purpose of this file.
7710
7711 2002-04-18  Tom Tromey  <tromey@redhat.com>
7712
7713         * configure.in: Disallow configuring libgcj when it is already
7714         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
7715         Solaris 2.8 by default.  For PR libgcj/6158.
7716
7717 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7718
7719         * configure.in:  Move default CC setting out of config/mh-* fragments
7720         directly into here.
7721
7722 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7723
7724         * configure.in: don't even try to configure or make a subdirectory
7725         if there's no configure script for it.
7726
7727 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
7728
7729         * MAINTAINERS: Remove chill maintainers.
7730         * Makefile.in (CHILLFLAGS): Remove.
7731         (CHILL_LIB): Remove.
7732         (TARGET_CONFIGDIRS): Remove libchill.
7733         (CHILL_FOR_TARGET): Remove.
7734         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7735         CHILL_LIB.
7736         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7737         (CHECK_TARGET_MODULES): Likewise.
7738         (INSTALL_TARGET_MODULES): Likewise.
7739         (CLEAN_TARGET_MODULES): Likewise.
7740         (configure-target-libchill): Remove.
7741         (all-target-libchill): Remove.
7742         * configure.in (target_libs): Remove target-libchill.
7743         Do not compute CHILL_FOR_TARGET.
7744         * libchill: Remove directory.
7745
7746 2002-04-11  DJ Delorie  <dj@redhat.com>
7747
7748         * Makefile.in, configure.in: Sync with binutils, entries
7749         follow...
7750
7751 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7752
7753         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
7754         (do-tar, do-bz2): New rules.
7755         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
7756         (gdb-tar): New rule.
7757         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
7758         (insight_dejagnu.tar): New rule.
7759         (insight.tar): New rule.
7760         (gdb+dejagnu.tar): New rule.
7761         (gdb.tar): New rule.
7762
7763 2002-02-01  Mo DeJong  <supermo@bayarea.net>
7764
7765         * Makefile.in: Add all-tix to deps for all-snavigator
7766         so that tix is built when building snavigator.
7767
7768 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
7769
7770         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7771         ld and gdb are not supported.
7772
7773 2002-01-07  Mark Salter  <msalter@redhat.com>
7774
7775         * configure.in: Remove target-bsp and target-cygmon from arm builds.
7776         Allow target-libgloss to be built for arm, strongarm, and xscale.
7777
7778 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
7779
7780         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7781         options for i[3456]86-pc-linux* native builds.
7782
7783 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
7784
7785         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7786         files from .po files for a distribution.
7787
7788 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
7789
7790         * configure.in: Enable libstdc++-v3 for h8300 targets.
7791
7792 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
7793
7794         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
7795         version from bfd/.
7796
7797 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
7798
7799         * Makefile.in (VER): When present, extract the version number from
7800         the file version.in.
7801
7802 2001-05-24  Tom Rix  <trix@redhat.com>
7803
7804         * configure.in : enable ld for aix
7805
7806 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7807
7808         * config.guess: Add linux target for S/390.
7809
7810 2000-11-07  Philip Blundell  <pb@futuretv.com>
7811
7812         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7813
7814 2000-11-03  Philip Blundell  <pb@futuretv.com>
7815
7816         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7817         files.
7818
7819 2001-01-15  Ben Elliston  <bje@redhat.com>
7820
7821         * configure.in (host_tools): Add sid.
7822         Always configure cgen.
7823
7824 2000-11-24  Nick Clifton  <nickc@redhat.com>
7825
7826         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
7827
7828
7829 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
7830
7831         * Makefile.in (ALL_MODULES): Add all-cgen.
7832         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7833         (all-cgen): New target.
7834         (all-opcodes,all-sim): Depend on all-cgen.
7835         * configure.in (host_tools): Add cgen.
7836         Only configure cgen if --enable-cgen-maint.
7837
7838 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
7839
7840         * configure.in: Add *-*-freebsd* configurations.
7841
7842 2002-04-08  Tom Tromey  <tromey@redhat.com>
7843
7844         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7845         Fixes PR libgcj/6068.
7846
7847 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
7848
7849         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7850
7851 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7852
7853         * configure.in (alpha*-dec-osf*): Enable libgcj.
7854
7855 2003-03-27  Matthew Gingell  <gingell@gnat.com>
7856
7857         * MAINTAINERS (Write After Approval): Add myself.
7858
7859 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
7860
7861         Fix for: PR bootstrap/3591, target/5676
7862         * configure.in (mcore-pe): Disable the configuration of
7863         libstdc++-v3 since exceptions are not supported.
7864
7865 2002-03-20  Anthony Green  <green@redhat.com>
7866
7867         * configure.in: Enable libgcj for xscale-elf target.
7868
7869 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
7870
7871         * MAINTAINERS:  Update my email address.
7872
7873 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
7874
7875         * ltmain.sh (relink_command): Fix typo in previous change.
7876
7877 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
7878
7879         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
7880         (relink_command): Added --tag flags.
7881         (mode=install): If relinking fails; error out.
7882
7883 2002-03-12  Richard Henderson  <rth@redhat.com>
7884
7885         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
7886         .NOTPARALLEL tag.
7887         (do-check): Rename from check.
7888         (check): Allow parallel check.
7889
7890 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
7891
7892         * MAINTAINERS: Add myself as maintainer for xtensa port.
7893         Fix alphabetical order in CPU port maintainer list.
7894         Remove myself from Write After Approval list.
7895
7896 2002-03-11  Richard Henderson  <rth@redhat.com>
7897
7898         * Makefile.in (.NOTPARALLEL): Add fake tag.
7899
7900 2002-03-07  H.J. Lu  (hjl@gnu.org)
7901
7902         * configure.in: Enable gprof for mips*-*-linux*.
7903
7904 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
7905
7906         * MAINTAINERS (Write After Approval): Add myself.
7907
7908 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
7909
7910         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7911         libjava.
7912         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7913
7914 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
7915
7916         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7917         because its Makefile is there; test for the executable instead.
7918
7919 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
7920
7921         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7922         libstdc++-v3 and libjava.
7923
7924 2002-02-11  Adam Megacz  <adam@xwt.org>
7925
7926         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7927         boehm-gc
7928
7929 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
7930
7931         * config.guess: Updated to 2002-01-30's version.
7932         * config.sub: Updated to 2002-02-01's version.
7933         Contribute sh64-elf.
7934         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
7935         * configure.in: Added sh64-*-*.
7936
7937 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
7938
7939         * MAINTAINERS: Belatedly add myself to write after approval list.
7940
7941 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
7942
7943         * MAINTAINERS: Put self in as maintainer for x86-64 port.
7944         Remove self as Write After Approval.
7945
7946 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
7947
7948         * MAINTAINERS: Put self in as maintainer for contrib/regression
7949         directory.
7950
7951 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
7952
7953         * MAINTAINERS:  Update my email address.
7954
7955 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
7956
7957         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
7958         target-libiberty, and target-libgloss.  Skip Java-related
7959         libraries if not supported for NetBSD on target CPU.
7960
7961 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
7962
7963         * install-sh: Use _inst.$$_ for temp file name.
7964
7965 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
7966
7967         * MAINTAINERS (Write After Approval): Move my contact info
7968         from here...
7969         (OS Port Maintainers): ...to here (netbsd).
7970
7971 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
7972
7973         * MAINTAINERS (Write After Approval): Add myself.
7974
7975 2002-01-17  H.J. Lu  <hjl@gnu.org>
7976
7977         * Makefile.in (all-fastjar): Also depend on all-libiberty.
7978         (all-target-fastjar): Also depend on all-target-libiberty.
7979
7980 2002-01-16  H.J. Lu  (hjl@gnu.org)
7981
7982         * config.guess: Import from master sources, rev 1.225.
7983         * config.sub: Import from master sources, rev 1.238.
7984
7985 2002-01-16  Kazu Hirata  <kazu@hxi.com>
7986
7987         * MAINTAINERS (Write After Approval): Remove myself.
7988
7989 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
7990
7991         * MAINTAINERS (Write After Approval): Add myself.
7992
7993 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
7994
7995         * MAINTAINERS: Add self as docs co-maintainer.
7996
7997 2001-12-11  Matthias Klose  <doko@debian.org>
7998
7999         * MAINTAINERS (Write After Approval): Add myself.
8000
8001 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
8002
8003         * MAINTAINERS: Update my email address.
8004
8005 2001-12-07  Turly O'Connor  <turly@apple.com>
8006         * MAINTAINERS (Write After Approval): Add myself.
8007         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
8008         (rs6000_initialize_trampoline): Call __trampoline_setup for
8009         ABI_DARWIN too.
8010         * darwin-tramp.asm: New file, implements __trampoline_setup.
8011         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
8012
8013 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
8014
8015         * MAINTAINERS (Write After Approval): Add myself.
8016
8017 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
8018
8019         * configure, configure.in: Use temp file for long sed commands.
8020
8021 2001-12-03  Laurent Guerby  <guerby@acm.org>
8022
8023         * config.sub: Update to version 1.232 on subversion.
8024
8025 2001-12-03  Ben Elliston  <bje@redhat.com>
8026
8027         * MAINTAINERS: Update mail address for config.* patches.
8028
8029 2001-11-27  DJ Delorie  <dj@redhat.com>
8030             Zack Weinberg  <zack@codesourcery.com>
8031
8032         When build != host, create libiberty for the build machine.
8033
8034         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8035         CONFIG_ARGUMENTS.
8036         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8037         New variables.
8038         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8039         and rules.
8040         (all.normal): Depend on ALL_BUILD_MODULES.
8041         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8042         (all-build-libiberty): Depend on configure-build-libiberty.
8043
8044         * configure: Calculate and substitute proper value for
8045         ALL_BUILD_MODULES.
8046         * configure.in: Create the build subdirectory.
8047         Calculate and substitute TARGET_CONFIGARGS (formerly
8048         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8049
8050 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
8051
8052         * MAINTAINERS (write-after-approval): Add self.
8053
8054 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8055
8056         * MAINTAINERS (GNATS only accounts): Remove self.
8057
8058 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
8059
8060         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8061         libf2c.
8062
8063 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8064
8065         * MAINTAINERS (Write After Approval): Add self.
8066
8067 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8068
8069         * MAINTAINERS: mips and s390 are also CPU ports.
8070
8071 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8072
8073         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
8074
8075 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
8076
8077         * MAINTAINERS: Alphabetize.
8078
8079 2001-11-09  Kazu Hirata  <kazu@hxi.com>
8080
8081         * MAINTAINERS (Various maintainers: h8 port): Add myself.
8082
8083 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8084
8085         * MAINTAINERS (Various maintainers: hppa port): Added myself.
8086
8087 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
8088
8089         * configure.in (--enable-languages): Be more permissive about
8090         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
8091
8092 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
8093
8094         * config.sub: Import from master sources, rev. 1.230.
8095         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
8096
8097 2001-11-07  Laurent Guerby  <guerby@acm.org>
8098
8099         * MAINTAINERS (Write After Approval): Add self.
8100
8101 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
8102
8103         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8104
8105 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
8106
8107         * config.sub: Import from master sources, rev 1.226.
8108         * config.guess: Import from master sources, rev 1.216.
8109
8110 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
8111
8112         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8113         * MAINTAINERS: Add self as maintainer of MMIX port.
8114         Remove old after-approval entry.
8115
8116 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
8117
8118         * ChangeLog, configure: Fix spelling errors.
8119
8120 2001-10-20  Brendan Kehoe  <brendan@zen.org>
8121
8122         * MAINTAINERS: Tweak my address.
8123
8124 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
8125
8126         * MAINTAINERS: Update my email address.
8127
8128 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
8129
8130         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8131         * MAINTAINERS: Add self as maintainer of CRIS port.
8132
8133 2001-10-10  Geert Bosch  <bosch@gnat.com>
8134
8135         * MAINTAINERS (Various maintainers: Ada front end):
8136         Added Robert Dewar.
8137
8138 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
8139
8140         * MAINTAINERS (Write After Approval): Added self
8141
8142 2001-10-02  Geert Bosch  <bosch@gnat.com>
8143
8144         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8145
8146 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8147
8148         * configure: Handle temporary files securely using mkdir.
8149
8150 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
8151
8152         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8153
8154 2001-09-26  Will Cohen  <wcohen@redhat.com>
8155
8156         * configure.in (*-*-linux*): Disable configuration of target-newlib
8157         and target-libgloss.
8158
8159 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
8160
8161         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8162         RANLIB.
8163
8164 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
8165
8166         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8167         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8168         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8169         avoid quotes nesting problems.
8170         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8171         (DO_X): Export only variables that are set.
8172
8173 2001-09-19  Ben Elliston  <bje@redhat.com>
8174
8175         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8176         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8177         semantics.  Use the shell built-in "type" command instead.
8178
8179 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
8180
8181         Merged from gcc-3_0-branch:
8182         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
8183         * ltcf-c.sh: Use $objext, not $ac_objext.
8184         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
8185         * ltcf-cxx.sh: Add support for GNU.
8186         2001-07-22  Timothy Wall  <twall@redhat.com>
8187         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
8188         default settings if using GNU tools with that configuration.
8189         * ltcf-cxx.sh: Ditto.
8190         * ltcf-gcj.sh: Ditto.
8191         2001-07-21  Michael Chastain  <chastain@redhat.com>
8192         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8193         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
8194         * ltmain.sh: Mark as gcc-local.
8195
8196 2001-08-30  Eric Christopher  <echristo@redhat.com>
8197             Jason Eckhardt  <jle@redhat.com>
8198
8199         * config.guess: Merge from master sources.
8200         * config.sub: Merge from master sources, add support for mipsisa32.
8201
8202 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
8203         * config.sub: Merge from master sources, rev 1.219.
8204         * MAINTAINERS: Add self as contact for stormy16 port.
8205
8206 2001-08-14  Zack Weinberg  <zackw@panix.com>
8207
8208         * config.sub: Merge from master sources, rev 1.218.
8209         * config.guess: Merge from master sources, rev 1.209.
8210
8211 2001-08-11  Graham Stott  <grahams@redhat.com>
8212
8213         * Makefile.in (check-c++): Add missing semicolon.
8214
8215 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
8216
8217         * MAINTAINERS (Various maitainers: predict.def): Added myself.
8218
8219 2001-07-30  Eric Christopher  <echristo@redhat.com>
8220
8221         * MAINTAINERS (Various maintainers: mips port): Added myself.
8222
8223 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
8224
8225         * configure.in (sh-*-linux*): New.
8226
8227 2001-07-27  Richard Henderson  <rth@redhat.com>
8228
8229         * .cvsignore: Add LAST_UPDATED.
8230
8231 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
8232
8233         * MAINTAINERS (Various maintainers: s390 port): Added myself.
8234
8235 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
8236
8237         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
8238
8239 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
8240
8241         * MAINTAINERS (Write After Approval): Added myself.
8242
8243 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8244
8245         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8246         and libgcj on m68hc11/m68hc12.
8247
8248 2001-06-27  H.J. Lu  (hjl@gnu.org)
8249
8250         * Makefile (CFLAGS_FOR_BUILD): New.
8251         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8252
8253 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8254
8255         * README: Remove version number.
8256
8257 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8258
8259         * INSTALL/README: Update wrt. to the installation instructions now
8260         residing in gcc/doc/install.texi.
8261
8262 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8263
8264         * README: Replace with a cut-down and updated version of gcc/README.
8265
8266 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
8267
8268         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
8269         multilibs to be disabled.
8270
8271 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
8272
8273         * MAINTAINERS (Write After Approval): Add myself.
8274
8275 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
8276
8277         * config.guess: Import CVS version 1.195.
8278         * config.sub: Import CVS version 1.212.
8279
8280 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
8281
8282         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8283         gcc/xgcc is built, use -print-prog-name to find out the program
8284         name to use.
8285
8286 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
8287
8288         * config.guess:  Import CVS version 1.194.  All gcc-local changes
8289         appear to also be in the master copy.
8290         * config.sub:  Import CVS version 1.211.
8291
8292 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
8293
8294         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8295         with_gcc]: Use `gcc -shared' to build a shared library.
8296
8297 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8298
8299         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8300         archives.
8301
8302 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8303
8304         * MAINTAINERS (Write After Approval): Add myself.
8305
8306 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
8307
8308         * configure.in (libstdcxx_flags): Do not try to execute
8309         libstdc++-v3/testsuite_flags until it exists.
8310
8311 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
8312
8313         * MAINTAINERS: Update my email address.
8314
8315 2001-05-31  Graham Stott  <grahams@redhat.com>
8316
8317         * MAINTAINERS (Write After Approval): Add myself.
8318
8319 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
8320
8321         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
8322         libraries when using g++ with native linker.
8323
8324 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
8325
8326         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8327
8328 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
8329
8330         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8331         [aix4*|aix5*]: Prepend blank.
8332
8333 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
8334
8335         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8336         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
8337         of subdir/configure scripts to use the new libtool.m4.
8338
8339 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
8340
8341         * MAINTAINERS (Write After Approval): Add myself.
8342
8343 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
8344
8345         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8346
8347 2001-05-11  Ben Elliston  <bje@redhat.com>
8348
8349         * Makefile.in (all-sid): New target.
8350         (check-sid, clean-sid, install-sid): Likewise.
8351
8352 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
8353
8354         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8355
8356 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8357
8358         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8359         libgcj.
8360
8361 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8362
8363         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8364         gcc/xgcc is built, use -print-prog-name to find out the program
8365         name to use.
8366
8367 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
8368
8369         * configure.in (noconfigdirs): Don't reset it from scratch in the
8370         target case; only append to it.
8371
8372         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8373         sparc-*-solaris2.8]: Disable ${libgcj}.
8374
8375 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
8376
8377         * configure.in (libgcj_saved): Copy from $libgcj.
8378         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8379         --disable-libgcj.
8380
8381 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
8382
8383         * MAINTAINERS: Remove self as MIPS maintainer and
8384         C front end maintainer.
8385
8386 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
8387
8388         * configure.in: Move *-chorusos target case to the proper switch.
8389         Disable libgcj.
8390
8391 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8392
8393         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8394         1.641.2.228.
8395
8396 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8397
8398         * Makefile.in (STAGE1_CFLAGS): Pass down.
8399
8400 2001-04-13  Alan Modra  <amodra@one.net.au>
8401
8402         * config.guess: Add hppa64-linux support.  Note for next import that
8403         this is already in the master file.
8404         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
8405
8406 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8407
8408         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8409         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8410
8411 2001-04-11  Stan Shebs  <shebs@apple.com>
8412
8413         * MAINTAINERS: Add self as Darwin port maintainer.
8414
8415 2001-04-11  Alan Modra  <amodra@one.net.au>
8416
8417         * MAINTAINERS: Update my email address.
8418
8419 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
8420
8421         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8422         recent versions of FreeBSD (release 3 or later).
8423         * ltconfig: On FreeBSD, -lc must not be provided when building
8424         a shared library or else the standard -pthread gcc option is
8425         rendered worthless to later users of the built library.
8426
8427 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8428
8429         * MAINTAINERS: Add self and RTH as C front end maintainers.
8430
8431 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
8432
8433         * config.sub: Make sure to match an already-canonicalized
8434         machine name (eg. mn10300-unknown-elf).
8435
8436 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
8437
8438         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8439         New macros.
8440         (bootstrap, cross): Use RECURSE_FLAGS.
8441         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8442
8443 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
8444
8445         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8446
8447 2001-03-22  Colin Howell  <chowell@redhat.com>
8448
8449         * Makefile.in (DO_X): Do not backslash single-quotes in
8450         backquotes (two places).
8451
8452 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8453
8454         Re-installed:
8455         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8456         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8457         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8458         * ltcf-cxx.sh: Likewise.
8459         * ltcf-gcj.sh: Likewise.
8460
8461 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8462
8463         * MAINTAINERS: Add myself as "documentation co-maintainer".
8464
8465 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8466
8467         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8468         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8469
8470 2001-03-19  Tom Tromey  <tromey@redhat.com>
8471
8472         * config-ml.in: Handle GCJ and GCJFLAGS.
8473
8474 2001-03-21  Michael Chastain  <chastain@redhat.com>
8475
8476         * Makefile.in: all-m4 depends on all-texinfo.
8477
8478 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
8479
8480         * MAINTAINERS: Add myself to write after approval list.
8481
8482 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
8483
8484         * Makefile.in (DO_X): Quote nested quotes.
8485
8486 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
8487
8488         * MAINTAINERS: Add myself to write after approval list.
8489
8490 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
8491
8492         * Makefile.in (DO_X): Use double quotes for quoting
8493         "RANLIB=$${RANLIB}".
8494
8495 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
8496
8497         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
8498
8499 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
8500
8501         * configure.in: Only use `lang_requires' for languages athat are
8502         actually enabled.
8503
8504 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
8505
8506         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
8507
8508 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
8509
8510         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8511
8512 2001-03-07  Tom Tromey  <tromey@redhat.com>
8513
8514         * configure.in: Allow config-lang.in to set `lang_requires' to list
8515         of other required languages.
8516
8517 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
8518
8519         * Makefile.in: Remove RANLIB definition. Use RANLIB
8520         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8521         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8522
8523 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
8524             Alexandre Oliva  <aoliva@redhat.com>
8525
8526         * Makefile.in (check-c++): Use tabs, not spaces.
8527
8528 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
8529
8530         * MAINTAINERS: add myself to Write After Approval list.
8531
8532 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
8533
8534         * Makefile.in (check-c++): New rule.
8535
8536         * configure.in (target_libs): Remove libg++.
8537         (noconfigdirs): Remove libg++.
8538         (noconfigdirs): Same.
8539         (noconfigdirs): Same.
8540         (noconfigdirs): Same.
8541
8542         * config-ml.in: Remove libg++ references.
8543
8544         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8545         (ALL_TARGET_MODULES): Same.
8546         (configure-target-libg++): Remove.
8547         (all-target-libg++): Remove.
8548         (configure-target-libio): Remove.
8549         (all-target-libio): Remove.
8550         (check-target-libio): Remove.
8551         (.PHONY): Remove.
8552         (libg++.tar.bz2): Remove.
8553         (all-target-cygmon): Remove libio.
8554         (all-target-libstdc++): Remove.
8555         (configure-target-libstdc++): Remove.
8556         (TARGET_LIB_PATH): Remove libstdc++.
8557         (ALL_GCC_CXX): Remove libstdc++.
8558         (all-target-gperf): Correct.
8559
8560 2001-02-16  Nick Clifton  <nickc@redhat.com>
8561
8562         * configure.in (noconfigdirs): Allow configuration of texinfo
8563         for Cygwin hosts.
8564
8565 2001-02-15  Anthony Green  <green@redhat.com>
8566
8567         * configure: Introduce GCJ_FOR_TARGET.
8568         * configure.in: Ditto.
8569         * Makefile.in: Ditto.
8570
8571 2001-02-13  Andreas Schwab  <schwab@suse.de>
8572
8573         * MAINTAINERS: Update mail address.
8574
8575 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8576
8577         * config.guess: Add linux target for S/390.
8578         * config.sub: Likewise.
8579
8580 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
8581
8582         * configure.in: for *-chorusos, don't config target-newlib and
8583         target-libgloss.
8584
8585 2001-02-06  Ben Elliston  <bje@redhat.com>
8586
8587         * configure: Output host type to stdout, not stderr.
8588
8589 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
8590
8591         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
8592         * ltcf-cxx.sh: Likewise.
8593
8594         * config.if: Assume enable_libstdcxx_v3 is defined.
8595
8596 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
8597
8598         Remove V2 C++ library.
8599         * configure.in: Remove --enable-libstdcxx_v3 support.
8600
8601 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
8602
8603         * include/demangle.h: Add prototype for java_demangle_v3.
8604
8605 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
8606
8607         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
8608
8609 2001-01-27  Richard Henderson  <rth@redhat.com>
8610
8611         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8612
8613 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8614
8615         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8616         Don't unset, it's non-portable and no longer necessary, set to empty
8617         instead.
8618
8619 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8620
8621         * ltconfig: Shell portability fix for the tagname validity check.
8622
8623 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
8624
8625         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8626         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8627
8628 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8629
8630         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8631
8632 2001-01-26  Tom Tromey  <tromey@redhat.com>
8633
8634         * configure.in: Allow libgcj to be built on Sparc Solaris.
8635
8636 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
8637
8638         * ltcf-c.sh: Add aix5 case.
8639         * ltcf-cxx.sh: Likewise.
8640         * ltconfig: Likewise.
8641
8642 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
8643
8644         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8645         keep at least one of build_libtool_libs or build_old_libs set to
8646         yes.
8647
8648         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8649         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8650
8651 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
8652
8653         * configure.in: Enable libgcj on several additional platforms.
8654
8655 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
8656
8657         * configure.in: Enable libgcj for linux targets.
8658
8659 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8660
8661         * MAINTAINERS (Write After Approval): Add myself.
8662
8663 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8664
8665         * MAINTAINERS: Add myself as vax port maintainer.
8666
8667 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
8668
8669         * MAINTAINERS: Add myself as Mercury front-end maintainer.
8670
8671 2001-01-09  Mike Stump  <mrs@wrs.com>
8672
8673         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8674         failures of subdirectories.
8675
8676 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8677
8678         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8679         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8680         * ltcf-cxx.sh: Likewise.
8681         * ltcf-gcj.sh: Likewise.
8682         * ltconfig.sh: Fix typo.
8683
8684 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8685
8686         * configure: handle DOS-style absolute paths.
8687
8688 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8689
8690         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8691
8692 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
8693
8694         * MAINTAINERS: Add myself as avr port co-maintainer.
8695
8696 2000-12-28  Ben Elliston  <bje@redhat.com>
8697
8698         * MAINTAINERS: Add myself under ``Write After Approval''.
8699
8700 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
8701
8702         * texinfo: Remove directory from GCC.
8703
8704 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8705
8706         * COPYING: Update to current
8707         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
8708         to 19yy as example year in copyright notice).
8709
8710 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
8711
8712         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8713         (libstdcxx_incdir): Pass down.
8714         * config.if: Remove expired bits for cxx_interface, add stub.
8715         (libstdcxx_incdir): Add variable for g++ include directory.
8716         * configure.in (gxx_include_dir): Use it.
8717
8718 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
8719
8720         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
8721         with old-email address from ``Write After Approval''.
8722
8723 2000-12-15  Andreas Jaeger  <aj@suse.de>
8724
8725         * configure.in: Handle lang_dirs.
8726
8727 2000-12-14  Tom Tromey  <tromey@redhat.com>
8728
8729         * MAINTAINERS: Removed brads.
8730
8731         * MAINTAINERS: Added gcj developers.
8732
8733 2000-12-13  Anthony Green  <green@redhat.com>
8734
8735         * configure.in: Disable libgcj for any target not specifically
8736         listed.  Disable libgcj for x86 and Alpha Linux until compatible
8737         with g++ abi.
8738
8739 2000-12-13  Mike Stump  <mrs@wrs.com>
8740
8741         * Makefile.in (local-distclean): Also remove fastjar.
8742
8743 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
8744
8745         * contrib/gcc_update: Add fastjar --touch entries.
8746
8747 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
8748
8749         * configure.in: Disable language-specific target libraries for
8750         languages that aren't enabled.
8751
8752 2000-12-10  Anthony Green  <green@redhat.com>
8753
8754         * configure.in: Define libgcj.  Disable libgcj target libraries for
8755         most targets.
8756
8757 2000-12-10  Neil Booth  <neilb@earthling.net>
8758
8759         * MAINTAINERS: Update mail address, remove from WAA list.
8760
8761 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8762
8763         * libjava: Imported from /cvs/java.
8764         * libffi: Likewise.
8765         * Boehm-gc: Likewise.
8766
8767 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8768
8769         * configure.in (target_libs): Revert 2000-12-08 patch.
8770         (noconfigdirs): Added target-libjava.
8771
8772 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8773
8774         * djunpack.bat: removed.
8775
8776 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8777
8778         * Makefile.in: handle DOS-style absolute paths.
8779         * config-ml.in: likewise.
8780         * symlink-tree: likewise.
8781
8782 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8783
8784         * fastjar: Imported.
8785
8786 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8787
8788         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8789         libjava.
8790         * configure.in (target_libs): Removed `target-libjava'.
8791
8792 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8793
8794         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8795         (ALL_MODULES): Added fastjar.
8796         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8797         (all-target-libjava): all-fastjar replaces all-zip.
8798         (all-fastjar): Added.
8799         (configure-target-fastjar, all-target-fastjar): Likewise.
8800         * configure.in (host_tools): Added fastjar.
8801
8802 2000-12-07  Mike Stump  <mrs@wrs.com>
8803
8804         * Makefile.in (local-distclean): Remove leftover built files.
8805
8806 2000-11-24  Nick Clifton  <nickc@redhat.com>
8807
8808         * configure.in (xscale-elf): Add target.
8809         (xscale-coff): Add target.
8810
8811 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
8812
8813         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8814         recent versions of FreeBSD (release 3 or later).
8815         * ltconfig: On FreeBSD, -lc must not be provided when building
8816         a shared library or else the standard -pthread gcc option is
8817         rendered worthless to later users of the built library.
8818
8819 2000-11-16  Fred Fish  <fnf@be.com>
8820
8821         * configure.in (enable_libstdcxx_v3): Fix typo,
8822         libstd++ -> libstdc++.
8823
8824 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8825
8826         * MAINTAINERS: Add self to Write After Approval list.
8827
8828 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
8829
8830         * MAINTAINERS: Update my email address.  Add myself to global write
8831         privs list.
8832
8833 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
8834
8835         * Makefile.in: Merge with src and libgcj.
8836         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
8837         configure-target-<library> when their configure scripts need the C
8838         or C++ library to have already been built to work properly.
8839         (do_proto_toplev): Set them to an empty string.
8840
8841         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8842         (REALLY_SET_LIB_PATH): Use them.
8843
8844 2000-11-17  Stan Shebs  <shebs@apple.com>
8845
8846         * MAINTAINERS: Add self to Write After Approval list.
8847
8848 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8849
8850         * configure: Provide the original toplevel configure arguments
8851         (including $0) to subprocesses in the environment rather than
8852         through gcc/configargs.h.
8853
8854 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8855
8856         * MAINTAINERS: Remove references to cccp. Change C9X reference to
8857         C99.  Alphabetise "Write After Approval" list.
8858
8859 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
8860
8861         * configure: Turn on libstdc++ V3 by default.
8862
8863         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
8864         if we've got GCC.
8865
8866 2000-11-11  Philip Blundell  <philb@gnu.org>
8867
8868         * MAINTAINERS: Add self to Write After Approval list.
8869
8870 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
8871
8872         * ltcf-c.sh (aix4): Improve shared library configuration; require
8873         exporting symbols.
8874         * ltcf-cxx.sh (aix4): Define.
8875         * ltconfig (aix4): Define library and soname specs appropriate for
8876         AIX.  Define command to create export symbols list.
8877
8878 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
8879
8880         * config.sub: Add support for Sun Chorus
8881
8882 2000-10-31  Nick Clifton  <nickc@redhat.com>
8883
8884         * MAINTAINERS: Rename <name>@cygnus.com addresses to
8885         <name>@redhat.com.  Also installed new email address for Clint
8886         Popetz.
8887
8888 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
8889
8890         * etc: Remove directory from GCC.
8891
8892 2000-10-16  Michael Meissner  <meissner@redhat.com>
8893
8894         * configure (gcc/configargs.h): Only create if there is a build GCC
8895         directory created.
8896
8897 2000-10-16  Matthias Klose  <doko@debian.org>
8898
8899         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
8900         when configured for libstdc++-v3.
8901
8902 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
8903
8904         * configure: Save configure arguments to gcc/configargs.h.
8905
8906 2000-10-04  Philipp Thomas  <pthomas@suse.de>
8907
8908         * config.guess: Import CVS version 1.157.
8909         * config.sub: Import CVS version 1.181.
8910
8911 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
8912
8913         * Makefile.in (bootstrap): avoid recursion if subdir missing
8914         (cross): ditto
8915         (do-proto-toplev): ditto
8916
8917 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
8918
8919         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
8920         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
8921
8922         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
8923         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
8924         all affected `configure' scripts.
8925
8926 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
8927
8928         * MAINTAINERS: Add self as cpplib co-maintainer.
8929
8930 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
8931
8932         * MAINTAINERS: Add self to Write After Approval list.
8933
8934 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8935
8936         * INSTALL/README: egcs -> GCC update.
8937
8938 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
8939
8940         * MAINTAINERS: Add myself to Write After Approval list.
8941
8942 2000-09-15  Kazu Hirata  <kazu@hxi.com>
8943
8944         * MAINTAINERS: Add myself to Write After Approval list.
8945
8946 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
8947
8948         * configure.in: Do not build byacc for hppa64.  Provide paths to the
8949         X11 libraries for hppa64.
8950
8951 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8952
8953         * MAINTAINERS: Add myself as 68hc11 port maintainer.
8954
8955 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
8956
8957         * Makefile.in (all-zlib): Added dummy target.
8958
8959         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8960         ltcf-gcj.sh: Updated from libtool multi-language branch.
8961
8962 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
8963
8964         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8965         (bootstrap*): Depend on all-bootstrap.
8966
8967 2000-09-05  Philipp Thomas  <pthomas@suse.de>
8968
8969         * config.guess: Import CVS version 1.156.
8970         * config.sub: Import CVS version 1.179.
8971
8972 2000-09-02  Anthony Green  <green@cygnus.com>
8973
8974         * Makefile.in (all-gcc): Depend on all-zlib.
8975         (CLEAN_MODULES): Add clean-zlib.
8976         (ALL_MODULES): Add all-zlib.
8977         * configure.in (host_libs): Add zlib.
8978
8979 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
8980
8981         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8982         crosses, but add gcc/include to the header search path for them.
8983
8984 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
8985
8986         * MAINTAINERS: Add self to Write After Approval list.
8987
8988 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8989
8990         * config.guess: Import CVS version 1.152.
8991         * config.sub: Import CVS version 1.177.
8992
8993 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
8994
8995         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8996         $targargs to tell whether newlib is going to be built.
8997
8998         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8999         $$r/TARGET_SUBDIR/libio for _G_config.h.
9000
9001 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
9002
9003         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
9004
9005 2000-08-22  DJ Delorie  <dj@redhat.com>
9006
9007         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
9008
9009 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
9010
9011         * config-ml.in (CC, CXX): Avoid trailing whitespace.
9012         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9013         sub-configures.
9014
9015 2000-08-21  DJ Delorie  <dj@redhat.com>
9016
9017         * MAINTAINERS: Add self as a libiberty maintainer
9018
9019 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
9020
9021         * configure.in (libstdcxx_flags): Use
9022         libstdc++-v3/src/libstdc++.INC.
9023
9024 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
9025
9026         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9027
9028 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
9029
9030         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
9031
9032         * configure: Make enable_threads and enable_shared defaults
9033         explicit.  Substitute enable_threads into generated Makefiles.
9034         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
9035         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
9036
9037 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
9038
9039         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
9040
9041 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
9042
9043         * config-ml.in (CC): Remove bogus duplicate quotation mark from
9044         previous delta.
9045
9046 2000-08-11  Jason Merrill  <jason@redhat.com>
9047
9048         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9049         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9050         (FLAGS_FOR_TARGET): Not here.
9051         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9052
9053 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
9054
9055         * config-ml.in (CC, CXX): Don't introduce a leading space.
9056
9057 2000-08-07  DJ Delorie  <dj@delorie.com>
9058
9059         * MAINTAINERS: Add self as a DJGPP maintainer
9060
9061 2000-08-07  DJ Delorie  <dj@redhat.com>
9062
9063         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9064         "if we're also building gcc, and it's a gcc that will run on the
9065         build machine, we want to use its includes instead of the system's
9066         default includes".
9067
9068 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9069
9070         * MAINTAINERS: Add self to Write After Approval list.
9071
9072 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
9073
9074         * configure.in (libstdcxx_flags): Don't use `"'.
9075
9076         * config-ml.in: Adjust multilib search paths to the
9077         appropriate multilib tree.
9078
9079 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
9080
9081         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9082         commas in $LANGUAGES.
9083
9084 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
9085
9086         * configure.in: Re-enable all references to libg++ and librx.
9087
9088 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
9089
9090         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
9091         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
9092         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
9093         * ltcf-cxx.sh (need_lc): Set based on postdeps.
9094
9095         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9096
9097 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
9098
9099         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9100         CXX_FOR_TARGET for sed.
9101
9102 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
9103
9104         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9105         Do not override if already set in the environment or in configure.
9106         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9107         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9108
9109 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
9110
9111         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
9112         the libtool CVS tree multi-language branch.
9113         * ltconfig, ltmain.sh: Updated.
9114
9115 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
9116
9117         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
9118         (clean-target): Depend on it.
9119
9120         * Makefile.in (FLAGS_FOR_TARGET): New macro.
9121         (GCC_FOR_TARGET): Use it.
9122         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9123         * configure.in: ... here.
9124         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
9125         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9126
9127 2000-07-24  Eric Christopher  <echristo@cygnus.com>
9128
9129         * MAINTAINERS: Add self to Write After Approval list.
9130
9131 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
9132
9133         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9134         (configure-target-libchill, configure-target-libobjc): Likewise.
9135
9136         * configure.in: Use the same cache file for all target libs.
9137         * config-ml.in: But different cache files per multilib variant.
9138
9139 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9140
9141         * configure (topsrcdir): Don't use dirname.
9142
9143 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
9144
9145         * MAINTAINERS: Add self to Write After Approval list.
9146
9147 2000-07-20  Jason Merrill  <jason@redhat.com>
9148
9149         * configure.in: Remove all references to libg++ and librx.
9150
9151         * configure, configure.in, Makefile.in: Unify gcc and binutils.
9152
9153 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
9154
9155         * config.sub: Update to subversions version 2000-07-06.
9156
9157 2000-07-12  Andrew Haley  <aph@cygnus.com>
9158
9159         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9160         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9161
9162 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
9163
9164         * symlink-tree:  Check number of arguments.
9165
9166 2000-07-05  Jim Wilson  <wilson@cygnus.com>
9167
9168         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9169         search path for a g++ extracted from the build tree.  This
9170         will allow link tests run by configure scripts in
9171         subdirectories to succeed.
9172
9173 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
9174
9175         * ltconfig: Add support for mips-dde-sysv4.2MP
9176
9177 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9178
9179         * MAINTAINERS: Add myself as loop discovery maintainer.
9180
9181 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
9182
9183         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9184         `os2'. Force ac_cv_exeext to be ".exe" in that case.
9185
9186 2000-06-19  Timothy Wall  <twall@cygnus.com>
9187
9188         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9189         * config.sub: Add tic54x target.
9190
9191 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9192
9193         * MAINTAINERS: Add self as Fortran maintainer,
9194         remove Craig Burley.
9195
9196 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9197
9198         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9199         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9200
9201 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
9202
9203         * MAINTAINERS: Add self as i18n maintainer
9204
9205 20000-05-21  H.J. Lu  (hjl@gnu.org)
9206
9207         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9208         directory are used if they exist. Make sure
9209         $(build_tooldir)/include is searched for header files,
9210         $(build_tooldir)/lib/ for library files.
9211         (GCC_FOR_TARGET): Likewise.
9212         (CXX_FOR_TARGET): Likewise.
9213
9214 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
9215
9216         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9217
9218 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
9219
9220         * Makefile.in (configure-target-libiberty): Depend on
9221         configure-target-newlib.
9222
9223 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
9224
9225         * configure.in, Makefile.in: Merge all libffi-related
9226         configury stuff from the libgcj tree.
9227
9228 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9229
9230         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9231         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9232
9233 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9234
9235         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9236         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9237         current version information.  Add to proto-toplev directory.
9238         (gdb-taz): Build do-djunpack.
9239
9240 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
9241
9242         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9243
9244 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9245
9246         * MAINTAINERS: Add self to Write After Approval list.
9247
9248 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9249
9250         * ltmain.sh: Preserve in relink_command any environment
9251         variables that may affect the linker behavior.
9252
9253 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
9254
9255         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9256
9257 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
9258
9259         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9260
9261 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
9262
9263         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9264         with the version name.
9265
9266 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
9267
9268         * MAINTAINERS: Add self as bb-reorder maintainer.
9269
9270 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
9271
9272         * config.if: Tweak.
9273
9274 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
9275
9276         * djunpack.bat: New file.
9277
9278 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9279
9280         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9281         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9282         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9283         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9284
9285 2000-04-16  Dave Pitts  <dpitts@cozx.com>
9286
9287         * config.sub (case $basic_machine): Change default for "ibm-*"
9288         to "openedition".
9289
9290 2000-04-13  Andreas Jaeger  <aj@suse.de>
9291
9292         * MAINTAINERS: Added myself.
9293
9294 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9295
9296         * Makefile.in (gdb-taz): New target.  GDB specific archive.
9297         (do-md5sum): New target.
9298         (MD5PROG): Define.
9299         (PACKAGE): Default to TOOL.
9300         (VER): Default to a shell script.
9301         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
9302         md5 checksum generation.
9303         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9304         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9305         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9306         insight.tar.bz2): Use gdb-taz to create archive.
9307
9308 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9309
9310         * configure (warn_cflags): Delete.
9311
9312 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
9313
9314         * MAINTAINERS: Added myself.
9315
9316 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
9317             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
9318
9319         * configure.in (enable_libstdcxx_v3): Add.
9320         (target_libs): Add bits here to switch between libstdc++-v2 and
9321         libstdc++-v3.
9322         * config.if: And this file too.
9323         * Makefile.in: Add libstdc++-v3 targets.
9324
9325 2000-04-05  Michael Meissner  <meissner@redhat.com>
9326
9327         * config.sub (d30v): Add d30v as a basic machine type.
9328
9329 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
9330
9331         * configure.in: -linux-gnu*, not -linux-gnu.
9332
9333 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9334
9335         * MAINTAINERS: Add self in write-after-approval section.
9336
9337 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
9338
9339         * MAINTAINERS: Add self as ia64 port maintainer.
9340
9341 2000-03-08  Neil Booth  <NeilB@earthling.net>
9342
9343         * MAINTAINERS: Add self in write-after-approval section.
9344
9345 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9346
9347         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9348         (do-tar-bz2): Replace TOOL with PACKAGE.
9349         (gdb.tar.bz2): Remove GDBTK from GDB package.
9350         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9351         dejagnu.tar.bz2): New packages.
9352
9353 2000-02-27  Andreas Jaeger  <aj@suse.de>
9354
9355         * configure.in: Add entry for mips*-*-linux*, move catch all
9356         *-*-*linux* entry below this one.
9357
9358 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
9359
9360         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9361
9362 2000-02-24  Nick Clifton  <nickc@cygnus.com>
9363
9364         * config.sub: Support an OS of "wince".
9365
9366 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9367
9368         * config.guess, config.sub: Updated to match config's 2000-02-15
9369         version.
9370
9371 2000-02-23  Linas Vepstas  <linas@linas.org>
9372
9373         * config.sub: Add support for Linux/IBM 370.
9374         * configure.in: Likewise.
9375
9376 2000-02-22  Nick Clifton  <nickc@cygnus.com>
9377
9378         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9379
9380 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
9381
9382         * config.guess: Guess "cygwin" rather than "cygwin32".
9383
9384 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9385
9386         * configure (gcc_version): When setting, narrow search to
9387         lines containing `version_string'.
9388
9389 2000-02-15  Denis Chertykov  <denisc@overta.ru>
9390
9391         * config.sub: Add support for avr target.
9392
9393 2000-02-14  Nick Clifton  <nickc@cygnus.com>
9394
9395         * MAINTAINERS: Add maintainers for MCore port.
9396
9397 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9398
9399         * config.sub: Add mmix-knuth-mmixware.
9400
9401 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9402
9403         * MAINTAINERS: Pair cccp with cpplib maintainership.
9404
9405 2000-01-27  Christopher Faylor  <cgf@redhat.com>
9406
9407         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9408         structure stuff to -L library search.
9409         (CXX_FOR_TARGET): Ditto.
9410         (CROSS_CHECK_MODULES): Fix spelling mistake.
9411
9412 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
9413
9414         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9415         the C++ compiler.
9416
9417 2000-01-12  Richard Henderson  <rth@cygnus.com>
9418
9419         * configure.in: Don't build some bits for beos.
9420
9421 2000-01-12  Joel Sherrill (joel@OARcorp.com)
9422
9423         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9424         as include files.
9425
9426 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
9427
9428         * Add self as cpplib maintainer, as requested by Jason
9429         Merrill.  Correct my e-mail address.
9430
9431 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
9432
9433         * configure.in: Use mt-aix43 to handle *_TARGET defs,
9434         not mh-aix43.
9435
9436 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
9437
9438         * MAINTAINERS: Add myself to "write after approval" list.
9439
9440 1999-12-14  Richard Henderson  <rth@cygnus.com>
9441
9442         * config.guess (alpha-osf, alpha-linux): Detect ev67.
9443         * config.sub: Accept alphaev[78], alphaev8.
9444
9445 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9446
9447         * config.guess, config.sub: Update from autoconf.
9448
9449 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
9450
9451         * MAINTAINERS:  update my playtime e-address.
9452
9453 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9454
9455         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9456         necessary libraries are missing.
9457
9458 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
9459
9460         * MAINTAINERS: Add new 'write after approval' maintainer.
9461
9462 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9463
9464         * MAINTAINERS: Add new Java maintainer.
9465
9466 1999-10-25  Andreas Schwab  <schwab@suse.de>
9467
9468         * configure: Fix quoting inside arguments of eval.
9469
9470 1999-10-21  Nick Clifton  <nickc@cygnus.com>
9471
9472         * config-ml.in: Allow suppression of some ARM multilibs.
9473
9474 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
9475
9476         * config.guess: Add OS/390 match pattern.
9477         * config.sub: Add mvs, openedition targets.
9478         * configure.in (i370-ibm-opened*): New.
9479
9480 1999-09-04  Steve Chamberlain  <sac@pobox.com>
9481
9482         * config.sub: Add support for configuring for pj.
9483
9484 1999-08-31  Nick Clifton  <nickc@cygnus.com>
9485
9486         * config.sub (maybe_os): Add support for configuring for fr30.
9487
9488 1999-08-25  Nick Clifton  <nickc@cygnus.com>
9489
9490         * configure.in: Do not configure or build ld for AIX
9491         platforms.  ld is known to be broken on these platforms.
9492
9493 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9494
9495         * config-ml.in: Pass compiler flag corresponding to multidirs to
9496         subdir configures.
9497
9498 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
9499
9500         * Makefile.in (LDFLAGS): Define.
9501
9502 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
9503
9504         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9505         noconfigdirs.
9506         (*-*-cygwin*): Likewise.
9507
9508 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
9509
9510         * mkdep: New file.
9511         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9512         (BINUTILS_SUPPORT_DIRS): Add mkdep.
9513
9514         From Eli Zaretskii <eliz@is.elta.co.il>:
9515         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9516         long file name when using DJGPP on MS-DOS.
9517
9518 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
9519
9520         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9521
9522 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
9523
9524         * Makefile.in (check-target-libio): Remove all-target-libstdc++
9525         dependency as this causes "make check" to globally "make all"
9526
9527 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
9528
9529         * configure.in (target_libs): Added target-zlib.
9530         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9531         (CONFIGURE_TARGET_MODULES): Likewise.
9532         (CHECK_TARGET_MODULES): Likewise.
9533         (INSTALL_TARGET_MODULES): Likewise.
9534         (CLEAN_TARGET_MODULES): Likewise.
9535         (configure-target-zlib): New target.
9536         (all-target-zlib): Likewise.
9537         (all-target-libjava): Depend on all-target-zlib.
9538         (configure-target-libjava): Depend on configure-target-zlib.
9539
9540         * Makefile.in (configure-target-libjava): Depend on
9541         configure-target-newlib.
9542         (configure-target-boehm-gc): New target.
9543         (configure-target-qthreads): New target.
9544
9545         * configure.in (target_libs): Added target-qthreads.
9546         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9547         (CONFIGURE_TARGET_MODULES): Likewise.
9548         (CHECK_TARGET_MODULES): Likewise.
9549         (INSTALL_TARGET_MODULES): Likewise.
9550         (CLEAN_TARGET_MODULES): Likewise.
9551         (all-target-qthreads): New target.
9552         (configure-target-libjava): Depend on configure-target-qthreads.
9553         (all-target-libjava): Depend on all-target-qthreads.
9554
9555         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9556         (CONFIGURE_TARGET_MODULES): Likewise.
9557         (CHECK_TARGET_MODULES): Likewise.
9558         (INSTALL_TARGET_MODULES): Likewise.
9559         (CLEAN_TARGET_MODULES): Likewise.
9560         (all-target-libjava): New target.
9561         (all-target-boehm-gc): Likewise.
9562         * configure.in (target_libs): Added libjava, boehm-gc.
9563
9564 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
9565
9566         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9567         configure.bat in SUPPORT_FILES.
9568         (gas+binutils.tar.bz2): Likewise.
9569
9570         * makeall.bat: Remove; obsolete.
9571
9572 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
9573
9574         From Mark Elbrecht:
9575         * configure.bat: Remove; obsolete.
9576
9577 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
9578
9579         * configure: Add -W -Wall to the default CFLAGS when compiling with
9580         gcc.
9581
9582 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
9583
9584         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9585
9586 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
9587
9588         * configure.in: Build ld on IRIX6.
9589
9590 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
9591
9592         * Makefile.in: Change distribution targets to use bzip2 instead of
9593         gzip.
9594         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9595         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9596
9597 1999-06-04  Nick Clifton  <nickc@cygnus.com>
9598
9599         * config.sub: Add mcore target.
9600
9601 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
9602
9603         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9604
9605 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
9606
9607         * config.guess (dummy): Changed to $dummy.
9608
9609 1999-05-24  Nick Clifton  <nickc@cygnus.com>
9610
9611         * config.sub: Tidied up case statements.
9612
9613 1999-05-22  Ben Elliston  <bje@cygnus.com>
9614
9615         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9616         <jiro@din.or.jp>.
9617
9618         * config.guess: Merge with FSF version. Future changes will be
9619         more accurately recorded in this ChangeLog.
9620         * config.sub: Likewise.
9621
9622 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
9623
9624          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9625
9626 1999-04-30  Tom Tromey  <tromey@cygnus.com>
9627
9628         * ltmain.sh: [mode link] Always use CC given by ltconfig.
9629
9630 1999-04-23  Tom Tromey  <tromey@cygnus.com>
9631
9632         * ltconfig, ltmain.sh: Update to libtool 1.2f.
9633
9634 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
9635
9636         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9637         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9638         Bad merge removed these two changes.
9639
9640 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
9641                           Martin Heller (Ing.-Buero_Heller@t-online.de)
9642
9643         * config.guess (interix Alpha): Add.
9644
9645 1999-04-11  Richard Henderson  <rth@cygnus.com>
9646
9647         * configure.in (i?86-*-beos*): Do config gperf; don't config
9648         gdb, newlib, or libgloss.
9649
9650 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
9651
9652         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9653         link a trivial program with -mabi=64.  If it fails, remove mabi=64
9654         from multidirs.
9655
9656 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
9657
9658         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9659
9660 1999-04-08  Nick Clifton  <nickc@cygnus.com>
9661
9662         * config.sub: Add support for mcore targets.
9663
9664 1999-04-07  Michael Meissner  <meissner@cygnus.com>
9665
9666         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9667         not mt-ospace, in order to shut up assembler warning about using
9668         symbols that are named the same as registers.
9669
9670 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
9671
9672         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9673         dependency list for all-target-cygmon.
9674
9675 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
9676
9677         * config-ml.in: Check $host, not $target, for selective multilibs.
9678         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9679         thumb interworking, and underscore prefix multilibs.
9680
9681 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
9682
9683         * missing: Update to version from current automake.
9684
9685 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
9686
9687         * configure (gxx_include_dir): Removed.
9688
9689         * configure.in (gxx_include_dir): Handle it.
9690         * Makefile.in: Likewise.
9691
9692 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
9693
9694         * config.sub (mips64vr4111,mips64vr4111el) Add.
9695
9696 1999-03-21  Ben Elliston  <bje@cygnus.com>
9697
9698         * config.guess: Correct typo for detecting ELF on FreeBSD.
9699
9700 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
9701
9702         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9703         config/mh-djgpp.
9704
9705 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
9706
9707         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9708         all-target-newlib to dependency list for all-target-bsp.
9709
9710 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9711
9712         * config.sub: Add i386-uwin support.
9713         * config.guess: Likewise.
9714
9715 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9716
9717         * configure.in: cleanup, add mh-*pic handling for arm, special
9718         case powerpc*-*-aix*
9719
9720 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
9721
9722         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9723         can be built.
9724
9725 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
9726
9727         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9728         targets.
9729
9730 1999-03-02  Nick Clifton  <nickc@cygnus.com>
9731
9732         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9733
9734 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
9735
9736         * config.sub: Check for "cygwin*" rather than "cygwin32*"
9737
9738 1999-02-24  Nick Clifton  <nickc@cygnus.com>
9739
9740         * config.sub: Fix typo in arm recognition.
9741
9742 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
9743
9744         * configure.in (noconfigdirs): Changed target_configdirs to
9745         include target-bsp only for m68k-*-elf* and m68k-*-coff*
9746         rather than m68k-*-* since it is not known to work on
9747         m68k-aout. Ditto for arm-*-*oabi.
9748
9749 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
9750
9751         * configure.in (*-*-windows*): Remove, no longer used.
9752
9753 1999-02-19  Ben Elliston <bje@cygnus.com>
9754
9755         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9756         Smart and improved by Andrew Cagney.
9757
9758 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
9759
9760         * config.guess: Recognize openbsd-*-hppa.
9761
9762 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
9763
9764         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9765         only if it is not empty.
9766
9767 1999-02-17  Nick Clifton  <nickc@cygnus.com>
9768
9769         Patch from: Scott Bambrough <scottb@corelcomputer.com>
9770
9771         * config.guess: Modified to recognize uname's armv* syntax.
9772
9773         * config.sub: Modified to recognize uname's armv* syntax.
9774
9775 1999-02-17  Mark Salter  <msalter@cygnus.com>
9776
9777         * configure.in: Added target-bsp for sparclite.
9778
9779 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
9780
9781         * config.sub: Recognize alphapca5[67] and up to alphaev8.
9782
9783 1999-02-08  Nick Clifton  <nickc@cygnus.com>
9784
9785         * configure.in: Add support for strongarm port.
9786         * config.sub: Add support for strongarm target.
9787
9788 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9789
9790         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9791         the old name config/mh-cygwin32.
9792         Enable texinfo.
9793
9794 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
9795
9796         * configure.in: Do build ld for ix86 Solaris.
9797
9798 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
9799
9800         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
9801         $AR_FOR_TARGET.  Likewise for RANLIB.
9802
9803 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
9804
9805         * config.sub (oabi):  Recognize.
9806         * configure.in (arm-*-oabi):  Handle.
9807
9808 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
9809
9810         * config.guess: Improve detection of i686 on UnixWare 7.
9811
9812 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9813
9814         * config.guess: Add support for i386-pc-interix.
9815         * config.sub: Likewise.
9816         * configure.in: Likewise.
9817
9818 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
9819
9820         * Makefile.in: Remove unneeded all-target-libio from
9821         from all-target-winsup target since it is now unneeded.
9822         Add all-target-libtermcap in its place since it is now
9823         needed.
9824
9825 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
9826
9827         * configure.in: makefile stub for cygwin target is probably
9828         unnecessary.  Remove it for now.
9829
9830 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
9831
9832         * configure.in: libtermcap.a should be built when cygwin is the
9833         target as well as the host.
9834         * config.guess: Allow mixed case in cygwin uname output.
9835         * Makefile.in: Add libtermcap target.
9836
9837 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
9838
9839         * config.sub: Clean up handling of hppa2.0.
9840
9841 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
9842
9843         * config.guess: Use C code to identify more HP machines.
9844
9845 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
9846
9847         * config.sub: Handle hppa2.0.
9848
9849 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
9850
9851         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9852         cygmon for all sparclite targets, regardless of object format.
9853
9854 1998-12-15  Mark Salter  <msalter@cygnus.com>
9855
9856         * configure.in: Added target-bsp for several target architectures.
9857
9858         * Makefile.in: Added rules for bsp.
9859
9860 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
9861
9862         * config.guess: Improve detection of hppa2.0 processors.
9863
9864 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
9865
9866         * config.guess: Recognize FreeBSD using ELF automatically.
9867
9868 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
9869
9870         * configure (skip-this-dir): Add handling for new shell script, which
9871         might be created by a sub-directory's configure to indicate, this particular
9872         directory is "unwanted".
9873         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9874
9875 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
9876
9877         * ltconfig: import from libtool, after changing libtool to
9878         account for the cygwin name change.
9879
9880 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
9881
9882         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9883         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9884
9885 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
9886
9887         * configure.in: Add libtermcap to list of cygwin dependencies.
9888
9889 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
9890
9891         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9892         they include winsup/include when it's a cygwin target.
9893
9894 1998-11-12  Tom Tromey  <tromey@cygnus.com>
9895
9896         * configure.in (host_tools): Added zip.
9897         * Makefile.in (all-target-libjava): Depend on all-zip.
9898         (all-zip): New target.
9899         (ALL_MODULES): Added all-zip.
9900         (NATIVE_CHECK_MODULES): Added check-zip.
9901         (INSTALL_MODULES): Added install-zip.
9902         (CLEAN_MODULES): Added clean-zip.
9903
9904 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
9905
9906         * Makefile.in: lose "32" from comment about cygwin.
9907
9908 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
9909
9910         * configure.in: Use -Os to build target libraries for the fr30.
9911
9912 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
9913
9914         * config.sub: Add fr30.
9915
9916 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
9917
9918         * configure.in: drop "32" from config/mh-cygwin32.  Check
9919         cygwin* instead of cygwin32*.
9920         * config.sub: Check cygwin* instead of cygwin32*.
9921
9922 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
9923
9924         * config.guess: Match any version of Unixware7.
9925
9926 1998-10-20  Syd Polk  <spolk@cygnus.com>
9927
9928         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9929         if desired.
9930
9931 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
9932
9933         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9934         these if the appropriate directories and files to not exist.
9935
9936 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
9937
9938         * Makefile.in (DEVO_SUPPORT): Add config.if.
9939
9940 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9941
9942         * configure: Add pattern to replace "build_tooldir"'s
9943         definition in the generated Makefile with "tooldir"'s
9944         actual value.
9945
9946 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
9947
9948         * config.sub: Bring back lost sparcv9.
9949
9950         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9951
9952 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
9953
9954         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9955         CC_FOR_TARGET and friends.
9956
9957 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
9958
9959         * Makefile.in (build_tooldir): New variable, same as tooldir.
9960         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9961         -B$(build_tooldir)/bin/.
9962         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9963
9964 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9965
9966         * README: Remove installation instructions and refer to the
9967         INSTALL directory instead.
9968
9969 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
9970
9971         * config.sub: Add support for i[34567]86-pc-udk.
9972         * configure.in: Likewise.
9973
9974 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
9975
9976         * Makefile.in: add bzip2 package building bits for user
9977         tools module
9978         * configure.in: ditto
9979
9980 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
9981
9982         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9983         (ALL_TARGET_MODULES): Add all-target-libobjc.
9984         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9985         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9986         (all-target-libchill): Add dependencies.
9987         * configure.in (target_libs): Add libchill.
9988
9989 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
9990
9991         * configure.in (target_subdir): Remove duplicate line.
9992
9993 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
9994
9995         * Makefile.in (all-automake): fix dependencies.
9996
9997 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
9998
9999         * configure.in: Minor cleanups for building in the $(target_alias)
10000         subdir.
10001
10002 1998-09-22  Jim Wilson  <wilson@cygnus.com>
10003
10004         * Makefile.in (bootstrap): Set r and s before make all.  Use
10005         BASE_FLAGS_TO_PASS in make all.
10006         (cross): Likewise.
10007
10008 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
10009
10010         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10011
10012 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
10013
10014         * config.sub: Fix typo in last change.
10015
10016 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10017
10018         * config.sub: Add support for C4x target.
10019         * configure.in: Likewise.
10020
10021 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
10022
10023         * config.sub: Recognize sparcv9 just like sparc64.
10024
10025 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
10026
10027         * config.guess: Match "Pent II" or "PentII" for OpenServer.
10028
10029 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
10030
10031         * config.guess: Correctly identify Pentium II sco boxes.
10032
10033         * config.guess: Fix "tr" code.  From Weiwen Liu.
10034
10035 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
10036
10037         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10038         stabs.
10039
10040 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
10041
10042         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10043         (ALL_TARGET_MODULES): Add all-target-libchill.
10044         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10045         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10046         (all-target-libchill): Add dependencies.
10047         * configure.in (target_libs): Add libchill.
10048
10049 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10050
10051         * config.guess: Avoid assumptions about "tr" behaves when
10052         LANG is set to something other than English.
10053
10054 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
10055
10056         * configure (gxx_include_dir): Changed to
10057         '${prefix}/include/g++'-${libstdcxx_interface}.
10058
10059         * config.if: New to determine the interfaces.
10060
10061 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
10062
10063         * config.guess: Detect and handle MPE/IX.
10064         * config.sub: Deal with MPE/IX.
10065
10066 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
10067
10068         * configure.in: Use mh-aix43.
10069
10070 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
10071
10072         * configure: Fix --without/--disable cases for gxx-include-dir.
10073
10074 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
10075
10076         * mdata-sh:  Imported.  Needed for automake support.
10077
10078 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
10079
10080         * Makefile.in (taz): Try "chmod -R og=u ." before
10081         "chmod og=u `find . -print`".
10082
10083 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
10084
10085         * configure.in: Add arm-elf and thumb-elf support.
10086
10087 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
10088
10089         * Makefile.in: Undo previous patch.
10090
10091 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
10092
10093         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10094         to here ...
10095         (install-no-fixedincludes): and here
10096         (INSTALL_MODULES): ... from here.
10097
10098 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10099
10100         * config.sub: Merge with FSF.
10101
10102         * config.guess: Merge with FSF.
10103
10104 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
10105
10106         * configure (extraconfigdirs): New variable.
10107         (SUBDIRS): Add extraconfigdirs and recurse on them too.
10108         * Makefile.in (all): Move higher in file.
10109         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10110         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10111         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10112         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10113         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10114
10115 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
10116
10117         * Makefile.in (all-target-libjava): Depend on all-gcc and
10118         all-target-newlib.
10119         (configure-target-libjava): Depend on $(ALL_GCC).
10120
10121 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
10122
10123         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10124         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10125
10126 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
10127
10128         * INSTALL/README: Fix typo.
10129
10130 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10131
10132         * ylwrap: Change absolute path checks to check for DOS style path
10133         names.
10134
10135         * ylwrap: Don't use a full path name if the source file is in the
10136         same directory.  From hjl@lucon.org (H.J. Lu).
10137
10138         * config-ml.in: Default to being verbose, to match Feb 18 change to
10139         configure.
10140
10141 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
10142
10143         Brought over from egcs:
10144
10145         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10146
10147         * configure.in (target_subdir): Set to ${target_alias} instead
10148         of "libraries".
10149
10150         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
10151
10152         * configure.in (target_subdir): Set to libraries if enable_multilib.
10153
10154 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
10155
10156         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10157         multilibs, force reconfiguration the first time we create
10158         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10159
10160 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
10161
10162         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10163         avoid confusion with --no-recursion.
10164
10165 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
10166
10167         * configure.in: Win32 hosts shouldn't use install -x
10168         * install-sh: remove -x option, and special .exe-handling
10169         hack.
10170
10171 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
10172
10173         * config.guess: Recognize i586-pc-beos.
10174         * configure.in: Don't build some bits for beos.
10175
10176 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10177
10178         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10179         CFLAGS default to -O2.
10180
10181         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10182         when using GNU ld.
10183
10184 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
10185
10186         * ltmain.sh: Correct install when using a different shell.
10187
10188 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10189
10190         * ltconfig, ltmain.sh: Update to libtool 1.2b.
10191
10192 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
10193
10194         * makefile.vms: Update to build binutils/makefile.vms.  Add install
10195         target.
10196
10197 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
10198
10199         * ltconfig: Update to correct AIX handling.
10200
10201 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10202
10203         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10204
10205         * configure.in (target_subdir): Set to ${target_alias} instead
10206         of "libraries".
10207
10208 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
10209
10210         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10211         (Makefile): Depend on $(gcc_version_trigger).
10212
10213         * configure (gcc_version): Change default initializer to empty
10214         string.
10215         (gcc_version_trigger): New variable; pass this variable down
10216         to subdir configures to enable them checking gcc's version
10217         themselves. Emit make macros for both gcc_version vars.
10218         (topsrcdir): Initialize reliably.
10219         (recursion line): Remove --with-gcc-version=${gcc_version}.
10220
10221 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10222
10223         * configure (enable_version_specific_runtime_libs): Implement new flag
10224         --enable-version-specific-runtime-libs which installs C++ runtime stuff
10225         in $(libsubdir); emit definition in each generated Makefile.
10226         (gxx_include_dir): Initialize depending on
10227         $enable_version_specific_runtime_libs.
10228
10229 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10230
10231         * configure (gcc_version): Initialize properly depending on
10232         how and where configure is started.
10233         (recursion line): Pass a --with-gcc-version=${gcc_version}
10234         to configures in subdirs.
10235
10236 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
10237
10238         * configure.in (noconfigdirs): Add configure pattern for mips tx39
10239         cygmon
10240
10241 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
10242
10243         * configure.in: Add cygmon and libstub support for mn10200.
10244
10245 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
10246
10247         * configure (gcc_version): Add new variable describing the
10248         particular gcc version we're building.
10249         * Makefile.in (libsubdir): Add new macro for the directory
10250         in which the compiler finds executables, libraries, etc.
10251         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10252         and libsubdir.
10253
10254 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10255
10256         * Makefile.in (local-clean): Remove *.log.
10257         (warning.log): Built with warn_summary from build.log.
10258         (mail-report.log): Run test_summary.
10259         (mail-report-with-warnings.log): Run test_summary including
10260         warning.log in the report.
10261
10262 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
10263
10264         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10265
10266 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10267
10268         * Makefile.in (grep): Grep no longer depends on libiberty.
10269
10270 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
10271
10272         * Makefile.in: all-snavigator needs all-libgui.
10273
10274 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
10275
10276         * configure.in: Add cygmon and libstub support for mn10300.
10277
10278 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
10279
10280         * missing: Update to version from automake 1.3.
10281
10282         * ltmain.sh: On installation, don't get confused if the same name
10283         appears more than once in the list of library names.
10284
10285 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10286
10287         * config.sub: Accept m68060 and m5200 as CPU names.
10288
10289 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
10290
10291         * configure: Use && rather than using -a in test, because odd
10292         strings can confuse test.
10293         * configure.in: Likewise.
10294
10295 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10296
10297         * ltconfig, ltmain.sh: Bring in Visual C++ support.
10298
10299 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10300
10301         * Makefile.in (boostrap2-lean, bootstrap3-lean,
10302         bootstrap4-lean): New targets.
10303
10304 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
10305
10306         * mpw-* Delete.  Not used.
10307
10308 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
10309
10310         * COPYING.LIB: Update FSF address.
10311
10312 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
10313
10314         * ltconfig, ltmain.sh: Update to libtool 1.2a.
10315
10316         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10317         GAS_SUPPORT_DIRS.
10318
10319 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
10320
10321         * ltconfig, ltmain.sh: Avoid producing a version number if
10322         -version-info was not used.
10323
10324 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10325
10326         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10327         building with newlib.
10328
10329 1998-04-30  Paul Eggert  <eggert@twinsun.com>
10330
10331         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10332         Solaris `make' causes it to continue to next definition.
10333
10334 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10335
10336         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10337         the right GUI libraries and files are installed along with GDB.
10338
10339 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10340
10341         * configure.in: Change alpha to alpha* in several places.
10342
10343 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
10344
10345         * config.sub: Recognize sparc86x.
10346
10347 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
10348
10349         * configure.in (--enable-target-optspace): Remove debug echo.
10350
10351 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
10352
10353         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10354
10355 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10356
10357         * ltconfig: Update cygwin32 support.
10358
10359         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10360         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10361         (GDB_SUPPORT_DIRS): Likewise.
10362
10363 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
10364
10365         * configure.in (target_makefile_frag): If --enable-target-optspace,
10366         use -Os to compile target libraries rather than -O2.  Default to
10367         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10368         not used.
10369         * configure.in (target_cflags): Ditto for d30v.
10370
10371 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
10372
10373         * Makefile.in (all-bfd): Depend on all-intl.
10374         (all-binutils): Likewise.
10375         (all-gas): Likewise.
10376         (all-gprof): Likewise.
10377         (all-ld): Likewise.
10378
10379 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
10380
10381         * configure.in (host_tools): Fix typo, lbtool -> libtool.
10382
10383 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10384
10385         * Makefile.in (all-bfd): Depend upon all-libiberty.
10386
10387         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10388
10389 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
10390
10391         * Makefile.in: Add libstub.
10392
10393         * configure.in: Ditto. Build libstub for targets that have cygmon
10394         support.
10395
10396 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
10397
10398         * configure.in: Don't set PICFLAG on ix86-cygwin32.
10399
10400 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
10401
10402         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10403         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
10404
10405 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
10406
10407         * configure: Define DEFAULT_M4 by searching PATH.
10408         * Makfile.in: Use DEFAULT_M4.
10409
10410 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10411
10412         * ltconfig: Add cygwin32 support.
10413
10414         * Makefile.in, configure.in: Add libtool as a native only directory
10415         to configure and build.
10416
10417 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
10418
10419         * Makefile.in (INSTALL_MODULES): Remove texinfo.
10420
10421 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
10422
10423         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10424
10425 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
10426
10427         * Makefile.in: add ash make rules
10428         * configure.in: add ash to native_only and host_tools lists
10429
10430 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
10431
10432         * Makefile.in (all-gettext, all-intl): New targets.
10433         (ALL_MODULES): Added all-gettext, all-intl.
10434         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10435         (INSTALL_MODULES): Added install-gettext, install-intl.
10436         (CLEAN_MODULES): Added clean-gettext, clean-intl.
10437
10438         * configure.in (host_tools): Added gettext.
10439         (native_only): Likewise.
10440         (noconfigdirs) [various cases]: Likewise.
10441         (host_libs): Added intl.
10442
10443 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
10444
10445         * configure: Do not disable building gdbtk for cygwin32 hosts.
10446
10447 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
10448
10449         * configure.in: Add thumb-coff target.
10450         * config.sub: Add thumb-coff target.
10451
10452 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10453
10454         * Makefile.in: Revert yesterday's change.
10455         (all-target-winsup):  all-target-librx stays out of here.
10456
10457 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10458
10459         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10460         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10461         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10462         Remove references to librx and libg++.
10463
10464 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
10465
10466         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10467         recursive makes
10468
10469 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
10470
10471         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10472         for newlib directory.
10473         (CXX_FOR_TARGET): Likewise.
10474
10475 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
10476
10477         * ltconfig: Update after libtool/ltconfig.in change for
10478         hpux11.
10479
10480 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
10481
10482         * ltconfig, ltmain.sh: Update to libtool 1.2.
10483
10484 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10485
10486         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10487         (install-gcc-cross): Instead, override LANGUAGES here.
10488
10489 1998-03-18  Dave Love  <d.love@dl.ac.uk>
10490
10491         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10492         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10493
10494 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
10495
10496         * configure.in: Add Thumb-pe target.
10497
10498 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
10499
10500         * Makefile.in - changed sn targets to snavigator
10501         * configure.in - changed sn targets to snavigator
10502
10503 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10504
10505         * config-ml.in: After building symlink tree call make distclean
10506         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10507         to be the case for libiberty.
10508
10509 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
10510
10511         * configure: When making link, also check the current
10512         directory. The configure scripts may create one.
10513
10514 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
10515
10516         * config.sub: Accept alphapca56 and alphaev6 properly.
10517
10518 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10519
10520         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10521
10522 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10523
10524         * config.sub (sco5): Fix typo.
10525
10526 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
10527
10528         * Makefile.in (INSTALL_MODULES): Move install-tcl before
10529         install-itcl.
10530         (install-itcl): Remove dependency on install-tcl.
10531
10532 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
10533
10534         * configure.in: Remove libgloss from noconfigdirs for MN10300.
10535
10536 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
10537
10538         * configure.in: Don't build libgui for a cygwin32 target when not on
10539         a cygwin32 host.
10540
10541 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10542
10543         * configure (redirect): Set to null, so default behavior of
10544         configure is now --verbose.
10545
10546 1998-02-16  Dave Love  <d.love@dl.ac.uk>
10547
10548         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10549         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10550
10551 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
10552
10553         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10554         this change to sync Makefile.in with its ChangeLog entries.
10555
10556 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
10557
10558         * ltmain.sh (mkdir): Check that the directory doesn't exist
10559         before we exit with error, so that we don't get races during
10560         parallel builds.
10561
10562 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10563
10564         * ltconfig, ltmain.sh: Update from libtool 1.0i.
10565
10566 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10567
10568         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10569         PICFLAG_FOR_TARGET.
10570         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10571
10572         * configure: Emit a definition for the new macro enable_shared
10573         into each Makefile.
10574
10575 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10576
10577         * configure.in (host_tools, native_only): Add libtool.
10578
10579 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
10580
10581         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10582         Fix typo in ming config comment.
10583
10584 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10585
10586         * ltconfig, ltmain.sh: Update from libtool 1.0h.
10587
10588 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
10589
10590         * config.sub: Add tic30 cases, and map c30 to tic30.
10591
10592 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
10593
10594         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10595         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10596         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10597         (CLEAN_TARGET_MODULES): Similarly
10598         (all-target-libf2c): Add dependences.
10599         * configure.in (target_libs): Add libf2c.
10600
10601 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
10602
10603         * configure.in: Remove expect from noconfigdirs when target
10604         is cygwin32.  OK to build expect and dejagnu with Canadian
10605         Cross.
10606
10607 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
10608
10609         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10610         host.
10611
10612         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10613         and mingw32.
10614
10615 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10616
10617         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10618         here as it is not defined in the toplevel Makefile.
10619
10620 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10621
10622         * configure (package_makefile_rules_frag): New variable, which names
10623         a file with generic rules, ...
10624         Change comment to mention we now have FIVE parts.
10625         * configure: Undo last change.
10626
10627 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
10628
10629         * config.guess: More accurate determination of HP processor types.
10630         * config.sub: More accurate determination of HP processor types.
10631
10632 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10633
10634         * configure (package_makefile_frag): Move inserting the
10635         ${package_makefile_frag} to where it should be according
10636         to the comment.
10637
10638 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
10639
10640         * config.guess: Add support for Linux/ARM.
10641
10642 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
10643
10644         * .cvsignore: Remove *-info and *-install since they match
10645         release-info and mpw-install, which we don't want to just ignore.
10646
10647 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
10648
10649         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10650
10651 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
10652
10653         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10654         local_prefix to sub-make invocations.
10655
10656 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
10657
10658         * configure.in: Check makefile fragments in the source
10659         directory.
10660
10661 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10662
10663         * configure.in: Check whether host and target makefile
10664         fragments exist before adding them to *_makefile_frag.
10665
10666 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
10667
10668         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10669
10670 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
10671
10672         * configure.in: Make sure we only replace RPATH_ENVVAR on
10673         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10674         regexp to sed.
10675
10676         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10677         to sub-makes.
10678
10679 1998-01-13  Lee Iverson   (leei@ai.sri.com)
10680
10681         * config-ml.in (multi-do): LDFLAGS must include multilib
10682         designator.
10683
10684 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
10685
10686         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10687
10688 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
10689
10690         * config.sub: Add mingw32 support.
10691         * configure.in: Likewise.
10692
10693 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10694
10695         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10696
10697 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
10698
10699         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10700         * configure (gxx_include_dir): Provide a definition for subdirs
10701         which do not use autoconf.
10702
10703 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
10704
10705         * config.guess: Sync with egcs.  Picks up new alpha support,
10706         BeOS & some additional linux support.
10707
10708 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
10709
10710         * config.guess: HP 9000/803 is a PA1.1 machine.
10711
10712 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
10713
10714         * configure.in: It's alpha*-...
10715
10716 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10717
10718         * configure.in (host_makefile_frag, target_makefile_frag):
10719         Handle multiple config files.
10720         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10721         alpha-*-*.
10722
10723 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
10724
10725         * mkdep: New file.
10726
10727 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
10728
10729         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10730
10731 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
10732
10733         * Makefile.in: Add libgui directory.
10734         (GDB_TK): Add all-libgui.
10735         * configure.in: Add libgui directory.
10736         * configure: Add all-libgui to GDB_TK.
10737
10738 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
10739
10740         * config-ml.in (multidirs): Add m32r to multilib list.
10741
10742 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
10743
10744         * Makefile.in (all-target-gperf): Change dependency to
10745         all-target-libstdc++.
10746
10747 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
10748
10749         * config.guess: Add BeOS support.
10750
10751 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
10752
10753         Source directory cvs renamed to cvssrc:
10754         * configure.in (host_tools): Change cvs to cvssrc.
10755         (native_only): Likewise.
10756         (noconfigdirs) [various cases]: Likewise.
10757         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10758         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10759         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10760         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10761         (all-cvssrc): Rename target from all-cvs.
10762
10763 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
10764
10765         * configure (gxx_include_dir): Fix thinko.
10766
10767 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
10768
10769         * Makefile.in (INSTALL_TARGET_CROSS): Define.
10770         (install-cross, install-gcc-cross): New targets.
10771
10772 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
10773
10774         * configure.in (noconfigdirs): Add support for Thumb target.
10775
10776         * config.sub (maybe_os): Add support for Thumb target.
10777
10778 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
10779
10780         * Makefile.in: Add rules for cygmon.
10781
10782         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10783
10784 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
10785
10786         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10787         * configure (gxx_include_dir): Provide a definition for subdirs
10788         which do not use autoconf.
10789
10790 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
10791
10792         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10793         11/18/97 build
10794
10795 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
10796
10797         * From Franz Sirl.
10798         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10799         found on RedHat Linux systems.
10800
10801 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
10802
10803         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10804         guesses.
10805
10806 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
10807
10808         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10809
10810 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
10811
10812         * ltmain.sh: If mkdir fails, check whether the directory was created
10813         anyhow by some other process.
10814
10815 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
10816
10817         * configure.in (d30v-*-*): Configure all directories.
10818
10819 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
10820
10821         * configure.in (d30v-*-*): Configure newlib, libiberty directories
10822         for the D30V.
10823
10824 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
10825
10826         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10827
10828 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
10829
10830         * include/libiberty.h: Add extern "C" { so it can be used with C++
10831         progrms.
10832         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
10833         programs.
10834
10835 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
10836
10837         * configure.in (d30v-*-*): Configure GCC now.
10838
10839 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
10840
10841         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10842         is no longer needed.
10843
10844 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
10845
10846         * Makefile.in: check-target-libio depends on all-target-libstdc++.
10847
10848 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
10849
10850         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10851         targets using "$@" to provide support for similar but not identical
10852         targets without having to duplicate code.
10853
10854 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
10855
10856         * makefile.vms: Fix to work with DEC C.
10857
10858 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
10859
10860         * config.sub: Add mips-tx39-elf to marketing names.
10861
10862 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
10863
10864         * ltmain.sh: Handle symlinks in generated script.
10865
10866 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
10867
10868         * configure: Handle autoconf style directory options: --bindir,
10869         --datadir, --includedir, --infodir, --libdir, --libexecdir,
10870         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10871         --sysconfdir.
10872         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10873         (sharedstatedir, localstatedir, oldincludedir): New variables.
10874         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10875         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10876         sbindir, sharedstatedir, and sysconfdir.
10877
10878 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10879
10880         * Makefile.in (bootstrap-lean): New target.
10881
10882 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
10883
10884         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
10885         sn, and gnuserv from noconfigdirs.
10886
10887 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
10888
10889         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10890
10891 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
10892
10893         * Makefile.in (cross): New target.
10894
10895 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
10896                           Jeff Law         <law@cygnus.com>
10897
10898         * Makefile.in (bootstrap2, bootstrap3): New targets.
10899         (all-bootstrap): Remove outdated and confusing target.
10900         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10901
10902 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10903
10904         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10905         windows.  Consistent with gdb/configure.
10906
10907 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
10908
10909         * configure.in: Name Linux target fragment.
10910
10911         * configure: Rewrite so that project Makefile fragment is inserted
10912         first and appears last in the resulting Makefile.
10913
10914 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10915
10916         * Makefile.in (install-itcl): Install tcl first.
10917
10918 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
10919
10920         * configure.in: remove bison from noconfigdirs for Cygwin32 host
10921
10922 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10923
10924         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10925
10926         * configure.in (skipdirs): Add target-librx for Linux.
10927         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10928
10929 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
10930
10931         * Makefile.in (bootstrap): New target.
10932
10933 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
10934
10935         * config.sub: Accept 'amigados' for backward compatibility.
10936
10937 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
10938
10939         * config.guess: Merge with FSF.
10940
10941 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
10942
10943         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10944
10945 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
10946
10947         * config.sub: Add "marketing-names" patch.
10948
10949 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
10950
10951         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
10952
10953 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
10954
10955         * config.sub: Handle v850-elf.
10956
10957 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
10958
10959         * .cvsignore (*-install): Remove.
10960
10961 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
10962
10963         * ltconfig: Set CONFIG_SHELL in libtool.
10964         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10965
10966 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
10967
10968         * configure.in (target_subdir): Set to libraries if enable_multilib.
10969
10970 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
10971
10972         * config.guess: Update from gcc directory.
10973
10974 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10975
10976         * Makefile.in (all-sim): Depends on all-readline.
10977
10978 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
10979
10980         * Makefile.in (BISON, YACC): Use $$s.
10981         (all-bison): Depend on all-texinfo.
10982
10983 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
10984
10985         * Makefile.in (BISON): Add -L flag.
10986         (YACC): Likewise.
10987
10988 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
10989
10990         * configure.in (noconfigdirs): Add support for v850e target.
10991
10992         * config.sub (maybe_os): Add support for v850e target.
10993
10994 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
10995
10996         * configure.in (noconfigdirs): Add support for v850ea target.
10997
10998         * config.sub (maybe_os): Add support for v850ea target.
10999
11000 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
11001
11002         * config.sub: Add mipstx39.  Delete r3900.
11003
11004 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11005
11006         * Makefile.in (all-autoconf): Depends on all-texinfo.
11007
11008 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
11009
11010         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11011         eabi targets.
11012
11013 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
11014
11015         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11016
11017         * configure: When handling a Canadian Cross, handle YACC as well as
11018         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
11019         * Makefile.in (all-bison): Depend upon all-texinfo.
11020
11021 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
11022
11023         * Makefile.in (BISON): bison, not byacc or bison -y.
11024         (YACC): bison -y or byacc or yacc.
11025         (various): Add *-bison as appropriate.
11026         (taz): No need to mess with BISON anymore.
11027
11028 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
11029
11030         * configure: If OSTYPE matches *win32*, try to find a good value for
11031         CONFIG_SHELL.
11032
11033 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
11034
11035         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11036         configure.in if it is present.
11037
11038 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
11039
11040         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11041
11042 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
11043
11044         * config.sub: Recognize `arc' cpu.
11045         * configure.in: Likewise.
11046         * config-ml.in: Likewise.
11047
11048 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
11049
11050         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11051
11052 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
11053
11054         * configure: Changed sed delimiter from ':' to '|' when
11055         attempting to substitute ${config_shell} for SHELL. On
11056         NT ${config_shell} may contain a ':' in it.
11057
11058 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
11059
11060         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11061
11062 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
11063
11064         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11065
11066 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11067
11068         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11069
11070         * ylwrap: If the program is a relative path, force it to be
11071         absolute.
11072
11073 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11074
11075         * configure (tooldir): Set BISON to `bison -y' and not just bison.
11076
11077 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11078
11079         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11080         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11081         for libraries.
11082
11083 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
11084
11085         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11086         separated by spaces.
11087
11088 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
11089
11090         * ylwrap: New file.
11091         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11092
11093         * ltmain.sh: Handle /bin/sh at start of install program.
11094
11095         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11096
11097         * ltconfig, ltmain.sh: New files, from libtool 1.0.
11098         * missing: New file, from automake 1.2.
11099
11100 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
11101
11102         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
11103         check-tk to CHECK_X11_MODULES.
11104
11105 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11106
11107         * config.sub: Merge with FSF.
11108
11109 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11110
11111         * config.guess: Merge with FSF.
11112
11113 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11114
11115         * configure: Treat msdosdjgpp like go32.
11116         * configure.in: Likewise.  Don't remove gprof for go32.
11117
11118         * configure: Change Makefile.tem2 to Makefile.tm2.
11119
11120 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
11121
11122         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11123
11124 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11125
11126         * install-sh (chmodcmd): Set to null if the DST directory already
11127         exists.  Same as Nov 11th change.
11128
11129 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
11130
11131         * configure (GDB_TK): Needs itcl and tix.
11132
11133 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
11134
11135         * config.guess: Update from FSF.
11136
11137 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
11138
11139         * Makefile.in (GDB_TK): Depend on itcl and tix.
11140
11141 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11142
11143         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11144         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11145         (INSTALL_SCRIPT): New variable.
11146         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11147         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11148         to -x.
11149         * install-sh: Add support for -x option.
11150
11151 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
11152
11153         * configure.in, Makefile.in: Treat tix like itcl.
11154
11155 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
11156
11157         * Makefile.in (WINDRES): New variable.
11158         (WINDRES_FOR_TARGET): New variable.
11159         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11160         (EXTRA_HOST_FLAGS): Add WINDRES.
11161         (EXTRA_TARGET_FLAGS): Add WINDRES.
11162         (EXTRA_GCC_FLAGS): Add WINDRES.
11163         ($(DO_X)): Pass down WINDRES.
11164         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11165         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11166         DLLTOOL_FOR_TARGET.
11167
11168 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
11169
11170         * configure.in: configure sim before gdb for win32-x-ppc
11171
11172 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11173
11174         Move gperf into the toplevel, from libg++.
11175         * configure.in (target_tools): Add target-gperf.
11176         (native_only): Add target-gperf.
11177         * Makefile.in (all-target-gperf): New target, depend on
11178         all-target-libg++.
11179         (configure-target-gperf): Empty rule.
11180         (ALL_TARGET_MODULES): Add all-target-gperf.
11181         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11182         (CHECK_TARGET_MODULES): Add check-target-gperf.
11183         (INSTALL_TARGET_MODULES): Add install-target-gperf.
11184         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11185
11186 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
11187
11188         * config.sub (mn10200): Recognize new basic machine.
11189
11190 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11191
11192         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11193         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11194
11195 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11196
11197         * configure.in: If we're building mips-sgi-irix6* native, turn on
11198         ENABLE_MULTILIB and set TARGET_SUBDIR.
11199
11200 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
11201
11202         * Makefile.in (all-sn): Depend on all-grep.
11203
11204 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
11205
11206         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11207
11208         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11209         Makefile.  From Jeff Makey <jeff@cts.com>.
11210         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11211
11212         * Makefile.in (DISTBISONFILES): Remove.
11213         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
11214         $(DEFAULT_YACC).
11215
11216         * configure.in: Build itl, db, sn, etc., when building for native
11217         cygwin32.
11218
11219         * Makefile.in (LD): New variable.
11220         (EXTRA_HOST_FLAGS): Pass down LD.
11221         ($(DO_X)): Likewise.
11222
11223 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
11224
11225         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11226
11227 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
11228
11229         * configure.in (targargs): Strip out any supplied --build argument
11230         before adding our own. Always add --build.
11231
11232 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
11233
11234         * configure.in (targargs): Pass --build if we're doing
11235         a cross-compile.
11236
11237 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
11238
11239         * configure: Use '|' instead of ":" as the separator in
11240         sed. Otherwise sed chokes on NT path names with drive
11241         designators. Also look for "?:*" as the leading characters in an
11242         absolute pathname.
11243
11244 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
11245
11246         * config.sub: Support for r3900.
11247
11248 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11249
11250         * configure.in: Use install-sh, not install.sh.
11251
11252 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11253
11254         * Makefile.in (taz): Improve check for BISON so it doesn't try to
11255         apply it twice.
11256
11257 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11258
11259         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11260         install-binutils.
11261
11262 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
11263
11264         * Makefile.in: Add automake targets.
11265         * configure.in (host_tools): Add automake.
11266
11267 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11268
11269         * configure: Default CXX to c++, not gcc.
11270         * Makefile.in (CXX): Set to c++, not gcc.
11271         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11272
11273 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
11274
11275         * install-sh: try appending a .exe if source file doesn't
11276         exist
11277
11278 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
11279
11280         * configure.in: Turn on multilib by default.
11281         (cross_only): Remove target-libiberty.
11282
11283         * Makefile.in (all-gcc): Don't depend on libiberty.
11284
11285 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
11286
11287         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11288
11289 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11290
11291         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11292         (DISTBISONFILES): Add ld/Makefile.in
11293
11294 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
11295
11296         * configure.in: if target is cygwin32 but host isn't cygwin32,
11297         don't configure gdb tcl tk expect, not just gdb.
11298
11299 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
11300
11301         * configure.in: Added gnuserv everywhere sn appears.
11302
11303         * Makefile.in (ALL_MODULES): Added all-gnuserv.
11304         (CROSS_CHECK_MODULES): Added check-gnuserv.
11305         (INSTALL_MODULES): Added install-gnuserv.
11306         (CLEAN_MODULES): Added clean-gnuserv.
11307         (all-gnuserv): New target.
11308
11309 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
11310
11311         * config.guess: Fixes for MIPS OpenBSD systems.
11312
11313 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11314
11315         * Makefile.in (INSTALL_XFORM): Remove.
11316         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11317
11318         * mkinstalldirs: New file, copied from automake.
11319         * Makefile.in (installdirs): Rename from install-dirs.  Use
11320         mkinstalldirs.  Change all users.
11321         (DEVO_SUPPORT): Add mkinstalldirs.
11322
11323 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11324
11325         * install-sh: Rename from install.sh.
11326         * Makefile.in (INSTALL): Change install.sh to install-sh.
11327         (DEVO_SUPPORT): Likewise.
11328
11329         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
11330         Graichen <graichen@rzpd.de>.
11331
11332 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
11333
11334         * config.guess: Recognize OpenBSD systems correctly.
11335
11336 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11337
11338         * README, Makefile.in (ETC_SUPPORT): Remove references to
11339         cfg-paper*, configure.{texi,man,info*}._
11340
11341 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
11342
11343         * Makefile.in (all.normal): Ensure that gcc is built after all
11344         the x11 - ie gdb - targets.
11345
11346 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
11347
11348         * makefile.vms: Don't run conf-a-gas.
11349
11350 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
11351
11352         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11353
11354 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
11355
11356         * configure.in: Remove noconfigdirs case since gdb also
11357         configures and builds for tic80-coff.
11358
11359 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11360
11361         * configure: Set cache_file to config.cache.
11362         * Makefile.in (local-distclean): Remove config.cache.
11363
11364 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11365
11366         * COPYING: Update FSF address.
11367
11368 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
11369
11370         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11371         noconfigdirs.
11372
11373 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11374
11375         * Makefile.in (install-dirs): Don't crash if prefix, and hence
11376         MAKEDIRS, is empty.
11377
11378 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
11379
11380         * config.sub: Tweak mn10300 entry.
11381
11382 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
11383
11384         * configure.in (host_tools): Put sim before gdb, so gdb's
11385         configure.tgt can determine if the simulator was configured.
11386
11387 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
11388
11389         * config.sub: Move BeOS $os case to be with other Cygnus
11390         local cases.
11391
11392 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
11393
11394         * config.sub: Remove misplaced comment that broke Linux.
11395
11396 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
11397
11398         * config.sub: Add BeOS support.
11399
11400 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
11401
11402         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11403
11404 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
11405
11406         * configure.in (noconfigdirs): Remove tcl and tk from
11407         noconfigdirs for cygwin32 builds.
11408
11409 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
11410
11411         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11412
11413 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
11414
11415         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11416         make-all.com, use makefile.vms instead.
11417
11418 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
11419
11420         * config.sub: Accept -lnews*.
11421
11422 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
11423
11424         * configure.in (noconfigdirs): Disable target-newlib,
11425         target-examples and target-libiberty for d30v.
11426
11427 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11428
11429         * configure.in (noconfigdirs): Enable ld for d30v.
11430
11431 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
11432
11433         * configure.in (tic80-*-*): Build compiler.
11434
11435 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
11436
11437         * configure.in (d30v-*): Remove sim directory from list of
11438         unsupported d30v directories
11439
11440 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11441
11442         * config.sub, configure.in: Add d30v target cpu.
11443
11444 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
11445
11446         * makefile.vms: New file.
11447         * make-all.com: Remove.
11448
11449 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
11450
11451         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11452
11453 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
11454
11455         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11456
11457 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
11458
11459         * Makefile.in (ALL_MODULES): Added all-db.
11460         (CROSS_CHECK_MODULES): Addec check-db.
11461         (INSTALL_MODULES): Added install-db.
11462         (CLEAN_MODULES): Added clean-db.
11463
11464 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
11465
11466         * config.guess: Merge with latest FSF sources.
11467
11468 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
11469
11470         * Makefile.in (ALL_MODULES): Added all-itcl.
11471         (CROSS_CHECK_MODULES): Added check-itcl.
11472         (INSTALL_MODULES): Added install-itcl.
11473         (CLEAN_MODULES): Added clean-itcl.
11474
11475 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
11476
11477         * configure.in: build gdb for mn10200
11478
11479 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
11480
11481         * Makefile.in (all-target-winsup): Depend on all-target-libio.
11482
11483 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
11484
11485         * configure.in (tic80-*-*): Turn off most targets right now.
11486
11487 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
11488
11489         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11490         rather than the makeinfo program.
11491         (do-info): Depend upon all-texinfo.
11492
11493 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11494
11495         * configure.in: Remove uses of config/mh-linux.
11496
11497         * config.sub, config.guess: Merge with latest FSF sources.
11498
11499 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
11500
11501         * config.sub (case $basic_machine): Add tic80 entries.
11502
11503 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
11504
11505         * config.sub, config.guess: Merge with latest FSF sources.
11506
11507 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11508
11509         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11510         * mpw-config.in: Test for NewFolderRecursive.
11511         * mpw-install: Use symbolic name for startup filename.
11512         * mpw-README: Add various additional details.
11513
11514 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
11515
11516         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11517
11518 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
11519
11520         * configure.in: Do build gcc and the target libraries for
11521         the mn10200.
11522
11523 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
11524
11525         * configure.in: don't avoid building gdb for mn10300 any more
11526         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11527         instead of single-quoting it.
11528
11529 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
11530
11531         * configure.in: Don't use --with-stabs on IRIX 6.
11532
11533 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
11534
11535         * configure.in (m32r): Build gdb, libg++ now.
11536
11537 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11538
11539         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
11540         directories from noconfigdirs.
11541
11542 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
11543
11544         * config.sub (basic_machine): added mips16 configuration
11545
11546 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11547
11548         * config.sub: Handle d10v-unknown.
11549
11550 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
11551
11552         * config.sub: Handle v850-unknown.
11553
11554 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
11555
11556         * Makefile.in: add findutils
11557         * configure.in: add findutils to list of host_tools
11558
11559 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
11560
11561         * config.sub: Handle mn10200 and mn10300.
11562
11563 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11564
11565         * configure.in (d10v-*): Do not build librx.
11566
11567 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
11568
11569         * configure.in (mn10300): Build everything except gdb & libgloss.
11570
11571 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
11572
11573         * config.guess:  Patch for Dansk Data Elektronik servers,
11574         from Niels Skou Olsen <nso@dde.dk>.
11575
11576         For ncr, use /bin/uname rather than uname, since GNU uname does not
11577         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
11578
11579         Patch for MIPS R4000 running System V,
11580         from Eric S. Raymond <esr@snark.thyrsus.com>.
11581
11582         Fix thinko for nextstep.
11583
11584         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11585
11586         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
11587         * config.guess: Guess mips-dec-mach_bsd4.3.
11588
11589         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
11590         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
11591         release numbers.
11592         * config.guess (mips-mips-riscos*):  Emit just enough of the
11593         release number.
11594
11595         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
11596         * config.guess (sparc-auspex-sunos*):  Added.
11597         (f300-fujitsu-*): Added.
11598
11599         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
11600         * config.guess:  Recognize a Tadpole as a sparc.
11601
11602 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11603
11604         * config.guess: Don't assume that NextStep version is either 2 or
11605         3.  NextStep 4 (aka OpenStep 4) has come out now.
11606
11607 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11608
11609         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11610         From Rik Faith <faith@cs.unc.edu>.
11611
11612 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
11613
11614         * config.sub: Contributions from bug-gnu-utils to:
11615         Support plain "hppa" (no version given) architecture, reported by
11616         OpenStep.
11617         OpenBSD like NetBSD.
11618         LynxOs is not a hardware supplier.
11619
11620         * config.guess: Contributions from bug-gnu-utils to add support for:
11621         OpenBSD like NetBSD.
11622         Stratus systems.
11623         More Pyramid systems.
11624         i[n>4]86 Intel chips.
11625         M680[n>4]0 Motorola chips.
11626         Use unknown instead of lynx for hardware manufacturer.
11627
11628 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11629
11630         * install.sh (chmodcmd): Set to null if the DST directory already
11631         exists.
11632
11633 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11634
11635         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11636         not use mt-ppc target Makefile fragment any more.
11637
11638 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11639
11640         * configure.in (*-*-windows):  Exclude everything but those dirs
11641         needed to build windows.
11642
11643 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
11644
11645         * Makefile.in (all-target-winsup): Depend on all-target-librx.
11646
11647 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11648
11649         * configure.in:  Exclude mmalloc from i386-windows.
11650
11651 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11652
11653         * Undo my previous change.
11654
11655 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
11656
11657         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11658         unconditionally.
11659         (MAKEOVERRIDES): Define (revert this part of October 18 change).
11660
11661 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11662
11663         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
11664         host to add it's own flags.
11665
11666 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
11667
11668         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11669
11670 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
11671
11672         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11673         (CXX_FOR_TARGET): Likewise.
11674         (GCC_FOR_TARGET): Define.
11675         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11676         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11677         CC_FOR_TARGET was specified on the command line.
11678         (MAKEOVERRIDES): Don't define.
11679
11680 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
11681
11682         * configure.in (m32r): Fix spelling of libg++ libs.
11683
11684 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
11685
11686         * config.sub (-apple*): Remove, now redundant.
11687
11688 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
11689
11690         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11691
11692         * configure: Rework yesterday's sed script patch.
11693
11694         * config.sub: Merge with FSF.
11695
11696 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
11697
11698         * config.guess:  Merge from FSF.
11699
11700         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
11701         * config.guess: Use pc instead of unknown, for pc clone systems.
11702         Change linux to linux-gnu.
11703
11704         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11705         * config.guess: Avoid non-portable tr syntax.
11706
11707 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
11708
11709         * test-build.mk (HOLES): Add "xargs" for gdb.
11710
11711         * configure: Avoid hpux10.20 sed bug.
11712
11713 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
11714
11715         * configure.in:  Add support for windows host
11716         (that is a build done under the Microsoft build environment).
11717
11718 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
11719
11720         * Makefile.in: Replace all uses of srcroot with s, to shrink
11721         command line lengths.
11722
11723         Patches from Geoffrey Noer <noer@cygnus.com>:
11724         * configure.in: If configuring for newlib, pass --with-newlib to
11725         subdirectories.
11726         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11727         -Bnewlib/ and -Lwinsup to gcc.
11728         (CXX_FOR_TARGET): Likewise.
11729
11730 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11731
11732         * Makefile.in (ETC_SUPPORT): Add configure.
11733
11734 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
11735
11736         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11737         host configuration file.
11738
11739 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
11740
11741         * configure.in: Break mn10x00 support into separate
11742         mn10200 and mn10300 configurations.
11743         * config.sub: Likewise.
11744
11745 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
11746
11747         * configure.in: Add lots of stuff to noconfigdirs for
11748         the mn10x00 targets.
11749
11750         * config.sub, configure.in: Add mn10x00 support.
11751
11752 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
11753
11754         * make-all.com: Call conf-a-gas, not config-a-gas.
11755
11756 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
11757
11758         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11759         targets.
11760
11761 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
11762
11763         * mpw-README: Add much more detail for native PowerMac.
11764         * mpw-install: New file.
11765         * mpw-configure: Add --norecursion and --help options.
11766         * mpw-config.in: Translate readme and install files when
11767         copying to objdir.
11768         * mpw-build.in: Don't always depend on byacc and flex.
11769         (install-only-top): New action.
11770
11771 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
11772
11773         * configure.in:  You can now configure GDB for the v850.
11774
11775 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
11776
11777         * configure.in (noconfigdirs): Don't configure any C++ dirs
11778         if targeting D10V.
11779
11780 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11781
11782         * config.sub: Recognize mips64vr5000.
11783
11784 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
11785
11786         * configure.in: Use a single line for host_tools and native_only.
11787
11788 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
11789
11790         * config.sub, configure.in: Add entries for m32r.
11791
11792 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
11793
11794         * Makefile.in (inet-install): Don't run install-gzip.
11795
11796 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
11797
11798         * configure.in:  Don't config lots of things for *-*-windows*.
11799
11800 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
11801
11802         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11803         (host_libs, host_tools): Copy from configure.in.
11804         * mpw-configure: Don't complain about directories not found.
11805
11806 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11807
11808         * configure.in (i[345]86): Recognize i686 for pentium pro.
11809         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11810         file.
11811
11812         * config.guess (i[345]86): Ditto.
11813
11814 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11815
11816         * configure.in (noconfigdirs): Removed gdb for D10V.
11817
11818 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
11819
11820         * configure.in: Remove ld, target-libio, target-libg++, and
11821         target-libstdc++ from noconfigdirs.
11822
11823 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
11824
11825         * configure: Fix three locations where shell scripts were
11826         being run directly rather than with config_shell.
11827
11828 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
11829
11830         * configure.in (v850-*-*): Set up initial $noconfigdirs.
11831         * config.sub (basic_machine): Recognize v850.
11832
11833 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
11834
11835         * mpw-configure: Handle multiple enable/disable options and
11836         pass them down recursively, handle -c and -s flags appropriately
11837         depending on choice of compiler, add escape mechanism for
11838         quoted arguments to gC.
11839
11840 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11841
11842         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11843         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11844         so that -mrelocatable-lib and -mno-eabi are used.
11845
11846         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11847         not support --print-multi-lib, don't abort.
11848
11849 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
11850
11851         * make-all.com: Run config-a-gas.
11852         * setup.com: Don't copy subdirectory files around.
11853
11854 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
11855
11856         * configure.in (*-*-ose): Remove exclusion of libgloss for this
11857         target, it now compiles correctly.
11858
11859 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
11860
11861         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11862
11863 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11864
11865         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11866
11867 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11868
11869         * configure.in (native_only): Add prms.
11870
11871 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
11872
11873         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11874         (BINUTILS_SUPPORT_DIRS): Likewise.
11875
11876 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11877
11878         * configure.in (d10v-*-*): Don't configure ld or gdb until the
11879         d10v support is added.
11880
11881 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11882
11883         * configure.in (d10v-*-*): New target.
11884
11885 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
11886
11887         * config.guess (HP 9000/811): Recognize this as a PA1.1
11888         machine.
11889
11890 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
11891
11892         * Makefile.in (do-tar-gz): New target, split out from tail end of
11893         taz target.  Run each command separately, don't use pipes.
11894         (taz): Use it.
11895
11896 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
11897
11898         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11899         * mpw-build.in: No builds should depend on building byacc or flex,
11900         they are assumed to be installed already.
11901
11902 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11903
11904         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11905         variable that CC_FOR_TARGET needs.
11906
11907 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11908
11909         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11910         options have changed since the last time the subdirectory was
11911         configured, and if it has, reconfigure.
11912         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11913         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11914
11915 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
11916
11917         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11918         CLEAN_MODULES): Add bash.
11919         (all-bash): New target.
11920
11921 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
11922
11923         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11924
11925 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11926
11927         * config.sub (basic_machine): Recognize d10v as a valid processor.
11928
11929 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
11930
11931         * mpw-configure: Add support for --bindir.
11932         * mpw-build.in: Use a GCC-specific build script for GCC actions.
11933
11934 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
11935
11936         * configure.in: add bash, time, gawk to list of hosttools and things
11937         to only build for native toolchains
11938
11939 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11940
11941         * Makefile.in (docdir): Remove.
11942
11943 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11944
11945         * Makefile.in (datadir): Set to $(prefix)/share.
11946
11947 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
11948
11949         * configure.in: build diff and patch for cygwin32-hosted
11950         toolchains.
11951
11952 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
11953
11954         * config.sub: Accept -rtems*.
11955
11956 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
11957
11958         * configure.in: enable dosrel for cygwin32-hosted builds,
11959                 remove diff from the list of things not buildable
11960                 via Canadian Cross
11961
11962 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
11963
11964         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
11965         don't get ". ".
11966
11967 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
11968
11969         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11970
11971 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
11972
11973         * Makefile.in (taz): Handle case where tex3patch didn't even get
11974         checked out.  Also, if it was found, put the symlink in a new util
11975         subdirectory.
11976
11977 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11978
11979         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11980
11981 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
11982
11983         * config.sub: Recognize -openvms.
11984         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11985         * make-all.com, setup.com: New files.
11986
11987 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
11988
11989         * Makefile.in (taz): tex3patch moved to texinfo/util.
11990
11991 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
11992
11993         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
11994         * configure.in: remove make from disable-if-Can-Cross list
11995                 enable gdb if ${host} and ${target} are cygwin32
11996
11997 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
11998
11999         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
12000         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12001
12002 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12003
12004         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
12005         distinguish sysv/svr4/bsd variants.
12006         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12007
12008 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
12009
12010         * configure.in: Added copyright notice.
12011         * move-if-change: Added copyright notice.
12012
12013 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12014
12015         * configure.in (powerpcle-*-solaris*): Until we get shared
12016         libraries working, don't build gdb, sim, make, tcl, tk, or
12017         expect.
12018
12019 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
12020
12021         * config.guess:  Merge with FSF:
12022
12023         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12024         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12025
12026         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
12027         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12028
12029         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
12030         * config.guess:  Combine two OSF1 rules.
12031         Also recognize field test versions.  From mjr@zk3.dec.com.
12032         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
12033         because GNU uname does not support -p.  From pmr@pajato.com.
12034
12035 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
12036
12037         * Makefile.in (MAKEDIRS): Removed $(tooldir).
12038
12039 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
12040
12041         * mpw-README: Document GCCIncludes.
12042
12043 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
12044
12045         * configure.in (alpha-*-linux*): Set enable_shared to yes.
12046
12047 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12048
12049         * mpw-configure: Handle --enable-FOO and --disable-FOO.
12050
12051 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
12052
12053         * configure.in (*-*-cygwin32): Configure make.
12054
12055 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
12056
12057         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12058
12059 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
12060
12061         * Makefile.in (all-inet): Depend on all-perl.
12062
12063         * Makefile.in (inet-install): New target.
12064
12065         * Makefile.in (all-inet): Depend on all-tcl.
12066         (all-inet): Depend on all-send-pr.
12067
12068 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12069
12070         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12071         temporarily.
12072
12073 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
12074
12075         * configure.in: Don't configure --with-gnu-ld on AIX.
12076
12077 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12078
12079         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12080
12081 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
12082
12083         * Makefile.in (ALL_MODULES): Added all-inet.
12084         (CROSS_CHECK_MODULES): Added check-inet.
12085         (INSTALL_MODULES): Added install-inet.
12086         (CLEAN_MODULES): Added clean-inet.
12087         (all-indent): New target.
12088
12089         * configure.in (host_tools): Added inet.
12090         (native_only): Added inet.
12091         (noconfigdirs): Added inet.
12092
12093 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
12094
12095         * configure.in: Don't configure libgloss if we are not configuring
12096         newlib.
12097
12098 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
12099
12100         * configure.in: Don't configure libgloss for unsupported
12101         architectures.
12102
12103 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12104
12105         * Makefile.in (CLEAN_MODULES): Add clean-apache.
12106
12107 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
12108
12109         * Makefile.in (ALL_MODULES): Include all-apache.
12110         (CROSS_CHECK_MODULES): Include check-apache.
12111         (INSTALL_MODULES): Include install-apache.
12112         (all-apache): New target.
12113
12114         * configure.in: Added apache everywhere perl is seen.
12115
12116 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12117
12118         * Makefile.in: Add support for clean-{module} and
12119         clean-target-{module} rules.
12120
12121 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
12122
12123         * configure.in (*-*-ose) do not build libgloss.
12124
12125 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12126
12127         * config.guess (prep*:SunOS:5.*:*): Turn into
12128         powerpele-unknown-solaris2.
12129
12130 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
12131
12132         * configure.in: Permit --enable-shared to specify a list of
12133         directories.
12134
12135 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12136
12137         * configure.in (host==solaris): Pass only the first word of $CC
12138         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12139
12140 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12141
12142         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12143
12144 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
12145
12146         * Makefile.in (ALL_MODULES): Include all-perl.
12147         (CROSS_CHECK_MODULES): Include check-perl.
12148         (INSTALL_MODULES): Include install-perl.
12149         (ALL_X11_MODULES): Include all-guile.
12150         (CHECK_X11_MODULES): Include check-guile.
12151         (INSTALL_X11_MODULES): Include install-guile.
12152         (all-perl): New target.
12153         (all-guile): New target.
12154
12155         * configure.in (host_tools): Include perl and guile.
12156         (native_only): Include perl and guile.
12157         (noconfigdirs): Don't build guile and perl; no ports have been
12158         done.
12159
12160 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
12161
12162         * configure (--enable-*): Handle quoted option lists such as
12163         --enable-sim-cflags='-g0 -O' better.
12164
12165 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12166
12167         * Makefile.in ({,inst}all-target): New rule so we can make and
12168         install all of the target directories easily.
12169
12170 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12171
12172         * configure.in: Add missing global flag in sed substitution when
12173         deleting `target-' from ${configdirs}.
12174
12175 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
12176
12177         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12178         option.
12179
12180         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12181         config/mh-necv4.
12182
12183         * install.sh: Correct misspelling of transformbasename.
12184
12185         * config.guess: Recognize mips-*-sysv*.
12186
12187 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
12188
12189         * config.sub: Recognize mon960.
12190
12191 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
12192
12193         * configure: Restore Canadian Cross handling of BISON and LEX,
12194         removed in Feb 20 change.
12195
12196 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
12197
12198         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12199         Mention make install.  Remove the old copyright date as well the
12200         clumsy and rather pointless copyright on the README file.
12201
12202 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12203
12204         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12205         Makefile after running symlink-tree, then run `make distclean' to
12206         avoid clobbering any generated files in srcdir.
12207
12208 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
12209
12210         * configure.in (m68k-*-netbsd*): Build everything now.
12211
12212 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12213
12214         * Makefile.in (taz): Fix quoting.
12215
12216 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
12217
12218         * configure.in (sparclet-*-*): Build everything now.
12219
12220 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12221
12222         * configure.in (m68k-*-linux*): New host.
12223
12224 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
12225
12226         * configure: Check for bison before byacc.
12227
12228 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
12229
12230         * Makefile.in configure:  Change the way LEX and BISON/YACC are
12231         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
12232         searching PATH.  These are used as fallbacks by Makefile.in if
12233         flex/bison/byacc aren't in objdir.
12234
12235 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
12236
12237         * Makefile.in: Make everything which depends upon all-bfd also
12238         depend upon all-opcodes, in case --with-commonbfdlib is used.
12239
12240 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12241
12242         * configure.in (host *-*-cygwin32): Don't build gdb if we are
12243         building NT native compilers on Unix.
12244
12245 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
12246
12247         * configure.in: Don't get CC from the host Makefile fragment if we
12248         can find gcc in PATH, or if this is a Canadian Cross.  Move the
12249         Solaris test for /usr/ucb/cc to the post target script, just after
12250         the compiler sanity test.
12251
12252 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
12253
12254         * config.sub: Merge with FSF.
12255
12256 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
12257
12258         * Makefile.in (RPATH_ENVVAR): New variable.
12259         (REALLY_SET_LIB_PATH): Use it.
12260         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12261
12262 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
12263
12264         * config.sub, configure.in: Recognize sparclet cpu.
12265
12266 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12267
12268         * config.guess:  Support m68k-cbm-sysv4.
12269
12270 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12271
12272         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12273         m68k-unknown-linuxaout from linker help string.  Put quotes around
12274         $ld_help_string.
12275
12276 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
12277
12278         * config.guess (powerpc-harris-powerunix): Add guess for port
12279         to new target.
12280
12281 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12282
12283         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12284
12285 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
12286
12287         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12288         $(REALLY_SET_LIB_PATH) in Makefile.
12289         * Makefile.in (SET_LIB_PATH): New variable.
12290         (REALLY_SET_LIB_PATH): New variable.
12291         ($(DO_X)): Use $(SET_LIB_PATH).
12292         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12293         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12294         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12295         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12296         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12297         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12298         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12299         (install-dosrel): Likewise.
12300         (all-opcodes): Depend upon all-libiberty.
12301
12302 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12303
12304         * config.guess (*:CYGWIN*): New
12305
12306 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12307
12308         * Makefile.in (all-target-winsup): All all-target-libiberty.
12309
12310 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12311
12312         * configure.in (noconfigdirs): Add missing # in front of comment.
12313
12314 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
12315
12316         * configure.in: add second pass to things added to noconfigdirs
12317         so *-gm-magic can exclude libgloss properly.
12318
12319 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
12320
12321         * mpw-configure (extralibs_name, rez_name): Set correctly
12322         for MWC68K compiler.
12323
12324         * mpw-README: Add more info on the necessary build tools.
12325
12326 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12327
12328         * configure.in, config.sub: Recognize cygwin32.
12329
12330 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
12331
12332         * config.guess, config.sub: Recognize A/UX.
12333
12334 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
12335
12336         * config.sub: Merge with gcc/config.sub.
12337
12338 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
12339
12340         * mpw-build.in (do-binutils): Add build of stamps.
12341
12342 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
12343
12344         * config.sub: Add recognition for mips64vr4100*-* targets.
12345
12346 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12347
12348         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12349         Add creation of gconfigargs with `--enable-shared' turned on.
12350         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12351         ($(host)-stamp-stage3-configured): Likewise.
12352         (HOLES): Add chatr and ldd.
12353         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12354
12355 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
12356
12357         * configure: Pass --nfp to recursive configures.
12358
12359 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12360
12361         * Makefile.in (DLLTOOL): New.
12362         (DLLTOOL_FOR_TARGET): New.
12363         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12364         (EXTRA_TARGET_FLAGS): Ditto.
12365         (EXTRA_GCC_FLAGS): Ditto.
12366         (CONFIGURE_TARGET_MODULES): Ditto.
12367         (DO_X): Ditto.
12368         * configure: Add DLLTOOL.
12369
12370 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
12371
12372         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12373         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12374         mh-sco, since old workarounds no longer needed, and don't
12375         build ld, since libraries have weak symbols in COFF.
12376
12377 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
12378
12379         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12380
12381 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12382
12383         * configure.in: Make sure that ${CC} can be used to compile an
12384         executable.
12385
12386 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12387
12388         * Makefile.in (all-gdb): Depend on $(GDB_TK).
12389         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12390         nothing depending on whether gdbtk is being built.
12391
12392 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
12393
12394         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12395
12396 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
12397
12398         * configure.in (noconfigdirs): Put ld or gas in this early, if the
12399         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12400
12401 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
12402
12403         * config-ml.in: Add support for
12404         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12405         Simplify setting of multidirs from --disable-foo.
12406
12407 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12408
12409         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12410         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12411         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12412         non-empty, pass them on to the  GCC make.
12413         (all-bootstrap): New rule that is like all-gcc, except it executes
12414         the GCC bootstrap rule instead of the GCC all rule.
12415
12416 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
12417
12418         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12419
12420 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12421
12422         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12423         DG/UX support.
12424
12425 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
12426
12427         * config.sub (i*86*) Change [345] to [3456]
12428
12429 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12430
12431         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12432         --with-gnu-ld=no.
12433
12434 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12435
12436         * config-ml.in (rs6000*, powerpc*): Add switches to control which
12437         AIX multilibs get built.
12438
12439 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12440
12441         * configure.in (i386-win32): Don't build expect if we're not
12442         building the tcl subdir.
12443
12444 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
12445
12446         * Makefile.in: (configure-target-examples, all-target-examples):
12447         New targets, configure and build example programs.
12448
12449 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
12450
12451         * mpw-configure: If an mpw-config.in generated a file mk.sed,
12452         use it as input to sedit the generated MPW makefile.
12453         * mpw-README: Add a suggestion about Gestalt.h.
12454
12455 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
12456
12457         * config.sub: Accept *-*-ieee*.
12458
12459 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
12460
12461         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
12462         Ronald F. Guilmette <rfg@monkeys.com>.
12463
12464 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12465
12466         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12467         for powerpc-pe native.
12468         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12469         (target==powerpc-pe): duplicate i386-win32 entry.
12470
12471 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12472
12473         * configure.in (noconfigdirs): Exclude target-newlib for all versions
12474         of vxworks, not just vxworks5.1.
12475
12476 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
12477
12478         * mpw-configure: Add support for exec-prefix.
12479
12480 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12481
12482         * config.guess: Recognize HP model 816 machines as having
12483         a PA1.1 processor.
12484
12485 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12486
12487         * configure: Ignore new autoconf configure options.
12488
12489 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12490
12491         * config.guess:  Recognize Pentium under SCO.
12492         From Robert Lipe <robertl@arnet.com>.
12493
12494 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12495
12496         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12497
12498 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
12499
12500         * configure.in: Don't configure gas for alpha-dec-osf*.
12501
12502 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
12503
12504         * configure.in: Default to --with-stabs for some targets for which
12505         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12506         i[345]86*-*-unixware*.
12507
12508 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12509
12510         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12511         rather than basing it on the target.  Simplify handling of options
12512         controlling which directories to configure.  Remove extraneous
12513         slash in multi-clean target.
12514
12515 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
12516
12517         * config-ml.in: Prefix more variables with ml_ so they don't collide
12518         with configure's.
12519
12520 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
12521
12522         * configure: Don't turn -v into --v.
12523
12524 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
12525
12526         * configure.in (targargs): Fix typo.
12527
12528         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12529
12530 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
12531
12532         * configure.in: Strip --host and --target options from
12533         CONFIG_ARGUMENTS, and always configure for --host only.  Add
12534         --with-cross-host option when building with a cross-compiler.
12535         * configure: Canonicalize the arguments put into config.status by
12536         always using `=' for an option with an argument.  Pass a presumed
12537         --host or --target explicitly.
12538
12539 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
12540
12541         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12542         into general OS recognition case.
12543
12544 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12545
12546         * configure.in (target_configdirs): add target-winsup only
12547         for win32 target systems.
12548
12549 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
12550
12551         * Makefile.in (all-target-libgloss): Depend upon
12552         configure-target-newlib, since when libgloss is built it looks to
12553         see if the newlib directory exists.
12554
12555 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
12556
12557         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12558         cfg-ml-*.in.
12559
12560 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
12561
12562         * configure: Handle LD and LD_FOR_TARGET when configuring a
12563         Canadian Cross.
12564
12565 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12566
12567         * configure.in (target_libs): add target-winsup.
12568         (target==i386-win32): add patch diff flex make to $noconfigdirs.
12569         (target==ppcle-pe): remove ld from $noconfigdirs.
12570
12571 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
12572
12573         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12574         Preserve relative path names in $srcdir.  Build symlink tree if
12575         configuring cross target dir and srcdir=. (= no VPATH support).
12576         (configure-target-libg++): Depend on configure-target-librx.
12577         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12578         * config-ml.in: New file.
12579         * symlink-tree: New file.
12580         * configure: Ensure srcdir="." if that's what it is.
12581
12582 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
12583
12584         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12585         includes and FLEX_SKELETON setting.
12586         * mpw-configure (--with-gnu-ld): New option, controls whether
12587         to use PPCLink or ld with PowerMac GCC.
12588         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12589         * mpw-config.in: Configure grez if targeting Mac.
12590
12591         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12592         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12593         just macos.
12594         * configure.in: Configure grez resource compiler if targeting Mac.
12595         * Makefile.in (all-grez, install-grez): New targets.
12596
12597 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
12598
12599         * configure: CXX defaults to gcc, not g++.  If we find
12600         gcc in the path, set CC to gcc -O2.
12601
12602 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
12603
12604         * configure: Default ${build} correctly.  Avoid picking up extra
12605         spaces when reading CC and CXX from Makefile.  When doing a
12606         Canadian Cross, use plausible default values for numerous
12607         variables.
12608         * configure.in: When doing a Canadian Cross, don't try to
12609         configure tools whose configure script can't handle it.
12610
12611 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12612
12613         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12614
12615 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12616
12617         * configure:  Remove dubious bug reporting address.
12618
12619 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12620
12621         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
12622         configure script, run that instead of this directory's configure.
12623         In either case, print a message that we're configuring the sub-dir.
12624
12625 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12626
12627         * configure.in: Before checking for the existence of various files,
12628         use sed to filter out "target-".
12629
12630 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12631
12632         * Makefile.in (DO_X): Split rule to decrease command line length
12633         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
12634         (Philippe De Muyter).
12635
12636 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12637
12638         * Makefile.in (all-patch): depend on all-libiberty.
12639
12640 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
12641
12642         * configure.in: If the only directory in target_configdirs which
12643         actually exists is libiberty, then set target_configdirs to empty,
12644         to avoid trying to build a target libiberty in a gas or gdb
12645         distribution.
12646
12647 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
12648
12649         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12650         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12651         systems.
12652
12653 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12654
12655         * configure.in (copy_dirs): Use sys-include instead of include
12656         for --with-headers option.
12657
12658 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
12659
12660         * Makefile.in, configure.in: Make winsup builds work with
12661         new scheme.
12662
12663 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
12664
12665         * configure.in: Build the linker on AIX.
12666
12667 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12668
12669         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
12670         where needed.
12671
12672 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
12673
12674         * Makefile.in (all-gcc): Fix typo.
12675
12676 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12677
12678         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
12679
12680 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12681
12682         * configure.in:  Rename libFOO to target-libFOO, and xiberty
12683         to target-xiberty, to provide more flexibility.
12684         (target_subdir):  Define.  Create if cross.
12685         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12686         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
12687         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12688         check-libFOO -> check-target-libFOO, etc.
12689         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12690         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12691         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12692         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
12693         allow ALL_GCC="" to only configure.
12694         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
12695         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
12696         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
12697
12698 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
12699
12700         * Makefile.in (taz): Build "info" in etc explicitly.
12701
12702 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
12703
12704         * configure.in:  Make sure that CC is undefined (as opposed to
12705         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
12706         problem with autoconf trying to configure on a host without GCC.
12707
12708 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12709
12710         * mpw-configure: Set host alias from choice of host compiler,
12711         only use generic MPW Makefile sed if present, edit a file
12712         named "hacked_Makefile.in" instead of "Makefile.in" if present.
12713         * mpw-README: Add problem notes about CW6 and CW7.
12714
12715 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
12716
12717         * Makefile.in (taz): Use ";" instead of ";;".
12718
12719 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12720
12721         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
12722         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12723         DISTDOCDIRS.
12724         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
12725         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
12726
12727 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12728
12729         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
12730         and gnats, because they are now subsumed by DISTSTUFFDIRS.
12731         Move bfd to DISTSTUFFDIRS.
12732
12733 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12734
12735         * Makefile.in (X11_LIB): Removed.
12736         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12737
12738         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12739
12740 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12741
12742         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12743         names.
12744
12745 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12746
12747         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12748
12749 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
12750
12751         * configure.in (i[345]86-*-win32): Always build newlib.
12752         Don't configure cvs, autoconf or texinfo.
12753         * Makefile.in (LD_FOR_TARGET): New.
12754         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12755         Pass down LD_FOR_TARGET.
12756
12757 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12758
12759         * winsup: New directory.
12760         * Makefile.in: Build winsup.
12761         * configure.in: Winsup is configured when target is win32.
12762         Can only build win32 target GDB when native.
12763
12764 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
12765
12766         * config.guess: Recognize HP model 819 machines as having
12767         a PA 1.1 processor.
12768
12769 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
12770
12771         * configure: Fix sed loop which substitutes for CC and CXX to
12772         avoid bug found in various sed implementations.
12773
12774 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12775
12776         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12777         simulator.  Use standard powerpc-*-eabi*.
12778
12779 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12780
12781         * configure.in: Stop putting gas and binutils in noconfigdirs for
12782         powerpc-*-aix* and rs6000-*-*.
12783
12784 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
12785
12786         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12787         -mcall-aixdesc libraries.
12788
12789 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
12790
12791         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12792
12793         * config.sub (arm | armel | armeb): Fix shell syntax.
12794
12795 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12796
12797         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12798         -msoft-float and -mcpu=common support.
12799         (powerpc*-*-eabisim*): Add support for building -mcall-aix
12800         libraries.
12801
12802 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12803
12804         * configure.in: Allow configuration and build of emacs19 for the alpha.
12805
12806 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12807
12808         * configure.in (CC): Get ^CC, not just any old CC, from
12809         ${host_makefile_frag}.
12810
12811 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12812
12813         * configure.in (CC): Try to get CC from
12814         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12815
12816 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12817
12818         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12819         only if it exists in $(srcdir).
12820
12821 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
12822
12823         * configure: If CC and CXX are not set in the environment, set
12824         them, based on either an existing Makefile or on searching for gcc
12825         in PATH.  Substitute for CC and CXX in Makefile.
12826         * configure.in: Remove libm from target_libs.  Separate
12827         target_configdirs from configdirs.  If CC is not set in
12828         environment, try to get it from a host Makefile fragment.  Rewrite
12829         changes of configdirs to use skipdirs instead.  A few minor
12830         tweaks.  Take directories out of target_configdirs as they are
12831         taken out of configdirs.  Remove existing Makefile files from
12832         subdirectories.  Substitute for TARGET_CONFIGDIRS and
12833         CONFIG_ARGUMENTS in Makefile.
12834         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12835         by configure.in.
12836         (CONFIG_ARGUMENTS): Likewise.
12837         (CONFIGURE_TARGET_MODULES): New variable.
12838         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12839         ($(CONFIGURE_TARGET_MODULES)): New target.
12840         (configure-libg++, configure-libio): New targets.
12841         (all-libg++): Depend upon configure-libg++.
12842         (all-libio): Depend upon configure-libio.
12843         (configure-libgloss, all-libgloss): New targets.
12844         (configure-libstdc++): New target.
12845         (all-libstdc++): Depend upon configure-libstdc++.
12846         (configure-librx, all-librx): New targets.
12847         (configure-newlib): New target.
12848         (all-newlib): Depend upon configure-newlib
12849         (configure-xiberty): New target.
12850         (all-xiberty): Depend upon configure-xiberty.
12851
12852 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12853
12854         * configure.in (host i[345]86-*-win32):  Expand the
12855         noconfigdirs again.
12856
12857 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
12858
12859         * mpw-configure: Fix sed command file name.
12860
12861 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12862
12863         * configure.in (host i[345]86-*-win32): Reduce the
12864         noconfigdirs again.
12865
12866 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
12867
12868         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12869         or powerpc*-*-pe*, since they are not yet supported.
12870
12871 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12872
12873         Add PowerMac support and many other enhancements.
12874         * mpw-configure: New option --cc to select compiler to use,
12875         paste options set according to --cc into the generated
12876         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12877         if mpw-make.sed is present.
12878         * mpw-config.in: Don't test for gC1, test for mpw-touch,
12879         add forward includes for PowerPC include files.
12880         * mpw-build.in: Build using Makefile.PPC if present.
12881         (do-byacc, etc): Remove separate version resource builds.
12882         (do-gas): Build "stamps" before "all".
12883         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12884         * mpw-README: Update to reflect --cc option, PowerMac support,
12885         and recently-reported compatibility problems.
12886
12887 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
12888
12889         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12890         embedded m68k systems (-aout, -coff, -elf, -vxworks).
12891         (--with-multilib-top): Pass to recursive invocations.
12892
12893 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
12894
12895         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12896         v810-*-*.
12897
12898 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12899
12900         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12901         gdb, ld and opcodes on v810-*-*.
12902
12903 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
12904
12905         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12906         (local-maintainer-clean): New target.
12907         (maintainer-clean): New target.
12908         (realclean): Just depend upon maintainer-clean.
12909
12910 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12911
12912         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12913
12914 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
12915
12916         * configure.in: Build ld in mips*-*-bsd* case.
12917
12918 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
12919
12920         * config.sub: Accept -lites* OS.  From Ian Dall.
12921
12922 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
12923
12924         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
12925         targets.
12926
12927 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12928
12929         * configure.in: treat i386-win32 canadian cross the same as
12930         i386-go32 canadian cross.
12931
12932 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12933
12934         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12935         running under the simulator to build a reduced set of libraries.
12936         (powerpc-*-eabiaix): Add fine grained multilib support added to
12937         other powerpc targets yesterday.
12938
12939 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12940
12941         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12942         -disable-softfloat, -disable-relocatable, -disable-aix, and
12943         -disable-sysv to control which multilib libraries get built.
12944
12945 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
12946
12947         * configure: Add Makefile.tem to list of files to remove in trap
12948         handler.
12949
12950 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12951
12952         * config.guess (*Linux*):  Add missing "exit"s.
12953         Also, need specific check for alpha-unknown-linux (uses COFF).
12954
12955 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12956
12957         * config.guess:  Merge with FSF:
12958
12959         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
12960         * config.guess (AIX4): More robust release numbering discovery.
12961
12962         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
12963         * config.guess (i386-sequent-ptx): Properly get version number.
12964
12965         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
12966         * config.guess (mips:*:4*:UMIPS): New case.
12967
12968 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
12969
12970         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12971         (i386-win32 host): Likewise.  Don't build readline.
12972
12973 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
12974
12975         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
12976         SUPPORT_FILES to submakes.
12977
12978 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
12979
12980         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12981         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12982         mpw-configure.
12983
12984 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
12985
12986         * configure.in (appdirs): Use =, not ==, in test expression when
12987         trying to build the text to print in the warning message for
12988         Solaris users.
12989
12990 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
12991
12992         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12993
12994 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12995
12996         * config.guess: Recognize lynx-2.3.
12997
12998 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
12999
13000         * config.sub (z8ksim): Deleted
13001         (z8k-*-coff): New, this is the one true name of the target.
13002
13003 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
13004
13005         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13006
13007 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
13008
13009         * config.guess (*:Linux:*:*): First try asking the linker what the
13010         default object file format is (elf, aout, or coff).  Then if this
13011         fails, try previous methods.
13012
13013 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13014
13015         * configure.in: Don't build newlib for *-*-vxworks5.1.
13016
13017 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13018
13019         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13020         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13021
13022 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
13023
13024         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13025
13026 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
13027
13028         * cfg-ml-com.in: New file.
13029         * cfg-ml-pos.in: New file.
13030
13031 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13032
13033         * COPYING.NEWLIB: Add HP free copyright to list.
13034
13035 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13036
13037         * config.sub: Recognize -eabi* for the system, not just -eabi.
13038
13039 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13040
13041         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13042         * config.sub, configure.in (win32): New target and host.
13043
13044 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13045
13046         * configure.in: Add i386-pe configuration.
13047
13048 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
13049
13050         * mpw-build.in (install): Install GDB after LD.
13051
13052 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
13053
13054         * mpw-config.in (elf/mips.h): Always forward-include, needed
13055         for GDB to build.
13056
13057 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13058
13059         * testsuite: New directory for customer acceptance and whole tool
13060         chain tests.
13061
13062 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13063
13064         * configure: If per-host line isn't found, but AC_OUTPUT is found
13065         and a configure script exists, run it instead.
13066
13067 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13068
13069         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
13070
13071 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13072
13073         * configure: Set build_{cpu,vendor,os,alias} to host values when
13074         --build isn't specified.
13075
13076 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13077
13078         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13079         (FLAGS_TO_PASS): Pass them.
13080         (EXTRA_TARGET_FLAGS): Ditto.
13081
13082 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13083
13084         * Makefile.in (all-libg++): Depend on all-libstdc++.
13085
13086 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13087
13088         * configure.in (noconfigdirs): Enable all packages for
13089           i386-unknown-netbsd.
13090
13091 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
13092
13093         * configure.in (noconfigdirs): Don't configure tk for i386-go32
13094         hosted builds (DOS builds)
13095
13096 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13097
13098         Changes for ARM based on patches from Richard Earnshaw:
13099         * config.sub: Handle armeb and armel.
13100         * configure.in: Omit arm linker only for riscix.
13101
13102 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13103
13104         * config.guess:  Update from FSF.
13105
13106 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
13107
13108         * config.sub: Recognize powerpcle as the little endian variant of
13109         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
13110         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
13111         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
13112         temporarily.
13113
13114 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
13115
13116         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13117
13118 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
13119
13120         * config.sub: Accept -lites* as a basic system type.
13121
13122 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
13123
13124         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13125         installed, and if so return linuxoldld as the system name.
13126
13127 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
13128
13129         * config.guess: Add hppa1.1-hp-lites support.
13130
13131 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13132
13133         * configure.in: Don't build newlib for m68k-vxworks5.1.
13134
13135 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13136
13137         * configure.in (mips-sgi-irix6): Use mh-irix5.
13138
13139 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
13140
13141         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13142
13143 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13144
13145         * test-build.mk: Enable building of shared libraries on IRIX 5 and
13146         OSF/1.  Fix compiler flags.
13147         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
13148
13149 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
13150
13151         * configure.in: Recognize --with-newlib.
13152         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13153
13154 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13155
13156         * Makefile.in: move {all,check,install}-gdb from *_MODULES
13157         to *_X11_MODULES due to gdbtk needing X include files et al.
13158
13159 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
13160
13161         Merge in support for Mac MPW as a host.
13162         (Old change descriptions retained for informational value.)
13163
13164         * mpw-config.in: Add generic include forwards for cpu-specific
13165         include files in aout and elf directories.
13166
13167         * mpw-configure: Added copyright.
13168         * mpw-config.in: Check for presence of required build tools.
13169         (target_libs): Add newlib.
13170         (target_tools): Add examples.
13171         (Read Me): Generate as "Read Me for MPW" instead.
13172         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13173         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13174         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13175
13176         * mpw-configure: Remove subdir-specific makefile hackery,
13177         delete mk.tmp after using it.
13178
13179         * mpw-build.in (all): Display start and end times.
13180
13181         * mpw-configure (host_canonical): Set.
13182         (target_cpu): Always add to makefiles.
13183         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13184         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13185         (mpw-mh-mpw): Look for in srcdir and srcroot.
13186         Use sed instead of mpw-edit-prefix to edit prefix definitions.
13187
13188         * mpw-build.in: (install-only): New target.
13189
13190         * mpw-configure (host_alias, target_alias): Rename from hostalias
13191         and targetalias, add into generated Makefile.
13192         (mk.tmp): If present, add into generated Makefile.
13193         * mpw-build.in (all-gas): Build config.h first before gas proper.
13194
13195         * mpw-configure (config.status): Write only if changed.
13196         * mpw-config.in (readline): Configure it (not built, just used for
13197         definitions).
13198
13199         * mpw-config.in (elf/mips.h): Add a forward include.
13200
13201         * mpw-config.in: Forward-include most .h files in include into
13202         extra-include.
13203         (readline): Don't build.
13204         mpw-build.in (install): Install GDB.
13205
13206         * mpw-configure (prefix, mpw_prefix): Handle it.
13207         * mpw-config.in (mmalloc, readline): Don't configure.
13208         * mpw-build.in (thisscript): Rename to ThisScript.
13209         Use mpw-build instead of BuildProgram everywhere.
13210         (mmalloc, readline): Don't build.
13211         * mpw-README: New file, basic documentation about the MPW port.
13212
13213         * mpw-config.in: Use forward-include to create include files.
13214
13215         * mpw-configure: Add more things to the top of each configured
13216         Makefile, including contents of config/mpw-mh-mpw.
13217         * mpw-config.in (extra-include): Create this directory and fill it
13218         with Posix-like include files when configuring.
13219
13220         * config.sub (apple, mac, mpw): Add various aliases.
13221
13222         * mpw-build.in: New file, top-level build script fragment for MPW.
13223         * mpw-configure: New file, configure script for MPW.
13224         * mpw-config.in: New file, config fragment for MPW.
13225
13226 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13227
13228         * configure.in (host_libs): Remove glob, since it is gone from the
13229         sources.
13230
13231 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13232
13233         * Makefile.in: define empty GDB_NLM_DEPS var.
13234
13235         * configure.in(target_makefile_frag): use config/mt-netware
13236         for netware targets.
13237
13238 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13239
13240         * config.sub: Merge in recent FSF changes.  Remove linux special
13241         cases.
13242
13243 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13244
13245         Revert this change:
13246
13247         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13248
13249                 * build-all.mk: Use CC=cc -Xs on Solaris.
13250
13251 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13252
13253         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
13254         stop using it.
13255         * Makefile.in: Nuke all references to glob subdirectory.
13256
13257 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13258
13259         * configure.in: Fix --enable-shared logic in per-host.
13260
13261 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13262
13263         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13264
13265 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13266
13267         * configure.in (noconfigdirs): Don't build gas on AIX, for
13268         powerpc*-*-aix* as well as for rs6000*-*-aix*.
13269
13270 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
13271
13272         * configure: Fix --cache-file to work if the file argument is a
13273         relative path.
13274
13275 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
13276
13277         * configure: If the --cache-file is used, pass it down to
13278         configure in subdirectories.
13279
13280 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
13281
13282         * config.sub: add vxworks29k configuration.
13283
13284 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13285
13286         * Makefile.in (taz): Do "diststuff" part quietly.
13287
13288 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13289
13290         * config.sub: Mini-merge with gcc/config.sub.
13291
13292 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13293
13294         * config.guess (IRIX): Sed - to _.
13295
13296 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13297
13298         * Makefile.in (source-vault, binary-vault): New targets.
13299
13300 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
13301
13302         * config.sub: Recognize -eabi as a basic system type.
13303
13304 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13305
13306         * configure.in (enable_shared stuff): Fix typo.
13307
13308 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
13309
13310         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13311
13312 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13313
13314         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13315
13316 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
13317
13318         * configure.in (rs6000-*-*): Don't build gas.
13319
13320 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
13321
13322         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13323         reduce command line length.
13324         (AS_FOR_TARGET): Check for as.new, not Makefile.
13325         (NM_FOR_TARGET): Check for nm.new, not Makefile.
13326
13327 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13328
13329         * config.guess:  Merge from FSF.
13330
13331 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13332
13333         * configure: Don't use $ when handling program_suffix.
13334
13335 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
13336
13337         * configure.in:  Configure tk for hppa/hpux.
13338
13339 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13340
13341         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
13342
13343 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13344
13345         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
13346         to LIBCXXFLAGS.  Tests are better run without it.
13347
13348 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
13349
13350         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13351
13352 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
13353
13354         * configure.in (*-*-netware*): Don't configure xiberty.
13355
13356 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
13357
13358         * configure.in:  Remove tk from native_only list.
13359
13360 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
13361
13362         * build-all.mk: Add mips-ncd-elf target to sun4 targets
13363           for special NCD build.
13364
13365 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13366
13367         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13368         makeall.bat, they're only useful for binutils snapshots.
13369         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13370         makeall.bat to specified SUPPORT_FILES.
13371
13372 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
13373
13374         * build-all.mk: Add Ericsson targets to sun4 and solaris
13375           hosts.  Add  BNR's sun4 target to solaris host, so their
13376           build-from-source will be tested in-house first.
13377
13378 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13379
13380         * Makefile.in (LIBCFLAGS): New variable.
13381         (CFLAGS_FOR_TARGET): Ditto.
13382         (LIBCFLAGS_FOR_TARGET): Ditto.
13383         (LIBCXXFLAGS): Ditto.
13384         (CXXFLAGS_FOR_TARGET): Ditto.
13385         (LIBCXXFLAGS_FOR_TARGET): Ditto.
13386         (BASE_FLAGS_TO_PASS): Pass them.
13387         (EXTRA_TARGET_FLAGS): Ditto.
13388
13389         * configure.in: Support --enable-shared.
13390
13391 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13392
13393         * configure.in (target_libs):  Include libstdc++ again.
13394         * config.guess:  Update from FSF (for FreeBSD).
13395
13396 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13397
13398         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13399         makeall.bat.
13400         (DISTDOCDIRS): Add `etc'.
13401         (ETC_SUPPORT_PFX): New variable.
13402         (taz): Include anything from etc starting with a word in
13403         ETC_SUPPORT_PFX.
13404
13405 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13406
13407         * config.sub: Update for recent FSF changes.  Remove obsolete
13408         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
13409         spacing changes.
13410
13411 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13412
13413         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
13414
13415         * config.guess:  Merge with FSF.
13416         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13417
13418 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13419
13420         * configure: Since the "trap 0" handler will override the exit
13421         status on many systems, only use it for "exit 1", and make it set
13422         a non-zero exit status; reset it before "exit 0".  Also, check
13423         exit status of config.sub, and error out if it failed.
13424
13425 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
13426
13427         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13428         and install libgloss.
13429
13430 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13431
13432         * Makefile.in (all-binutils): Depend upon all-byacc.
13433
13434         * configure.in: Don't build emacs on Irix 5.
13435
13436 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13437
13438         * configure.in (*-*-netware*): Add libio.
13439
13440 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13441
13442         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13443         (CHECK_TARGET_MODULES): Ditto.
13444         (INSTALL_TARGET_MODULES): Ditto.
13445         (TARGET_LIBS): Ditto.
13446         (all-libstdc++): Note dependencies.
13447
13448 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13449
13450         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13451
13452 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13453
13454         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13455         -fexternal-templates.
13456
13457         * configure.in (target_libs): Add libstdc++.
13458         (noconfigdirs): Add libstdc++ as appropriate.
13459
13460 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13461
13462         * config.guess:  Update from FSF.
13463
13464 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13465
13466         * configure: Use ${config_shell} when running ${configsub}.
13467
13468 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
13469
13470         * config.sub: No longer recognize h8300h.
13471
13472 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13473
13474         * config.sub: Remove extraneous differences between config.sub and
13475         gcc/config.sub.
13476
13477 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13478
13479         * Makefile.in (DISTSTUFFDIRS): Add gas.
13480
13481 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
13482
13483         * COPYING.NEWLIB: New file.
13484
13485 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13486
13487         * config.guess (HP-UX):  Patch from Harlan Stenn
13488         <harlan@landmark.com> to also emit release level.
13489
13490 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13491
13492         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13493
13494 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13495
13496         * config.sub:  Merge nextstep cleanup from FSF.
13497
13498 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13499
13500         * configure.in (arm-*-*): Don't configure ld for this target.
13501
13502 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13503
13504         * configure.in (*-*-netware): don't configure libg++, libio,
13505           librx, or newlib.
13506
13507 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13508
13509         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
13510         configure ld--it works, but it doesn't support shared libraries.
13511
13512 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13513
13514         * config.guess (*-unknown-freebsd*):  Get rid of possible
13515         trailing "(Release)" in version string.
13516         Patch from Paul Richards <paul@isl.cf.ac.uk>.
13517
13518 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13519
13520         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13521         Fix type: *-next-neststep -> *-next-nextstep.
13522
13523         * config.guess:  Merge from FSF:
13524
13525         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
13526
13527         * config.guess: Recognize powerpc-ibm-aix3.2.5.
13528
13529         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
13530
13531         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13532         instead of UNIX_SV for UnixWare 1.0).
13533
13534 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
13535
13536         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
13537         to make gdb/nlm/* build after the compiler and linker.
13538
13539 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13540
13541         * config.guess (netbsd, freebsd, linux):  Accept any machine,
13542         not just i[34]86.
13543         (m68k-atari-sysv4):  Relocate to match FSF version.
13544
13545         * config.guess:  More merges from the FSF:
13546
13547         Add a space before function call or macro invocation.
13548
13549         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13550
13551         * config.guess: Add trap cmd to remove dummy.c and dummy when
13552         interrupted.
13553
13554         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13555
13556         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13557         (dummy): Redirect stderr from compilation of dummy.c.
13558
13559         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
13560
13561         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13562
13563 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
13564
13565         * configure: Accept and ignore --cache*, for compatibility with
13566         new autoconf.
13567
13568 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13569
13570         * config.guess:  Merge from FSF:
13571
13572         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13573
13574         * config.guess (Pyramid*:OSx*:*:*): New case.
13575         (PATH): Add /.attbin at end for finding uname.
13576         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
13577
13578         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
13579
13580         * config.guess (M88*:DolphinOS:*:*): New case.
13581
13582         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
13583
13584         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13585         to select whether to use ELF or COFF.
13586
13587         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13588
13589         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13590
13591         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13592
13593         * config.guess: Guess the OS version for HPUX.
13594
13595         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
13596
13597         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13598
13599 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13600
13601         * configure.in: Recognize --with-headers, --with-libs, and
13602         --without-newlib.
13603         * Makefile.in (all-xiberty): Depend upon all-ld.
13604
13605 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13606
13607         * configure.in: Change i[34]86 to i[345]86.
13608
13609 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13610
13611         * configure (version): A few more tweaks to help message.
13612
13613 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13614
13615         * Makefile.in:  Remove (for now) librx as a host library,
13616         now that we're building it for target.
13617
13618 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13619
13620         * configure: Fix up help message; from karl@owl.hq.ileaf.com
13621         (Karl Berry).
13622
13623 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13624
13625         * configure.in:  Also configure librx.
13626
13627 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13628
13629         * Makefile.in:  Update various rules to reflect that librx
13630         is now needed for libg++.
13631
13632 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13633
13634         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13635
13636 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
13637
13638         * configure.in: Configure the examples directory.
13639
13640 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13641
13642         * configure: Simplify Jun 2 1994 change.
13643
13644 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13645
13646         * change CC to /usr/latest/bin/gcc for lynx host builds, since
13647         /bin/gcc isn't good enough to build gcc.
13648
13649 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
13650
13651         * Makefile.in (GDB_SUPPORT_FILES): Remove
13652         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
13653         (gdb.tar.gz): Add new rule to use standard distribution building
13654         mechanism.
13655
13656 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13657
13658         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
13659         Bill Cox <bill@cygnus.com>.
13660
13661 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13662
13663         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
13664
13665 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
13666
13667         * configure:  Search current dir first in .gdbinit.
13668
13669 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13670
13671         * config.sub:  Recognize freebsd (merged from gcc config.sub).
13672
13673 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13674
13675         * config.sub:  Refer to NeXT's operating system as nextstep.
13676
13677         * config.sub (case $basic_machine):  Re-order the cases, to match
13678         the order in the FSF version (which is mostly alphabethical).
13679         Merge in some additions and changes from the FSF.
13680
13681 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
13682
13683         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13684         * config.sub: Recognize cxux7.
13685         * configure.in: Use mh-cxux for m88k-harris-cxux*.
13686
13687 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13688
13689         * config.sub:  Fix typo powerpc -> powerpc-*.
13690
13691 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
13692
13693         * Makefile.in: `all-emacs19' depends on `all-byacc'.
13694
13695         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13696         parallel with all-emacs and install-emacs).  Top-level command
13697         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13698
13699 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13700
13701         * test-build.mk ($(host)-stamp-stage2-installed): Remove
13702         $(relbindir)/make before doing ``make install'', and use
13703         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
13704         installing over running make binary.
13705         ($(host)-stamp-stage3-installed): Likewise.
13706
13707 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13708
13709         * config.guess: Recognize Mach.
13710
13711 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13712
13713         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13714         see whether --exec-prefix was used.
13715
13716 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13717
13718         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
13719
13720 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13721
13722         * Makefile.in: Add all-librx target similar to all-libproc.
13723
13724 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
13725
13726         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
13727         with post 1.2 uname bogosity.
13728
13729 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13730
13731         * configure: Remove temporary files on receipt of a signal.
13732
13733 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
13734
13735         * configure: If there is a package_makefile_frag, remove
13736         ${subdir}/Makefile.tem after copying it in.
13737
13738 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13739
13740         * build_all.mk: support rs6000 lynx identifies itself as
13741         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
13742         since /bin/gcc is too feeble to compile a modern gcc.
13743
13744 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13745
13746         * brought devo/test-build.mk update-to-date with progressive/
13747           test-build.mk. Add lynx targets and hppa flag info.
13748
13749 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13750
13751         * configure.in:  Use mh-ncrsvr43.  Patch from
13752         Tom McConnell <tmcconne@sedona.intel.com>.
13753
13754 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13755
13756         * config.guess (i386-unknown-bsdi):  No longer need to
13757         check #if defined(__bsdi__) && defined(__i386__).
13758
13759 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13760
13761         * configure: Set program_transform_nameoption correctly.
13762
13763 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13764
13765         * brought build-all.mk update-to-date with progressive build-all.mk,
13766           added new targets and hppa info.
13767
13768 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13769
13770         * configure: If config.guess result is a prefix of the user
13771         specified target, assume a native build and use the user specified
13772         target as the host alias.  Remove SunOS patch suffix removal hack.
13773         * configure.in: Remove SunOS patch suffix removal hack.
13774
13775         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13776         in NATIVE_CHECK_MODULES.
13777
13778 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
13779
13780         * Makefile.in: Rename HOST_ONLY to NATIVE.
13781         * configure: Delete SunOs patch suffix from host_canonical
13782           and build_canonical variables that are prepended to Makefiles.
13783         * configure.in: Add comments for easier maintenance.
13784
13785 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13786
13787         * Makefile.in: Add all-libproc target similar to all-gui.
13788
13789 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
13790
13791         * Makefile.in (CHECK_MODULES): split into
13792         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13793
13794 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
13795
13796         * config.guess (i386-unknown-bsdi): New system to guess.
13797
13798 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13799
13800         * Makefile.in: Add all-gui target (but not yet build by "all").
13801
13802 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
13803
13804         * config.sub: Move deletion of patch suffix from here...
13805         * configure.in: To here, at Ian's suggestion.  The top-
13806           level scripts might need to know of a patch level.
13807
13808 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
13809
13810         * config.sub: Strip off patch suffix so rtl is recognized
13811           as a sunos4.1.3 machine, even though it's been patched.
13812
13813 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
13814
13815         * Makefile.in (INSTALL_LAST): Delete.
13816         (INSTALL_DOSREL): New.
13817
13818 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13819
13820         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13821         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13822         whether we pass down --with-gnu-ld anyhow.
13823
13824 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
13825
13826         * Makefile.in (INSTALL_LAST): Change operation so it works
13827         on more flavors of make.
13828         * configure.in (go32): Don't build libg++ or libio.
13829
13830 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
13831
13832         * Makefile.in (Move HOST_PREFIX_1 and friends up so
13833         they can be overriden by templates.
13834
13835 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
13836
13837         * configure.in (target==go32): Don't build gdb.
13838         * dosrel: New directory.
13839
13840 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
13841
13842         * configure.in (host==go32): Configure dosrel too.
13843         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13844         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13845         be set by incoming names or templates.
13846         (INSTALL_LAST): New rule.
13847
13848 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
13849
13850         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13851
13852 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13853
13854         * configure.in (appdirs): New variable.  Currently empty, but will
13855         be used in gas distribution.  If nonempty, lists a set of
13856         directories at least one of which must get configured, or top
13857         level configuration is considered to have failed.
13858         (rs6000-*-lynxos*): Use new file name.
13859
13860 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13861
13862         Eliminate XTRAFLAGS.
13863         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13864         newlib include files using -idirafter, and also use -nostdinc.
13865         (CXX_FOR_TARGET): Likewise.
13866         (XTRAFLAGS): Removed.
13867         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13868         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13869         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13870         ($(DO_X)): Don't pass down XTRAFLAGS.
13871
13872 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13873
13874         * configure.in (mips*-dec-bsd*): New target; do build linker.
13875         (mips*-*-bsd*): New target; don't build linker.
13876
13877 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13878
13879         * configure.in: support rs6000-*-lynxos* configuration.
13880         support sunos4 as a cross target.
13881
13882         * config.sub: look for lynx*, not lynx since the OS version may
13883         legitimately be part of the name.
13884
13885 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13886
13887         * configure.in (i[34]86-*-sco*): Move to be with other i386
13888         targets.
13889         (romp-*-*): New target.  Skip various binary utilities.
13890         (vax-*-*): New target.  Don't build newlib.
13891         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
13892
13893 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13894
13895         * configure.in: Only set host_makefile_frag if config
13896         directory exists.
13897
13898 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13899
13900         * install.sh: If $dstdir exists, don't check whether each
13901         component does.
13902
13903 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13904
13905         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13906
13907 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
13908
13909         * configure.in (*-*-lynxos*): Don't configure newlib for either
13910         native or cross Lynx.
13911
13912 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
13913
13914         * config.sub (sparc64-elf): Fix os.
13915         (z8k): Remove duplicate.
13916
13917 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13918
13919         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13920         gcc/stmp-fixproto, to try to prevent fixproto from being run.
13921
13922 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
13923
13924         * configure: Make file links cleanly even if Lynx fails on
13925           an NFS symlink (at least fail cleanly).
13926
13927 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13928
13929         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13930         -XNh2000.
13931
13932 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13933
13934         * configure: Unknown options are fatal again.
13935
13936 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
13937
13938         * configure: Ignore --x-includes and --x-libraries, for Autoconf
13939         compatibility.
13940
13941 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
13942
13943         * build-all.mk: Add `clean' target.
13944
13945 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13946
13947         * config.guess:  Add SINIX support.
13948         * configure.in:  Add mips-*-sysv4* support.
13949
13950 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
13951
13952         * build-all.mk: Document all useful targets.
13953         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13954         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13955
13956 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13957
13958         * configure: Support --silent, --quiet.
13959
13960 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13961
13962         * configure: Support --disable-FEATURE.
13963
13964 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13965
13966         * config.guess: Recognize NCR running SVR4.3.
13967
13968 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13969
13970         * config.guess:  Make BSDI generate i386-unknown-bsd386.
13971         Patch from Paul Eggert <eggert@twinsun.com>.
13972
13973 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13974
13975         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13976
13977 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13978
13979         * configure: Make unrecognized options give nonfatal warnings
13980         instead of fatal errors, and pass them to any subdirectory
13981         configures in case they recognize them.
13982         Make --x equivalent to --with-x.
13983
13984 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13985
13986         * configure: Add --enable-* options.  Clean up usage message and
13987         some comments.
13988
13989 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
13990
13991         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13992
13993 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13994
13995         * configure.in (hppa*-*-*): Enable binutils.
13996
13997 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13998
13999         * config.sub: Recognize cisco.
14000
14001 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
14002
14003         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14004
14005 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14006
14007         * config.guess: about target *-hitachi-hiuxwe2, don't print more
14008         than one configuration name.  Add comment.
14009
14010 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
14011
14012         * config.guess: about target *-hitachi-hiuxwe2, fixed
14013         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
14014         macro is incorrect.]
14015
14016 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14017
14018         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14019         than the "make ls" stuff which used to be here.
14020
14021 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14022
14023         * config.guess:  Recognize i[34]86-unknown-freebsd.
14024         From Shawn M Carey <smcarey@rodan.syr.edu>.
14025
14026 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14027
14028         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14029
14030 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
14031
14032         * config.guess: Check for ptx.
14033
14034 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
14035
14036         * config.sub: Add os9k checking.
14037
14038 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14039
14040         * config.guess: Handle OSF1 running on HPPA processors
14041
14042 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14043
14044         * configure: If subdir configure fails, print out a message with
14045         subdirectory name, in case subdir's configure code didn't identify
14046         itself.
14047
14048 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
14049
14050         * configure.in: Remove embedded newlines from configdirs.
14051         Avoid mismatches of substrings.  Fix matching strings at end
14052         of configdirs.
14053
14054 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
14055
14056         * config.guess:  Add Lynx/rs6000 config support.
14057
14058 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14059
14060         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14061
14062 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
14063
14064         * configure.in (hppa*-*-osf*): Treat this just like most other
14065         PA configurations (eg no binutils or ld).
14066         (hppa*-*-*elf*): These configurations have binutils and ld.
14067
14068 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14069
14070         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
14071
14072 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14073
14074         * configure.in (rs6000-*-*): Build gas.
14075
14076 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14077
14078         * Makefile.in:  Avoid bug in losing hpux sed.
14079
14080 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14081
14082         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14083         for GDB and GDB has been fixed to not need it.
14084
14085 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14086
14087         * config.guess: Recognize vax hosts.
14088
14089 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14090
14091         * configure (while loop): Don't use "break 2" inside case
14092         statement -- the case statement isn't an enclosing loop.
14093
14094 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14095
14096         * config.guess:  Clean up NeXT support, to allow nextstep
14097         on Intel machines.  Make OS be nextstep.
14098
14099 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
14100
14101         * config.guess: Add alternate forms for Convex.
14102
14103 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
14104
14105         * configure:  Completely rewrite option processing.  Take
14106         advantage of pattern-matching to avoid invoking test frequently.
14107         Also clean up host and target defaulting logic.
14108
14109 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14110
14111         * Makefile.in: Replace all occurrances of "rootme" with "r" and
14112         "$${rootme}" with "$$r", to increase the likelihood that the do-*
14113         commands (plus user environment) will fit SCO limits.
14114
14115 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14116
14117         * configure.in: Don't issue warnings about directories which are
14118         not being configured if -norecursion is set.  Correct test for
14119         --with-gnu-as and --with-gnu-ld to not get confused by substring
14120         matches.
14121
14122         * configure.in: Don't build gas for alpha-dec-osf1*.
14123
14124 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
14125
14126         * configure:  Back out Per's change of 12/19/1993.  It changes the
14127         behavior of configure in unexpected and confusing ways.
14128
14129         Also, use different delim char when calculating
14130         program_transform_name so that the name can contain slashes.
14131
14132 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
14133
14134         * configure.in, config.sub: Add support for VSTa micro-kernel.
14135
14136 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
14137
14138         * configure.in: Nuke hacks which were used to get a special
14139         version of GAS for HPPA configurations.
14140
14141 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14142
14143         * configure:  If only ${target_alias} is given, use that
14144         as the default for ${host_alias}.
14145         * configure:  Add missing back-slashes before nested quotes.
14146
14147 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14148
14149         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14150
14151 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
14152
14153         * config.guess:  Recognize some Tektronix configurations.
14154         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14155
14156 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14157
14158         * config.sub: Match any flavor of SH.
14159
14160 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
14161
14162         * configure.in: Don't try to configure newlib for Alpha.
14163
14164 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14165
14166         * configure.in: Don't build ld for Irix 5.  Don't build gas,
14167         libg++ or libio for any Alpha target.
14168
14169         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14170
14171 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
14172
14173         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14174         default arguments -- so it tried to compress itself.
14175
14176 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14177
14178         * configure.in (notsupp): ensure that a space is always at the end
14179           of the configdirs list, since the grep checks for an explicit space
14180
14181 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14182
14183         * configure.in (target i386-sysv4.2): don't build ld, since static
14184           versions of many libraries are not available.
14185
14186 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14187
14188         * config.guess: Recognize Apollos (using environment variables).
14189         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14190
14191 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14192
14193         * config.guess: Recognize Sony news mips running newsos.
14194
14195 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
14196
14197         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14198         "fi ; else" for bash.
14199
14200 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
14201
14202         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14203
14204 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
14205
14206         * config.sub: accept unixware as an alias for svr4.2.
14207         Fix some inconsistancies with the gcc version.
14208
14209 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14210
14211         * Makefile.in (DISTDOCDIRS):  Add gdb.
14212
14213 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14214
14215         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
14216
14217 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14218
14219         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14220         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14221         this now.
14222
14223 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14224
14225         * config.sub: Accept hiux* as an OS name.
14226
14227         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14228         etc/make-stds.texi.  The underscore came from gcc, and dje now
14229         agrees that RUNTESTFLAGS is the correct name.
14230
14231 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14232
14233         * install.sh:  Remove 'set -e'.  It makes any conditionals
14234         in the script useless.
14235
14236         * config.guess: Automatically recognize arm-acorn-riscix
14237         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14238
14239 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14240
14241         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14242
14243 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14244
14245         * Makefile.in (DISTDOCDIRS): New variable.
14246         (taz): Edit local Makefile.in sooner, instead of proto-toplev
14247         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
14248
14249 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14250
14251         * configure.in (hppa target): check the source directory for the
14252           pagas sub-directory
14253
14254 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
14255
14256         * config.sub: Allow -aout* and -elf*.
14257
14258 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14259
14260         * configure.in: Don't build ld on i386-solaris2, same as for
14261         sparc-solaris2.
14262
14263 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14264
14265         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14266
14267 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14268
14269         * configure.in:  Configure gdb for alpha.
14270
14271 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14272
14273         * Makefile.in (CXXFLAGS): Add -O.
14274
14275 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14276
14277         * config.guess: added support for DG Aviion
14278
14279 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14280
14281         * configure.in: Produce warning message for subdirectories not
14282         configurable for this host/target combination.  Don't try to
14283         configure gdb for vms.
14284
14285 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14286
14287         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14288         appropriate files before making "diststuff".
14289         (DISTBISONFILES): New var: list of files to be edited.
14290         (DISTSTUFFDIRS): Add binutils.
14291
14292 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14293
14294         * config.sub: also handle mipsel and mips64el (for little endian mips)
14295
14296 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14297
14298         * configure.in: Add * to end of all OS names.
14299
14300 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
14301
14302         * configure.in: Build newlib for LynxOS native.
14303
14304 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14305
14306         * config.guess: Add support for delta 88k running SVR3.
14307
14308         * configure.in: Add comment about HP compiler vs. emacs.
14309
14310 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14311
14312         * configure.in: don't build ld on solaris2 (not a viable option
14313           due to bugs in getpwnam & getpwuid)
14314
14315 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14316
14317         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14318         config.guess will produce a full version number.
14319
14320 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14321
14322         * configure.in: Build linker and binutils for alpha-dec-osf1.
14323
14324 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14325
14326         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14327         and gdb/testsuite/Makefile.in.
14328
14329 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14330
14331         * configure.in: recognize mips*- instead of mips-
14332
14333 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14334
14335         * config.sub: Accept linux*coff and linux*elf as operating
14336         systems.
14337
14338 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14339
14340         * config.sub: Recognize mips64, and mips3 as an alias for it.
14341
14342 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14343
14344         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14345         gdb knows how to handle OSF/1 shared libraries.
14346
14347 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14348
14349         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14350         * config.guess: Recognize Hitachi's HIUX.
14351         * config.sub: Recognize h3050r* and hppahitachi.
14352         Remove redundant cases for hp9k[23]*.
14353
14354 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14355
14356         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14357         if gas and ld are in the source tree and are in ${configdirs}.
14358         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14359         --with options (but still pass them down on the command line,
14360         if they were explicitly specified).
14361
14362 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14363
14364         * configure: substitute SHELL value in Makefile.in with
14365         ${CONFIG_SHELL}
14366
14367 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14368
14369         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14370         *-*-solaris2* targets.
14371
14372 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14373
14374         * Makefile.in: define M4, and pass it down to sub-makes;
14375         all-autoconf now depends on all-m4
14376
14377 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14378
14379         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14380         presence of {ar,ranlib} instead of a configured directory
14381
14382 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
14383
14384         * config.guess: Accept 34?? as well as 33?? for NCR.
14385
14386 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14387
14388         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14389         of 'gas' in sed commands, since 'gash' is now in the tree as well.
14390
14391 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14392
14393         * configure: grab values for $(CC) and $(CXX) from the
14394         environment, so that someone can do "CC=gcc configure; make" and
14395         have it work right (matching the way that autoconf works now)
14396
14397         * configure.in, Makefile.in: add support for gash, the tcl
14398         interface to Galaxy
14399
14400         * config.guess: add NetBSD variants (hp300, x86)
14401
14402 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
14403
14404         * install.sh: Support -d option (in the manner of SunOS 4 install,
14405         as it is more deterministic than that of GNU install)
14406         (chmodcmd): Set file to mode 755 by default (should also do default
14407         chgrp and chown, but I don't feel like dealing with that now)
14408
14409 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
14410
14411         * config.sub: Remove h8300hhms alias.
14412
14413 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14414
14415         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14416
14417 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14418
14419         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14420         as stmp-fixinc
14421
14422 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14423
14424         * config.sub: recognize m88110-bug-coff.
14425
14426 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14427
14428         * Makefile.in (all-libio): all dependencies on the toolchain used
14429         to build this (gcc, gas, ld, etc)
14430
14431 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14432
14433         * config.guess: Deal with OSF/1 1.3 on alpha.
14434
14435 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14436
14437         * install.sh: add some 'else true' clauses for portability
14438
14439         * configure.in: don't build libio for h8[35]00-*-* targets
14440
14441 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14442
14443         * Makefile.in:  Add support for new libio.
14444
14445 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14446
14447         * install.sh: If one command fails, don't try the rest.  Don't try
14448         to remove $dsttmp (via trap) unless we have already created it.
14449         If $src doesn't exist, detect it and exit with an error.
14450
14451         * config.guess: Recognize BSD on hp300.
14452
14453 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14454
14455         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14456         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14457
14458 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
14459
14460         * Makefile.in (all-send-pr): depends on all-prms
14461
14462 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14463
14464         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14465
14466 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14467
14468         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14469         Added test for mips-mips-riscos5.
14470
14471 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14472
14473         * configure.in: use mh-hp300 for 68k HP hosts
14474
14475 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14476
14477         * configure: add support for CONFIG_SHELL, so that you can use
14478         some alternate shell for evaluating configure scripts
14479
14480 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
14481
14482         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
14483         in configure script to bug-gdb@prep.ai.mit.edu when building
14484         distribution archive.
14485         * Makefile.in (COMPRESS):  Remove def.
14486         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
14487         gdb.tar.Z and make-gdb.tar.Z respectively.
14488         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
14489         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
14490         to convergence with 'taz' target in Makefile.in.
14491
14492 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14493
14494         * install.sh (dsttmp): use trap to ensure that tmp files go
14495         away on error conditions
14496
14497 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14498
14499         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14500
14501 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14502
14503         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14504         its parent is '/' not ''.
14505
14506         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14507
14508 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
14509
14510         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14511         that ${newsrcdir}/configure.in does.
14512
14513 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14514
14515         * test-build.mk: support for CONFIG_SHELL
14516
14517 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
14518
14519         * config.sub (netware):  Add as a basic system type.
14520
14521 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14522
14523         * Makefile.in (Makefile): depend on configure.in.  Also drop the
14524           $(srcdir)/ from the dependency on Makefile.in.
14525
14526 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
14527
14528         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14529         (h8300hhms is temporary until multi-libraries are implemented).
14530         * configure.in: Handle h8300h too.
14531
14532 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14533
14534         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14535
14536 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
14537
14538         * configure:  Remove extraneous output when guessing host type.
14539         * config.guess:  Remove extraneous output when guessing using C
14540         compiler rather than uname, or when guessing fails.
14541
14542 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
14543
14544         * Makefile.in: remove all.cross and install.cross targets
14545
14546         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14547           definitions
14548
14549 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
14550
14551         * configure.in (target sh): Build gprof.
14552
14553 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14554
14555         * config.sub: change -solaris to -solaris2
14556
14557 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14558
14559         * configure.in: Use config/mh-riscos for mips-*-sysv*.
14560
14561 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
14562
14563         * configure: Correct error message for missing Makefile.in to
14564         print correct directory.
14565
14566 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14567
14568         * install.sh: kludge around 386BSD shell bug
14569
14570 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
14571
14572         * config.guess:  Recognize NeXT.
14573         * config.guess:  Recognize i486-ncr-sysv4.
14574         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
14575
14576 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
14577
14578         * Makefile.in (MAKEINFOFLAGS): New variable.
14579         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14580         * build-all.mk, test-build.mk: Pass down --no-split as
14581         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
14582
14583 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
14584
14585         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
14586
14587 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
14588
14589         * Makefile.in (libg++.tar.z):  New rule.
14590         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
14591         * Makefile.in (taz):  Only do a single chmod.
14592
14593 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14594
14595         * install.sh: don't use dirname anymore (replaced with sed usage)
14596
14597 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
14598
14599         * Makefile.in:  Change extension for gzip'd files from '.z' to
14600         '.gz' per new FSF standard usage.
14601
14602 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14603
14604         * configure: put quotes around the final value of program_transform_name
14605
14606 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14607
14608         * Makefile.in: new install.sh support; update install-info rules
14609
14610 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
14611
14612         * configure.in: Build diff for crosses, but not for go32 host.
14613
14614         * configure.in: Build gprof only for native, and don't build it
14615         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14616
14617 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
14618
14619         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14620
14621 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14622
14623         * configure.in (host_tools): Add prms.
14624
14625 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14626
14627         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14628         with $(FLAGS_TO_PASS) on the command line
14629
14630         * config.sub: Recognize lynx and lynxos
14631
14632 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14633
14634         * config.sub: Accept -ecoff*, not just -ecoff.
14635
14636 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14637
14638         * Makefile.in (taz): Use .gz suffix instead of .z.
14639         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14640         names.
14641
14642 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14643
14644         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14645
14646 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14647
14648         * Makefile.in (install-no-fixedincludes):  install gcc last, so
14649         that rebuilds that might happen during 'make install' don't get
14650         bogus gcc include files
14651
14652 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14653
14654         Change from Utah for HPPA support:
14655         * config.guess: Recognize hppa1.x-hp-bsd.
14656
14657 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
14658
14659         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
14660         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14661
14662 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14663
14664         * config.sub: Add support for rom68k and bug boot monitors.
14665
14666 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
14667
14668         * Makefile.in: Make all-opcodes depend on all-bfd.
14669
14670 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14671
14672         * config.guess: Added special check for i[34]86-univel-sysv4*.
14673
14674 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
14675
14676         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14677         the processor rather than assuming i486.
14678
14679 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14680
14681         * config.guess: Recognize SunOS6 as Solaris3.
14682
14683 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
14684
14685         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
14686         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14687
14688 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
14689
14690         * build-all.mk (all-cross): New target for Canadian Cross.
14691         Added Q2 go32 targets.
14692         * test-build.mk: Configure go32 cross sparclite-aout and
14693         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
14694         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14695
14696 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14697
14698         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14699         GO32 hosted toolchains
14700
14701 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14702
14703         * configure: change  so "-exec-prefix" gets passed down rather
14704         than "-exec_prefix" so autoconf generated Makefiles get the
14705         exec_prefix set right.
14706
14707 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14708
14709         * config.guess: get the Solaris2 minor version number
14710
14711         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14712
14713 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14714
14715         * config.guess: Recognize some Sequent platforms.
14716
14717 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14718
14719         * Makefile.in: added the vault-install target
14720
14721         * configure.in: actually use the Sun3 makefile fragment that's in
14722         config, also added the release dir to configdirs
14723
14724 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14725
14726         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14727
14728 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14729
14730         * configure.in: remove some program from Alpha targetted toolchains
14731
14732 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
14733
14734         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
14735         gprof.
14736         (taz): Run "make diststuff" in those directories instead of "make
14737         proto-dir".  Look for "VERSION=" only at start of line in subdir
14738         Makefile.  Use "gzip -9" for compression.
14739         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14740         (binutils.tar.z): New target.
14741
14742 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14743
14744         * Makefile.in (taz): Include gpl.texinfo.
14745
14746 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14747
14748         * Makefile.in (setup-dirs): Merged into "taz" target.
14749         (taz): Only do `proto-dir' stuff if a directory is actually needed
14750         for this target.
14751
14752 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
14753
14754         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14755         (FLAGS_TO_PASS): Pass down MUNCH_NM.
14756         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14757         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14758         (gcc-no-fixedincludes): Correct for current gcc Makefile.
14759
14760 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
14761
14762         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
14763         config.sub, and move-if-change to gdb testsuite distribution
14764         archive, so the testsuite can be extracted, configured, and
14765         run separately from the gdb distribution.  Blow away the Chill
14766         tests that require a Chill compiled executable, since GNU Chill
14767         is not yet publically available.
14768
14769 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14770
14771         * test-build.mk: set environment variables in a single command,
14772         instead of a list of assignments and exports
14773
14774         * config.guess: recognize Alpha/OSF1 systems
14775
14776 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14777
14778         * configure: Change help message to prefer --options rather than
14779           -options.
14780
14781 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14782
14783         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14784         zippy@ecst.csuchico.edu.
14785         * config.guess: Recognize miniframe.
14786
14787 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14788
14789         * Makefile.in: Use srcroot to find runtest rather than rootme.
14790         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14791
14792 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14793
14794         * test-build.mk: Extensive additions to support building on a
14795         machine other than the host.
14796
14797 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14798
14799         * configure (tooldir): Fix for i386-aix again.
14800
14801 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
14802
14803         * configure, Makefile.in:  Change definition of $(tooldir)
14804         to match the FSF.
14805
14806 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
14807
14808         * config.guess:  Recognize i[34]86/SVR4.
14809
14810 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14811
14812         * Makefile.in (all-gdb): gdb depends on sim.
14813
14814 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
14815
14816         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
14817         at the same time we make the prototype gdb directory.
14818         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
14819         files at the same time as the gdb base release distribution.
14820
14821 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
14822
14823         * Makefile.in (check): Use individual check targets rather than
14824         DO_X rule.
14825         (check-gcc): Added.
14826
14827 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
14828
14829         * config.sub: Use sysv3.2 not sysv32 for canonical OS
14830         for System V release 3.2.
14831
14832 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14833
14834         * config.sub: Recognize hppaosf.
14835         * configure.in: Do configure ld/binutils/gas for it.
14836
14837 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14838
14839         * configure (tooldir): Alter syntax used to set this, for systems
14840         where "\$" isn't handled right, like i386-aix.
14841
14842 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14843
14844         * configure: Pass program-transform-name, not
14845         program_transform_name, to recursive configures.
14846
14847 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
14848
14849         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14850         of gas+ld+binutils.
14851
14852 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
14853
14854         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
14855
14856 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14857
14858         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14859
14860 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14861
14862         * Makefile.in (PRMS): Set back to all-prms.
14863
14864 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
14865
14866         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14867         targets, rather than for MIPS hosts.
14868
14869 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14870
14871         * configure.in: add comment for --with-x default values
14872
14873         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14874
14875         * Makefile.in: add check-* targets for each of the directories in
14876         the tree.  Add a definition of RUNTEST that will use the one we
14877         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
14878
14879 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
14880
14881         * configure.in: Removed obsolete references to bfd_target and
14882         target_makefile_frag.
14883
14884         * build-all.mk: Set assorted targets for Q2.
14885         * config.sub: Recognize z8k-sim and h8300-hms.
14886         * test-build.mk: Really don't pass host to configure.
14887         (HOLES): Added uname.
14888
14889 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
14890
14891         * configure: Handle an empty program-prefix, program-suffix or
14892         program-transform-name correctly.
14893
14894 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
14895
14896         * build-all.mk: -G 8 no longer required for MIPS targets.
14897         * test-build.mk: Don't pass host argument to configure; make it
14898         guess.
14899
14900 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
14901
14902         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
14903         * Makefile.in (COMPRESS):  New macro, like GZIP.
14904
14905 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14906
14907         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14908
14909         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14910         with gas currently defaults to -G 0.
14911
14912 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
14913
14914         * Makefile.in (all-flex): flex depends on byacc.
14915
14916         * build-all.mk: If host not specified, use config.guess.  Pass TAG
14917         to test-build.mk as RELEASE_TAG.
14918         * test-build.mk (configargs): New variable containing arguments to
14919         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
14920         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14921
14922         * config.guess: Use /bin/uname when checking -X argument on SCO,
14923         to avoid invoking GNU uname which doesn't understand -X.
14924
14925         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14926
14927         * configure.in: Build gas for mips-*-*.
14928
14929 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14930
14931         * Makefile.in (all.normal): insert missing backslash.
14932
14933 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14934
14935         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
14936
14937         * Makefile.in: Complete overhaul to merge many almost identical
14938         targets.
14939
14940 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14941
14942         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14943         (gdb.tar.Z): Adjusted.
14944
14945         * Makefile.in (setup-dirs, taz): New targets; should be general
14946         enough to adapt for gdb sometime.  Build only .z file.
14947         (gas.tar.z): New target.
14948
14949 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
14950
14951         * build-all.mk: Use CC=cc -Xs on Solaris.
14952
14953 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
14954
14955         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
14956         for handling BISON for FSF releases.
14957
14958 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14959
14960         * configure: Actually implement the change zoo just documented.
14961
14962 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
14963
14964         * configure: when using config.guess, only set target_alias when
14965         it's not already been set (ie, on the command line)
14966
14967 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14968
14969         * Makefile.in: add installcheck target, set PRMS to install-prms
14970
14971 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14972
14973         * configure: add support for package_makefile_fragment, handle the
14974         case where a directory has a configure.in file but no Makefile.in
14975         more gracefully (with an actual understandable error message, even);
14976         add support for --without (and add this to the usage message); also
14977         explicitly add a --host=${host_alias} to the command line when
14978         config.guess is used
14979
14980 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
14981
14982         * configure: Must use both --host and --target in recursive calls.
14983
14984 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14985
14986         * Makefile.in: Change deja-gnu to dejagnu.
14987
14988 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14989
14990         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14991
14992 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14993
14994         * configure.in: canonicalize all instances to *-*-solaris2*,
14995         also strip out a number of tools to not build for go32 host
14996
14997 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14998
14999         * config.guess: add GPL.
15000
15001         * Makefile.in, config.guess, config.sub, configure: bump
15002           copyrights to 93.
15003
15004 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
15005
15006         * Makefile.in (do-info): Removed obsolete check for existence of
15007         localenv file.
15008
15009         * Makefile.in (MAKEOVERRIDES): Define to be empty.
15010
15011 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15012
15013         * Makefile.in: a couple of 'else true' for decstation,
15014         support for TclX
15015
15016         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15017
15018 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
15019
15020         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15021
15022 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
15023
15024         * config.guess: Recognize i386-ibm-aix (PS/2).
15025         * configure.in: Use config/mh-aix386 file for it.
15026
15027 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
15028
15029         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15030         CC_FOR_TARGET instead.
15031         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15032
15033 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
15034
15035         * Makefile.in: Add sim to list of directories sent with gdb
15036
15037 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15038
15039         * configure.in: Put back mips-dec-bsd* case.
15040
15041 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
15042
15043         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15044         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
15045         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15046
15047 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15048
15049         * configure.in: remove no-op mips-dec-bsd* in "case $target"
15050
15051         * Makefile.in (dir.info): only run gen-info-dir if it exists,
15052         (install-info): install dir.info only if it exists,
15053         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15054
15055 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
15056
15057         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
15058         gas for mips-dec-bsd.
15059
15060 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
15061
15062         * configure (makesrcdir): If ${srcdir} is relative and not ".",
15063         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15064
15065 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15066
15067         * configure.in: Added "dejagnu" to hosttools list.
15068
15069 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
15070
15071         * config.sub, configure.in, config.guess:  Add support
15072         for Bosx, an AIX variant from Bull.
15073         Patches from F.Pierresteguy@frcl.bull.fr.
15074
15075 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15076
15077         * devo/dejagnu: Initial creation of devo/dejagnu.
15078         Migrated dejagnu testcases and support files for testing software
15079         tools to reside as subdirectories, currently called "testsuite",
15080         within the directory of the software tool.  Migrated all programs,
15081         support libraries, etc. beloging to dejagnu proper from
15082         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
15083         with no modifications.  The changes to these files which will
15084         allow them to configure, build, and execute properly will be made
15085         in a future update.
15086
15087 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15088
15089         * Makefile.in: Change send_pr to send-pr.
15090         * configure.in: Likewise.
15091         * send_pr: Renamed directory to send-pr.
15092
15093 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
15094
15095         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
15096
15097 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
15098
15099         * README:  Update for gdb-4.8 release.
15100         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
15101         gdb-xxx.tar.z (gzip'd) file also.
15102
15103 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15104
15105         * Makefile.in: make all-diff depend on all-libiberty
15106
15107 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
15108
15109         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15110
15111 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15112
15113         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15114
15115 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
15116
15117         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
15118         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
15119         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
15120
15121 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15122
15123         * Makefile.in:  makeinfo binary is in a new location
15124
15125 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
15126
15127         * config.sub: Accept -ecoff as an OS.
15128
15129         * Makefile.in: Various changes to eliminate a level of make
15130         recursion and reduce the required command line length.
15131         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15132         sub-makes.
15133         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15134         variables holding settings for specific sub-makes.
15135         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15136         in terms of BASE_FLAGS_TO_PASS.
15137         (TARGET_LIBS): New variable listing directories which use
15138         TARGET_FLAGS_TO_PASS.
15139         (subdir_do): Eliminated.
15140         (do-*): New set of targets to replace subdir_do.
15141         (various): All targets which used subdir_do now depend on do-*.
15142         (local-clean): Renamed from do_clean.
15143         (local-distclean): New target, dependency of distclean and
15144         realclean.
15145         (install-info): Don't create directories.  Depend on dir.info
15146         rather than calling make recursively.
15147         (install-dir.info): Eliminated.
15148         (install-info-dirs): Create all info directories here.
15149         (dir.info): Depend upon do-install-info.
15150
15151         * test-build.mk (HOLES): Added false.
15152
15153 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
15154
15155         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
15156
15157 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15158
15159         * Makefile.in (info): remove dependency on all-texinfo.  The
15160         problem was really in texinfo/C, not at this level.
15161
15162 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15163
15164         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15165
15166 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
15167
15168         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
15169         GDB releases.
15170
15171 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15172
15173         * configure: Include srcdir in message about target of link not
15174         being found.  Don't convert `-' to `_' in `with' options being
15175         passed to subdirs.
15176
15177 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15178
15179         * configure.in: add uudecode to host_tools
15180
15181         * Makefile.in: added {all,install}-uudecode targets, added them to
15182         the appropriate lists
15183
15184 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
15185
15186         * Makefile.in (all-gcc): Added dependency on all-gas.
15187
15188         * configure.in (mips-*-*): Build ld and binutils.
15189
15190 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15191
15192         * configure: check return code from mkdir, print error message and
15193           exit on failure.
15194
15195 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
15196
15197         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
15198
15199 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15200
15201         * test-build.mk (HOLES): Added tar, cpio and uudecode.
15202
15203 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15204
15205         * config.sub (h8500):  Recognize this as a cpu type.
15206
15207 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15208
15209         * configure: source directory missing is no longer a warning
15210
15211         * configure.in: recognize irix[34]* instead of irix[34]
15212
15213         * Makefile.in: define and pass down X11_LIB
15214
15215 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
15216
15217         * guess-systype: Renamed to ...
15218         * config.guess:  ... by popular request.
15219         * configure.in, Makefile.in:  Update accordingly.
15220
15221 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
15222
15223         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
15224         + Add Convex, Cray/Unicos, and Encore/Multimax support.
15225         + Execute ./dummy instead of assuming . is in PATH.
15226
15227 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
15228
15229         * guess-systype:  New shell script.  Attempts to guess the
15230         canonical host name of the executing host.
15231         Only a few hosts are supported so far.
15232         * configure:  Call guess-systype if no host is specified.
15233
15234 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15235
15236         * Makefile.in (gcc-no-fixedincludes): Made to work with current
15237         gcc Makefile.
15238
15239
15240 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
15241
15242         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15243         (all-gcc, install-gcc, subdir_do): Use it.
15244
15245 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15246
15247         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15248
15249 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
15250
15251         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15252           set exclusively by configure, using configure.in .
15253
15254 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15255
15256         * test-build.mk: set $PATH for all builds
15257
15258         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15259
15260 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
15261
15262         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
15263         the one used in gcc/Makefile.in, so that a null expansion doesn't
15264         override the one needed to build gcc with a native cc.
15265
15266
15267 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15268
15269         * configure: Accept -with arguments.
15270
15271 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15272
15273         * Makefile.in: added h8300sim
15274
15275 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
15276
15277         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15278         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
15279         (all-cygnus, native, build-cygnus): Make
15280         $(canonhost)-stamp-3stage-done, not $(host)....
15281         * test-build.mk (stamp-3stage-compared): Use tail +10c for
15282         i386-sco3.2v4.  Added else true to if command.
15283
15284 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
15285
15286         * config.sub: (from FSF) Sequent uses a BSD-like OS.
15287
15288 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
15289
15290         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15291
15292 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15293
15294         * configure.in: don't remove binutils from Solaris builds
15295
15296 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
15297
15298         * Makefile.in: get rid of earlier definitions for *clean,
15299         also handle the recursive info rule better
15300
15301 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
15302
15303         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
15304         do more-or-less the right thing.
15305
15306 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
15307
15308         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15309         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15310
15311 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15312
15313         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15314         $(host_canonical).
15315
15316         * configure.in: split the configdirs list into 4 categories (native
15317         v. cross, library v. tool) and handle the cross-only and native-
15318         only in more reasonable (and correct!) way.
15319
15320 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
15321
15322         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
15323         configdirs anymore.
15324
15325 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15326
15327         * Makefile.in: extensive cleanup::  removed all of the explicit
15328         clean-* targets, collapsed many wrappers around subdir_do into
15329         one, added additional targets to satisfy standards.texi, deleted
15330         some old targets, some changes for consistency
15331
15332 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15333
15334         * configure.in: handle some programs as cross-only, and others as
15335         native only
15336
15337         * test-build.mk: handle partial holes in a more generic manner
15338
15339         * Makefile.in: m4 depends on libiberty
15340
15341 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15342
15343         * configure.in: add m4, textutils, fileutils, sed, shellutils,
15344         time, wdiff, and find to configdirs
15345
15346         * Makefile.in: all, clean, and install rules for the new programs
15347         added to configure.in
15348
15349 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15350
15351         * configure.in: use mh-sun for all *-sun-* hosts
15352
15353 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15354
15355         * Makefile.in: define flags for X11 include files and library file
15356         locations, pass them down to the programs that need this info
15357
15358         * build-all.mk: added a 'native' target, to 3stage the native toolchain
15359
15360 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15361
15362         * configure.in: start building libg++ for HP-UX targets
15363
15364 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
15365
15366         * README:  Update references to files moved into etc/.
15367
15368 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
15369
15370         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
15371         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
15372
15373 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15374
15375         * configure: accept dash as well as underscore in long option
15376         names for FSF compatibility.
15377
15378 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
15379
15380         * config.sub: added -sco3.2v4 support from FSF.
15381
15382 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15383
15384         * configure.in: expand the section that adds or removes
15385         directories from the list of programs to build, to handle native
15386         vs. cross in addition to host v. native
15387
15388 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
15389
15390         * Makefile.in:  Replace C++ in macro names with CXX.
15391         This is less likely to break ...
15392
15393 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15394
15395         * test-build.mk: add -w to GNU_MAKE
15396
15397 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15398
15399         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15400         add 'sparc' to list of recognized cpus.  This needed to make
15401         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15402         Delete some redundant ose68 variants.  Recognize -wrs as an os,
15403         then changes that into $CPU-wrs-vxworks.
15404
15405         * configure.in: remove most references to gdbtest, regularize
15406         target based program removal
15407
15408         * test-build.mk: import from p3 tree (many fixes and changes)
15409
15410 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
15411
15412         * Makefile.in: added rules to handle tcl, tk, and expect
15413
15414         * configure.in: handle those directories if they exist
15415
15416 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15417
15418         * config.sub: removed bogus hppabsd and hppahpux names, since
15419         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15420
15421 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15422
15423         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
15424         depends upon all-xiberty
15425
15426         * Makefile.in: changes from p3, including:
15427
15428         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
15429
15430         * Makefile.in (XTRAFLAGS): include newlib directories if
15431         newlib/Makefile exists, rather than if host != target.
15432
15433         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
15434
15435         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15436         from the same source tree and not building a cross-compiler.  This
15437         matters for the libg++ configuration if reconfiguring a tree that
15438         has already been installed.
15439
15440         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
15441
15442         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15443         pick up the machine and system specific header files.
15444
15445         * Makefile.in: added AS_FOR_TARGET, passed down in
15446         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15447         the C compiler to use to create programs which are run in the
15448         build environment, set it to default to $(CC), and passed it down
15449         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15450
15451         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
15452
15453         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15454         We need them for unusual native builds, like systems without
15455         ranlib.
15456
15457         * configure: also define $(host_canonical) and
15458         $(target_canonical), which are the full, canonical names for the
15459         given host and target
15460
15461 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
15462
15463         * Makefile.in:  Added separate definitions for C++.
15464
15465 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
15466
15467         * configure.in (configdirs):  Add deja-gnu.
15468
15469 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
15470
15471         * README:  Update for configure.texi and gdb-4.7 release.
15472
15473 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
15474
15475         * Makefile.in:  Move "all" target to top of file.
15476         Previously, first target was ".PHONY" which caused BSD4.4 make
15477         to build .PHONY when make was run without arguments.
15478
15479 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
15480
15481         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
15482         Library-copylefted code in libiberty.
15483
15484 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
15485
15486         * config.sub:  Replace m68kmote with plain old m68k.
15487
15488 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
15489
15490         * Makefile.in:  Remove space from blank line, avoid Make complaints.
15491
15492 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
15493
15494         * config.sub: Complain if no argument is given.  Added support for
15495         386bsd as OS and target alias.
15496
15497 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
15498
15499         * Makefile.in (XTRAFLAGS): include newlib directories if
15500         newlib/Makefile exists, rather than if host != target.
15501
15502 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
15503
15504         * config.sub: recognize sparclite-wrs-vxworks.
15505
15506         * Makefile.in (install-xiberty): added *-xiberty make rules (from
15507         p3.) Added clean-xiberty to clean.
15508
15509 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15510
15511         * configure.in: use *-*-* instead of nested cases for host and target
15512
15513 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
15514
15515         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15516         from the same source tree and not building a cross-compiler.  This
15517         matters for the libg++ configuration if reconfiguring a tree that
15518         has already been installed.
15519
15520 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
15521
15522         * config.sub (i486v/i486v4):  Merge in from FSF version.
15523
15524 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
15525
15526         * configure: only set PWD if it is already set.
15527
15528 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
15529
15530         * configure: just set PWD=`pwd` at the top, since Ultrix sh
15531         doesn't have unset and all success paths (and most error paths)
15532         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15533         to just ${PWD} to avoid confusion.)
15534
15535 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
15536
15537         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15538         even for a native compilation.
15539
15540 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
15541
15542         Changes to make the gdb.tar.Z rule work better.
15543
15544         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
15545         (DEVO_SUPPORT):  Add configure.texi.
15546         (bfd-ilrt.tar.Z):  Remove ancient rule.
15547
15548 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
15549
15550         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15551         pick up the machine and system specific header files.
15552
15553         * configure.in, config.sub: added new target m68010-adobe-scout,
15554         with alias of adobe68k.  Changed configure.in to check for
15555         -scout before -sco* to avoid a false match.
15556
15557         * Makefile.in: added AS_FOR_TARGET, passed down in
15558         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15559         the C compiler to use to create programs which are run in the
15560         build environment, set it to default to $(CC), and passed it down
15561         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15562
15563 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15564
15565         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15566         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
15567         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15568         FOR_TARGET variants, to newlib and libg++.
15569
15570 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15571
15572         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15573         first.
15574
15575 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
15576
15577         * config.sub:  Accept `elf' as an environment.
15578
15579 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15580
15581         * Makefile.in (all-opcodes):  cd into the right directory
15582
15583 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
15584
15585         * configure: added -program_transform_name option, used as
15586         argument to sed when installing programs.
15587         configure.texi: added documentation for -program_prefix,
15588         -program_suffix and -program_transform_name.
15589
15590 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
15591
15592         * config.sub:  Accept i486 where i386 ok.
15593
15594 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
15595
15596         * config.sub: accept we32k
15597
15598 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
15599
15600         * config.sub, configure.in: accept OSE68000 and OSE68k.
15601
15602         * Makefile.in: don't create all directories for ``make install'';
15603         let the subdirectories create the ones they need.
15604
15605 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15606
15607         * COPYING: new file, GPL v2
15608
15609 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15610
15611         * Makefile.in: use the new gen-info-dir, which needs a template
15612         argument (which also lives in texinfo)
15613
15614         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15615
15616 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
15617
15618         * config.sub (ncr3000):  Change i386 to i486.
15619
15620 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15621
15622         * Makefile.in: add install-rcs, install-grep to
15623         install-no-fixedincludes, removed install-bison and install-libgcc
15624
15625 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
15626
15627         * configure.in: grab the HPUX makefile fragment if on HPUX
15628
15629 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15630
15631         * Makefile.in: eradicate bison spoor (ditto libgcc).
15632          configure.in: recognise m68{k,000}-ericsson-OSE.
15633          es1800 is alias for m68k-ericsson-OSE
15634
15635 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15636
15637         * configure.in: rearrange the parts that remove programs from
15638         configdirs, based now on HOST==TARGET or by canonical triple.
15639
15640 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15641
15642         * test-build.mk: recurse explicitly with -f test-build.mk when
15643           appropriate.  predicate stage3 and comparison on the existence
15644           of gcc.  That is, if gcc isn't around, we aren't three-staging.
15645           On very clean, also remove ...stamp-co.  Build in-place before
15646           doing other builds.
15647
15648 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15649
15650         * Makefile.in, configure.in: add tgas
15651
15652 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15653
15654         * Makefile.in: a number of changes merged in from progressive.
15655
15656         * configure.in: add libm.
15657
15658         * .cvsignore: ignore some stuff that comes from test-build.mk.
15659
15660 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
15661
15662         * config.sub:  Add es1800 (m68k-ericsson-es1800).
15663
15664 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15665
15666         * configure: Add program_suffix (parallel to program_prefix)
15667         * Makefile.in: adjust directory-creating script for losing decstation
15668
15669 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
15670
15671         * configure:  Minor $subdir-related fixes.
15672
15673 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15674
15675         * configure: fix various problems with propogating
15676         makefile_target_frag in subdirs.
15677         * configure.in: config libgcc if its there
15678
15679 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
15680
15681         * config.sub:  HPPA merge.
15682
15683 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
15684
15685         * Makefile.in:  Replace all-bison with all-byacc in all
15686         dependency lines for other tools (which now use byacc).
15687
15688 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
15689
15690         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
15691
15692 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
15693
15694         * Makefile.in: make gprof rules similar to byacc rules (instead of
15695         vestigal $(unsubdir) that didn't work...)
15696
15697 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
15698
15699         * config.sub:  Add support for Linux.
15700         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
15701         (at least for libg++).
15702
15703 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
15704
15705         * configure.texi: fix doc for the -nfp option to configure
15706
15707 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
15708
15709         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15710
15711 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
15712
15713         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15714         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15715         * configure.in: added solaris* host_makefile_frag hook.
15716
15717 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15718
15719         * config.sub: changed recognition of m68000 so that various
15720         m68k types can be specified via m680[01234]0
15721
15722 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15723
15724         * config.sub (basic_machine): fix sed so that '-foo' isn't
15725         completely substituted out while .+'-foo' loses the '-foo'
15726
15727 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15728
15729         * config.sub ($os): Add -aout.
15730
15731 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
15732
15733         * configure:  If host_makefile_frag is absolute, don't
15734         prefix ${invsubdir} (relevant to libg++ auto-configure).
15735
15736 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15737
15738         * Makefile.in (tooldir): Define it.
15739         (all-ld): Depend on all-flex.
15740
15741 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
15742
15743         * Makefile.in (check):  Fix libg++ special case.
15744
15745 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
15746
15747         * configure: do not bury `pwd` into config.status, thus do fewer
15748           pwd's.
15749
15750         * configure: print the "Building in" message only when building in
15751           other than "." AND verbose.
15752
15753         * configure: remove -s, rework -v to better accommodate guested
15754           configures.
15755
15756         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15757
15758 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
15759
15760         * Makefile.in: macroize flags passed on recursion.  remove
15761           fileutils.
15762
15763 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
15764
15765         * configure: get makesrcdir right for subdirs deeper than 1.
15766
15767         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15768           install.
15769
15770 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
15771
15772         * Makefile.in: don't print subdir_do or recursion lines.
15773
15774 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
15775
15776         * standards.texi: added menu item.
15777
15778         * Makefile.in: build and install standards.info.
15779
15780         * standards.texi: new file.
15781
15782 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15783
15784         * configure: test for and move config.status pieces from
15785           ${subdir}/.
15786
15787 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
15788
15789         * configure:  Test for existance of files before trying to mv
15790         them, to avoid numerous non-existance messages.
15791
15792 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
15793
15794         * configure: correct final line of config.status.
15795
15796         * configure: patch from eggert.  Avoids a protection problem if
15797           the original Makefile.in is read only.
15798
15799         * configure: use move-if-change from gcc to create config.status.
15800           Some makefiles depend on config.status to tell if a directory
15801           has been reconfigured for a different host.  This change
15802           prevents those directories from remaking everything in the case
15803           where the reconfig was only intended to rebuild a Makefile.
15804
15805         * configure: test for config.sub with "config.sub sun4" rather
15806           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
15807           host alias from a missing config.sub.
15808
15809 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15810
15811         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15812           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
15813
15814 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
15815
15816         * configure: mkdir ${subdir} as needed.
15817
15818 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
15819
15820         * Makefile.in,configure.in: added autoconf.
15821
15822 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15823
15824         * Makefile.in: no longer pass against on recursion.
15825
15826         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15827           definitions are not inherited.
15828
15829         * configure: correct makesrcdir when subdir is .
15830
15831 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
15832
15833         * configure:  Add support for 'subdirs' variable, which is
15834         like 'configdirs', except that configure doesn't re-invoke
15835         itself for subdirs, it just creates a Makefile for each subdir.
15836         * configure.texi:  Document subdirs.
15837
15838 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15839
15840         * configure.in: added flex to configdirs
15841
15842 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
15843
15844         * Makefile.in: remove clean-stamps from clean.
15845
15846 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
15847
15848         * configure.in:  Add gdbtest to configdirs.
15849
15850 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
15851
15852         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
15853         to recursive makes.
15854         * configure.in:  Recognize new ncr3000 config.
15855
15856 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
15857
15858         * Makefile.in, configure.in: removed references to gdbm.
15859
15860 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
15861
15862         * config.sub:  Don't canonicalize os value
15863         newsos* to bsd (readline needs to check for newsos).
15864         (This fix was earlier made Jan 31, but got re-broken.)
15865
15866 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
15867
15868         * configure.in:  sco is an os, not a vendor!
15869
15870         * configure:  Quote $( better.  Keep various shells happy.
15871
15872 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
15873
15874         * Makefile.in: eliminate stamp-files.
15875
15876 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
15877
15878         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
15879           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15880
15881 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
15882
15883         * config.sub:  fix iris/iris3.
15884
15885 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
15886
15887         * configure: re-add -rm.
15888
15889 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
15890
15891         * Maskefile.in: add .stmp-rcs to all.
15892
15893         * configure.in: remove gas from rs6000 build, use aix host fragment.
15894
15895 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
15896
15897         * configure: pass down site_option during recursion.
15898
15899 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
15900
15901         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
15902
15903 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
15904
15905         * configure: Change exec_prefix so that it really defaults to prefix.
15906
15907 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
15908
15909         * Makefile.in, configure.in:  Add support for mmalloc library.
15910
15911 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
15912
15913         * Makefile.in: add stmp dependencies for a few more things.
15914
15915 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
15916
15917         * configure: adjusted error message on objdir/srcdir configure
15918           collision, per john's suggestion.
15919
15920         * Makefile.in: add libiberty stmp to all and all.cross.
15921
15922 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
15923
15924         * Makefile.in: remove force dependencies, add grep to all.
15925
15926 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
15927
15928         * Makefile.in: drop flex.  make stamp files work.
15929
15930         * configure: added test for conflicting configuration in srcdir,
15931           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
15932           gets cranky.  use relative paths for configure and srcdir
15933           whenever possible.  Send some error messages to stderr that were
15934           going to stdout.
15935
15936 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
15937
15938         * Makefile.in:  Fix libg++ rule to check for gcc directory
15939         before using gcc/gcc.  Also pass XTRAFLAGS.
15940
15941 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
15942
15943         * Makefile.in: added stmp-files so that directories aren't polled
15944           when they are already built.
15945
15946         * configure.texi: fixed a node pointer problem.
15947
15948 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
15949
15950         * config.sub configure.in gdb/configure.in
15951         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15952         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15953         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
15954
15955 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15956
15957         * configure: -recurring becomes -silent.  corrected help message
15958           for -site= option.
15959
15960         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15961
15962 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15963
15964         * configure: when building Makefile for crosses, replace
15965           tooldir and program_prefix.  default srcdir from location of
15966           config.sub.  remove "for host in hosts" and "for target in
15967           targets" loops.
15968
15969 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15970
15971         * Makefile.in: Do not pass bindir or mandir to cvs.
15972
15973 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
15974
15975         * Makefile.in, configure.in: removed traces of namesubdir,
15976           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
15977           copyrights to '92, changed some from Cygnus to FSF.
15978
15979         * configure.texi: remove most references to multiple hosts,
15980           multiple targets, subdirs, etc.
15981
15982         * configure.man: removed rcsid. reference config.sub not
15983           config.subr.
15984
15985         * Makefile.in: mkdir $(infodir) on install-info.
15986
15987 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
15988
15989         * configure.texi:  Explain better about .gdbinit and about
15990         the environment that configure.in sections run in.
15991
15992 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
15993
15994         * configure.in:  Ultrix is only a decstation if it's a MIPS.
15995
15996 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
15997
15998         * README:  DOC.configure => cfg-paper.texi.
15999
16000 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
16001
16002         * config.sub (near case $os):  Don't convert newsos* to bsd!
16003
16004 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
16005
16006         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
16007         the number of copies of COPYING that go into the GDB tar file.
16008
16009 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
16010
16011         * bfd/configure.in, gdb/config/mh-i386sco,
16012         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16013         Fix SCO configuration stuff.
16014
16015 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
16016
16017         * Makefile.in:  For libg++, make sure the -I pointing
16018         to the gcc directory goes *after* all the libg++-local -I flags.
16019         Also, move just-gcc dependency from just-libg++ to all-libg++.
16020
16021 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
16022
16023         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
16024
16025 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
16026
16027         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
16028
16029 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
16030
16031         * config.sub:  Add stratus configuration frags.  Also
16032         submitted to FSF.
16033
16034 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
16035
16036         * Makefile.in (DEV_SUPPORT):  add configure.man.
16037
16038         * config.sub(Decode manufacturer-specific):  add -none*.
16039
16040 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
16041
16042         * Makefile.in:  remove form feeds to make Sun's make happy.
16043         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
16044
16045 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
16046
16047         * Makefile.in (AR_FLAGS):  Make quieter.
16048
16049 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
16050
16051         * configure.in:  Add libg++.
16052         * configure:  When verbose, don't output the command line at each
16053         level; it will be unremarkably the same as the previous version,
16054         which will be the same as what the user typed.
16055
16056 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
16057
16058         * configure.in, Makefile.in: fix clean-info, add flex.  add
16059           fileutils.
16060
16061         * configure: be less sensitive to spaces in Makefile.in.  Do not
16062           look for sources in "..".  Doing so breaks subdirectories that
16063           might have their own configure.  If a subdir has it's own
16064           configure script, use it.
16065
16066 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
16067
16068         * cfg-paper.texi: some changes suggested by rms.
16069
16070 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
16071
16072         * config.sub:  Merge in some small additions from the FSF version,
16073         taken from the gcc distribution, to bring the Cygnus and FSF
16074         versions into closer sync.
16075
16076 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
16077
16078         * configure.in:  Changed svr4 references to sysv4.
16079
16080 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
16081
16082         * configure: added -V for version number option.
16083
16084 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
16085
16086         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16087           renamed from DOC.configure to cfg-paper.texi.
16088
16089 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16090
16091         * configure, config.subr, config.sub: config.subr is now
16092           config.sub again.
16093
16094 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
16095
16096         * configure.texi: new file, in progress.
16097
16098         * Makefile.in: build info file and install the man page for
16099           configure.
16100
16101         * configure.man: new file, first cut.
16102
16103         * configure: find config.subr again now that configuration "none"
16104           has gone.  removed all traces of the -ansi option.  removed all
16105           traces of the -languages option.
16106
16107         * config.subr: resync from rms.
16108
16109 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16110
16111         * configure, config.sub, config.subr: merge config.sub into
16112           config.subr, call the result config.subr, remove config.sub, use
16113           config.subr.
16114
16115         * Makefile.in: revised install for dir.info.
16116
16117 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16118
16119         * configure.in: add decstation host makefile frag.
16120
16121         * Makefile.in: BISON now bison -y again.  also install-gcc on
16122           install.  clean-gdbm on clean.  infodir belongs in datadir.
16123           Make directories for info install.  Build dir.info here then
16124           install it.
16125
16126 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16127
16128         * Makefile.in: fix for bad directory tests.
16129
16130 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16131
16132         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
16133           regexp.  -srcdir relative was being handled incorrectly.
16134
16135         * Makefile.in: unwrapped some for loops so that parallel makes
16136           work again and so one can focus one's attention on a particular
16137           package.
16138
16139 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16140
16141         * configure: added PWD as a stand in for `pwd` (for speed). use
16142           elif wherever possible.  make -srcdir work without -objdir.
16143           -objdir= commented out.
16144
16145 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16146
16147         * configure: +options become --options.  -subdirs commented out.
16148           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
16149           Makefile now at top of generated Makefile.  Removed cvs log
16150           entries.  added -srcdir.  create .gdbinit only if there is one
16151           in ${srcdir}.
16152
16153         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
16154           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
16155           and mandir now keyed off datadir by default.
16156
16157 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16158
16159         * Freshly created ChangeLog.
16160
16161 \f
16162 Local Variables:
16163 mode: change-log
16164 left-margin: 8
16165 fill-column: 76
16166 version-control: never
16167 End: