OSDN Git Service

PR lto/47225
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2011-01-07  Jan Hubicka  <jh@suse.cz>
2
3         PR lto/47225
4         * Makefile.in: Regenerate.
5         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
6         configure.
7
8 2011-01-07  Jan Hubicka  <jh@suse.cz>
9
10         * Makefile.in: Regenerate.
11         * Makefile.def (gcc host module) and soft dependency on lto-plugin
12         and configure dependency on lto-plugin configure.
13         (lto-plugin module): Remove dependency on GCC; add dependency on
14         liniberty.
15
16 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
17
18         * MAINTAINERS (Write After Approval): Add myself.
19
20 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
21
22         * configure: Regenerate.
23
24 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
25
26         * configure.ac: (picochip): Disable libiberty.
27
28 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
29
30         * MAINTAINERS (Write After Approval): Add myself.
31
32 2010-12-10  Ian Lance Taylor  <iant@google.com>
33
34         PR bootstrap/46819
35         * configure.ac: For --disable-libgcj clear libgcj_saved.
36         * configure: Rebuild.
37
38 2010-12-10  Tobias Burnus  <burnus@net-b.de>
39
40         PR fortran/46540
41         * configure.ac: Add --disable-libquadmath and
42         --disable-libquadmath-support.
43         * configure: Regenerate.
44
45 2010-12-03  Ian Lance Taylor  <iant@google.com>
46
47         * MAINTAINERS: Add myself as libgo maintainer.
48
49 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
50
51         PR libffi/46792
52         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
53         * configure: Regenerate.
54
55 2010-12-02  Ian Lance Taylor  <iant@google.com>
56
57         * configure.ac: Always set default for poststage1_ldflags to
58         -static-libstdc++ -static-libgcc.
59
60 2010-11-29  Andreas Schwab  <schwab@redhat.com>
61
62         * configure.ac: Move comment to remove extra space in last argument
63         of GCC_TARGET_TOOL.
64
65 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
66
67         PR other/46026
68         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
69         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
70         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
71         (BASE_FLAGS_TO_PASS): Use it.
72         * configure: Rebuilt.
73         * Makefile.in: Rebuilt.
74
75 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
76
77         PR binutils/12258
78         * configure.ac: Correct comments for --enable-gold/--enable-ld.
79         Properly check default linker.
80         * configure: Regnerated.
81
82 2010-11-23  Matthias Klose  <doko@ubuntu.com>
83
84         * configure.ac: For --enable-gold, handle value `default' instead of
85         `both*'.   New configure option --{en,dis}able-ld.
86         * configure: Regenerate.
87
88 2010-11-20  Ian Lance Taylor  <iant@google.com>
89
90         * configure.ac: Only disable a language library if no language needs
91         it.  Don't let --disable-libgcj uncondtionally disable libffi.
92         * configure: Rebuild.
93
94 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
95
96         * Makefile.in: Regenerate.
97
98         PR other/46202
99         * configure.ac: Fix just-built in-tree STRIP name to be
100         binutils/strip-new.
101         * configure: Regenerate.
102         * Makefile.def (install-strip-gcc, install-strip-binutils)
103         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
104         (install-strip-sid): Mirror dependencies on non-strip variants
105         of these targets on the respective -strip prerequisites.
106         * Makefile.tpl (install-strip, install-strip-host)
107         (install-strip-target): New targets.
108         (install-strip-[+module+], install-strip-target-[+module+]):
109         New targets.
110         * Makefile.in: Regenerate.
111
112 2010-11-19  Ian Lance Taylor  <iant@google.com>
113             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
114
115         * configure.ac: Add target-libgo to target_libraries.  Set
116         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
117         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
118         (HOST_EXPORTS): Add GOC.
119         (BASE_TARGET_EXPORTS): Add GOC.
120         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
121         (GOCFLAGS_FOR_TARGET): New variable.
122         (EXTRA_HOST_FLAGS): Add GOC.
123         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
124         * Makefile.def (target_modules): Add libgo.
125         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
126         (dependencies): Add dependency from configure-target-libgo to
127         configure-target-libffi and all-target-libstdc++-v3.  Add
128         dependencies from all-target-libgo to all-target-libffi.
129         (languages): Add go.
130         * configure: Rebuild.
131         * Makefile.in: Rebuild.
132
133 2010-11-19  Ian Lance Taylor  <iant@google.com>
134
135         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
136         compiler/flag environment variables.
137
138 2010-11-18  Ian Lance Taylor  <iant@google.com>
139
140         * configure.ac: Check for lang_requires_boot_languages in
141         config-lang.in files.
142         * configure: Rebuild.
143
144 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
145             Tobias Burnus  <burnus@net-b.de>
146
147         PR fortran/32049
148         * Makefile.def: Add libquadmath; build it with language=fortran.
149         * configure.ac: Add libquadmath.
150         * Makefile.tpl: Handle multiple libs in check-[+language+].
151         * Makefile.in: Regenerate.
152         * configure: Regenerate.
153
154 2010-11-16  Tom Tromey  <tromey@redhat.com>
155
156         * MAINTAINERS: Moved myself to reviewers section.
157
158 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
159
160         * MAINTAINERS: Moved myself to reviewers section.
161
162 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
163
164         * MAINTAINERS (Various Maintainers): Add self for build machinery.
165         (Write After Approval): Remove self.
166
167 2010-11-15  Andreas Schwab  <schwab@redhat.com>
168
169         * configure.ac: Fix spelling in option names.
170         * configure: Regenerated.
171
172 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
173
174         PR bootstrap/39622
175         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
176         * configure: Regenerated.
177
178 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
179
180         * MAINTAINERS: Update my email address.
181
182 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
183
184         * configure: Regenerate.
185
186 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
187
188         * configure: Regenerate.
189
190 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
191
192         * configure: Regenerate.
193
194 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
195
196         * configure: Regenerate.
197
198 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
199
200         * configure.ac: Support official CLooG.org versions.
201         * configure: Regenerate.
202         * config/cloog.m4: New.
203
204 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
205
206         * MAINTAINERS (Write After Approval): Add myself.
207
208 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
209
210         * MAINTAINERS: Update my email address.
211
212 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
213
214         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
215         * configure: Regenerate.
216
217 2010-11-03  Ian Lance Taylor  <iant@google.com>
218             Dave Korn  <dave.korn.cygwin@gmail.com>
219
220         PR lto/46273
221         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
222         and on other supported platforms whenever LTO is enabled.
223         * configure: Rebuild.
224
225 2010-11-02  Alan Modra  <amodra@gmail.com>
226
227         PR binutils/12110
228         * configure.ac: Error when source path contains spaces.
229         * configure: Regenerate.
230
231 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
232
233         * MAINTAINERS: Update my email address.
234
235 2010-10-20  Ian Lance Taylor  <iant@google.com>
236
237         * Makefile.def (target_modules): Set lib_path to src/.libs for
238         libstdc++-v3 module.
239         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
240         * Makefile.in: Rebuild.
241
242 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
243
244         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
245         (Write After Approval): Remove myself.
246
247 2010-10-15  Tristan Gingold  <gingold@adacore.com>
248
249         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
250
251 2010-10-14  Douglas Rupp  <rupp@gnat.com>
252
253         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
254
255 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
256
257         * configure.ac (build_lto_plugin): New shell variable.
258         (--enable-lto): Turn on by default for all non-ELF platforms that
259         have had LTO support added so far.  Set build_lto_plugin appropriately
260         for both ELF and non-ELF.
261         (configdirs): Add lto-plugin or not based on build_lto_plugin.
262         * configure: Regenerate.
263
264 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
265
266         Sync from src:
267         * configure.ac (v850 support): Remove target-libgloss from
268         noconfigdirs.
269         * configure: Regenerate.
270
271 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
272
273         PR bootstrap/45326
274         PR bootstrap/45174
275         * configure.ac: Honor initial values of $build_configargs,
276         $host_configargs, $target_configargs.  Mark the precious, so
277         environment settings get recorded.
278         * configure: Regenerate.
279
280 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
281
282         PR bootstrap/45796
283         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
284         Depend on all-build-libiberty.
285         * Makefile.in: Regenerate.
286
287 2010-09-30  Michael Eager  <eager@eagercon.com>
288
289         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
290         * configure: Regenerate.
291
292 2010-09-28  Michael Eager  <eager@eagercon.com>
293
294         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
295
296 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
297
298         PR bootstrap/44621
299         * configure.ac: Fix unportable shell quoting.
300         * configure: Regenerate.
301
302 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
303
304         * configure.ac (enable-lto): Add Darwin to the list of supported lto
305         targets and amend comment.
306         * configure: Regenerate.
307
308 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
309
310         * MAINTAINERS (Write After Approval): Add myself.
311
312 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
313
314         * configure.ac: Enable LTO by default on Darwin.
315         * configure: Regenerate.
316
317 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
318
319         * MAINTAINERS (Write After Approval): Add myself.
320
321 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
322
323         * MAINTAINERS (Write After Approval): Add myself.
324
325 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
326
327         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
328         ports
329
330 2010-07-28  David Yuste  <david.yuste@gmail.com>
331
332         * MAINTAINERS (Write After Approval): Add myself.
333
334 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
335
336         * configure.ac: Support all v850 targets.
337         * configure: Regenerate.
338
339 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
340
341         PR bootstrap/44455
342         * configure.ac (extra_mpfr_configure_flags): Copy from
343         extra_mpc_gmp_configure_flags.
344         * configure: Re-generated.
345
346 2010-07-22  Andi Kleen  <ak@linux.intel.com>
347
348         * MAINTAINERS (Write After Approval): Add myself.
349
350 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
351
352         * MAINTAINERS (Write After Approval): Add myself.
353
354 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
355
356         * MAINTAINERS (Write After Approval): Add myself.
357
358 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
359
360         PR target/44862
361         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
362         Provide -B option to allow for link spec %s substitutions for
363         libstdc++.a on darwin.
364         * Makefile.in: Regenerate.
365
366 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
367
368         * MAINTAINERS (Reviewers): Update my e-mail address
369
370 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
371
372         * Makefile.def (configure-gcc): Depend on all-libelf.
373         * Makefile.in: Rebuild.
374
375 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
376
377         * MAINTAINERS (Write After Approval): Add myself in the right place.
378
379 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
380
381         * MAINTAINERS (Write After Approval): Add myself.
382
383 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
384
385         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
386
387 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
388
389         * config.sub: Update to version 2010-05-21.
390         * config.guess: Update to version 2010-04-03.
391
392 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
393
394         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
395         * configure: Regenerate.
396
397 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
398
399         * MAINTAINERS (Write After Approval): Add myself.
400
401 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
402
403         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
404         a platform that supports LTO.
405         * configure: Regenerate.
406
407 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
408
409         * configure.ac: Allow all the versions greater than 0.10 of PPL.
410         * configure: Regenerated.
411
412 2010-04-27  Roland McGrath  <roland@redhat.com>
413             H.J. Lu  <hongjiu.lu@intel.com>
414
415         * configure.ac (--enable-gold): Support both, both/gold and
416         both/bfd to add gold to configdirs without removing ld.
417         * configure: Regenerated.
418
419         * Makefile.def: Add install-gold dependency to install-ld.
420         * Makefile.in: Regenerated.
421
422 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
423
424         PR lto/42776
425         * configure.ac (--enable-lto): Refactor handling so libelf tests
426         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
427         and allow LTO to be explicitly enabled on non-ELF platforms that
428         are known to support it inside else-clause.
429         * configure: Regenerate.
430
431 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
432
433         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
434         * configure: Regenerate.
435
436 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
437
438         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
439         * configure: Regenerate.
440
441 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
442
443         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
444         separately.
445         * configure: Regenerate.
446
447 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
448
449         * MAINTAINERS (Write After Approval): Add myself.
450
451 2010-04-14  Tristan Gingold  <gingold@adacore.com>
452
453         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
454         * configure: Regenerate.
455
456 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
457
458         * configure: Regenerate after change to elf.m4.
459
460 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
461
462         * MAINTAINERS (Write After Approval): Add myself.
463
464 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
465
466         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
467         * configure: Regenerated.
468
469 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
470
471         * configure.ac: Print "buggy but acceptable" when CLooG
472         revision is less than 9.
473         * configure: Regenerated.
474
475 2010-04-01  Diego Novillo  <dnovillo@google.com>
476
477         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
478
479 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
480
481         PR bootstrap/43615
482         PR bootstrap/43328
483
484         Revert:
485
486         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
487
488         * configure.ac: Do not pass --enable-multilib nor
489         --disable-multilib in baseargs.  Accept explicitly passed
490         --enable_multilib.
491         * configure: Regenerate.
492
493 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
494
495         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
496
497 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
498
499         * MAINTAINERS: Remove myself.
500
501 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
502
503         PR bootstrap/43328
504         * configure.ac: Do not pass --enable-multilib nor
505         --disable-multilib in baseargs.  Accept explicitly passed
506         --enable_multilib.
507         * configure: Regenerate.
508
509 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
510
511         * MAINTAINERS (spu port): Remove me.
512
513 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
514
515         * configure.ac (tic6x-*-*): New case.
516         * configure: Regenerate.
517
518 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
519
520         * config.sub: Update to version 2010-03-22.
521         * config.guess: Update to version 2009-12-30.
522
523 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
524
525         PR ada/42554
526         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
527         * configure: Regenerate.
528
529 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
530
531         * MAINTAINERS: Update my email address.
532
533 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
534
535         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
536         (ghassan.shobaki@amd.com): Removed.
537
538 2010-03-17  Alan Modra  <amodra@gmail.com>
539
540         * MAINTAINERS: Update my email address.
541
542 2010-03-16  Diego Novillo  <dnovillo@google.com>
543
544         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
545         Matthews.
546
547 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
548
549         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
550         Gutson, Jeffrey D. Oldham and Mark Shinwell.
551
552 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
553
554         * MAINTAINERS: Update my email address.
555
556 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
557
558         * MAINTAINERS: Update my email address.
559
560 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
561
562         * MAINTAINERS: Update my email address.
563
564 2010-03-09  Jie Zhang  <jie@codesourcery.com>
565
566         * MAINTAINERS: Update my email address.
567
568 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
569
570         PR libstdc++/32499
571         * configure.ac (RANLIB): Default to true.
572         (STRIP): Likewise.
573         (RANLIB_FOR_TARGET): Remove superfluous : argument.
574         * configure: Regenerate.
575
576 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
577
578         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
579         (Write After Approval): Update my email address.
580
581 2010-02-17  Nick Clifton  <nickc@redhat.com>
582
583         PR 11238
584         * Makefile.tpl (local-distclean): Also remove config.cache files in
585         sub-directories as there may not be Makefiles present in the
586         sub-directories.
587         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
588         the config.cache files found by the find command.
589
590         * Makefile.in: Regenerate.
591         * configure.ac: Revert previous delta.
592         * configure: Regenerate.
593
594 2010-02-15  Nick Clifton  <nickc@redhat.com>
595
596         PR 11238
597         * configure.ac: Delete config.cache files in sub-directories when
598         deleting Makefiles.
599         * configure: Regenerate.
600
601 2010-02-12  Ben Elliston  <bje@gnu.org>
602
603         * MAINTAINERS: Update my email address.
604
605 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
606
607         * MAINTAINERS (spu port): Update my email address.
608
609 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
610
611         * MAINTAINERS: Add myself as a maintainer for the bfin port.
612
613 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
614
615         * configure.ac: Add "recommended" version checks for GMP/MPC.
616         Update recommended GMP/MPFR/MPC versions.
617         * configure: Regenerate.
618
619 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
620
621         * MAINTAINERS: Move my Embecosm email address into the
622         write-after-approval section.
623
624 2010-01-26  Ian Lance Taylor  <iant@google.com>
625
626         * MAINTAINERS: Add myself as Go frontend maintainer.
627
628 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
629
630         PR libstdc++/36101, PR libstdc++/42813
631         * configure.ac (bootstrap_target_libs): Make inclusion of
632         target-libgomp conditional on libgomb being in target_configdirs.
633         * configure: Regenerate.
634
635 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
636
637         PR libstdc++/36101, PR libstdc++/42813
638         * configure.ac (bootstrap_target_libs): Include target-libgomp.
639         * configure: Regenerate.
640
641 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
642
643         PR libstdc++/36101, PR libstdc++/42813
644         * configure.ac (target_configdirs): Substitute.
645         * Makefile.def: Bootstrap target module libgomp.
646         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
647         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
648         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
649         * configure, Makefile.in: Regenerate.
650
651 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
652
653         * MAINTAINERS: Adjust my details.
654
655 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
656
657         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
658
659 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
660
661         * MAINTAINERS: reindented my entry with tabs instead of spaces.
662
663 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
664
665         * MAINTAINERS (Write After Approval): Add myself.
666
667 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
668
669         * MAINTAINERS (Write After Approval): Add myself.
670
671 2010-01-11  Richard Guenther  <rguenther@suse.de>
672
673         PR lto/41569
674         * Makefile.def (all-lto-plugin): Depend on all-gcc.
675         * Makefile.in: Regenerated.
676
677 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
678
679         * configure.ac: Enable libjava build on x86_64-*freebsd*.
680         * configure: Regenerate.
681
682 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
683             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
684
685         PR bootstrap/42424
686         * configure.ac: Include libtool m4 files.
687         (_LT_CHECK_OBJDIR): Call it.
688         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
689         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
690
691         * configure: Regenerate.
692
693 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
694
695         PR bootstrap/41818
696         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
697         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
698         * Makefile.in: Regenerate.
699
700 2010-01-02  Richard Guenther  <rguenther@suse.de>
701
702         PR lto/41529
703         * configure.ac: Include config/elf.m4.  Disable LTO if not
704         builting for an elf target.
705         * configure: Regenerate.
706
707 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
708
709         * MAINTAINERS: Change my email address.
710
711 2009-12-18  Ben Elliston  <bje@au.ibm.com>
712
713         * config.sub, config.guess: Update from upstream sources.
714
715 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
716
717         * MAINTAINERS (Write After Approval): Add myself.
718
719 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
720
721         PR middle-end/30447
722         PR middle-end/30789
723         PR other/40302
724
725         * configure.ac: Require MPC.
726         * configure: Regenerate.
727
728 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
729
730         PR target/38384
731         PR bootstrap/40972
732         * libtool.m4: Sync from git Libtool.
733         * ltoptions.m4: Likewise.
734         * ltversion.m4: Likewise.
735         * lt~obsolete.m4: Likewise.
736         * ltmain.sh: Likewise.
737
738 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
739
740         * configure.ac: Update minimum MPC version to 0.8.
741         * configure: Regenerate.
742
743 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
744
745         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
746         * configure: Regenerated.
747
748 2009-11-21  Ian Lance Taylor  <iant@google.com>
749
750         * configure.ac: Change default of poststage1_ldflags to be empty if
751         poststage1_libs is set.  When poststage1_libs is empty, and
752         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
753         * configure: Rebuild.
754
755 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
756
757         * MAINTAINERS (Write After Approval): Update my email address.
758
759 2009-11-20  Ben Elliston  <bje@au.ibm.com>
760
761         * config.guess: Update from upstream sources.
762
763 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
764
765         * Makefile.def: Restore host and target settings for gmp.
766         * Makefile.in: Rebuild.
767
768 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
769
770         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
771         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
772         Fix portability of test of C++ as bootstrap language.  Add
773         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
774         * configure: Rebuild.
775         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
776         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
777         in-tree building.
778         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
779         (POSTSTAGE1_HOST_EXPORTS): Use it.
780         (STAGE[+id+]_CXXFLAGS): New.
781         (BASE_FLAGS_TO_PASS): Pass it down.
782         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
783         extra_exports.
784         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
785         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
786         extra_exports.
787         * Makefile.in: Rebuild.
788
789 2009-11-17  Ben Elliston  <bje@au.ibm.com>
790
791         * config.sub, config.guess: Update from upstream sources.
792
793 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
794
795         * MAINTAINERS (Write After Approval): Add myself.
796
797 2009-11-09  Jon Beniston  <jon@beniston.com>
798
799         * MAINTAINERS (Write After Approval): Add myself.
800
801 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
802
803         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
804         paths for *-w64-mingw* and x86_64-*mingw*.
805         * configure: Regenerated.
806
807 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
808
809         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
810
811 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
812
813         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
814         Phil Edwards to Write-After Approval.
815
816 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
817
818         * configure.ac: Disable target-winsup & co for
819         x86_64-*-mingw* and *-w64-mingw* targets.
820         * configure: Regenerated.
821
822 2009-10-16  Nick Clifton  <nickc@redhat.com>
823
824         * MAINTAINERS: Add myself as a maintainer for the RX port.
825
826 2009-10-26  Johannes Singler  <singler@kit.edu>
827
828         * MAINTAINERS (Write After Approval): Update my e-mail address.
829
830 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
831
832         * configure.ac (CLooG test): Use = with test.
833         * configure: Regenerate.
834
835 2009-10-22  Richard Guenther  <rguenther@suse.de>
836
837         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
838         cloog if the ppl version check failed.  Move flags saving
839         before setting in libelf check.
840         * configure: Regenerate.
841
842 2009-10-21  Richard Guenther  <rguenther@suse.de>
843
844         * configure.ac: Adjust the ppl and cloog configure to work as
845         documented.  Disable cloog if ppl was disabled.  Omit the version
846         checks if they were disabled.
847         * configure: Re-generate.
848
849 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
850
851         * configure.ac: Add 'lto' to enable_languages, not
852         new_enable_languages, and only if not already present.
853         * configure: Regenerate.
854
855 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
856
857         * README: Refer to the various COPYING* files instead of just
858         COPYING.
859         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
860
861 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
862
863         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
864         
865 2009-10-07  Richard Guenther  <rguenther@suse.de>
866
867         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
868         and Richard Guenther as reviewers.
869         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
870         as reviewers.
871
872 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
873
874         * config.sub: Update from upstream sources.
875
876 2009-10-06  Ian Lance Taylor  <iant@google.com>
877
878         * Makefile.def: check-gold depends upon all-gas.
879         * Makefile.in: Rebuild.
880
881 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
882
883         * MAINTAINERS (Write After Approval): Add myself.
884
885 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
886
887         * Makefile.def: all-lto-plugin depends on all-libiberty.
888         set bootstrap=true for lto-plugin.
889         Add lto-plugin.
890         * Makefile.in: Regenerate.
891         * configure.ac (host_libs): Add lto-plugin.
892         * configure: Regenerate.
893
894 2009-10-03  Diego Novillo  <dnovillo@google.com>
895
896         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
897         (HOST_LIBELFLIBS): Define.
898         (HOST_LIBELFINC): Define.
899         * Makefile.in: Regenerate.
900         * configure.ac: Add --enable-lto.
901         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
902         If --enable-lto is used, add 'lto' to new_enable_languages.
903         If --enable-lto is used and gold is enabled, add
904         lto-plugin to configdirs.
905         * configure: Regenerate.
906
907 2009-10-03  Simon Baldwin  <simonb@google.com>
908
909         * configure.ac: If --with-system-zlib, suppress local zlib and
910         pass --with-system-zlib to subdir configure scripts.
911         * configure: Regenerate.
912
913 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
914             Paolo Bonzini  <bonzini@gnu.org>
915
916         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
917         $(srcdir).
918         * Makefile.in: Rebuilt.
919
920 2009-09-26  Gary Funck  <gary@intrepid.com>
921
922         * MAINTAINERS (Write After Approval): Add myself.
923
924 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
925
926         * configure.ac: Update minimum MPC version to 0.7.
927         * configure: Regenerate.
928
929 2009-09-25  Nick Clifton  <nickc@redhat.com>
930
931         * configure.ac: Pass any --cache-file=/dev/null option on to
932         subconfigures.
933         * configure: Regenerate.
934
935 2009-09-23  Nick Clifton  <nickc@redhat.com>
936
937         * config.sub, config.guess: Update from upstream sources.
938
939 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
940
941         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
942         * Makefile.in: Rebuilt.
943
944 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
945
946         PR bootstrap/32272
947         * configure.ac: Error out if $srcdir isn't '.' but contains
948         host-${host_noncanonical}.
949         * configure: Regenerate.
950
951 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
952
953         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
954         maintainer.
955
956 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
957
958         * configure.ac: If bootstrapping a combined tree with
959         --enable-gold, require c++ in stage1_languages.
960         * configure: Regenerate.
961
962         * configure.ac: Also add target_libs of stage1_languages to
963         bootstrap_target_libs.
964         * configure: Regenerate.
965
966         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
967         with --enable-languages not containing c++.
968         * configure: Regenerate.
969
970 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
971
972         * configure.ac: Disable java and boehm-gc for bfin-*-*.
973         * configure: Regenerate.
974
975 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
976
977         * MAINTAINERS (Write After Approval): Update my e-mail address,
978         and move from from here...
979         (Waiting for paperwork): To here.
980
981 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
982
983         * MAINTAINERS (Reviewers): Add self as driver reviewer.
984
985 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
986
987         * configure.ac: Do not use $extrasub for replacing @if/@endif
988         parts in Makefile; instead, use additional arguments to
989         AC_CONFIG_COMMANDS to do the replacement manually, with several
990         sed invocations, to avoid HP-UX sed command limits.
991         * configure: Regenerate.
992
993 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
994
995         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
996         blank before -L.
997
998 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
999
1000         * configure.ac (with-build-config): Document.  Handle without.
1001         Handle missing argument.
1002         * configure: Rebuilt.
1003
1004 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
1005
1006         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1007         Default to bootstrap-debug only if compare-debug works.
1008         * configure: Rebuilt.
1009         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1010         * Makefile.in: Rebuilt.
1011
1012 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1013
1014         * MAINTAINERS (OS Port Maintainers): Update my email address.
1015
1016 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1017
1018         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1019         * Makefile.in: Rebuilt.
1020
1021 2009-09-01  Chris Demetriou  <cgd@google.com>
1022
1023         * MAINTAINERS (Write After Approval): Add myself.
1024
1025 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
1026
1027         PR debug/30161
1028         * include/dwarf2.h (enum dwarf_tag): Added
1029         DW_TAG_GNU_template_template_param
1030         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
1031
1032 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1033
1034         * Makefile.tpl (AWK): Fix typo.
1035         * Makefile.in: Regenerate.
1036
1037 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1038
1039         * configure.ac: Detect awk and sed.
1040         * Makefile.def (flags_to_pass): Add AWK and SED.
1041         * Makefile.tpl (AWK, SED): New.
1042         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1043         * configure: Regenerate.
1044         * Makefile.in: Regenerate.
1045
1046 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1047
1048         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
1049         (collapseslashes): Likewise.
1050
1051 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1052
1053         * configure.ac (AC_PREREQ): Bump to 2.64.
1054
1055 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1056
1057         * configure.ac: Remove --with-datarootdir, --with-docdir,
1058         --with-pdfdir, --with-htmldir switches.
1059         * configure: Regenerate.
1060
1061         * configure: Regenerate.
1062
1063         * compile: Sync from Automake 1.11.
1064         * depcomp: Likewise.
1065         * install-sh: Likewise.
1066         * missing: Likewise.
1067         * mkinstalldirs: Likewise.
1068         * ylwrap: Likewise.
1069
1070 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
1071
1072         * ltmain.sh (func_normal_abspath): New function.
1073         (func_relative_path): Likewise.
1074         (func_mode_help): Document new -bindir option for link mode.
1075         (func_mode_link): Add new -bindir option, and use it to place
1076         output DLL if specified.
1077
1078 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1079
1080         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1081         (baseargs): Add --disable-option-checking.
1082         * configure: Regenerate.
1083
1084         * Makefile.def (configure-target-libiberty): Depend on
1085         all-binutils and all-ld.
1086         (configure-target-newlib): Likewise.
1087         * Makefile.in: Regenerate.
1088
1089 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1090
1091         * config.sub, config.guess: Update from upstream sources.
1092
1093 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1094
1095         Sync from src, merge:
1096
1097         2009-07-02  Tristan Gingold  <gingold@adacore.com>
1098
1099         * configure.ac: Do not exclude gas for i386-*-darwin.
1100         Add a case for x86_64-*-darwin.
1101         * configure: Regenerate.
1102
1103 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
1104
1105         * MAINTAINERS: Add my name to Write After Approval list.
1106
1107 2009-08-06  Michael Eager  <eager@eagercon.com>
1108
1109         * configure.ac: Add Microblaze target.
1110         * configure: Regenerate.
1111
1112 2009-07-31  Christian Bruel  <christian.bruel@st.com>
1113
1114         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1115         * configure: Regenerate.
1116         
1117 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
1118
1119         * MAINTAINERS (Write After Approval): Update my e-mail address.
1120
1121 2009-07-06  Ian Lance Taylor  <iant@google.com>
1122
1123         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1124         * configure: Rebuild.
1125
1126 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
1127
1128         * MAINTAINERS: Move myself to the Graphite Reviewers.
1129
1130 2009-06-30  Wei Guozhi  <carrot@google.com>
1131
1132         * MAINTAINERS: Add my name to Write After Approval list.
1133
1134 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1135
1136         PR bootstrap/40338
1137         * configure.ac (comparestring): Create new variable.
1138         * Makefile.tpl (comparestring): Use to skip some comparisions.
1139         * configure: Regenerate.
1140         * Makefile.in: Regenerate.
1141
1142 2009-06-26  Doug Evans  <dje@sebabeach.org>
1143
1144         * Makefile.def (host_modules): Add cgen.
1145         * Makefile.in: Regenerate.
1146         * configure.ac (host_tools): Add cgen.
1147         * configure: Regenerate.
1148
1149 2009-06-23  DJ Delorie  <dj@redhat.com>
1150
1151         * MAINTAINERS: Add myself as mep maintainer.
1152
1153 2009-06-23  Ian Lance Taylor  <iant@google.com>
1154
1155         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1156         boot_languages.  Only bootstrap target libraries listed in
1157         target_libs for some boot language.  Add --with-stage1-ldflags,
1158         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1159         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1160         if not building with C++.
1161         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1162         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1163         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1164         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1165         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1166         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1167         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1168         * configure, Makefile.in: Rebuild.
1169
1170 2009-06-23  Li Feng  <nemokingdom@gmail.com>
1171
1172         * MAINTAINERS: Added my name to write-after-approval list.
1173
1174 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
1175
1176         * configure.ac: Define is_elf for QNX Neutrino targets.
1177         * configure: Regenerate.
1178
1179 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
1180
1181         * MAINTAINERS: Added my name to the write-after-approval list
1182
1183 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1184
1185         * configure.ac: Detect MPC in default directory.
1186         * configure: Regenerate.
1187
1188 2009-06-03  Jerome Guitton  <guitton@adacore.com>
1189             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1190
1191         * Makefile.tpl (all): Avoid a trailing backslash.
1192         * Makefile.in: Regenerate.
1193
1194 2009-06-03  Ben Elliston  <bje@au.ibm.com>
1195
1196         * config.sub, config.guess: Update from upstream sources.
1197
1198 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
1199
1200         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1201         to noconfdirs.
1202         * configure: Regenerate.
1203
1204 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
1205
1206         * Makefile.tpl ([+compare-target+]): Compare all stage
1207         directories, rather than just gcc.
1208         * Makefile.in: Rebuilt.
1209
1210 2009-06-01  Doug Kwan  <dougkwan@google.com>
1211
1212         * configure.ac: Support gold for target arm*-*-*.
1213         * configure: Regenerate.
1214
1215 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1216
1217         * Makefile.def: Add MPC support and dependencies.
1218         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
1219
1220         * Makefile.in, configure: Regenerate.
1221
1222 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
1223
1224         * Makefile.tpl (all): Avoid harmless warning in make all when
1225         gcc-bootstrap is enabled but stage_last does not exist.
1226         * Makefile.in: Rebuilt.
1227
1228 2009-05-24  Nicolas Roche  <roche@adacore.com>
1229
1230         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1231         * Makefile.in: Regenerate.
1232
1233 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
1234
1235         * MAINTAINERS: Update my e-mail address.
1236
1237 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1238
1239         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
1240         * configure:  Regenerate.
1241
1242 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1243
1244         PR other/40159
1245         * Makefile.tpl (all): Don't assume gcc-bootstrap and
1246         gcc-no-bootstrap are mutually exclusive.
1247         * Makefile.in: Rebuilt.
1248
1249 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1250
1251         PR other/40159
1252         * Makefile.tpl (all): Don't end with unconditional success.
1253         * Makefile.in: Rebuilt.
1254
1255 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
1256
1257         PR target/37137
1258         * Makefile.def (flags_to_pass): Remove redundant and incomplete
1259         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1260         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1261         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
1262         stage_configureflags, stage_cflags and stage_libcflags into
1263         explicit Makefile macros.
1264         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1265         GFORTRAN.
1266         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1267         CC.  Set CC_FOR_BUILD from CC.
1268         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1269         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1270         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1271         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
1272         and GFORTRAN.
1273         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1274         (_LIBCFLAGS): Renamed to _TFLAGS.
1275         (do-compare-debug, do-compare3-debug): Drop.
1276         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1277         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1278         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1279         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1280         (XGCC_FLAGS_FOR_TARGET): New.
1281         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1282         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1283         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1284         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1285         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
1286         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
1287         TFLAGS.
1288         (BUILD_CONFIG): Include if requested.
1289         (all): Set TFLAGS on bootstrap.
1290         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1291         (all-stageid-prefixmodule): Likewise.
1292         (do-clean, distclean-stageid): Set TFLAGS.
1293         (restrap): Fix whitespace.
1294         * Makefile.in: Rebuilt.
1295
1296 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
1297
1298         * config.guess: Sync with src.
1299
1300 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1301
1302         * configure.ac ($with_ppl):  Default to no if not supplied.
1303         ($with_cloog):  Likewise.
1304         configure:  Regenerate.
1305
1306 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
1307
1308         * MAINTAINERS: Update my e-mail address.
1309
1310 2009-04-27  Nick Clifton  <nickc@redhat.com>
1311
1312         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
1313
1314 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
1315
1316         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1317         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1318         * Makefile.in: Regenerate.
1319
1320 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1321
1322         PR bootstrap/39739
1323         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1324         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1325
1326         * configure, Makefile.in: Regenerate.
1327
1328 2009-04-21  Taras Glek  <tglek@mozilla.com>
1329
1330         * include/hashtab.h: Update GTY annotations to new syntax
1331         * include/splay-tree.h: Likewise
1332
1333 2009-04-17  Ben Elliston  <bje@au.ibm.com>
1334
1335         * config.sub, config.guess: Update from upstream sources.
1336
1337 2009-04-15  Anthony Green  <green@moxielogic.com>
1338
1339         * configure.ac: Add moxie support.
1340         * configure: Rebuilt.
1341
1342 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
1343
1344         * configure.ac: Change copyright header to refer to version
1345         3 of the GNU General Public License and to point readers at the
1346         COPYING3 file and the FSF's license web page.
1347         * Makefile.def: Likewise.
1348         * Makefile.tpl: Likewise.
1349         * Makefile.in: Regenerate.
1350
1351 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
1352
1353         * configure.ac: Restore match for darwin9 or later. Use double
1354         brackets since regeneration eats one pair.
1355         * configure: Regenerate.
1356
1357 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1358
1359         PR gas/10039
1360         * configure.ac: Require texinfo 4.7.
1361         * configure: Regenerated.
1362
1363 2009-04-09  Nick Clifton  <nickc@redhat.com>
1364
1365         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
1366         the GCC Runtime Library Exception.
1367
1368 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1369
1370         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1371         * configure: Regenerate.
1372
1373 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
1374
1375         * Makefil.def (languages): New entries.
1376         * Makefile.tpl (check-gcc-*): New generic target.
1377         * Makefile.in: Regenerate.
1378
1379 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
1380
1381         * MAINTAINERS:  Update my email address.
1382
1383 2009-03-18  Tom Tromey  <tromey@redhat.com>
1384
1385         * configure: Rebuild.
1386         * configure.ac (host_libs): Add libiconv.
1387         * Makefile.in: Rebuild.
1388         * Makefile.def (host_modules): Add libiconv.
1389         (configure-gdb, all-gdb): Depend on libiconv.
1390
1391 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1392
1393         * configure.ac: Treat gdb as supported on x86_64-darwin.
1394         * configure: Regenerate.
1395
1396 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1397
1398         * configure.ac (--with-host-libstdcxx): New option.
1399         * configure: Regenerate.
1400
1401 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
1402
1403         * MAINTAINERS:  Move myself into the write after approval list.
1404
1405 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
1406
1407         * MAINTAINERS: Update e-mail address.
1408         
1409 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
1410
1411         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
1412
1413 2009-03-10  Ira Rosen  <irar@il.ibm.com>
1414
1415         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
1416
1417 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1418
1419         Backport from git Libtool:
1420
1421         2009-01-19  Robert Millan  <rmh@aybabtu.com>
1422         Support GNU/kOpenSolaris.
1423         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1424         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1425         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1426         GNU/kOpenSolaris.
1427
1428 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
1429
1430         * MAINTAINERS: Update e-mail address.
1431
1432 2009-02-24  Michael Eager  <eager@eagercon.com>
1433
1434         * MAINTAINERS (Write After Approval): Add self.
1435
1436 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
1437
1438         * MAINTAINERS (Write After Approval): Add myself.
1439
1440 2009-02-05  Andreas Schwab  <schwab@suse.de>
1441
1442         * Makefile.tpl (stage_last): Define $r and $s before using
1443         $(RECURSE_FLAGS_TO_PASS).
1444         * Makefile.in: Regenerate
1445
1446 2009-01-30  Ian Lance Taylor  <iant@google.com>
1447
1448         * MAINTAINERS: Move myself to the Global Reviewers list.
1449
1450 2009-01-29  Robert Millan  <rmh@aybabtu.com>
1451
1452         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1453         * configure: Regenerate.
1454
1455 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
1456
1457         * MAINTAINERS: Make whitespace consistent.
1458         Remove Robert Millan from Write After Approval.
1459
1460 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1461
1462         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1463         (all-opcodes): Depend on all-libiberty.
1464         * Makefile.in: Regenerate.
1465
1466 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1467
1468         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1469         * configure: Regenerate.
1470
1471 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
1472
1473         * MAINTAINERS (Write After Approval): Add myself.
1474
1475 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
1476
1477         * MAINTAINERS: Add myself to reviewers (Fortran).
1478
1479 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
1480
1481         PR tree-optimization/38515
1482         * configure.ac (cloog-polylib): Removed.
1483         (with_ppl, with_cloog): Test for "no".
1484         * configure: Regenerated.
1485
1486 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
1487
1488         * MAINTAINERS: Moved myself to reviewers (Fortran).
1489
1490 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
1491
1492         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
1493         (Write After Approval): Remove myself.
1494
1495 2009-01-03  Diego Novillo  <dnovillo@google.com>
1496
1497         * MAINTAINERS: Remove myself from alias maintainership.
1498
1499 2009-01-02  David Ayers  <ayers@fsfe.org>
1500
1501         * MAINTAINERS: Update e-mail address.
1502
1503 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
1504
1505         * MAINTAINERS: Make whitespace consistent.
1506
1507 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1508
1509         Backport from upstream Libtool:
1510         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1511         Add cache variables to tests that require the linker to work.
1512         For shlibpath_overrides_runpath, this also changes the semantics
1513         to let the result from the C compiler take precedence.
1514
1515 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1516
1517         * config.sub, config.guess: Update from upstream sources.
1518
1519 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
1520
1521         * configure.ac (ppllibs): Add by default the lib flags.
1522         * configure: Regenerate.
1523
1524 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
1525
1526         * MAINTAINERS:  Add myself to the write after approval list.
1527
1528 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1529
1530         * configure.ac: Add double brackets on darwin[912].
1531         * configure: Regenerate.
1532
1533 2008-12-03  Daniel Kraft  <d@domob.eu>
1534
1535         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
1536         Approval to Reviewer section (for Fortran front-end).
1537
1538 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
1539
1540         * configure.ac: Expand to darwin10 and later.
1541         * configure: Regenerate.
1542
1543 2008-12-02  Andreas Schwab  <schwab@suse.de>
1544
1545         * Makefile.def: configure-target-boehm-gc depends on
1546         all-target-libstdc++-v3.
1547         * Makefile.in: Regenerate.
1548
1549 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
1550
1551         * MAINTAINERS:  Add myself as mingw maintainer.
1552
1553 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1554
1555         * config.sub, config.guess: Update from upstream sources.
1556
1557 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
1558
1559         * README.SCO: Remove.
1560
1561 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
1562
1563         * MAINTAINERS:  Add myself to the write after approval list.
1564
1565 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
1566
1567         * MAINTAINERS:  Update my email address in WAA section.
1568
1569 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
1570
1571         * MAINTAINERS: Update e-mail address.
1572
1573 2008-11-27  Toon Moene  <toon@moene.org>
1574
1575         * MAINTAINERS: Change e-mail address.
1576
1577 2008-11-27  Tristan Gingold  <gingold@adacore.com>
1578
1579         * configure.ac: Build gdb for i?86-*-darwin*
1580         * configure: Regenerated.
1581
1582 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
1583
1584         * MAINTAINERS: Added my full name.
1585
1586 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1587
1588         PR bootstrap/38014
1589         PR bootstrap/37923
1590
1591         Revert:
1592
1593         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1594
1595         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1596         * Makefile.in: Regenerated.
1597
1598         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1599
1600         PR gdb/921
1601         PR gdb/1646
1602         PR gdb/2175
1603         PR gdb/2176
1604
1605         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1606         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1607         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1608         (HOST_EXPORTS): Pass CPPFLAGS.
1609         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1610         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1611         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1612         * Makefile.in, configure: Regenerated.
1613         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1614         and CPPFLAGS_FOR_BUILD.
1615
1616 2008-11-06  Jeff Law  <law@redhat.com>
1617
1618         * MAINTAINERS: Add myself as middle end maintainer.
1619
1620 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
1621
1622         * MAINTAINERS (Write after approval): Add myself.
1623
1624 2008-11-05  Diego Novillo  <dnovillo@google.com>
1625
1626         * MAINTAINERS (Global Reviewers): Add myself.
1627         (Non-Algorithmic Maintainers): Remove myself.
1628
1629 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
1630
1631         * MAINTAINERS (Write after approval): Add myself.
1632
1633 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
1634
1635         * MAINTAINERS (Write after approval): Add myself.
1636
1637 2008-10-31  Ben Elliston  <bje@au.ibm.com>
1638
1639         * configure.ac (spu-*-*): Remove special case.
1640         * configure: Regenerate.
1641
1642 2008-10-30  Catherine Moore  <clm@codesourcery.com>
1643
1644         * MAINTAINERS (Write after approval): Update my email address.
1645
1646 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
1647
1648         * configure.ac [spu-*-*]: Do not set skipdirs.
1649         * configure: Re-generate.
1650
1651 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
1652
1653         * MAINTAINERS (Various Maintainers): Add myself to reload.
1654
1655 2008-10-25  Richard Guenther  <rguenther@suse.de>
1656
1657         * MAINTAINERS (Various Maintainers): Add myself as middle-end
1658         maintainer.  Remove myself as libgcc-math maintainer.
1659         (Non-Algorithmic Maintainers): Remove myself.
1660
1661 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1662
1663         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1664         * Makefile.in: Regenerated.
1665
1666 2008-10-23  Cary Coutant  <ccoutant@google.com>
1667
1668         * MAINTAINERS (Write after approval): Add myself.
1669
1670 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1671
1672         PR gdb/921
1673         PR gdb/1646
1674         PR gdb/2175
1675         PR gdb/2176
1676
1677         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1678         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1679         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1680         (HOST_EXPORTS): Pass CPPFLAGS.
1681         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1682         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1683         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1684         * Makefile.in, configure: Regenerated.
1685         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1686         and CPPFLAGS_FOR_BUILD.
1687
1688 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
1689
1690         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
1691         Sebastian Pop.
1692
1693 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
1694
1695         * MAINTAINERS (Write After Approval): Added myself.
1696
1697 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1698
1699         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1700         recommended version to 2.3.2.
1701
1702         * configure: Regenerate.
1703
1704 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
1705
1706         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
1707
1708 2008-09-29  David Daney <david.daney@caviumnetworks.com>
1709
1710         * MAINTAINERS (Write After Approval): Update e-mail address.
1711
1712 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
1713
1714         * libtool.m4: Update to libtool 2.2.6.
1715         * lt~obsolete.m4: Update to libtool 2.2.6.
1716         * ltmain.sh: Update to libtool 2.2.6.
1717         * ltsugar.m4: Update to libtool 2.2.6.
1718         * ltversion.m4: Update to libtool 2.2.6.
1719         * ltoptions.m4: Update to libtool 2.2.6.
1720         * ltgcc.m4: Update to match changes from libtool 2.2.6.
1721
1722 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
1723
1724         * MAINTAINERS (Write After Approval): Add myself.
1725
1726 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1727
1728         * MAINTAINERS (Write After Approval): Update my name.
1729
1730 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
1731
1732         * MAINTAINERS: Add myself in "Write After Approval".
1733
1734 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
1735
1736         * MAINTAINERS: Add myself as ia64 maintainer.
1737
1738 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
1739
1740         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
1741         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
1742         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
1743         and Michael Tiemann from Write After Approval since they do not
1744         actually have access.
1745
1746 2008-09-05  Richard Guenther  <rguenther@suse.de>
1747
1748         * configure.ac: Initialize clooglibs to -lcloog.
1749         * configure: Re-generate.
1750
1751 2008-09-04  Le-Chun Wu  <lcwu@google.com>
1752
1753         * MAINTAINERS (Write After Approval): Add myself.
1754
1755 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
1756
1757         * configure.ac (--with-cloog-polylib): New.
1758         (--disable-cloog-version-check): New.
1759         (--disable-ppl-version-check): New.
1760         * configure: Re-generate.
1761
1762 2008-09-03  Richard Guenther  <rguenther@suse.de>
1763
1764         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1765         cloog test.
1766         * configure: Re-generate.
1767
1768 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
1769
1770         Add picoChip port.
1771         * MAINTAINERS: Add picoChip maintainers.
1772
1773 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
1774             Tobias Grosser  <grosser@fim.uni-passau.de>
1775             Jan Sjodin  <jan.sjodin@amd.com>
1776             Harsha Jagasia  <harsha.jagasia@amd.com>
1777             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1778             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1779             Adrien Eliche  <aeliche@isty.uvsq.fr>
1780
1781         Merge from graphite branch.
1782         * configure: Regenerate.
1783         * Makefile.in: Regenerate.
1784         * configure.ac (host_libs): Add ppl and cloog.
1785         Add checks for PPL and CLooG.
1786         * Makefile.def (ppl, cloog): Added modules and dependences.
1787         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1788         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1789
1790 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1791
1792         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1793         (GCC_SHLIB_SUBDIR): New.
1794         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1795         * configure: Regenerate.
1796         * Makefile.in: Regenerate.
1797
1798 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
1799
1800         * MAINTAINERS: Consistently use tabs to separate columns.
1801
1802 2008-08-29  Tristan Gingold  <gingold@adacore.com>
1803
1804         * MAINTAINERS (Write after Approval): Add myself.
1805
1806 2008-08-28  Tristan Gingold  <gingold@adacore.com>
1807
1808         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1809         Enable bfd, binutils and opcodes.
1810         * configure: Regenerate.
1811
1812 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1813
1814         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
1815
1816 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1817
1818         * MAINTAINERS:  Use correct Umlaut for last name.
1819
1820 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1821
1822         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
1823
1824 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
1825
1826         * MAINTAINERS: Update my email address.
1827
1828 2008-08-16  Nicolas Roche  <roche@adacore.com>
1829
1830         * Makefile.tpl: Add BOOT_ADAFLAGS.
1831         * Makefile.in: Regenerate.
1832
1833 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
1834
1835         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1836         * configure: Regenerate.
1837
1838 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
1839
1840         * configure.ac: Add makefile fragments for hpux.
1841         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1842         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1843         * configure: Regenerate.
1844         * Makefile.in: Regenerate.
1845
1846 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
1847
1848         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
1849
1850 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
1851
1852         * MAINTAINERS (Write after Approval): Add myself.
1853
1854 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
1855
1856         * MAINTAINERS (Write After Approval):  Add myself.
1857
1858 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
1859
1860         * MAINTAINERS (Write After Approval):  Add myself.
1861
1862 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
1863
1864         * MAINTAINERS: Update my email address.
1865
1866 2008-06-25  Joey Ye  <joey.ye@intel.com>
1867
1868         * MAINTAINERS (Write After Approval):  Add myself.
1869
1870 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1871
1872         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1873         * Makefile.in: Regenerate.
1874         * configure: Regenerate.
1875
1876 2008-06-17  Daniel Kraft  <d@domob.eu>
1877
1878         * MAINTAINERS (Write After Approval):  Add myself.
1879
1880 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1881
1882         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1883         "$@" is still intact with both Autoconf 2.59 and 2.62.
1884         * configure: Regenerate.
1885
1886 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1887
1888         * Makefile.tpl: Fix comment errors.
1889         * Makefile.in: Regenerate.
1890
1891 2008-06-12  David S. Miller  <davem@davemloft.net>
1892             David Edelsohn  <edelsohn@gnu.org>
1893
1894         * configure.ac: Add powerpc*-*-* to gold supported targets.
1895         * configure: Regenerate.
1896
1897 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
1898
1899         PR tree-optimization/36218
1900         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1901         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1902         (all prefix="build-"): Pass them to build-system sub-makes.
1903         * Makefile.in: Regenerate.
1904
1905 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
1906
1907         * MAINTAINERS (mt port): Remove.
1908         (sco5, unixware, sco udk): Remove.
1909         (Kean Johnston): Add to Write After Approval.
1910
1911 2008-05-30  Julian Brown  <julian@codesourcery.com>
1912
1913         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1914         of libobjc for ARM EABI Linux.
1915         * configure: Regenerate.
1916
1917 2008-05-18  Xinliang David Li   <davidxl@google.com>
1918
1919         * ChangeLog: Remove wrong ChangeLog entry.
1920
1921 2008-05-17  Xinliang David Li   <davidxl@google.com>
1922
1923         * MAINTAINERS (Write After Approval): Add myself.
1924
1925 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
1926
1927         * MAINTAINERS (Write After Approval): Add myself.
1928
1929 2008-05-14  Rafael Espíndola  <espindola@google.com>
1930
1931         * config-ml.in: don't handle --enable-shared and --enable-static.
1932
1933 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
1934
1935         * MAINTAINERS: Update my email address.
1936
1937 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
1938
1939         * MAINTAINERS: Update my email address.
1940
1941 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
1942
1943         * MAINTAINERS (Write After Approval): Add myself.
1944
1945 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
1946
1947         * MAINTAINERS (Write After Approval): Add myself.
1948
1949 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
1950
1951         * MAINTAINERS (crx): Add myself.
1952
1953 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1954
1955         Sync with src:
1956         2008-04-14  David S. Miller  <davem@davemloft.net>
1957
1958         * configure.ac: Add sparc*-*-* to gold supported targets.
1959         * configure: Regenerate.
1960
1961 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1962
1963         PR bootstrap/35457
1964         * configure.ac: Include override.m4.
1965         * configure: Regenerate.
1966
1967 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1968
1969         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
1970         * Makefile.in: Regenerate.
1971
1972 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
1973
1974         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
1975         as nonconfigurable directories list.
1976         * configure: Regenerate.
1977
1978 2008-04-14  Ben Elliston  <bje@au.ibm.com>
1979
1980         * config.sub, config.guess: Update from upstream sources.
1981
1982 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
1983
1984         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
1985         * Makefile.in: Regenerate.
1986
1987 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
1988
1989         * configure.ac: Do not build libssp for the AVR.
1990         * configure: Regenerate.
1991
1992 2008-04-07  Ian Lance Taylor  <iant@google.com>
1993
1994         * Makefile.def: check-gold depends upon all-binutils.
1995         * Makefile.in: Regenerate.
1996
1997 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
1998
1999         * MAINTAINERS (Write After Approval): Add myself.
2000
2001 2008-04-04  Nick Clifton  <nickc@redhat.com>
2002
2003         PR binutils/4334
2004         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2005         builds.
2006         * configure: Regenerate.
2007
2008 2008-04-04  NightStrike  <NightStrike@gmail.com>
2009
2010         PR other/35151
2011         * configure.ac: Combine rules for mingw32 and mingw64.
2012         * configure: Regenerate.
2013
2014 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
2015
2016         * MAINTAINERS (Write After Approval): Add myself.
2017
2018 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
2019
2020         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
2021         * Makefile.in (.NOTPARALLEL): Ditto.
2022
2023 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
2024
2025         * MAINTAINERS (Write After Approval): Add myself.
2026
2027 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
2028
2029         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
2030         * Makefile.in (.NOTPARALLEL): Regenerate.
2031
2032 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2033
2034         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2035         * Makefile.in: Regenerate.
2036
2037 2008-03-26  Jakub Staszak  <kuba@et.pl>
2038
2039         * MAINTAINERS (Write After Approval): Add myself.
2040
2041 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2042
2043         * MAINTAINERS:  Update e-mail address.
2044
2045 2008-03-20  Ian Lance Taylor  <iant@google.com>
2046
2047         * configure.ac: Add support for --enable-gold.
2048         * Makefile.def: Add gold as a directory like ld.
2049         * configure, Makefile.in: Regenerate.
2050
2051 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2052
2053         * configure.ac: m4_include config/proginstall.m4.
2054         * configure: Regenerate.
2055
2056         Backport from upstream Libtool:
2057
2058         2007-10-12  Eric Blake  <ebb9@byu.net>
2059
2060         Deal with Autoconf 2.62's semantic change in m4_append.
2061         * ltsugar.m4 (lt_append): Replace broken versions of
2062         m4_append.
2063         (lt_if_append_uniq): Don't require separator to be overquoted,
2064         and avoid broken m4_append.
2065         (lt_dict_add): Fix typo.
2066         * libtool.m4 (_LT_DECL): Don't overquote separator.
2067
2068 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2069
2070         * config.rpath: Add AIX 6 support.
2071
2072 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2073
2074         * Makefile.def (stageprofile).  Remove -fprofile-generate
2075         from stage_libcflags.
2076         * Makefile.in: Regenerate.
2077
2078 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2079
2080         * config.sub, config.guess: Update from upstream sources.
2081
2082 2008-03-06  Tom Tromey  <tromey@redhat.com>
2083
2084         * MAINTAINERS: Update for treelang deletion.
2085
2086 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
2087
2088         * MAINTAINERS: Update my email address.
2089
2090 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
2091
2092         * MAINTAINERS (darwin port): Add myself as a maintainer.
2093         (objective-c/c++): Add myself as a maintainer.
2094
2095 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
2096
2097         * MAINTAINERS (Write After Approval): Update my email address.
2098
2099 2008-02-25  Tomas Bily  <tbily@suse.cz>
2100
2101         * MAINTAINERS (Write After Approval): Add myself.
2102
2103 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
2104
2105         * MAINTAINERS (OpenMP): Add myself.
2106
2107 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2108
2109         PR bootstrap/32009
2110         PR bootstrap/32161
2111
2112         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2113         * configure: Regenerate.
2114
2115         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2116         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2117         STAGE4_LIBCFLAGS): New.
2118         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2119         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2120         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2121         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2122         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2123         for target modules.  Don't export LIBCFLAGS.
2124         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2125         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2126         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2127         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2128         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2129         * Makefile.in: Regenerate.
2130
2131 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2132
2133         PR libgcj/33085
2134         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2135         Do not use -DDLL_EXPORT.  Backport from upstream.
2136
2137 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2138
2139         * MAINTAINERS (Write After Approval): Add myself.
2140
2141 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2142
2143         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2144         * configure: Regenerate.
2145
2146 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2147
2148         * configure.ac (xtensa*-*-*): Recognize processor variants.
2149         * configure: Regenerate.
2150
2151 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2152
2153         PR bootstrap/34922
2154         * configure.ac (PARSE_ARGS): Push suitable setting of
2155         ac_subdirs_all, for `./configure --help=recursive'.
2156         Handle `+' in generic toplevel directory disabling.
2157         * configure: Regenerate.
2158
2159 2008-01-28  Nick Clifton  <nickc@redhat.com>
2160
2161         * MAINTAINERS (xstormy16): Take over maintainership.
2162
2163 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
2164
2165         * MAINTAINERS (c4x port): Remove.
2166
2167 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2168
2169         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2170
2171 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2172
2173         * config.sub, config.guess: Update from upstream sources.
2174
2175 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
2176
2177         * MAINTAINERS (Write After Approval): Add myself.
2178
2179 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
2180
2181         * MAINTAINERS: Update my email address.
2182
2183 2008-01-09  Raksit Ashok  <raksit@google.com>
2184
2185         * MAINTAINERS (Write After Approval): Add myself.
2186
2187 2008-01-09  Raksit Ashok  <raksit@google.com>
2188
2189         * MAINTAINERS (Write After Approval): Add myself.
2190
2191 2008-01-08  Ben Elliston  <bje@au.ibm.com>
2192
2193         * config.sub, config.guess: Update from upstream sources.
2194
2195 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2196
2197         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2198         Change recommended MPFR from 2.2.1 -> 2.3.0.
2199         * configure: Regenerate.
2200
2201 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
2202
2203         * MAINTAINERS: Update my email address.
2204
2205 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
2206
2207         * MAINTAINERS: Update my email address.
2208
2209 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
2210
2211         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2212         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2213         * Makefile.in: Regenerate.
2214
2215 2007-12-10  Mark Heffernan  <meheff@google.com>
2216
2217         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
2218         misplaced entries.
2219
2220 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2221
2222         * configure.ac: Enable libjava for x86_64-*-darwin9.
2223         * configure: Regenerate.
2224
2225 2007-12-07  Bill Maddox  <maddox@google.com>
2226
2227         * MAINTAINERS (Write After Approval): Add myself.
2228
2229 2007-12-05  Ben Elliston  <bje@au.ibm.com>
2230
2231         * config.sub, config.guess: Update from upstream sources.
2232
2233 2007-12-02  Matthias Klose  <doko@ubuntu.com>
2234
2235         * config-ml.in: Remove 64bit configure tests.
2236
2237 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2238
2239         * config-ml.in: Robustify against white space in absolute file
2240         names.
2241
2242         * config-ml.in (multi-clean): Substitute ${Makefile}.
2243         Remove superfluous ${Makefile} in list.
2244
2245 2007-11-19  Thiemo Seufer  <ths@mips.com>
2246
2247         * config-ml.in: Don't hardcode the Makefile name.
2248
2249 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
2250
2251         * MAINTAINERS (Write After Approval): Add myself.
2252
2253 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
2254
2255         * MAINTAINERS (Write After Approval): Add myself.
2256
2257 2007-11-06  Doug Kwan  <dougkwan@google.com>
2258
2259         * MAINTAINERS (Write After Approval): Add myself.
2260
2261 2007-10-25  Ben Elliston  <bje@au.ibm.com>
2262
2263         * MAINTAINERS (mercury): Remove entry.
2264         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
2265
2266 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
2267
2268         * Makefile.def (dependencies): Make configure-gdb depend on
2269         all-intl.
2270         * Makefile.in: Regenerated.
2271
2272 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
2273
2274         * MAINTAINERS (Fortran maintainer): Remove myself.
2275
2276 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
2277
2278         * Makefile.def: To avoid problems running with parallel makes,
2279         build newlib before libgloss so that target specific header
2280         files are availble.
2281         * Makefile.in: Regenerate
2282
2283 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2284
2285         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2286         * Makefile.in: Regenerate.
2287
2288 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
2289
2290         * MAINTAINERS (Register allocation reviewer): Add myself.
2291
2292 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
2293
2294         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2295         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2296         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
2297         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2298         * configure: Regenerate.
2299
2300 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
2301
2302         * MAINTAINERS (Register allocation reviewer): Add myself.
2303
2304 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
2305
2306         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2307         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2308         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2309         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2310         * configure.ac: Default them to host tools for $host = $build.
2311         Subst them.
2312
2313         * configure: Regenerate.
2314         * Makefile.in: Regenerate.
2315
2316 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
2317
2318         * MAINTAINERS (Register allocation reviewer): Add myself.
2319
2320 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
2321
2322         * MAINTAINERS (Register allocation reviewer): Add myself.
2323
2324 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
2325
2326         * MAINTAINERS (Write After Approval): Fix typo.
2327
2328 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
2329
2330         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2331         * configure: Regenerate.
2332
2333 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
2334
2335         PR bootstrap/31906
2336         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
2337         they're already prefixed.
2338
2339 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
2340
2341         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2342         libstdc++.
2343         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2344         * configure: Regenerate.
2345         * Makefile.in: Regenerate.
2346
2347 2007-09-17  Andreas Schwab  <schwab@suse.de>
2348
2349         * configure.ac: Raise minimum makeinfo version to 4.6.
2350         * configure: Regenerate.
2351
2352 2007-09-17  Johannes Singler  <singler@ira.uka.de>
2353
2354         * MAINTAINERS (write-after-approval) add myself
2355
2356 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
2357
2358         * configure.ac: Correct makeinfo version check.
2359         * configure: Regenerate.
2360
2361 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
2362
2363         * MAINTAINERS: Update my email address.
2364
2365 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
2366
2367         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
2368         to $skipdirs and only disable gprof for newlib.  Use the normal
2369         mips*-elf* handling in other respects.
2370         * configure: Regnerate.
2371
2372 2007-09-12  David Daney  <ddaney@avtrex.com>
2373
2374         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2375         enabling libgcj.
2376         * configure: Regenerate.
2377
2378 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2379
2380         PR other/32154
2381         * configure.ac: For libgloss targets, point the linker to the linker
2382         script, startup code and simulator library.
2383         * configure: Regenerate.
2384
2385 2007-09-07  Andrew Haley  <aph@redhat.com>
2386
2387         * configure.ac (noconfigdirs): Remove target-libffi and
2388         target-libjava.
2389         * configure: Regenerate.
2390
2391 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2392
2393         PR target/33281
2394         * configure.ac: Use config/mh-mingw on mingw.
2395         * configure: Regenerate.
2396
2397 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
2398
2399         * MAINTAINERS (Write After Approval): Add myself.
2400
2401 2007-09-05  Richard Guenther  <rguenther@suse.de>
2402
2403         * configure.ac (--enable-stage1-checking): If neither --enable-checking
2404         nor --disable-checking is provided also turn on yes and types
2405         checking for stage1.
2406         * configure: Re-generate.
2407
2408 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
2409
2410         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
2411         (Write After Approval): Remove myself.
2412
2413 2007-08-29  Nick Clifton  <nickc@redhat.com>
2414
2415         * config.sub, config.guess: Update from upstream sources.
2416
2417 2007-08-22  Bud Davis  <jmdavis@link.com>
2418
2419         * MAINTAINERS (Write After Approval): Added myself.
2420         * MAINTAINERS (Reviewers): Removed myself.
2421
2422 2007-08-18  Paul Brook  <paul@codesourcery.com>
2423             Joseph Myers  <joseph@codesourcery.com>
2424
2425         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2426         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2427         * Makefile.in: Regenerate.
2428         * configure.ac (--with-debug-prefix-map): New.
2429         * configure: Regenerate.
2430
2431 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
2432             Nigel Stephens  <nigel@mips.com>
2433
2434         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
2435         as target_makefile_frag.
2436         * configure: Regenerate.
2437
2438 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2439
2440         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2441         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2442         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2443         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2444         (do-compare, do-compare3, do-compare-debug): New.
2445         ([+compare-target+]): Use them.
2446
2447 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
2448
2449         * MAINTAINERS (Write After Approval): Change my email address.
2450
2451 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2452             Ben Elliston  <bje@au.ibm.com>
2453
2454         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2455         --silent if $silent.
2456         * configure: Regenerate.
2457
2458 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
2459
2460         * MAINTAINERS (Various Maintainers): Add myself as
2461         loop infrastructure maintainer.  Update my e-mail
2462         address.
2463
2464 2007-07-31  Diego Novillo  <dnovillo@google.com>
2465
2466         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
2467         Adjust description.
2468
2469 2007-07-26  Richard Guenther  <rguenther@suse.de>
2470
2471         * configure.ac: Add types checking to stage1 checking flags.
2472         * configure: Regenerate.
2473
2474 2007-07-17  Nick Clifton  <nickc@redhat.com>
2475
2476         * COPYING3: New file.  Contains version 3 of the GNU General
2477         Public License.
2478         * COPYING3.LIB: New file.  Contains version 3 of the GNU
2479         Lesser General Public License.
2480
2481 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2482
2483         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
2484
2485 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2486
2487         * MAINTAINERS (S/390 co-maintainer): Add myself.
2488         (Write After Approval): Remove myself.
2489
2490 2007-07-13  Dan Hipschman  <dsh@google.com>
2491
2492         * MAINTAINERS (Write After Approval): Add myself.
2493
2494 2007-07-11  Nick Clifton  <nickc@redhat.com>
2495
2496         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
2497         WINDRES export.
2498         * Makefile.in: Regenerate.
2499
2500 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2501
2502         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
2503         maintainer.
2504
2505 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2506
2507         * lt~obsolete.m4: New. Import from 20070318 libtool.
2508
2509 2007-07-03  Julian Brown  <julian@codesourcery.com>
2510
2511         * MAINTAINERS (Write After Approval): Add myself.
2512
2513 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2514
2515         * configure.ac: Rewrite 'configure --help' strings to look nicer.
2516         * configure: Regenerate.
2517
2518 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2519
2520         * configure.ac: Add some missing m4 quotation.
2521         * configure: Regenerate.
2522
2523 2007-07-02  Simon Baldwin  <simonb@google.com>
2524
2525         * MAINTAINERS (Write After Approval): Add myself.
2526
2527 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
2528
2529         * configure: Regenerate.
2530
2531 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
2532
2533         * Makefile.def: Add windmc tool to build.
2534         * Makefile.tpl: Likewise.
2535         * configure.ac: Likewise.
2536         * Makefile.in: Regenerate.
2537         * configure: Regenerate.
2538
2539 2007-06-28  DJ Delorie  <dj@redhat.com>
2540
2541         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2542         not building newlib.
2543         * configure: Regenerated.
2544
2545 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
2546
2547         * MAINTAINERS (Write After Approval): Add myself.
2548
2549 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
2550
2551         * MAINTAINERS (Write After Approval): Add myself.
2552
2553 2007-06-19  Chris Matthews  <chrismatthews@google.com>
2554
2555         * MAINTAINERS (Write After Approval): Add myself.
2556
2557 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2558
2559         * MAINTAINERS (Write After Approval): Add myself.
2560
2561 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
2562
2563         * Makefile.def: Add dependency from configure-gdb to all-bfd.
2564         * Makefile.in: Regenerated.
2565
2566 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
2567
2568         * configure.ac: Don't add target-libmudflap to noconfigdirs for
2569         bfin*-*-uclinux* targets.
2570         * configure: Regenerate.
2571
2572 2007-06-14  Ian Lance Taylor  <iant@google.com>
2573
2574         * MAINTAINERS: Add myself as non-algorithmic global write
2575         maintainer.
2576
2577 2007-06-14  Diego Novillo  <dnovillo@google.com>
2578
2579         * MAINTAINERS: Add self as middle-end maintainer and
2580         non-algorithmic global write maintainer.
2581
2582 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2583
2584         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
2585         Move all Fortran maintainers except Paul Brook into the
2586         Non-Autopoiesis section.
2587
2588 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
2589
2590         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2591         (distclean-stage[+id+]): Possibly delete stage_last.
2592         * Makefile.in: Regenerate.
2593
2594 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
2595
2596         * MAINTAINERS (Various Maintainer): Fix typo.
2597
2598 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
2599
2600         * MAINTAINERS (Various Maintainer): Add myself as
2601         dataflow maintainer.
2602
2603 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2604
2605         * config.sub, config.guess: Update from upstream sources.
2606
2607 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2608
2609         * Makefile.tpl: Fix spelling error.
2610         * Makefile.in: Regenerate.
2611
2612 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
2613
2614         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2615         lt_cv_sys_max_cmd_len.
2616
2617 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
2618
2619         * MAINTAINERS (Various Maintainers): Add myself as
2620         auto-vectorizer maintainer.
2621
2622 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
2623
2624         PR libjava/32098
2625         * libtool.m4: Revert previous change.
2626         * ltgcc.m4: Put it here.
2627
2628 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
2629
2630         * MAINTAINERS (Various Maintainers): Add myself as
2631         auto-vectorizer maintainer.
2632
2633 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
2634
2635         PR libjava/32098
2636         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
2637
2638 2007-05-30  Richard Guenther  <rguenther@suse.de>
2639
2640         * MAINTAINERS (Various Maintainers): Add myself as
2641         auto-vectorizer maintainer.
2642
2643 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
2644
2645         PR bootstrap/29382
2646         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2647         * configure: Rebuilt.
2648
2649 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
2650
2651         * MAINTAINERS (Write After Approval): Removed my name.
2652
2653 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
2654
2655         * MAINTAINERS (Write After Approval): Remove myself.
2656
2657 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
2658
2659         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2660
2661 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
2662
2663         * ltmain.sh: Update from ToT Libtool.
2664         * libtool.m4: Update from ToT Libtool.
2665         * ltsugar.m4: New. Update from ToT Libtool.
2666         * ltversion.m4: New. Update from ToT Libtool.
2667         * ltoptions.m4: New. Update from ToT Libtool.
2668         * ltconfig: Remove.
2669         * ltcf-c.sh: Remove.
2670         * ltcf-cxx.sh: Remove.
2671         * ltcf-gcj.sh: Remove.
2672
2673 2007-05-22  Ollie Wild  <aaw@google.com>
2674
2675         * MAINTAINERS (Write After Approval): Add myself.
2676
2677 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
2678
2679         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2680         stage_cflags.
2681         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2682         Remove CFLAGS/LIBCFLAGS.
2683         (configure-stage[+id+]-[+prefix+][+module+],
2684         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2685         * Makefile.in: Regenerate.
2686
2687 2007-05-15  Diego Novillo  <dnovillo@google.com>
2688
2689         * MAINTAINERS: Update e-mail address.
2690
2691 2007-05-15  Revital Eres  <eres@il.ibm.com>
2692
2693         * MAINTAINERS (Write After Approval): Add myself.
2694
2695 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
2696
2697         * MAINTAINERS (Write After Approval): Updated my address.
2698
2699 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
2700
2701         * MAINTAINERS (Write After Approval): Add myself.
2702
2703 2007-05-11  Silvius Rus  <rus@google.com>
2704
2705         * MAINTAINERS (Write After Approval): Add myself.
2706
2707 2007-04-23  Tom Tromey  <tromey@redhat.com>
2708
2709         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
2710
2711 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
2712
2713         * MAINTAINERS (cpplib): Rename to ...
2714         (libcpp): ... this.  Add C/C++ front end maintainers.
2715
2716 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
2717
2718         * config-ml.in: Pass ${ml_config_env} to configure calls.
2719
2720 2007-04-04  Christian Bruel  <christian.bruel@st.com>
2721
2722         * MAINTAINERS (Write After Approval): Add myself.
2723
2724 2007-04-02  Dave Korn  <dave.korn@artimi.com>
2725
2726         * MAINTAINERS (Write After Approval): Add myself.
2727
2728 2007-03-31  Tobias Burnus  <burnus@net-b.de>
2729
2730         * MAINTAINERS (fortran 95 front end): Add myself.
2731
2732 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2733
2734         * MAINTAINERS (Write After Approval): Add myself.
2735
2736 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
2737
2738         * MAINTAINERS (Modulo Scheduler): Add myself.
2739
2740 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
2741
2742         * MAINTAINERS (fortran 95 front end): Add myself.
2743         (c++ front end): whitespace fix.
2744
2745 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
2746
2747         * MAINTAINERS (Write After Approval): Add myself.
2748
2749 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
2750
2751         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2752         of glob.  Quote arguments with single quotes too.
2753         * configure: Regenerate.
2754
2755 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
2756
2757         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2758         * Makefile.in: Regenerate
2759
2760 2007-03-07  Andreas Schwab  <schwab@suse.de>
2761
2762         * configure: Regenerate.
2763
2764 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2765
2766         * configure.ac: Add "--with-pdfdir" configure option,
2767         which defines pdfdir variable.
2768         * Makefile.def (target=fixincludes): Add install-pdf to
2769         missing targets.
2770         (recursive_targets): Add install-pdf target.
2771         (flags_to_pass): Add pdfdir.
2772         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2773         target.
2774         * configure: Regenerate
2775         * Makefile.in: Regenerate
2776
2777 2007-02-28  Eric Christopher  <echristo@apple.com>
2778
2779         Revert:
2780         2006-12-07  Mike Stump  <mrs@apple.com>
2781
2782         * Makefile.def (dependencies): Add dependency for
2783         install-target-libssp and install-target-libgomp on
2784         install-gcc.
2785         * Makefile.in: Regenerate.
2786
2787 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
2788
2789         * configure: Regenerate.
2790         * configure.ac: Move statements after variable declarations.
2791
2792 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
2793
2794         * MAINTAINERS: Add myself as sh maintainer.
2795
2796 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
2797
2798         * configure.ac: Adjust for loop syntax.
2799         * configure: Regenerate.
2800
2801 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2802
2803         * configure: Rebuilt.
2804
2805 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2806
2807         * configure.ac: Drop multiple occurrences of --enable-languages,
2808         and fix its quoting.
2809         * configure: Rebuilt.
2810
2811 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
2812             Nathan Sidwell  <nathan@codesourcery.com>
2813             Vladimir Prus  <vladimir@codesourcery.com>
2814             Joseph Myers  <joseph@codesourcery.com>
2815
2816         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2817         * configure: Regenerate.
2818
2819 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
2820
2821         * ltconfig (freebsd*): Default to elf.
2822
2823 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2824
2825         * configure.ac (target_libraries): Move libgcc before libiberty.
2826         * configure: Regenerated.
2827
2828 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2829             Paolo Bonzini  <bonzini@gnu.org>
2830
2831         PR bootstrap/30753
2832         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
2833         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
2834         * configure: Regenerated.
2835
2836 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2837
2838         * MAINTAINERS (Language Front End Maintainers): Update my mail
2839         address.
2840
2841 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2842
2843         PR bootstrap/30748
2844         * configure.ac: Correct syntax for Solaris ksh.
2845         * configure: Regenerated.
2846
2847 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2848
2849         * configure.ac: Sync with src.
2850         * configure: Regenerate.
2851
2852 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2853
2854         * Makefile.in: Regenerate.
2855
2856 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2857
2858         * config.sub: Sync with src.
2859
2860 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2861
2862         * Makefile.tpl (build_alias, host_alias, target_alias): Use
2863         noncanonical equivalents.
2864         * configure.in: Rename to...
2865         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
2866         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
2867         target_noncanonical.  Use them.  Rewrite removal of configure
2868         arguments for autoconf 2.59.  Discard variable settings.  Force
2869         program_transform_name for native tools.
2870
2871         * Makefile.in: Regenerated.
2872         * configure: Regenerated with autoconf 2.59.
2873
2874 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
2875
2876         * MAINTAINERS (Write After Approval): Add myself.
2877
2878 2007-01-31  Andreas Schwab  <schwab@suse.de>
2879
2880         * Makefile.tpl (LDFLAGS): Substitute it.
2881         * Makefile.in: Regenerate.
2882
2883 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
2884
2885         * MAINTAINERS (Write After Approval): Add myself.
2886
2887 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
2888
2889         * MAINTAINERS (spu port): Add myself.
2890
2891 2007-01-23  Richard Guenther  <rguenther@suse.de>
2892
2893         PR bootstrap/30541
2894         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
2895         * Makefile.tpl (GNATBIND): Substitute it.
2896         (GNATMAKE): Likewise.
2897         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
2898         of STAGE_PREFIX.
2899         * Makefile.in: Regenerate.
2900         * configure: Regenerate.
2901
2902 2007-01-18  Mike Stump  <mrs@apple.com>
2903
2904         * configure.in: Re-enable -Werror for gcc builds.
2905
2906 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
2907
2908         * MAINTAINERS (Write After Approval): Add myself.
2909
2910 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2911
2912         * configure.in: Change == to = in test command.
2913         * configure: Regenerate.
2914
2915 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2916             Nick Clifton  <nickc@redhat.com>
2917             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
2918
2919         * configure.in (build_configargs, host_configargs, target_configargs):
2920         Remove build/host/target parameters.
2921         (host_libs): Add gmp and mpfr.
2922         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2923         * Makefile.def (gmp, mpfr): New.
2924         (gcc): Remove target.
2925         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2926         target_os, target_vendor): New.
2927         (configure): Add host_alias/target_alias arguments; adjust invocations.
2928         * configure: Regenerate.
2929         * Makefile.in: Regenerate.
2930
2931 2007-01-11  Matt Fago  <fago@earthlink.net>
2932
2933         * configure.in: Try to link to functions only in mpfr 2.2.x
2934         to improve robustness of configure tests.
2935         * configure: Regenerate.
2936
2937 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
2938
2939         * MAINTAINERS: Add myself as i386 maintainer.
2940
2941 2007-01-08  Jan Hubicka  <jh@suse.cz>
2942
2943         * MAINTAINERS: Add myself as i386 maintainer.
2944
2945 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
2946
2947         * configure.in: Add support for an x86_64-mingw* target.
2948         * configure: Regenerate.
2949
2950 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
2951
2952         * Makefile.tpl (all-target): Correct @if conditional for target
2953         modules.
2954         * configure.in: Omit libiberty if building only target libgcc.
2955         * configure, Makefile.in: Regenerated.
2956
2957 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
2958
2959         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
2960         * configure: Regenerate.
2961
2962 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
2963
2964         * Makefile.def (target_modules): Add libgcc.
2965         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
2966         * Makefile.tpl (clean-target-libgcc): Delete.
2967         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2968         on gcc even for bootstrapped modules.  Rewrite handling of
2969         lang_env_dependencies to loop over target_modules.
2970         * configure.in (target_libraries): Add target-libgcc.
2971         * Makefile.in, configure: Regenerated.
2972
2973 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2974
2975         * configure.in: Reorganize recognition of languages.  Add
2976         --enable-stage1-languages.  Show supported languages for the chosen
2977         target rather than all recognized languages.
2978         * configure: Regenerate.
2979
2980 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2981
2982         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2983         * Makefile.in: Regenerate.
2984
2985 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2986
2987         * configure.in: Warn that MPFR 2.2.0 is buggy.
2988         * configure: Regenerate.
2989
2990 2006-12-27  Ian Lance Taylor  <iant@google.com>
2991
2992         * configure.in: When removing Makefiles to force a reconfigure, also
2993         remove prev-DIR*/Makefile.
2994         * configure: Regenerate.
2995
2996 2006-12-22  Andreas Schwab  <schwab@suse.de>
2997
2998         * configure: Regenerate with correct autoconf version.
2999
3000 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
3001
3002         * configure.in: add AC_SUBST for *_FOR_TARGET.
3003         * configure: Regenerate.
3004
3005 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3006
3007         * configure.in: Simplify logic for rejecting languages that cannot
3008         be built.  Separate the case when a language is unsupported,
3009         from the case when the user chooses not to build a language.
3010
3011 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3012
3013         * configure.in: Remove "$build" case for powerpc-*-darwin* since
3014         it only affects bootstrap and could be tested on "$host" as well.
3015         * configure: Regenerate.
3016         * config/mh-ppc-darwin: Add to the stage1 cflags here.
3017
3018 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3019
3020         PR bootstrap/29544
3021         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3022         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3023         move here comment from Makefile.tpl.
3024         * Makefile.tpl: Move some definitions higher in the file.
3025         (STAGE1_CHECKING): New.
3026         * configure.in: Add --enable-stage1-checking.
3027         * configure: Regenerate.
3028         * Makefile.in: Regenerate.
3029
3030 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3031
3032         * MAINTAINERS: Add myself as build system maintainer.
3033
3034 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
3035
3036         * MAINTAINERS (Write After Approval): Add myself.
3037
3038 2006-12-13  Eric Christopher  <echristo@apple.com>
3039
3040         * MAINTAINERS: Add myself as darwin maintainer.
3041
3042 2006-12-11  Ian Lance Taylor  <ian@airs.com>
3043
3044         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
3045
3046 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
3047
3048         MAINTAINERS: Update my entry.
3049
3050 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
3051
3052         * configure.in:  Handle spu makefile frag.
3053         * Makefile.tpl (MAINT): Define
3054         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3055         * configure: Regenerate.
3056         * Makefile.in: Regenerate.
3057
3058 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3059
3060         * config.guess: Import latest version.
3061         * config.sub: Likewise.
3062
3063 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3064
3065         * configure.in (spu-*-*): Don't skip target-libiberty.
3066         * configure: Regenerate.
3067
3068 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3069
3070         PR bootstrap/30134
3071         * configure.in: Correct x86 darwin support for libjava to powerpc
3072         and i?86 only.
3073         * configure: Regenerate.
3074
3075 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
3076
3077         * configure.in: Add x86 darwin support for libjava.
3078         * configure: Regenerate.
3079
3080 2006-12-07  Mike Stump  <mrs@apple.com>
3081
3082         * Makefile.def (dependencies): Add dependency for
3083         install-target-libssp and install-target-libgomp on
3084         install-gcc.
3085         * Makefile.in: Regenerate.
3086
3087 2006-12-04  Richard Guenther  <rguenther@suse.de>
3088
3089         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
3090         (Non-Algorithmic Maintainers): Move over non-algorithmic
3091         loop optimizer maintainers, add myself as a non-algorithmic
3092         middle-end maintainer.
3093
3094 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
3095
3096         * MAINTAINERS (Write After Approval): Add myself.
3097
3098 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3099
3100         * configure.in: Update error message for missing GMP/MPFR.
3101
3102         * configure: Regenerate.
3103
3104 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3105
3106         * configure.in: Update MPFR version in error message.
3107
3108         * configure: Regenerate.
3109
3110 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3111
3112         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3113         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3114         --with-gmp-lib): New flags.
3115
3116         * configure: Regenerate.
3117
3118 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
3119
3120         * MAINTAINERS (Write After Approval): Change my email address.
3121
3122 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3123
3124         * MAINTAINERS (Write After Approval): Add myself.
3125
3126 2006-11-22  Philipp Thomas  <pth@suse.de>
3127
3128         * MAINTAINERS (i18n): Update e-mail address.
3129
3130 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3131
3132         * MAINTAINERS (spu port): Add myself as maintainer.
3133         (Write After Approval): Remove myself.
3134
3135 2006-11-22  Ben Elliston  <bje@au.ibm.com>
3136
3137         * configure.in (skipdirs): Don't build libssp for SPU.
3138         * configure: Regenerate.
3139
3140 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3141
3142         * MAINTAINERS (spu port): Add myself as maintainer.
3143         (libobjc): Update my email address.
3144
3145 2006-11-21  Andrea Bona  <andrea.bona@st.com>
3146
3147         * MAINTAINERS (Write After Approval): Add myself.
3148
3149 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3150
3151         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
3152         * configure : Rebuilt.
3153
3154 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3155
3156         * MAINTAINERS (Write After Approval): Add myself.
3157
3158 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
3159
3160         * MAINTAINERS (Write After Approval): Add myself.
3161
3162 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3163
3164         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
3165         libmpfr.a.
3166         * configure: Regenerate.
3167
3168 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
3169
3170         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3171         (unstage): Test for stage_last presence.
3172
3173         PR bootstrap/29802
3174         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
3175         STAGE_PREFIX.
3176         * Makefile.in: Regenerate.
3177
3178 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
3179
3180         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
3181         maintainers.
3182
3183 2006-11-14  Erven Rohou  <erven.rohou@st.com>
3184
3185         * MAINTAINERS (Write After Approval): Add myself.
3186
3187 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
3188
3189         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
3190         and stageN-package/Makefile.
3191         * Makefile.in: Regenerated.
3192
3193 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
3194
3195         * configure.in: Remove target-libgloss from noconfigdirs for
3196         bfin-*-*.
3197         * configure: Regenerated.
3198
3199 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3200
3201         * configure.in (have_gmp): Only error if the gcc directory exists.
3202
3203         * configure: Regenerate.
3204
3205 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3206
3207         * configure.in: Robustify error message for missing GMP/MPFR.
3208
3209         * configure: Regenerate.
3210
3211 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
3212
3213         * MAINTAINERS (Write After Approval): Add myself.
3214
3215 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
3216
3217         * MAINTAINERS: Change email address.
3218
3219 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
3220
3221         * MAINTAINERS (Write After Approval): Add myself.
3222
3223 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
3224
3225         * MAINTAINERS (Write After Approval): Add myself.
3226
3227 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
3228
3229         * MAINTAINERS (Write After Approval): Move myself to
3230         Write After Approval section.
3231
3232 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3233
3234         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
3235         need_gmp anymore.
3236         * configure: Regenerate.
3237
3238 2006-10-16  Tobias Burnus  <burnus@net-b.de>
3239
3240         * MAINTAINERS (Write After Approval): Add myself.
3241
3242 2006-10-16  Ben Elliston  <bje@au.ibm.com>
3243
3244         * config.guess: Import latest version.
3245         * config.sub: Likewise.
3246
3247 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
3248
3249         * Makefile.def: Added pdf target handling.
3250         * Makefile.tpl: Added pdf target handling.
3251         * Makefile.in: Regenerated.
3252
3253 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
3254
3255         * MAINTAINERS: Add self as score port maintainer.
3256
3257 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
3258
3259         * MAINTAINERS (Write After Approval): Add myself.
3260
3261 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
3262
3263         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
3264         or newer.
3265         * configure: Regenerated.
3266
3267 2006-09-27  Dave Brolley  <brolley@redhat.com>
3268
3269         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
3270         using $s instead of $r.
3271         * configure: Regenerated.
3272
3273 2006-09-26  Thiemo Seufer  <ths@mips.com>
3274
3275         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3276         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3277         * configure: Regenerate.
3278
3279 2006-09-24  Graeme Peterson  <gridly@gmail.com>
3280
3281         * MAINTAINERS (Write After Approval): Remove myself.
3282
3283 2006-09-22  Chao-ying Fu  <fu@mips.com>
3284
3285         * MAINTAINERS (Write After Approval): Add myself.
3286
3287 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
3288
3289         * MAINTAINERS: Add self as soft-fp maintainer.
3290
3291 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
3292
3293         * MAINTAINERS: Add myself as avr maintainer.
3294         Remove Marek Michalkiewicz as avr maintainer.
3295
3296 2006-09-07  Roberto Costa  <roberto.costa@st.com>
3297
3298         * MAINTAINERS (Write After Approval): Add myself.
3299
3300 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3301
3302         * configure.in: Never build newlib for a Mingw host.
3303         Never build newlib as Mingw target library.
3304         Test the existence of winsup/cygwin for building a Cygwin newlib,
3305         rather than just winsup.
3306         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3307         building a Mingw target.
3308         * configure: Regenerate.
3309
3310 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3311
3312         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
3313
3314 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
3315
3316         * config.guess: Import from src (was more updated).
3317         * config.sub: Likewise.
3318
3319 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
3320
3321         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3322         * configure: Regenerated.
3323
3324 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
3325
3326         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3327         for stages after the first.
3328
3329 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
3330
3331         * Makefile.def: Add dependencies for configure-opcodes
3332         on configure-intl and all-opcodes on all-intl.
3333         * Makefile.in: Regenerated.
3334
3335 2006-07-13  Ben Elliston  <bje@au.ibm.com>
3336
3337         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
3338
3339 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3340
3341         Port to hosts whose 'sort' and 'tail' implementations
3342         treat operands with leading '+' as file names, as POSIX
3343         has required since 2001.  However, make sure the code still
3344         works on pre-POSIX hosts.
3345         * ltmain.sh: Don't assume "sort +2" is equivalent to
3346         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3347
3348 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
3349
3350         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
3351
3352 2006-07-04  Peter O'Gorman  <peter@pogma.com>
3353
3354         * ltconfig: chmod 644 before ranlib during install.
3355
3356 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3357
3358         PR bootstrap/18058
3359         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3360         if the bootstrap compiler is a GCC version that supports it.
3361         * configure: Regenerate.
3362
3363 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3364
3365         * configure.in: Fix thinkos in previous check-in.
3366         * configure: Regenerate.
3367
3368 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3369
3370         PR other/27063
3371         * configure.in: Test subdir_requires and give an appropriate
3372         error message.
3373         * configure: Regenerate.
3374
3375 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
3376
3377         * MAINTAINERS (Write After Approval): Add myself.
3378
3379 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
3380
3381         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3382
3383 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
3384
3385         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3386
3387 2006-06-20  David Ayers  <d.ayers@inode.at>
3388
3389         PR bootstrap/28072
3390         * configure.in: Add target-boehm-gc to noconfigdirs depending on
3391         whether target-libjava is being configured instead of whether the
3392         java front end is enabled.
3393         * configure: Regenerate.
3394
3395 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3396
3397         PR target/27540
3398         * configure.in: Only enable libgomp on IRIX 6.
3399         * configure: Regenerate.
3400
3401 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
3402
3403         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3404         too.
3405         * Makefile.in: Regenerate.
3406
3407 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
3408
3409         * config-ml.in: Alter CCASFLAGS to include special
3410         multilib options the same as is done for CFLAGS.
3411
3412 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3413
3414         * configure.in: Don't enable libgomp on hpux10.
3415         * configure: Rebuilt.
3416
3417 2006-06-12  David Ayers  <d.ayers@inode.at>
3418
3419         PR bootstrap/27963
3420         PR target/19970
3421         * configure.in: Remove target-boehm-gc from noconfigdirs where
3422         ${libgcj} is specified.
3423         * configure: Regenerate.
3424
3425 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
3426
3427         Sync from src:
3428
3429         * configure.in: Sync.
3430         * configure: Regenerated.
3431
3432         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3433
3434         * Makefile.def: Added dependencies from sim and gdb on intl, and
3435         added configure dependencies to everything with an all dependency
3436         on intl.
3437         * Makefile.in: Regenerated.
3438
3439 2006-06-06  David Ayers  <d.ayers@inode.at>
3440
3441         PR libobjc/13946
3442         * Makefile.def: Add dependencies for libobjc which boehm-gc.
3443         * Makefile.in: Regenerate.
3444         * configure.in: Add --enable-objc-gc at toplevel and have it
3445         enable boehm-gc for Objective-C.
3446         Remove target-boehm-gc from libgcj.
3447         Add target-boehm-gc to target_libraries.
3448         Add target-boehm-gc to noconfigdirs where ${libgcj}
3449         is specified.
3450         Assert that boehm-gc is supported when requested for Objective-C.
3451         Only build boehm-gc if needed either for Java or Objective-C.
3452         * configure: Regenerate.
3453
3454 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
3455
3456         PR 27674
3457         * Makefile.tpl (configure-[+prefix+][+module+],
3458         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3459         Remove rule to unstage bootstrapped modules.
3460         (stage_current): New.
3461         * Makefile.in: Regenerate.
3462
3463 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3464
3465         * MAINTAINERS (Write After Approval): Update my e-mail address.
3466
3467 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
3468
3469         * include/libiberty.h: Declare pex_run_in_environment.
3470
3471 2006-05-31  Asher Langton  <langton2@llnl.gov>
3472
3473         * MAINTAINERS (Write After Approval): Add myself.
3474
3475 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
3476
3477         * Makefile.def (bfd, opcodes): Fix lib_path.
3478         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3479         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
3480         * Makefile.in: Regenerate.
3481
3482 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3483
3484         * Makefile.in: Regenerate.
3485
3486 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3487
3488         * Makefile.def: Add install-html target. Add datarootdir
3489         docdir and htmldir to flags_to_pass.
3490         * Makefile.tpl: Add install-html target.
3491         * Makefile.in: Regenerate.
3492         * configure.in: Add --with-datarootdir, --with-docdir, and
3493         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
3494         * configure: Regenerate.
3495
3496 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
3497
3498         * configure.in: Enable gprof for cross builds.
3499         * configure: Regenerate.
3500
3501 2006-05-22  Richard Guenther  <rguenther@suse.de>
3502
3503         Revert
3504         2006-01-31  Richard Guenther  <rguenther@suse.de>
3505         Paolo Bonzini  <bonzini@gnu.org>
3506
3507         * Makefile.def (target_modules): Add libgcc-math target module.
3508         * configure.in (target_libraries): Add libgcc-math target library.
3509         (--enable-libgcc-math): New configure switch.
3510         * Makefile.in: Re-generate.
3511         * configure: Re-generate.
3512         * libgcc-math: New toplevel directory.
3513
3514 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3515             Andreas Tobler  <a.tobler@schweiz.ch>
3516
3517         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
3518         * configure: Rebuilt.
3519
3520 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
3521
3522         * MAINTAINERS (Write After Approval): Add myself.
3523
3524 2006-05-01  DJ Delorie  <dj@redhat.com>
3525
3526         * configure.in: Restore CFLAGS if GMP isn't present.
3527         * configure: Regenerate.
3528
3529 2006-05-01  Richard Guenther  <rguenther@suse.de>
3530
3531         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
3532         maintainer.
3533
3534 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
3535
3536         * MAINTAINERS (Write After Approval): Add myself.
3537
3538 2006-04-28  Jan Beulich  <jbeulich@novell.com>
3539
3540         * MAINTAINERS (Write After Approval): Add myself.
3541
3542 2006-04-18  DJ Delorie  <dj@redhat.com>
3543
3544         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
3545         reference libgloss so that libssp can be built in a combined
3546         tree.
3547         * configure: Regenerate.
3548
3549 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
3550
3551         * MAINTAINERS (Write After Approval): Add myself.
3552
3553 2006-04-05  Ben Elliston  <bje@au.ibm.com>
3554
3555         * configure.in: Require makeinfo 4.4 or higher.
3556         * configure: Regenerate.
3557
3558 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
3559
3560         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
3561         Rearrange the entries of other libraries to have them in one place.
3562
3563 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
3564
3565         * MAINTAINERS (Write After Approval): Remove myself.
3566         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3567
3568 2006-03-14  Richard Guenther  <rguenther@suse.de>
3569
3570         * configure: Regenerate with autoconf 2.13.
3571
3572 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
3573
3574         * MAINTAINERS: Use my work address.
3575
3576         * MAINTAINERS: Update my E-mail address.
3577
3578 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
3579
3580         * configure.in: Handle --disable-<component> generically.
3581         * configure: Regenerate.
3582
3583 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3584
3585         PR libgcj/17311
3586         * ltmain.sh: Don't use "$finalize_rpath" for compile.
3587
3588 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
3589
3590         * MAINTAINERS (Write After Approval):  Remove myself.
3591         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3592
3593 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
3594
3595         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
3596         (TARGET_CONFIGDIRS): Remove.
3597         * configure.in: Remove AC_SUBST(target_configdirs).
3598         * Makefile.in, configure: Regenerated.
3599
3600 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
3601
3602         * MAINTAINERS (Write After Approval):  Remove myself.
3603         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3604
3605 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
3606
3607         PR bootstrap/25670
3608
3609         * Makefile.tpl ([+compare-target+]): Print explanation messages.
3610
3611         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3612         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3613         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3614         BUILD_PREFIX, BUILD_PREFIX_1.
3615         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3616
3617         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3618         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3619
3620         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3621         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3622         of `cat stage_current`.  Always provide the `r' and `s' variables.
3623         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3624         a single shell execution.
3625         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3626         bootstrapped modules, make the stage1 module if the build was not
3627         started yet, else build the current stage.
3628         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3629         (all-build, all-host, all-target, [+make_target+]-host,
3630         [+make_target+]-target): Do not use \-continued lines.
3631         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3632         (current_stage, restrap, stage_last): New.
3633
3634         * Makefile.in: Regenerate.
3635         * configure: Regenerate.
3636
3637 2006-02-19  Bud Davis  <jmdavis@link.com>
3638
3639         * MAINTAINERS (Write After Approval):  Remove myself.
3640         (Language Front End Maintainers):  Add myself as fortran 95
3641         maintainer and update e-mail address.
3642
3643 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3644
3645         * MAINTAINERS (Write After Approval):  Remove myself.
3646         (Language Front End Maintainers):  Add myself as fortran 95
3647         maintainer.
3648
3649 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
3650
3651         * MAINTAINERS (Write After Approval): Add myself.
3652
3653 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
3654
3655         * MAINTAINERS (Write After Approval):  Remove myself.
3656         (Language Front End Maintainers):  Add myself as
3657         fortran 95 maintainer.
3658
3659 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3660
3661         Sync from src:
3662
3663         2005-12-27  Leif Ekblad  <leif@rdos.net>
3664
3665         * configure.in: Add support for RDOS target.
3666         * configure: Regenerate.
3667
3668 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3669             Andreas Schwab  <schwab@suse.de>
3670
3671         * configure: Regenerate.
3672
3673 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
3674
3675         * configure.in (enable_libgomp): Add AIX.
3676         * configure: Regenerate.
3677
3678 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
3679
3680         * MAINTAINERS (Write After Approval): Add myself.
3681
3682 2006-02-03  Lee Millward  <lee.millward@gmail.com>
3683
3684         * MAINTAINERS (Write After Approval): Add myself.
3685
3686 2006-01-31  Richard Guenther  <rguenther@suse.de>
3687         Paolo Bonzini  <bonzini@gnu.org>
3688
3689         * Makefile.def (target_modules): Add libgcc-math target module.
3690         * configure.in (target_libraries): Add libgcc-math target library.
3691         (--enable-libgcc-math): New configure switch.
3692         * Makefile.in: Re-generate.
3693         * configure: Re-generate.
3694         * libgcc-math: New toplevel directory.
3695
3696 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
3697
3698         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3699         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3700         the assembler, linker and binutils.
3701         * configure: Regenerate.
3702
3703 2006-01-22  Dirk Mueller  <dmueller@suse.de>
3704
3705         * MAINTAINERS (Write After Approval): Add myself.
3706
3707 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
3708
3709         * configure: Regenerate.
3710
3711 2006-01-18  Richard Henderson  <rth@redhat.com>
3712             Jakub Jelinek  <jakub@redhat.com>
3713             Diego Novillo  <dnovillo@redhat.com>
3714
3715         * libgomp: New directory.
3716         * Makefile.def: Add target_module libgomp.
3717         * Makefile.in: Regenerate.
3718         * configure.in (target_libraries): Add target-libgomp.
3719         * configure: Regenerate.
3720
3721 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
3722
3723         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3724         @ from continuation.
3725         * Makefile.in: Rebuilt.
3726
3727 2006-01-04  Chris Lattner  <sabre@gnu.org>
3728
3729         * MAINTAINERS (Write After Approval): Add myself.
3730
3731 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3732
3733         PR bootstrap/24252
3734
3735         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3736         * Makefile.tpl (OBJDUMP): New.
3737         (EXTRA_HOST_FLAGS): Add it.
3738         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3739
3740         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3741         to use symbolic links between directories.  Avoid race conditions
3742         or make them harmless.
3743         * configure.in: Do not try to use symbolic links between directories.
3744
3745         * Makefile.def (LEAN): Pass.
3746         * Makefile.tpl (LEAN): Define.
3747         (stage[+id+]-start): Accept that the previous directory does not
3748         exist, if the bootstrap is lean.
3749         (stage[+id+]-bubble): Invoke lean bootstrap commands after
3750         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
3751         configure substitution.
3752         ([+compare-target+]): Likewise.
3753         ([+bootstrap-target+]-lean): New.
3754         * configure.in: Remove lean bootstrap support from here.
3755
3756         * Makefile.in: Regenerate.
3757         * configure: Regenerate.
3758
3759 2006-01-04  Ben Elliston  <bje@au.ibm.com>
3760
3761         * MAINTAINERS (libdecnumber): Add myself.
3762
3763 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
3764
3765         * libtool-ldflags: New script.
3766
3767 2006-01-02  Andreas Schwab  <schwab@suse.de>
3768
3769         * configure.in: When reconfiguring remove Makefile in
3770         all stage directories.
3771         * configure: Regenerate.
3772
3773 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
3774
3775         * MAINTAINERS: Update my email address.
3776
3777 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
3778
3779         Revert Ada-related part of the previous change.
3780
3781         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3782         Do not pass.
3783         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3784         * Makefile.in: Regenerate.
3785         * configure.in: Do not include mt-ppc-aix target fragment.
3786         * configure: Regenerate.
3787
3788 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
3789
3790         * configure.in: Select appropriate fragments for PowerPC/AIX.
3791         * configure: Regenerate.
3792
3793         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3794         BOOT_CFLAGS, BOOT_LDFLAGS.
3795         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3796         BOOT_CFLAGS, BOOT_LDFLAGS.
3797         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3798         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3799         (stage): Fail if we cannot complete the work.
3800         * Makefile.in: Regenerate.
3801
3802 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
3803
3804         * configure.in: Replace ms1 with mt.
3805         * configure: Rebuilt.
3806
3807 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
3808
3809         * MAINTAINERS: Update my email address.
3810
3811 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
3812
3813         * Makefile.tpl (all, do-[+make_target+], do-check, install,
3814         install-host-nogcc): Don't invoke $(stage) at the end.
3815         * Makefile.in: Regenerate.
3816
3817 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
3818
3819         * configure.in: Flip the top-level bootstrap switch.
3820         * configure: Regenerate.
3821
3822 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
3823
3824         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3825         $(stage) and $(unstage).
3826         (EXTRA_TARGET_FLAGS): Correct double-quoting.
3827         (all): Remove stray semicolon.
3828         (local-distclean): Don't handle multilib.tmp and multilib.out.
3829         (install.all): Set $s for consistency.
3830         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3831         check_multilibs setting.  Always make the install directory.
3832         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3833         Correct @if/@endif.
3834         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3835         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3836         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3837         (multilib.out): Remove.
3838         * Makefile.in: Regenerated.
3839
3840 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
3841
3842         * MAINTAINERS (Write After Approval): Add myself.
3843
3844 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3845
3846         * MAINTAINERS: Add myself as mt maintainer.
3847
3848         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
3849
3850 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
3851
3852         * MAINTAINERS: Change email address.
3853
3854 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3855
3856         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3857         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3858         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
3859         Find in-tree tools if available.
3860         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3861         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3862         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3863         (COMPILER_*_FOR_TARGET): New.
3864         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3865         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3866         (CONFIGURED_*, USUAL_*): Remove.
3867         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3868         STRIP): Use autoconf substitutions.
3869         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3870         COMPILER_NM_FOR_TARGET): New.
3871         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3872
3873         (all): Make all-host and all-target in parallel.
3874         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3875         that $$r and $$s are set before invoking a recursive make.
3876         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3877         ([+bootstrap-target+]): Inline most of the `all' target.
3878
3879 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3880
3881         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3882         from the gcc build directory.
3883         * Makefile.in: Regenerate.
3884
3885 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3886
3887         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
3888         depend on all-libdecnumber.
3889         * configure.in (host_libs): Include libdecnumber.
3890         * Makefile.in: Regenerate.
3891         * configure: Likewise.
3892
3893 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3894
3895         * libdecnumber: Import decNumber sources from the dfp-branch.
3896
3897 2005-11-21  Kean Johnston  <jkj@sco.com>
3898
3899         * config.sub, config.guess: Sync from upstream sources.
3900
3901 2005-11-21  Ben Elliston  <bje@au.ibm.com>
3902
3903         Import from Autoconf sources:
3904
3905         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3906         * config/move-if-change: Don't output "$2 is unchanged";
3907         suggested by Ben Elliston.  Handle weird characters correctly.
3908
3909 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
3910
3911         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
3912         to match upstream libtool for darwin.
3913
3914 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
3915
3916         * Makefile.def: Remove gdb dependencies for gdbtk.
3917         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3918         (configure-gdb, install-gdb): New rules.
3919         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3920         * Makefile.in, configure: Regenerated.
3921
3922 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
3923
3924         * MAINTAINERS (Write After Approval): Add myself.
3925
3926 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
3927
3928         * MAINTAINERS (Write After Approval): Add myself.
3929
3930 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
3931
3932         * MAINTAINERS (alias analysis): Add Daniel Berlin and
3933         Diego Novillo.
3934
3935 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
3936
3937         PR bootstrap/24297
3938         * Makefile.tpl (do-[+make-target+], do-check, install,
3939         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3940         are set before recursing.
3941         * Makefile.in: Regenerate.
3942
3943 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
3944
3945         PR bootstrap/18939
3946         * Makefile.def (gcc) <target>: Fix thinko.
3947         * Makefile.in: Regenerate.
3948
3949 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
3950
3951         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3952         * configure: Regenerate.
3953
3954 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
3955
3956         * MAINTAINERS (Write After Approval): Add self.
3957
3958 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
3959
3960         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3961         target-libffi, target-qthreads, target-libjava, and
3962         targetlibobjc.
3963         * configure: Regenerate.
3964
3965 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
3966
3967         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3968         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3969         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3970         (USUAL_OBJDUMP_FOR_TARGET): New.
3971         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3972         * configure.in: Check for $OBJDUMP_FOR_TARGET.
3973         * configure, Makefile.in: Regenerated.
3974
3975 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3976
3977         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3978         before other host packages.
3979
3980 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
3981
3982         * MAINTAINERS: Add self as sh libraries/configury maintainer.
3983
3984 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3985
3986         PR bootstrap/22340
3987
3988         * configure.in (default_target): Remove.
3989         * Makefile.tpl (all): Do not use prerequisites as subroutines
3990         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3991         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3992         use prerequisites as subroutines.
3993         (check-host, check-target): New.
3994         (bootstrap configure & all targets): Do not use stage*-start
3995         if the directory layout is already ok.
3996         (non-bootstrap configure & all targets): Prepend a $(unstage).
3997         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
3998         (NOTPARALLEL): Remove.
3999         (unstage, stage variables): New variables.
4000         (unstage, stage targets): Simply expand to those variables.
4001
4002         * configure: Regenerate.
4003         * Makefile.in: Regenerate.
4004
4005 2005-10-04  James E Wilson  <wilson@specifix.com>
4006
4007         * Makefile.def (lang_env_dependencies): Add libmudflap.
4008         * Makefile.in: Regenerate.
4009
4010 2005-10-03  Andreas Schwab  <schwab@suse.de>
4011
4012         Backport from libtool CVS:
4013         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
4014
4015         * ltmain.sh: add support for installing into temporary
4016         staging area (e.g. 'make install DESTDIR=...')
4017
4018 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
4019
4020         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4021         * configure: Regenerated.
4022
4023 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
4024
4025         * configure: Regenerate with the correct
4026         autoconf version.
4027
4028 2005-09-30  Catherine Moore  <clm@cm00re.com>
4029
4030         * configure.in (bfin-*-*): New.
4031         * configure: Regenerated.
4032
4033 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
4034
4035         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4036         (LIPO_FOR_TARGET): New.
4037         (CONFIGURED_LIPO_FOR_TARGET): New.
4038         (USUAL_LIPO_FOR_TARGET): New.
4039         (STRIP_FOR_TARGET): New.
4040         (CONFIGURED_STRIP_FOR_TARGET): New.
4041         (USUAL_STRIP_FOR_TARGET): New.
4042         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4043         STRIP_FOR_TARGET.
4044         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4045         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4046         * Makefile.in: Regenerate.
4047         * configure: Regenerate.
4048
4049 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
4050
4051         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4052         (rs6000-*-aix*): Same.
4053         * configure: Regenerate.
4054
4055 2005-09-16  Tom Tromey  <tromey@redhat.com>
4056
4057         * MAINTAINERS: Add self as java maintainer.
4058
4059 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4060
4061         * configure.in: Recognize f95 in the --enable-languages option,
4062         and substitute it for fortran, issuing a warning.
4063         * configure: Regenerate.
4064
4065 2005-08-30  Phil Edwards  <phil@codesourcery.com>
4066
4067         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
4068         * configure:  Regenerated.
4069
4070 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
4071
4072         * MAINTAINERS: Add self as ms1 maintainer.
4073
4074 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
4075
4076         * Makefile.def (libssp): Add to lang_env_dependencies.
4077         * Makefile.in: Regenerate.
4078
4079 2005-08-18  Ian Lance Taylor  <ian@airs.com>
4080
4081         * MAINTAINERS: Add myself as middle-end maintainer.
4082
4083 2005-08-17  Christian Groessler  <chris@groessler.org>
4084
4085         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4086         * Makefile.in: Regenerate.
4087
4088 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
4089
4090         * MAINTAINERS (write after approval): Added myself.
4091
4092 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
4093
4094         * MAINTAINERS (Write After Approval): Add myself.
4095
4096 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
4097
4098         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4099         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4100         Look for alternate names of the target cc and c++
4101         * configure: Regenerate.
4102
4103 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
4104
4105         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4106         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4107         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4108         tools; remove code to manually set them.
4109         (Target tools): Look in the environment for them.
4110         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4111         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4112         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4113         build directory.
4114         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4115         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4116         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4117         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4118         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4119         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4120         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4121         * configure: Regenerate.
4122         * Makefile.in: Regenerate.
4123
4124 2005-07-28  Ben Elliston  <bje@au.ibm.com>
4125
4126         * MAINTAINERS: Update for removed CPU targets.
4127
4128 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
4129
4130         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4131         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4132         * Makefile.in: Regenerated.
4133
4134 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
4135
4136         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4137         (CFLAGS_FOR_TARGET): Use it.
4138         (CXXFLAGS_FOR_TARGET): Likewise.
4139         * Makefile.in: Regenerated.
4140         * configure.in (--with-build-sysroot): New option.
4141         * configure: Regenerated.
4142
4143 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
4144
4145         * Makefile.tpl: Wrap install between unstage and stage
4146         * Makefile.in: Regenerate.
4147
4148 2005-07-21  Eric Christopher  <echristo@apple.com>
4149
4150         * MAINTAINERS: Update affiliation.
4151
4152 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
4153
4154         * MAINTAINERS: Add self as crx port maintainer.
4155
4156 2005-07-20  DJ Delorie  <dj@redhat.com>
4157
4158         * MAINTAINERS: Add self as m32c maintainer.
4159
4160 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
4161
4162         * all files: Update FSF address.
4163
4164 2005-07-15  Eric Christopher  <echristo@redhat.com>
4165
4166         * MAINTAINERS: Change affiliation.
4167
4168 2005-07-14  Jim Blandy  <jimb@redhat.com>
4169
4170         * configure.in: Add cases for Renesas m32c.
4171         * configure: Regenerated.
4172
4173 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4174
4175         * COPYING.LIB: Update from fsf.org.
4176
4177 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4178
4179         * COPYING, compile, config.guess,
4180         config.sub, install-sh, missing, mkinstalldirs,
4181         symlink-tree, ylwrap: Sync from upstream sources.
4182         * config-ml.in: Update FSF address.
4183
4184 2005-07-13  Eric Christopher  <echristo@redhat.com>
4185
4186         * configure.in: Add toplevel noconfigdir support for tpf.
4187         * configure: Regenerate.
4188
4189 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
4190
4191         PR ada/22340
4192
4193         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4194         * Makefile.in: Regenerate.
4195
4196 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
4197
4198         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
4199         Brolley to write-after-approval.
4200
4201 2005-07-07  Andreas Schwab  <schwab@suse.de>
4202
4203         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4204         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4205         * Makefile.in: Regenerated.
4206
4207 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
4208
4209         * configure.in: Don't build sim or rda when targetting darwin.
4210         * configure: Regenerate.
4211
4212 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
4213
4214         * configure.in: Add --enable-libssp and --disable-libssp.
4215         * configure: Regenerate with autoconf-2.13.
4216
4217 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
4218
4219         * Makefile.def (target_modules): Add libssp.
4220         * configure.in (target_libraries): Add target-libssp.
4221         * configure: Rebuilt.
4222         * Makefile.in: Rebuilt.
4223
4224 2005-07-01  Zack Weinberg  <zackw@panix.com>
4225
4226         * MAINTAINERS: Change email address.  Resign from maintainership.
4227
4228 2005-07-01  Richard Guenther  <rguenther@suse.de>
4229
4230         * MAINTAINERS: Change my e-mail address and affiliation.
4231
4232 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
4233
4234         * Makefile.def (stagefeedback): Come after profile.
4235         Define profiledbootstrap target.
4236         * Makefile.tpl (profiledbootstrap): Remove.
4237         (stageprofile-end): Zap stagefeedback.
4238         (stagefeedback-start): Copy all .gcda files, not only GCC's.
4239         * Makefile.in: Regenerate.
4240
4241 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
4242
4243         * MAINTAINERS: Update my email address.
4244
4245 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
4246
4247         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
4248         In 'cpp' stanza, support '#line' as well as '# '.
4249
4250 2005-06-08  Andreas Schwab  <schwab@suse.de>
4251
4252         * MAINTAINERS: Move myself from 'Write After Approval' to
4253         'CPU Port Maintainers' section as m68k maintainer.
4254
4255 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
4256
4257         * configure.in (unsupported_languages): New macro.
4258         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
4259         non-ported target libraries in noconfigdirs.
4260         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4261         non-linux-gnu.  Remove libgcj_ex_libffi.
4262         <lang_frag loop>: Set add_this_lang=no if the language is in
4263         unsupported_languages.
4264         * configure: Regenerate.
4265
4266 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
4267
4268         * configure.in: Fix typo in handling of --with-mpfr-dir.
4269         * configure: Regenerate.
4270
4271 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
4272
4273         * MAINTAINERS: Update my email address.
4274
4275 2005-06-02  Jim Blandy  <jimb@redhat.com>
4276
4277         * config.sub: Add cases for the Renesas m32c.  (This patch has been
4278         accepted into the master sources.)
4279
4280 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
4281             Michael Snyder  <msnyder@redhat.com>
4282             Stan Cox  <scox@redhat.com>
4283
4284         * configure.in: Set noconfigdirs for ms1.
4285
4286         * configure: Regenerate.
4287
4288 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
4289
4290         * MAINTAINERS (Write After Approval): Add self.
4291
4292 2005-06-01  Josh Conner  <jconner@apple.com>
4293
4294         * MAINTAINERS (Write After Approval): Add self.
4295
4296 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
4297
4298         * MAINTAINERS: Update my email address.
4299
4300 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
4301
4302         * MAINTAINERS (Write After Approval): Add self.
4303
4304 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
4305
4306         * MAINTAINERS (Write After Approval): Remove self.
4307
4308 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
4309
4310         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4311         (Dependencies): Consider target modules for bootstrap dependencies.
4312         Make target bootstrap modules depend on each stage's gcc.
4313         * Makefile.in: Regenerate.
4314
4315 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
4316
4317         * Makefile.def (configure-gcc): Depend on binutils having been built.
4318         (all-gcc): No need to do it here.
4319         * Makefile.in: Regenerate.
4320
4321 2005-05-19  Paul Brook  <paul@codesourcery.com>
4322
4323         * configure.in: Rewrite misleading error message when requested
4324         language cannot be built.
4325         * configure: Regenerate.
4326
4327 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
4328
4329         * ylwrap: Import from Automake 1.9.5.
4330
4331 2005-05-13  David Ung  <davidu@mips.com>
4332
4333         * MAINTAINERS (Write After Approval): Add self.
4334
4335 2005-05-09  Mike Stump  <mrs@apple.com>
4336
4337         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
4338         lt_cv_sys_max_cmd_len for now.
4339
4340 2005-05-09  Stan Cox  <scox@redhat.com>
4341
4342         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
4343
4344 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
4345
4346         * README.SCO: Update the URL.
4347
4348 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
4349
4350         * ltconfig: Define file_list_spec.  Pass file_list_spec and
4351         with_gnu_ld to libtool.
4352         * ltcf-c.sh (aix[45]): Define file_list_spec.
4353         * ltcf-cxx.sh (aix[45]): Same.
4354         * ltcf-gcj.sh (aix[45]): Same.
4355         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
4356         exists, write list of input files to temporary file.
4357
4358 2005-05-04  Mike Stump  <mrs@apple.com>
4359
4360         * configure.in: Always pass --target to target configures as
4361         otherwise rebuilds that do --recheck will fail.
4362         * confiugure: Rebuilt.
4363
4364 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
4365
4366         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4367         STAGE_HOST_EXPORTS.
4368         (configure, all): Add bootstrap support.
4369         (Host modules, target modules): Pass post-stage1 flags and exports.
4370         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4371         * Makefile.in: Regenerate.
4372
4373 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
4374
4375         * configure: Regenerate.
4376
4377 2005-04-27  Mike Stump  <mrs@apple.com>
4378
4379         * MAINTAINERS: Add self as darwin maintainer.
4380
4381 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
4382
4383         * config.sub: Update from master copy.
4384
4385 2005-04-21  Mike Stump  <mrs@apple.com>
4386
4387         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
4388         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
4389
4390 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
4391
4392         * configure.in <crisv32-*-*, cris-*-*>: New local variable
4393         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
4394         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
4395         "*-*-elf" and "*-*-linux*".
4396         * configure: Regenerate.
4397
4398 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
4399
4400         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
4401
4402 2005-04-12  Mike Stump  <mrs@apple.com>
4403
4404         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
4405
4406 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
4407
4408         * MAINTAINERS (Write After Approval): Add myself.
4409
4410 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
4411
4412         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
4413
4414 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
4415
4416         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4417         (TARGET_CONFIGARGS): Include --with-target-subdir.
4418         (configure, all): New macros.  Use them throughout.
4419         * Makefile.in: Regenerate.
4420
4421 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
4422
4423         * MAINTAINERS (Write After Approval): Add myself.
4424
4425 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4426
4427         * MAINTAINERS: Remove 'loop unrolling' maintainer.
4428
4429 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
4430
4431         * MAINTAINERS: Move John Carr to Write After Approval.
4432
4433 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
4434
4435         * config/mh-mingw32: Delete.
4436         * configure.in: Don't use it.
4437         * configure: Regenerate.
4438
4439 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
4440
4441         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4442         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4443         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
4444         (HOST_LIB_PATH): Generate from Makefile.def.
4445         (TARGET_LIB_PATH): Likewise.
4446         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4447         * Makefile.in: Regenerate.
4448         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4449         (RPATH_ENVVAR): Include Darwin case.
4450         * configure: Regenerate.
4451
4452 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
4453
4454         * MAINTAINERS (Various Maintainers): Remove self.
4455         (Write After Approval): Add self.
4456
4457 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
4458
4459         * MAINTAINERS (Various Maintainers): Add self.
4460
4461 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
4462
4463         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4464         * configure: Regenerate.
4465
4466 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
4467
4468         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4469         gcc_version, and gcc_version_trigger from set of flags to pass.
4470         * Makefile.tpl: Remove definitions of above variables.
4471         (config.status): Remove dependency on $(gcc_version_trigger).
4472         * Makefile.in: Regenerate.
4473         * configure.in: Do not reference config/gcc-version.m4 nor
4474         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
4475         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
4476         * configure: Regenerate.
4477
4478 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
4479             Andrew Pinski  <pinskia@physics.uc.edu>
4480
4481         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4482         * Makefile.in: Regenerate.
4483
4484 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
4485
4486         * MAINTAINERS (Write After Approval): Add myself.
4487
4488 2005-03-03  David Ayers  <d.ayers@inode.at>
4489
4490         * MAINTAINERS (Write After Approval): Add myself.
4491
4492 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
4493
4494         PR libgcj/20160
4495         * ltmain.sh: Avoid creating archives with components that have
4496         duplicate basenames.
4497
4498 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
4499
4500         PR bootstrap/20250
4501         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4502         instead of check.
4503         * Makefile.in: Regenerate.
4504
4505 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4506
4507         * Makefile.in: Regenerate to fix conflict between the previous two
4508         patches.
4509
4510 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4511
4512         PR bootstrap/17383
4513         * Makefile.def (target_modules): Remove "stage", now unnecessary.
4514         * Makefile.tpl (HOST_SUBDIR): New substitution.
4515         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4516         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4517         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4518         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4519         (Host modules, Bootstrapped modules): Use it.
4520         (Build modules, Target modules): Do not create symlink trees,
4521         always configure out-of-srcdir.
4522         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4523         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4524         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4525         $(HOST_SUBDIR).  Create a symlink for host_subdir.
4526
4527         * Makefile.in: Regenerate.
4528         * configure: Regenerate.
4529
4530 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4531
4532         Merged from libada-gnattools-branch:
4533         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4534
4535         * gnattools: New directory.
4536         * Makefile.def: Add gnattools as a module, depending on target-libada.
4537         * Makefile.in: Regenerate.
4538         * configure.in: Include gnattools in host_tools; disable it if ada
4539         is disabled.
4540         * configure: Regenerate.
4541
4542 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
4543
4544         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
4545         treelang maintainer.
4546         (Write After Approval): Remove myself.
4547
4548 2005-02-23  Paul Schlie  <schlie@comcast.net>
4549
4550         * configure.in: Allow darwin targeted ports to build tk, itcl and
4551         libgui.
4552         * configure: Regenerate.
4553
4554 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4555
4556         PR libgcj/10353
4557         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4558         * configure: Regenerate.
4559
4560 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
4561
4562         * MAINTAINERS (Write After Approval): Add myself.
4563
4564 2005-02-10  Ian Lance Taylor  <ian@airs.com>
4565
4566         * MAINTAINERS: Update my e-mail address.
4567
4568 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
4569
4570         * MAINTAINERS (Write After Approval): Add myself.
4571
4572 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
4573
4574         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4575         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4576         target-libgloss when not *-*-elf and *-*-aout.
4577         * configure: Regenerate.
4578
4579 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
4580
4581         * MAINTAINERS: Remove obsolete entries.
4582
4583         * MAINTAINERS (Write After Approval): Add Michael Matz.
4584
4585 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
4586
4587         * MAINTAINERS: Remove self as cpplib maintainer.
4588
4589 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4590
4591         * install-sh, config.sub: Import from upstream.
4592
4593 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4594
4595         PR bootstrap/18222
4596         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4597         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4598         * Makefile.in: Regenerate.
4599
4600 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
4601
4602         * MAINTAINERS: Update my email address.
4603
4604 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
4605             Andreas Schwab  <schwab@suse.de>
4606
4607         PR bootstrap/18033
4608         * config-ml.in: Eval option if surrounded by single quotes.
4609
4610 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
4611
4612         Revert 2004-12-28 Makefile changes, a better fix will be
4613         applied to mainline and src after GCC 4.0 branches.
4614
4615 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
4616
4617         PR bootstrap/17383
4618
4619         * Makefile.def (target_modules): Remove stage parameter,
4620         it is always true now.
4621         * Makefile.tpl (configure-build-[+module+],
4622         configure-target-[+module+]): Always build symlink tree
4623         for the directory and for include.  BUILD_SUBDIR and
4624         TARGET_SUBDIR cannot be . anymore.
4625         * Makefile.in: Regenerate.
4626
4627 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
4628
4629         Revert 2004-12-08 Makefile changes.
4630
4631 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
4632
4633         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
4634         cygwin, mingw.
4635
4636 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
4637
4638         * configure.in (sh64-*-*): Reenable gprof.
4639         * configure: Regenerate.
4640
4641 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
4642
4643         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4644         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4645         (EXTRA_TARGET_FLAGS): Add PICFLAG.
4646         * Makefile.in: Regenerate.
4647
4648 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
4649
4650         * MAINTAINERS: Update my email address.
4651
4652 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
4653
4654         * Makefile.tpl: Generate normal dependencies if the LHS module is
4655         not bootstrapped.
4656         * Makefile.in: Regenerate.
4657
4658 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4659
4660         * configure.in: Include config/gxx-include-dir.m4.  Use
4661         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
4662         * configure: Regenerate.
4663
4664 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4665
4666         * config.if: Delete.
4667         * configure.in: Set libstdcxx_incdir directly.
4668         * configure: Regenerate.
4669
4670 2004-12-02  Eric Christopher  <echristo@redhat.com>
4671
4672         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
4673         * Makefile.in: Regenerate.
4674
4675 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4676
4677         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4678         * configure: Regenerate.
4679
4680 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4681
4682         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
4683         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
4684         * configure: Regenerate.
4685
4686 2004-12-01  Eric Christopher  <echristo@redhat.com>
4687
4688         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
4689         of things to remove.
4690
4691 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
4692
4693         * MAINTAINERS (Write After Approval): Update my e-mail address.
4694
4695 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
4696
4697         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
4698         from CVS libtool to always pass_all.
4699
4700 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4701
4702         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4703         (hppa*64*-*-*): Delete incorrect comment.
4704         * configure: Rebuilt.
4705
4706 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4707
4708         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
4709
4710 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4711
4712         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
4713         from CVS libtool to always pass_all.
4714
4715 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4716
4717         * install-sh, compile: Import from automake.
4718
4719 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4720
4721         * config.guess, config.sub:  Import from savannnah.
4722
4723 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
4724
4725         * MAINTAINERS (Write After Approval): Add myself
4726
4727 2004-11-12  Mike Stump  <mrs@apple.com>
4728
4729         * Makefile.def: Add html support.
4730         * Makefile.tpl: Likewise.
4731         * Makefile.in: Regenerate.
4732
4733 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
4734
4735         PR 18423
4736         * configure.in: Remove all instances of build-fixincludes from
4737         noconfigdirs.
4738         (build_configargs): Supply --target to subdirectories.
4739         * configure: Regenerate.
4740
4741         * Makefile.def: Make gcc install depend on fixincludes install.
4742         * Makefile.in: Regenerate.
4743
4744 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
4745
4746         * MAINTAINERS: Add myself as gcc testsuite maintainer.
4747
4748 2004-11-11  Paul Brook  <paul@codesourcery.com>
4749
4750         * MAINTAINERS: Add self as arm maintainer.  Update email address.
4751
4752 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
4753
4754         * configure.in (noconfigdirs) [mmix-*-*]: Disable
4755         target-libgfortran.
4756         * configure: Regenerate.
4757
4758 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
4759
4760         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4761         like CC.
4762
4763 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
4764
4765         * Makefile.def (host fixincludes): Specify missing targets.
4766         * Makefile.in: Regenerate.
4767
4768 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
4769
4770         * MAINTAINERS: Add myself
4771
4772 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
4773
4774         * MAINTAINERS (Write After Approval): Add myself.
4775
4776 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
4777
4778         * Makefile.def: Build fixincludes for the host, too.
4779         * Makefile.in: Regenerate.
4780         * configure.in (host_tools): Add fixincludes.
4781         * configure: Regenerate.
4782
4783 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
4784
4785         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4786         * configure: Regenerated.
4787
4788 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
4789
4790         PR other/17783
4791         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4792         * configure: Regenerated.
4793
4794 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
4795
4796         * README.SCO: Update per FSF instructions.
4797
4798 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
4799
4800         PR target/18151
4801         * configure.in (case ${target}): Do not build fixincludes for avr.
4802         * configure: Regenerated.
4803
4804 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
4805
4806         * configure.in (case ${target}): Do not build fixincludes
4807         on platforms where it is not used.
4808         * configure: Regenerated.
4809
4810 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
4811
4812         * configure.in: Use an absolute path to install-sh.
4813         * configure: Regenerated.
4814
4815 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4816
4817         * MAINTAINERS (Write After Approval): Add myself.
4818
4819 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
4820
4821         * MAINTAINERS: Remove from Write After Approval those that are
4822         already maintainers.
4823
4824 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
4825
4826         * MAINTAINERS:  Update my email address.
4827
4828 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4829
4830         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4831         * configure: Regenerate.
4832
4833 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
4834
4835         * MAINTAINERS:  Update my email address.
4836
4837 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
4838
4839         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
4840         entries belonging to this category.
4841
4842 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
4843
4844         * MAINTAINERS: Update my e-mail address.
4845
4846 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
4847
4848         Fix wrong conflict resolution in:
4849
4850         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4851
4852         * Makefile.in: Regenerate.
4853         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4854         in the recursive `make', instead of hardwiring `all'.
4855         (Autogenerated TARGET-* variables): New.
4856
4857 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
4858
4859         * configure.in: Enable target-libgloss for crx-*-*.
4860         * configure: Regenerate.
4861
4862 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4863
4864         * MAINTAINERS (Various Maintainers): Move the "windows,
4865         cygwin, mingw" maintainer to ...
4866         (OS Port Maintainers): ... here.
4867
4868 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4869
4870         * MAINTAINERS (Write After Approval): Remove those that are
4871         maintainers of some subsystem.
4872
4873 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
4874
4875         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4876         * ltcf-cxx.sh (tpf*): Likewise.
4877         * ltconfig (tpf*): Add TPF OS configuration support.
4878
4879 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
4880
4881         * MAINTAINERS: Change my email address to my new work account.
4882
4883 2004-09-24  Michael Roth  <mroth@nessie.de>
4884
4885         * configure.in (--without-headers): Add missing double quotes.
4886         * configure: Regenerate.
4887
4888 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
4889
4890         * ylwrap: Revert to previous version.
4891
4892 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
4893
4894         PR bootstrap/17369
4895         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4896         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4897         SET_GCC_LIB_PATH_CMD.
4898         (BASE_TARGET_EXPORTS): Likewise.
4899         * Makefile.in: Regenerated.
4900
4901         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4902         * configure: Regenerated.
4903
4904 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
4905
4906         * config.guess: New upstream version
4907         * compile, depcomp, install-sh, ylwrap: Likewise.
4908
4909 2004-09-19  Roger Sayle  <roger@eyesopen.com>
4910
4911         * config/mh-x86omitfp: New host makefile fragment.  Add
4912         -fomit-frame-pointer to the default BOOT_CFLAGS.
4913         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4914         * configure: Regenerate.
4915
4916 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
4917
4918         PR target/11572
4919         * configure.in (*-*-darwin*): Renable libobjc.
4920         * configure: Regenerate.
4921
4922 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
4923
4924         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
4925
4926 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
4927
4928         * Makefile.def: Remove libbanshee.
4929         * Makefile.tpl: Ditto.
4930         * configure.in: Ditto.
4931         * Makefile.in: Regen.
4932         * configure: Ditto.
4933
4934 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
4935
4936         * ltmain.sh: Use $pic_object as $non_pic_object if
4937         $non_pic_object=none.
4938
4939 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
4940
4941         * missing: Import latest version from master repository.
4942
4943 2004-09-06  Nick Clifton  <nickc@redhat.com>
4944
4945         * config.sub: Import latest version from master repository.
4946         * config.guess: Likewise.
4947         This includes these changes:
4948
4949         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
4950
4951         * config.sub: Handle crisv32, alias etraxfs.
4952         * config.guess (crisv32:Linux:*:*): Handle.
4953
4954         2004-08-13  Brad Smith  <brad@comstyle.com>
4955
4956         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4957         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4958
4959         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4960
4961         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4962         assume the processor is a powerpc.  This is because coreutils
4963         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4964         in this case, due to a MacOS X bug that causes
4965         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4966         to return a negative number.
4967         Problem reported by Petter Reinholdtsen in:
4968         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4969
4970         2004-07-19  Ben Elliston  <bje@gnu.org>
4971
4972         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4973
4974         2004-06-24  Ben Elliston  <bje@gnu.org>
4975
4976         * config.guess: Update copyright years.
4977         * config.sub: Likewise.
4978
4979         2004-06-22  Robert Millan  <robertmh@gnu.org>
4980
4981         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4982         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4983
4984         2004-06-22  Stanley F. Quayle <stan@stanq.com>
4985
4986         * config.guess (*:*VMS:*:*): New entry. Replaces
4987         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4988         manufacturer.
4989
4990         2004-06-22  Ben Elliston  <bje@gnu.org>
4991
4992         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4993         * config.sub: Likewise.
4994
4995         2004-06-22  Ben Elliston  <bje@gnu.org>
4996
4997         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4998         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4999
5000         2004-06-11  Ben Elliston  <bje@gnu.org>
5001
5002         * config.guess (pegasos:OpenBSD:*:*): Remove.
5003
5004         2004-06-11  Ben Elliston  <bje@gnu.org>
5005
5006         From Wouter Verhelst <wouter@grep.be>:
5007         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5008
5009         2004-06-11  Ben Elliston  <bje@gnu.org>
5010
5011         * config.guess (luna88k:OpenBSD:*:*): New.
5012
5013         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
5014
5015         * config.guess (m32r*:Linux:*:*): New case.
5016         * config.sub: Handle m32rle.
5017
5018         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
5019
5020         From Jens Petersen  <petersen@redhat.com>:
5021         * config.sub: Handle sparcv8.
5022
5023         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
5024
5025         From Tom Smith <smith@cag.lkg.hp.com>:
5026         * config.guess: Version suffixes are equally significant on Tru64
5027         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
5028         prefix of "P" (patched kernel).
5029
5030         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
5031
5032         * config.sub: Add support for National Semiconductor CRX target.
5033
5034 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
5035
5036         * MAINTAINERS (Various Maintainers): Remove myself as web page
5037         maintainer, add myself as maintainer of build status lists.
5038
5039 2004-09-03  Jan Beulich  <jbeulich@novell.com>
5040
5041         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5042         *-*-netware, but add target-libmudflap.
5043         Consolidate *-*-netware targets (of which really only i?86 exists)
5044         into a single entry.
5045         * configure: Likewise.
5046
5047 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
5048
5049         * Makefile.tpl (sorry): Remove.
5050         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5051         (cleanstrap targets): Depend on distclean, not distclean-stage1.
5052         (do-clean): Clean per-stage directories too.
5053         (do-distclean): Run distclean-stage1 too.
5054         (.NOTPARALLEL): Enable during toplevel bootstrap.
5055         (stage[+id+]-bubble): Enable parallel execution during
5056         the recursive invocation.
5057         * Makefile.in: Regenerate.
5058
5059         Fix previous checkin:
5060
5061         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5062         include.
5063         * configure.in: Fix indentation.
5064         * configure: Regenerate.
5065
5066 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
5067
5068         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5069         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5070         * configure: regenerate
5071         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5072         -mdynamic-no-pic
5073
5074 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
5075
5076         * Makefile.def (build_modules): Add fixincludes.
5077         (dependencies): Make gcc depend on fixincludes.
5078         * configure.in (build_tools): Add fixincludes.
5079         (build_configdirs): Always include build_libs.
5080         * Makefile.in: Regenerate.
5081         * configure: Regenerate.
5082
5083 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
5084
5085         * Makefile.def (bootstrap stages): Add 'lean' parameter.
5086         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5087         phony targets; do not generate timestamp files.
5088         (distclean-stageN): Remove references to their timestamp files.
5089         (restageN, touch-stageN): Remove.
5090         (stageN-bubble): Rewritten.
5091         (compare): Support lean bootstraps.
5092         * Makefile.in: Regenerate.
5093
5094         * configure.in: Only warn when bootstrapping but
5095         build != host or build != target.  Support lean bootstraps.
5096         * configure: Regenerate.
5097
5098 2004-08-26  Phil Edwards  <phil@codesourcery.com>
5099
5100         * configure.in:  Give a better error message if GMP/MPFR are missing
5101         and a language needing them has been requested.
5102         * configure:  Regenerated.
5103
5104 2004-08-25  Phil Edwards  <phil@codesourcery.com>
5105
5106         * configure.in:  Print a list of available language front-ends if
5107         a requested one is missing.  Tidy stray tab characters.
5108         * configure:  Regenerated.
5109
5110 2004-08-19  Michael Koch  <konqueror@gmx.de>
5111
5112         * gcc/doc/install.texi: Update entry about automake for libjava.
5113
5114 2004-08-17  Robert Millan  <robertmh@gnu.org>
5115
5116         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5117         (instead of FreeBSD).
5118         * configure: Regenerate.
5119
5120 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5121
5122         * Makefile.in: Regenerate.
5123         * configure: Regenerate.
5124
5125         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5126         stage_*_flags.
5127         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5128         for bootstrapped modules if toplevel bootstrap is going.
5129         (GCC bootstrap): Generate per-stage targets for all bootstrapped
5130         modules.  Adjust for changes in Makefile.def.  Enable several
5131         rules even in non-bootstrap mode, just to avoid peppering the
5132         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5133         (stage-[+prev+]-bubble): Remove.
5134
5135         * Makefile.def (Dependencies): Depend on all-build-bison,
5136         all-build-flex, all-build-byacc, all-build-texinfo, rather
5137         than the host variations.
5138         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
5139         with BUILD_SUBDIR.
5140         (BISON): Update for recent Bisons.
5141         (YACC): Fix typo.
5142         (cross): Depend on all-build.
5143         (all): Do not depend on all-build.
5144         (prebootstrap): Remove.
5145         (dep-kind): Accept separate prefixes for MODULE and ON variables.
5146         (Prebootstrap dependencies): Add them to the per-stage targets
5147         and to all-prebootstrap.
5148         * configure.in (build_configdirs): Always enable build_tools.
5149         (BUILD_DIR_PREFIX): Remove.
5150
5151         * Makefile.def (gcc): Add target variable.
5152         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5153         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5154         in the recursive `make', instead of hardwiring `all'.
5155         (Autogenerated TARGET-* variables): New.
5156
5157 2004-08-13  Brian Booth  <bbooth@redhat.com>
5158
5159         * MAINTAINERS: Remove myself from write-after-approval.
5160
5161 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5162
5163         * src-release: Stop distributing mmalloc with gdb (which doesn't
5164         use it).
5165         * Makefile.def: GDB doesn't depend on mmalloc anymore.
5166         * Makefile.in: Regenerate.
5167
5168 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
5169
5170         * configure.in (arm*-*-eabi*): New target.
5171         * configure: Regenerate.
5172
5173 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
5174
5175         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5176         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5177         (Dependencies): New section.
5178         * Makefile.tpl (Dependencies): Generate from Makefile.def.
5179         (configure-target-[+module+]): Depend on maybe-all-gcc
5180         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
5181         (toplevel profiledbootstrap): Fix dependencies.
5182         * Makefile.in: Regenerate.
5183
5184 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
5185
5186         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5187         target-libiberty to noconfigdirs.
5188         * configure: Regenerate.
5189
5190 2004-08-03  Paul Brook  <paul@codesourcery.com>
5191
5192         * configure.in: Check for MPFR as well as GMP.
5193         * configure: Regenerate.
5194
5195 2004-08-01  Robert Millan  <robertmh@gnu.org>
5196
5197         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5198         libmudflap for all GNU-based systems (with Glibc).
5199         * configure: Regenerate.
5200
5201 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
5202
5203         * Makefile.def (host-modules): Add gcc.
5204         * Makefile.in: Regenerate.
5205         * Makefile.tpl (sorry): New rule.
5206         (configure-host, all-host, [+make_target+]-host, do-check,
5207         install-host): Do not add gcc as a special case.
5208         (host modules): Add a small special-casing for gcc.  Export
5209         extra_make_flags through the environment.
5210         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5211         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5212         other recursive targets for gcc): Remove.
5213
5214         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5215         (stage, unstage): New rules.
5216         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5217         distclean-stage[+id+]): Use stage_current.
5218         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5219         the stage*-start rules.
5220
5221 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
5222
5223         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
5224         use -all_load flag.
5225
5226 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
5227
5228         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
5229         * configure: Regenerate.
5230
5231 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
5232
5233         * maintainer-scripts/gcc_release: Revert yesterday's change.
5234
5235 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
5236
5237         * MAINTAINERS: Add myself to write-after-approval.
5238
5239 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
5240
5241         * libf2c: Removed.
5242         * gcc/gccbug.in: Updated because of libf2c removal.
5243         * maintainer-scripts/gcc_release: Ditto.
5244
5245 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
5246
5247         * configure.in: Build libmudflap by default on FreeBSD.
5248         * configure: Regenerated.
5249
5250 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
5251
5252         * configure.in: Do not build libmudflap by default on non-GNU/Linux
5253         systems.
5254         * configure: Regenerated.
5255
5256 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5257
5258         PR target/16344
5259         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5260         feedback based compiler.
5261         * Makefile.in: Rebuilt.
5262
5263 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
5264
5265         * Makefile.def (host_modules): Set bootstrap=true for flex.
5266         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5267         * Makefile.in: Rebuilt.
5268
5269 2004-07-07  Jan Hubicka  <jh@suse.cz>
5270
5271         * MAINTAINERS: Add self as a profile feedback maintainer.
5272
5273 2004-07-05  Phil Edwards  <phil@codesourcery.com>
5274
5275         * configure.in:  Do not prepend $srcdir to /dev/null in
5276         makefile fragments.
5277         * configure:  Regenerate.
5278
5279 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
5280
5281         * Makefile.def (build_modules): Add bison, byacc, flex,
5282         m4, texinfo.
5283         (flags_to_pass): Add FLEX.
5284         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5285         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5286         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5287         DEFAULT_MAKEINFO): Remove.
5288         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5289         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5290         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5291         objdir or else use configured tool.
5292         (all-build): New.
5293         (all): Depend on it.
5294         (Build module dependencies): Add.
5295         * Makefile.in: Regenerate.
5296         * configure.in: Better support for multiple build modules,
5297         matching what is done for host/target modules.  Do not look
5298         for "plausible" locations of build tools if Canadian cross.
5299         Use autoconf's AC_PROG_CC to find a C compiler.  Define
5300         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
5301         * configure: Regenerate.
5302
5303 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5304
5305         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5306         * Makefile.in: Regenerate.
5307
5308 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5309
5310         * Makefile.tpl (configure-build-[+module+],
5311         configure-[+module+], configure-target-[+module+]): Pass
5312         [+extra_configure_args+].
5313         (all-build-[+module+], all-[+module+], check-[+module+],
5314         install-[+module+], [+make_target+]-[+module+],
5315         all-target-[+module+], check-target-[+module+],
5316         install-target-[+module+], [+make_target+]-target-[+module+]):
5317         Pass [+extra_make_args+].
5318         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5319         (GCC_HOST_EXPORTS): Remove.
5320         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5321         cross, check-gcc, check-gcc-c++, install-gcc,
5322         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5323         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5324         * Makefile.in: Regenerate.
5325
5326 2004-06-21  Matthew Sachs  <msachs@apple.com>
5327
5328         * MAINTAINERS: Added self to write-after-approval.
5329
5330 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
5331
5332         * configure.in: Check for srcdir/winsup rather than build directory
5333         winsup.
5334         * configure: Regenerate.
5335
5336 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
5337
5338         * configure.in: Don't build Cygwin native newlib if winsup
5339         directory is missing.  Emit warning instead.
5340         * configure: Regenerate.
5341
5342 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
5343
5344         * Makefile.tpl (touch-stage[+id+]): New.
5345         (restage[+prev+]): Depend on touch-stage[+id+].
5346
5347         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5348         Use it throughout.
5349
5350         * Makefile.def: Add profile and feedback bootstrap stages.
5351         Remove next field from bootstrap stages.
5352         * Makefile.tpl (LN, LN_S): Substitute.
5353         (stageN-start, stageN-end): Use double-colon rules, to
5354         provide a hook for additional setup commands.
5355         (distclean-stageN-gcc, restageN): Create dependencies from
5356         [+prev+], not from [+next+].
5357         (stageN-bubble): Add commands for successive stages from
5358         [+prev+], using double-colon rules.
5359         (all-stageN-gcc): Fix typo.
5360         (stagefeedback-start, profiledbootstrap): New.
5361         * Makefile.in: Regenerate.
5362         * configure.in: Call ACX_PROG_LN.
5363         * configure: Regenerate.
5364
5365 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
5366
5367         * MAINTAINERS (Write After Approval): Add myself.
5368
5369 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
5370
5371         * MAINTAINERS (Write After Approval): Add myself.
5372
5373 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
5374
5375         * configure.in: Fix --enable-bootstrap breakage introduced in trees
5376         without gcc.
5377         * configure: Regenerate.
5378
5379 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5380
5381         * Makefile.tpl: Fix typo.
5382         * Makefile.in: Regenerate.
5383
5384 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5385
5386         * configure.in: Remove new- prefix from toplevel
5387         bootstrap targets.
5388         * configure: Regenerate.
5389
5390 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5391
5392         * Makefile.tpl (all.normal): Rename to all.
5393         (all): Replace with a rule to pick the default
5394         target from configure.
5395         (all-gcc, configure-gcc): Use conditionals to
5396         do nothing when toplevel bootstrap is going on.
5397         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5398         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5399         * configure.in: Support --enable-bootstrap.
5400
5401         * Makefile.def: Remove new- prefix from toplevel
5402         bootstrap targets.
5403         * Makefile.tpl: Likewise.
5404
5405         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
5406         target.
5407
5408         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5409         $(RECURSE_FLAGS) to recursive invocation of make.
5410
5411         * Makefile.in: Regenerate.
5412         * configure: Regenerate.
5413
5414 2004-05-30  Andreas Jaeger  <aj@suse.de>
5415             Jim Wilson  <wilson@specifixinc.com>
5416
5417         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5418         like CC.
5419
5420 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
5421
5422         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5423         * configure: Regenerate.
5424
5425 2004-05-25  Daniel Jacobowitz  <drow@false.org>
5426
5427         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5428         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5429         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
5430         targets.
5431         * Makefile.in: Regenerate.
5432
5433 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
5434
5435         * configure.in: Test the ability to symlink directories.
5436         * configure: Regenerate.
5437
5438         * Makefile.def (bootstrap-stage): New definitions.
5439         * Makefile.tpl (configure-stage1-gcc,
5440         configure-stage2-gcc, configure-stage3-gcc,
5441         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5442         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5443         new-restage3, compare): Autogenerate, see Makefile.in
5444         entry for behavioral changes.
5445         (distclean-stage1, new-stage1-start, new-stage1-end,
5446         new-stage1-bubble, distclean-stage2, new-stage2-start,
5447         new-stage2-end, new-stage2-bubble, distclean-stage3,
5448         new-stage3-start, new-stage3-end): New autogenerated targets.
5449         (objext, prebootstrap, BOOT_CFLAGS,
5450         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5451         targets.
5452
5453         * Makefile.in: Regenerate.
5454         (distclean-stage1, new-stage1-start, new-stage1-end,
5455         new-stage1-bubble, distclean-stage2, new-stage2-start,
5456         new-stage2-end, new-stage2-bubble, distclean-stage3,
5457         new-stage3-start, new-stage3-end): New targets.
5458         (all-stage1-gcc): Move prebootstrap dependency from here...
5459         (configure-stage1-gcc): ...to here.
5460         (new-bootstrap): Use bubble targets.
5461         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5462         Use per-stage distclean targets.
5463         (configure-stage1-gcc, configure-stage2-gcc,
5464         configure-stage3-gcc, all-stage1-gcc,
5465         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5466         Use new-stageN-start to prepare the tree.
5467
5468 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
5469
5470         * Makefile.def (host_modules): add libcpp.
5471         * Makefile.tpl: Add dependencies on and for libcpp.
5472         * Makefile.in: Regenerate.
5473         * configure.in: Add libcpp host module.
5474         * configure: Regenerate.
5475
5476 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
5477
5478         * Makefile.tpl: Whenever a recursive target is defined, wrap
5479         it in a special @if/@endif block, and prepare its maybe
5480         dependency in the @if/@endif block
5481         * configure.in: Instead of writing maybe dependencies, remove
5482         the @if/@endif statements, and remove the @if/@endif blocks
5483         that remain.
5484         * configure: Regenerate.
5485         * Makefile.in: Regenerate.
5486
5487 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
5488
5489         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
5490
5491 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
5492
5493         PR bootstrap/15120
5494         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
5495         * */configure: Rebuilt.
5496
5497 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
5498
5499         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5500         of libf2c.
5501         * configure, Makefile.in: Regenerate.
5502
5503 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
5504
5505         * MAINTAINERS (Write After Approval): Add myself.
5506
5507 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
5508
5509         Merge from tree-ssa-20020619-branch.
5510
5511         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5512         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5513         (HOST_GMPLIBS): Define.
5514         (HOST_GMPINC): Define.
5515         (TARGET_LIB_PATH): Add libmudflap.
5516         (GFORTRAN_FOR_TARGET): Define.
5517         (configure-build*): Export GFORTRAN.
5518         (configure-gcc): Export GMPLIBS and GMPINC.
5519         (all-gcc): Add maybe-all-libbanshee.
5520         (configure-target-libgfortran): Define.
5521         * Makefile.in: Regenerate.
5522         * configure.in (host_libs): Add libbanshee.
5523         (target_libraries): Add target-libmudflap and target-libgfortran.
5524         Add --with-libbanshee.
5525         Handle --disable-libmudflap.
5526         (*-*-freebsd*): Use with_gmp.
5527         Add $(libgcj) to noconfigdirs.
5528         * configure: Regenerate.
5529         * depcomp: New file.
5530         * MAINTAINERS: Add tree-ssa maintainers.
5531
5532 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
5533
5534         * MAINTAINERS (Various Maintainers): Add myself.
5535
5536 2004-04-30  Brian Ford  <ford@vss.fsi.com>
5537
5538         * MAINTAINERS (Write After Approval): Add myself.
5539
5540 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
5541
5542         * MAINTAINERS (Write After Approval): Add myself.
5543
5544 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
5545
5546         * config/acx.m4: Fix fastcompare support for new-bootstrap.
5547         * configure: Regenerate.
5548
5549 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
5550
5551         Revert:
5552         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5553
5554         * Makefile.def (flags_to_pass): Remove *dir variables that
5555         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5556         as well as prefix and exec_prefix.
5557         * Makefile.in: Regenerate.
5558
5559 2004-04-26  Robert Millan  <robertmh@gnu.org>
5560
5561         Add patches from libtool CVS.
5562         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5563         * ltconfig: Likewise.
5564         * ltcf-c.sh: Likewise.
5565         * ltcf-cxx.sh: Likewise.
5566         * ltcf-gcj.sh: Likewise.
5567
5568 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5569
5570         * Makefile.def (host_modules): Mark with the bootstrap
5571         flag packages on which gcc depends.
5572         * Makefile.tpl (all-bootstrap): Use it.
5573         * Makefile.in: Regenerate.
5574
5575 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5576
5577         * Makefile.def (flags_to_pass): Remove *dir variables that
5578         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5579         as well as prefix and exec_prefix.
5580         * Makefile.in: Regenerate.
5581
5582 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5583
5584         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5585         * configure: Regenerate.
5586         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5587         * gcc/Makefile.tpl (compare): Use the result of the test.
5588         * gcc/Makefile.in: Regenerate.
5589
5590 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
5591
5592         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5593         Always relocate gcc and prev-gcc to the original names, even
5594         if the build fails.
5595         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5596         New targets.
5597
5598 2004-04-23  Laurent GUERBY <laurent@guerby.net>
5599
5600         * MAINTAINERS: Update my email address.
5601
5602 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5603
5604         * configure.in (mips*-*-irix5*): Enable ld.
5605         * configure: Regenerate.
5606
5607 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5608
5609         * configure: Regenerate.
5610
5611 2004-04-15  James E Wilson  <wilson@specifixinc.com>
5612
5613         * Makefile.tpl (configure-[+module+], configure-gcc,
5614         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5615         Set and export LDFLAGS.
5616         * Makefile.in: Regenerate.
5617
5618 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
5619
5620         * MAINTAINERS: Add myself to write-after-approval.
5621
5622 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5623
5624         PR bootstrap/14871
5625         * Makefile.tpl: If we don't have built-in-tree target tools,
5626         use the ones found by configure rather than hacking around with
5627         program_transform_name.
5628         * configure.in: Give Makefile.tpl the information necessary
5629         to do that.
5630         * Makefile.in: Regenerate.
5631         * configure: Regenerate.
5632
5633 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
5634
5635         PR bootstrap/14760
5636         * configure.in: When computing baseargs, strip *all* copies of
5637         offending options.  Also, don't match/substitute the trailing space,
5638         so that this actually works when two similar options are separated by
5639         only one space.
5640         * configure: Regenerate.
5641
5642 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
5643
5644         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5645         (rs6000-*-aix*): Same.
5646         * configure: Regenerate.
5647
5648 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
5649
5650         * MAINTAINERS: Add myself to write-after-approval.
5651
5652 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
5653
5654         * MAINTAINERS: Add myself to write-after-approval.
5655
5656 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
5657
5658         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5659         STRICT_WARN, WARN_CFLAGS flags passed down to make.
5660         * Makefile.in: Regenerate.
5661
5662         * configure.in (top level bootstrap support): Rework --enable-werror
5663         to set @stage2_werror_flag@.
5664         * configure: Regenerate.
5665         * Makefile.tpl (top level bootstrap support): Pass
5666         @stage2_werror_flag@ down to configure in stages 2 and 3.
5667         * Makefile.in: Regenerate.
5668
5669 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5670
5671         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5672         for stages 2 and 3 as well as in make.  As a consequence, remove
5673         OUTPUT_OPTION (now detected by configure) from the flags passed down
5674         to make.
5675         * Makefile.in: Regenerate.
5676
5677         * Makefile.tpl (new-bootstrap): Fix typo.
5678         * Makefile.in: Regenerate.
5679
5680 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
5681
5682         * Makefile.tpl: Rearrange by moving recursive_targets rules
5683         into their proper sections.
5684         * Makefile.tpl (top level bootstrap support): Move disabling
5685         of coverage flags from 'make' to 'configure'; improve comments.
5686         * Makefile.in: Regenerate.
5687
5688         * Makefile.tpl (experimental top level bootstrap) Move stage1
5689         language setting from all- target to configure- target; disable
5690         intermodule optimization in stage 1; prevent gratuitous rebuilds
5691         of stage 1.
5692         * Makefile.in: Regenerate.
5693         * configure.in: Comma-separate stage 1 language list for top
5694         level bootstrap.
5695         * configure: Regenerate.
5696
5697         * Makefile.tpl: Clean up experimental top level bootstrap support:
5698         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5699         prev-gcc in configure- targets as well as all- targets.
5700         * Makefile.in: Regenerate.
5701
5702 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
5703
5704         * compile: New file imported from automake.
5705
5706 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
5707
5708         * configure.in: Remove symbolic link section.
5709         * configure: Regenerate.
5710         * Makefile.tpl (links): Remove.
5711         * Makefile.in: Regenerate.
5712
5713 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
5714             Nathanael Nerode  <neroden@gcc.gnu.org>
5715
5716         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5717         Set with AC_CHECK_PROGS.
5718         * configure.in: Fix comment typo from last patch.
5719         * configure: Regenerate.
5720
5721 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
5722
5723         * Makefile.tpl: Introduce experimental top level bootstrap support.
5724         * Makefile.in: Regenerate.
5725         * configure.in: Introduce support for top level bootstrap.
5726         * configure: Regenerate.
5727
5728 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5729             Paolo Bonzini  <bonzini@gnu.org>
5730
5731         PR bootstrap/14522
5732         * configure.in: Cope with shells that do not support unquoted ^
5733         * configure: Regenerate.
5734
5735 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5736             Paolo Bonzini  <bonzini@gnu.org>
5737
5738         PR bootstrap/14522
5739         * configure.in: Cope with shells that do not support nesting
5740         quotes inside quoted backquote substitutions.
5741         * configure: Regenerate.
5742
5743 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
5744
5745         PR bootstrap/14522
5746         * configure.in: Fix escaping of $.
5747         * configure: Regenerate.
5748
5749 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
5750
5751         * configure: Regenerate, since I forgot to while committing Paolo's
5752         changes.
5753
5754 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
5755
5756         PR ada/14131
5757         Move language detection to the top level.
5758         * configure.in: Find default values for the tools as
5759         soon as possible.  Disable ada if GNAT is not found.
5760         Emit error message about missing languages.  Expand
5761         --enable-languages=all for the gcc subdirectory.
5762
5763 2004-03-10  Ben Elliston  <bje@gnu.org>
5764
5765         * MAINTAINERS: Update my email address.
5766
5767 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
5768
5769         * ltconfig: Disable building static libraries if building shared
5770         libraries on AIX 5L.
5771
5772 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
5773
5774         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5775         and disable libgcj.
5776         * configure: Regenerated.
5777
5778 2004-03-01  Brian Booth  <bbooth@redhat.com>
5779
5780         * MAINTAINERS: Add myself to write-after-approval.
5781
5782 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
5783
5784         * MAINTAINERS: Add myself to write-after-approval.
5785
5786 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5787
5788         PR bootstrap/7087
5789         * Makefile.tpl: Guard XFOO sed statements better.
5790         * Makefile.tpl: Add dependency for configure-target-libada.
5791         * Makefile.in: Regenerate (incidentally fixes broken
5792         commit when libada-branch was merged).
5793
5794 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
5795
5796         * MAINTAINERS: Add myself to write-after-approval.
5797
5798 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
5799
5800         * MAINTAINERS: Add Nicola Pero and myself as libobjc
5801         maintainers.
5802
5803 2004-02-20  Andrew Cagney  <cagney@redhat.com>
5804
5805         * config.guess: Update from version 2003-10-16 to 2004-02-16.
5806         * config.sub: Update from version 2003-11-03 to 2004-02-16.
5807
5808 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5809
5810         PR bootstrap/11932
5811         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5812
5813 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
5814
5815         * MAINTAINERS: Added myself to write-after-approval.
5816
5817 2004-02-14  Michael Koch  <konqueror@gmx.de>
5818
5819         * MAINTAINERS: Added myself to write-after-approval.
5820
5821 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
5822
5823         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
5824         some OS port maintainers to OS port maintainers section.
5825
5826 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
5827
5828         * MAINTAINERS: Add self.
5829
5830 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
5831
5832         * MAINTAINERS: Alphabetize.
5833
5834 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
5835
5836         * MAINTAINERS: Remove myself.
5837
5838 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
5839
5840         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5841         (rs6000-*-aix*): Same.
5842         * configure: Regenerate.
5843
5844 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
5845
5846         * configure.in (host): Add in missing $noconfigdirs to defines.
5847         * configure: Regenerate.
5848
5849 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
5850             Nathanael Nerode  <neroden@gcc.gnu.org>
5851
5852         PR ada/6637, PR ada/5911
5853         Merge with libada-branch:
5854         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5855         with appropriate dependencies. Add --enable-libada configure switch.
5856         * configure, Makefile.in: Regenerate.
5857
5858 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
5859
5860         * MAINTAINERS: Add myself to write-after-approval.
5861
5862 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5863
5864         * configure.in: Don't pass --with-stabs on IRIX 5 either.
5865         * configure: Regenerate.
5866
5867 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
5868
5869         Merge from upstream:
5870
5871         * ltmain.in: When setting IFS to '~', be careful about user
5872         arguments that contain '~'.
5873
5874         2004-02-04  Peter O'Gorman  <peter@pogma.com>
5875
5876         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
5877         Also test $base_compile against $CC with escaped arguments. Bug
5878         reported by Geoff Keating <geoffk@apple.com>.
5879
5880 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
5881
5882         * MAINTAINERS: Remove i960 port.
5883
5884 2004-01-23  DJ Delorie  <dj@redhat.com>
5885
5886         * Makefile.def (target_modules) [libiberty]: Don't stage.
5887         * Makefile.in: Rebuilt.
5888
5889 2004-01-20  Caroline Tice  <ctice@apple.com>
5890
5891         * MAINTAINERS: Add myself to write-after-approval.
5892
5893 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
5894
5895         * MAINTAINERS: Update my email address.
5896
5897 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
5898
5899         * MAINTAINERS: Add myself to write-after-approval.
5900
5901 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5902
5903         * MAINTAINERS: Remove entries without email address.
5904
5905 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
5906
5907         * MAINTAINERS: Add myself to write-after-approval.
5908
5909 2004-01-15  Steven Bosscher  <stevenb@suse.de>
5910
5911         * MAINTAINERS: Update my email address.
5912
5913 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
5914
5915         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5916         * Makefile.tpl (configure-target-[+module+]): Support stage.
5917         * Makefile.in: Rebuilt.
5918
5919 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
5920
5921         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
5922
5923 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
5924
5925         * MAINTAINERS: Add myself as a MIPS maintainer.
5926
5927 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5928
5929         * configure.in: Use ./config.cache, not config.cache.
5930         * configure: Regenerate.
5931         * Makefile.tpl: Special-casing not needed for GCC any more.
5932         * Makefile.in: Regenerate.
5933
5934         * configure.in: Don't share a cache file for host dirs.
5935         * configure: Regenerate.
5936
5937         * config-ml.in: Don't mess with the cache file.
5938
5939 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5940
5941         * MAINTAINERS: Move myself from 'Write After Approval' to
5942         'CPU Port Maintainers' section as SPARC maintainer.
5943
5944 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5945
5946         * Makefile.tpl: Make GCC use a separate config.cache.
5947         * Makefile.in: Regenerate.
5948
5949         PR bootstrap/11932, PR bootstrap/11933
5950         (I don't know if it will fix either of them, but it relates
5951         to them.)
5952         * configure.in: Don't use shared config.cache for target
5953         directories.
5954         * configure: Regenerate.
5955
5956 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
5957
5958         * MAINTAINERS: Add myself to 'Write After Approval' section.
5959
5960 2003-12-31  Roger Sayle  <roger@eyesopen.com>
5961
5962         * configure.in (ia64*-*-hpux*): Disable building java libraries.
5963         * configure: Regenerated.
5964
5965 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
5966
5967         * MAINTAINERS: Remove the mn10200 maintainer.
5968
5969 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
5970
5971         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5972         * configure: Regenerated.
5973
5974 2003-12-16  Jan Hubicka  <jh@suse.cz>
5975
5976         * MAINTAINERS: Add myself as callgraph maintainer.
5977
5978 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
5979
5980         * configure.in (raw_libstdcxx_flags): Remove the leading space.
5981         * configure: Regenerate.
5982
5983 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5984
5985         * MAINTAINERS: Move myself from 'Bug database only accounts' to
5986         'Write After Approval' section. Update email.
5987
5988 2003-12-01  James Lemke  <jim@wasabisystems.com>
5989
5990         * MAINTAINERS (Write After Approval): Add myself.
5991
5992 2003-11-20  Matt Thomas  <matt@3am-software.com>
5993
5994         * MAINTAINERS: Add myself as a vax port maintainer.
5995
5996 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
5997
5998         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5999         (configure-build-[+module+], configure-[+module+]): Likewise.
6000         (configure-target-[+module+], configure-gcc, config.status): Likewise.
6001         * Makefile.in: Regenerate.
6002
6003 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
6004
6005         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
6006         shared/dylibed libraries.
6007         * ltmain.sh: Likewise.
6008         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
6009         * ltcf-cxx.sh: Likewise.
6010         * ltcf-gcj.sh: Likewise.
6011         * ltconfig: Likewise.
6012
6013 2003-11-17  Stan Cox  <scox@redhat.com>
6014
6015         * MAINTAINERS: Add myself as iq2000 port maintainer.
6016
6017 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
6018
6019         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6020         * Makefile.in: Regenerate.
6021
6022 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
6023
6024         * config.sub: Update to 2003-11-03 version.
6025
6026 2003-10-20  Phil Edwards  <phil@codesourcery.com>
6027
6028         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
6029         * configure:  Regenerate.
6030
6031 2003-10-20  Nicolas Pitre  <nico@cam.org>
6032
6033         * MAINTAINERS: Add myself to 'Write After Approval' section.
6034
6035 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
6036
6037         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
6038
6039 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
6040
6041         * MAINTAINERS: Update my email address.
6042
6043 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6044
6045         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
6046
6047 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
6048
6049         * MAINTAINERS: Add myself to 'Write After Approval' section.
6050
6051 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
6052
6053         * config.guess: Update to 2003-10-16 version.
6054         * config.sub: Update to 2003-10-16 version.
6055
6056 2003-10-15  David Daney  <ddaney@avtrex.com>
6057
6058         * MAINTAINERS: Added myself to 'Write After Approval' section.
6059
6060 2003-10-15  Falk Hueffner  <falk@debian.org>
6061
6062         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6063         'Write After Approval' section. Update email.
6064
6065 2003-10-14  Roger Sayle  <roger@eyesopen.com>
6066
6067         * MAINTAINERS: Move myself from 'Write After Approval' to
6068         'Various Maintainers' section as middle-end maintainer.
6069
6070 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6071
6072         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6073         HOST_FLAGS_TO_PASS.
6074         * Makefile.in: Regenerate.
6075
6076 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
6077
6078         * config.guess: Update to 2003-10-07 version.
6079         * config.sub: Update to 2003-10-07 version.
6080
6081 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6082
6083         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
6084         * ltconfig (irix5*, irix6*): Don't override version_type.
6085
6086 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
6087
6088         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6089         * configure: Rebuilt
6090         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6091         * Makefile.in: Rebuilt
6092
6093 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
6094
6095         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6096
6097 2003-09-30  Carlo Wood  <carlo@alinoe.com>
6098
6099         * MAINTAINERS (Write After Approval): Add myself.
6100
6101 2003-09-29  Paul Koning  <ni1d@arrl.net>
6102
6103         * MAINTAINERS: Move myself from "Write After Approval"
6104         to CPU platform maintainers for pdp11 platform.
6105
6106 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
6107
6108         * MAINTAINERS: Move myself from 'Write After Approval' to
6109         'Various Maintainers' section as libffi testsuite maintainer.
6110
6111 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
6112
6113         * configure.in: Pass a computed --program-transform-name
6114         to subconfigures.
6115         * configure: Regenerated.
6116
6117 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6118
6119         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6120         * Makefile.in: Regenerate.
6121
6122         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6123         * Makefile.in: Regenerate.
6124
6125 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
6126
6127         * MAINTAINERS: Move myself from 'Write After Approval'
6128         to 'Various Maintainers' (objective-c) section.
6129
6130 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
6131
6132         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6133         quoting.
6134         * configure: Regenerated.
6135
6136 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
6137
6138         * MAINTAINERS (Write After Approval): Add myself to write after
6139         approval list.
6140
6141 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
6142
6143         * MAINTAINERS (Write After Approval): Add myself.
6144
6145 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
6146
6147         * MAINTAINERS: Update my e-mail address.
6148
6149 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
6150
6151         * libtool.m4 (LD): Correct powerpc64 host match.
6152
6153 2003-09-06  James E Wilson  <wilson@tuliptree.org>
6154
6155         * MAINTAINTERS: Update my affiliation and email address.
6156
6157 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6158
6159         * MAINTAINERS (Write After Approval): Add myself.
6160
6161 2003-09-04  DJ Delorie  <dj@redhat.com>
6162
6163         * configure: Regenerate.
6164
6165 2003-09-04  Robert Millan  <robertmh@gnu.org>
6166
6167         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6168
6169 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6170
6171         * configure.in: Ensure arguments to sed are properly spaced.
6172         * configure: Regenerate.
6173
6174 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6175
6176         * MAINTAINERS: Update my e-mail address.
6177
6178 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
6179
6180         * MAINTAINERS (Write After Approval): Add myself.
6181
6182 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
6183
6184         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6185         * configure: Regenerated.
6186
6187 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6188
6189         * MAINTAINERS: Update my email address.
6190
6191 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
6192
6193         * configure.in:  Use newline instead of semicolon when assuming
6194         shell arguments in a for loop.
6195         * configure:  Regenerated.
6196
6197 2003-08-22  Jason Eckhardt  <jle@rice.edu>
6198
6199         * MAINTAINERS: Resurrect the i860 maintainer.
6200
6201 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
6202
6203         PR 8180
6204         * configure.in: When testing with_libs and with_headers, treat
6205         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
6206         * configure: Regenerate.
6207
6208         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6209         make, shell, etc.
6210         (baseargs): Likewise.
6211         * configure: Regenerate.
6212
6213 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
6214
6215         * MAINTAINERS (Write After Approval): Add myself.
6216
6217 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
6218
6219         * configure.in: Disable libgcj for darwin not on powerpc.
6220         * configure: Rebuild.
6221
6222 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
6223
6224         * config-ml.in, symlink-tree: Add license.
6225
6226 2003-08-03  Richard Stallman  <rms@gnu.org>
6227             Eben Moglen  <moglen@columbia.edu>
6228
6229         * README.SCO: New file.
6230
6231 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
6232
6233         * Makefile.tpl (check, check-c++): Express dependencies using
6234         dependencies rather than commands.
6235         * Makefile.in: Regenerate.
6236
6237 2003-08-01  Andrew Cagney  <cagney@redhat.com>
6238
6239         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6240         * configure: Ditto.
6241
6242 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
6243
6244         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6245         * Makefile.in: Update.
6246
6247 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
6248
6249         * configure.in: Enable libgcj for darwin.
6250         * configure: Rebuild.
6251
6252 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
6253
6254         * config-ml.in:  Use ac_configure_args directly instead of
6255         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
6256         actually seen.
6257
6258 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6259
6260         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6261         creating target and build subdirs to build all parent dirs as needed.
6262         * Makefile.in: Rebuild.
6263         * configure.in: Don't build dirs explicitly here.
6264         * configure: Rebuild.
6265
6266 2003-07-26  Paul Brook  <paul@nowt.org>
6267
6268         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
6269
6270 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
6271
6272         * Makefile.tpl (all-make): Depend on intl.
6273         * Makefile.in: Rebuilt.
6274
6275 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
6276
6277         * install-sh:  Update to newer upstream versions (associated with
6278         aclocal 1.7).
6279         * mkinstalldirs:  Likewise.
6280         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
6281
6282 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
6283
6284         * MAINTAINERS: Move self from Bug database only accounts
6285         to write-after-approval.
6286
6287 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
6288
6289         * config.if: Remove unused libc_interface determination.
6290
6291 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6292
6293         * MAINTAINERS: Move self from write-after-approval to
6294         build machinery (*.in).
6295
6296 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6297
6298         PR bootstrap/11273
6299         PR bootstrap/11408
6300         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
6301         unused INSTALL_PROGRAM_ARGS.
6302         * configure.in: Use AC_PROG_INSTALL.
6303         * Makefile.in: Regenerate.
6304         * configure: Regenerate.
6305
6306 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
6307
6308         * MAINTAINERS: Alphabetize.
6309
6310 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
6311
6312         * configure: Rebuilt.
6313         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
6314         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6315         newlib nor libgloss.
6316         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
6317         * configure.in (am33_2.0-*-linux*): Added.
6318
6319 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
6320
6321         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6322         * configure: Regenerate.
6323
6324 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
6325
6326         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
6327         * Makefile.in: Regenerate.
6328
6329 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6330
6331         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
6332         * Makefile.in: Regenerate.
6333
6334 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
6335
6336         * Makefile.tpl: Replace PWD with PWD_COMMAND.
6337         * Makefile.in: Regenerated.
6338
6339         * config-ml.in: Replace PWD with PWD_COMMAND.
6340
6341 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6342
6343         * intl: New directory; see intl/ChangeLog for details.
6344         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
6345         * Makefile.tpl: all-gcc depends on maybe-all-intl.
6346         * Makefile.in: Regenerate.
6347
6348 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6349
6350         * configure.in: Clean up config-lang.in handling.  Delete
6351         useless assignment to "subdirs".
6352         * configure: Regenerate.
6353
6354 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6355
6356         * configure.in: Rename 'target_libs' to 'target_libraries'.
6357         Remove useless reference to 'target_libs'.
6358         * configure: Regenerate.
6359
6360 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
6361
6362         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6363         * Makefile.in: Regenerate.
6364
6365 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6366
6367         * Makefile.def: Introduce flags_to_pass.
6368         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6369         * Makefile.in: Regenerate.
6370
6371 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
6372
6373         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6374         and target-libgloss.
6375         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6376         <h8300*-*-*>: Disable libf2c and ${libgcj}.
6377         * configure: Regenerate.
6378
6379 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
6380
6381         * configure.in: Update testsuite_flags to new location.
6382         * configure. Regenerate.
6383
6384 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6385
6386         * Makefile.tpl: Remove BUILD_CC stuff.
6387         * Makefile.in: Regenerate.
6388
6389 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
6390
6391         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
6392
6393 2003-06-16  Graeme Peterson  <gp@qnx.com>
6394
6395         * MAINTAINERS (Write After Approval): Add myself.
6396
6397 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
6398
6399         * config.guess: Update to 2003-06-12 version.
6400         * config.sub: Update to 2003-06-13 version.
6401
6402 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
6403
6404         * config.guess: Update to 2003-06-06 version.
6405         * config.sub: Update to 2003-06-06 version.
6406
6407 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6408
6409         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6410         * configure. Regenerate.
6411
6412 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6413
6414         * configure.in: Disable serial configure by default.
6415         * configure: Regenerate.
6416         * Makefile.tpl: Abolish .NOTPARALLEL.
6417         * Makefile.in: Regenerate.
6418
6419         * Makefile.tpl: Replace {build,host,target}_canonical by
6420         {build,host,target}.
6421         * Makefile.in: Regenerate.
6422
6423         * Makefile.tpl: Fix stupid pasto.
6424         * Makefile.in: Regenerate.
6425
6426 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6427
6428         * Makefile.tpl: Remove bogus conditional.
6429         * Makefile.in: Regenerate.
6430
6431 2003-06-05  Jan Hubicka  <jh@suse.cz>
6432
6433         * Makefile.tpl (profiledbootstrap): New target.
6434         * Makefile.in (profiledbootstrap): New target.
6435
6436 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
6437
6438         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
6439         Pinski. Remove user names from other bugzilla-only maintainers.
6440
6441 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6442
6443         * Makefile.tpl: Make 'recursive targets' using autogen rather
6444         than shell loop.  Remove duplicate 'clean' targets and false
6445         comments.
6446         * Makefile.def: Add systematic dependencies to 'recursive' targets.
6447         Add systematic method of specifying missing targets in subdirs.
6448         Add copyright boilerplate.
6449         * Makefile.in: Regenerate.
6450         * configure.in: Add 'recursive targets' to maybe list.
6451         * configure: Regenerate.
6452
6453         * MAINTAINERS: "GNATS only" -> "Bug database only".
6454
6455         * Makefile.tpl: Rename [+target+] to [+make_target+].
6456         * Makefile.def: Rename 'target' to 'make_target'.
6457
6458 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
6459
6460         * MAINTAINERS: Add self as options handling maintainer.
6461
6462 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
6463
6464         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
6465         been too long since I touched those ports.
6466
6467 2003-05-28  DJ Delorie  <dj@redhat.com>
6468
6469         * Makefile.tpl: Make maybe-check-gcc .PHONY.
6470         * Makefile.in: Regenerate.
6471
6472 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6473
6474         * configure.in: Use curly braces in the definition of tooldir.
6475         * configure: Regenerate.
6476
6477 2003-05-21  DJ Delorie  <dj@redhat.com>
6478
6479         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6480         newlib or libgloss.
6481         * Makefile.in: Regenerate.
6482
6483 2003-05-21  DJ Delorie  <dj@redhat.com>
6484
6485         * Makefile.tpl: Add missing empty maybe-check-gcc target.
6486         * Makefile.in: Regenerate.
6487
6488 2003-05-20  Ian Lance Taylor  <ian@airs.com>
6489
6490         * MAINTAINERS: Update my e-mail address.
6491
6492 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6493
6494         * configure.in: Switch more things to use maybe dependencies.
6495         * Makefile.tpl: Switch more things to use maybe dependencies.
6496         Factor out common code from autogen IF statements.
6497         * configure: Regenerate.
6498         * Makefile.in: Regenerate.
6499
6500 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
6501
6502         * configure.in: Accept i[3456789]86 for machine type.
6503         * configure: Regenerate.
6504
6505 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6506
6507         * configure.in: Switch more things to use maybe dependencies.
6508         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
6509         * configure: Regenerate.
6510         * Makefile.tpl: Switch more things to use maybe dependencies.
6511         * Makefile.in: Regenerate.
6512
6513 2003-05-16  Andreas Schwab  <schwab@suse.de>
6514
6515         * Makefile.tpl (install-opcodes): Define.
6516         * Makefile.in: Rebuild.
6517
6518 2003-05-13  Andreas Jaeger  <aj@suse.de>
6519
6520         * config.guess: Update to 2003-05-09 version.
6521         * config.sub: Update to 2003-05-09 version.
6522
6523 2003-05-13  Michael Eager  <eager@mvista.com>
6524
6525         * configure.in: Correct sed script so that options in quotes are not
6526         deleted.
6527         * configure: Rebuild.
6528
6529 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
6530
6531         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6532         and $$s/newlib/libc/sys/cygwin32 include paths.
6533         * configure: Ditto.
6534
6535 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
6536
6537         * MAINTAINERS: Update my email addresses.
6538
6539 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
6540
6541         * config-ml.in: Propagate INSTALL variables.
6542
6543 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6544
6545         * MAINTAINERS: Remove duplicate entries in Write After Approval.
6546
6547 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
6548
6549         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6550         * Makefile.in: Regenerate.
6551
6552 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
6553
6554         * MAINTAINERS (GNATS only): Add Falk Hueffner.
6555
6556 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
6557
6558         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
6559
6560 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
6561
6562         * Makefile.tpl: Clean $(BUILD_SUBDIR).
6563         * Makefile.in: Regenerated.
6564
6565 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
6566
6567         * MAINTAINERS (Write After Approval): Upgrade myself from
6568         GNATS only to write-after-approval. Update my mail address.
6569
6570 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
6571
6572         (OS Port Maintainers: freebsd): Add myself.
6573
6574 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
6575
6576         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
6577
6578 2003-04-22  Kean Johnston  <jkj@sco.com>
6579
6580         * MAINTAINERS (SCO ports): Added myself.
6581
6582 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
6583
6584         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
6585
6586 2003-04-19  Kean Johnston  <jkj@sco.com>
6587
6588         * MAINTAINERS (Write After Approval): Add myself.
6589
6590 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6591
6592         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6593         * Makefile.in: Regenerate.
6594
6595 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
6596
6597         * configure.in (powerpc64*-*-linux*): Remove.
6598         * configure: Rebuilt.
6599
6600 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
6601
6602         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
6603         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6604         and restrap.
6605         * Makefile.in:  Regenerate.
6606
6607 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
6608
6609         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6610         * configure: Regenerated.
6611
6612 2003-04-15  DJ Delorie  <dj@redhat.com>
6613
6614         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
6615
6616 2003-04-13  Nick Clifton  <nickc@redhat.com>
6617
6618         * config-ml.in: Remove support for --disable-aix removing
6619         call-aix multilibs.
6620
6621 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
6622
6623         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6624         * */configure: Rebuilt.
6625
6626 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
6627
6628         * MAINTAINERS: Add my email address.
6629
6630 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
6631
6632         * MAINTAINERS (Write After Approval): Add myself.
6633
6634 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6635
6636         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6637         * Makefile.in: Regenerate.
6638
6639 2003-03-14  Michael Chastain  <mec@shout.net>
6640
6641         * Makefile.in: Regenerate with correct Makefile.def.
6642
6643 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6644
6645         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
6646         Make macro.
6647         * Makefile.in: Regenerate.
6648         * configure.in: Clean up gxx_include_dir logic.
6649         * configure: Regenerate.
6650
6651 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
6652
6653         * MAINTAINERS (Write After Approval): Add myself.
6654
6655 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
6656
6657         * MAINTAINERS: Update my mail address.
6658
6659 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6660
6661         * configure.in (gxx_include_dir): Fix typo.
6662         * configure: Regenerated.
6663
6664 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6665
6666         * Makefile.tpl: Reindent.
6667         * Makefile.in: Regenerate.
6668         * configure.in: Reindent.  Don't set unused variables.
6669         * configure: Regenerate.
6670
6671 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
6672
6673         * configure.in: Include $(build_tooldir)/sys-include in
6674         FLAGS_FOR_TARGET.
6675         * configure: Regenerated.
6676
6677 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6678
6679         * Makefile.tpl: Always pass down RANLIB.
6680         * Makefile.in: Regenerate.
6681
6682         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6683         * Makefile.in: Regenerate.
6684         * configure.in: Remove unused logic relating to --enable-shared
6685         and --enable-threads.  Remove bogus comments.  Remove redundant
6686         noconfigdirs.
6687         * configure: Regenerate.
6688
6689         * configure.in: Replace ${libstdcxx_version} by its value.
6690         Remove reference to mh-dgux.
6691         * configure: Regenerate.
6692
6693 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
6694
6695         * MAINTAINERS (Write After Approval): Add myself.
6696
6697 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6698
6699         * Makefile.tpl: Rearrange.
6700         * Makefile.in: Regenerate.
6701
6702 2003-02-25  Uwe Stieber  <uwe@wwws.de>
6703
6704         * configure.in: Add support for kaOS as cross build target system.
6705         * configure: Regenerated.
6706
6707 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
6708
6709         * MAINTAINERS (Write after approval): Add myself.
6710
6711 2003-02-21  James E Wilson  <wilson@tuliptree.org>
6712
6713         * MAINTAINERS: Update my email address.
6714
6715 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
6716
6717         * MAINTAINERS: Add self to blanket write privs. section.
6718
6719 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
6720
6721         * Makefile.tpl: Add definition of CPPFLAGS to pass into
6722         configure-target-* as some target builds may require additional
6723         flags for preprocessor tests.
6724         * Makefile.in: Regenerated.
6725
6726 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
6727
6728         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6729         * ltconfig: Handle it.
6730         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6731         auto-detecting it.
6732
6733         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6734         it is used as argument to $CC.
6735         * ltcf-gcj.sh: Likewise.
6736
6737         * configure.in: Introduce --enable-maintainer-mode.
6738         * configure: Rebuilt.
6739         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6740         for maintainer mode.
6741         * Makefile.in: Rebuilt.
6742
6743 2003-02-18  Jason Merrill  <jason@redhat.com>
6744
6745         * Makefile.tpl (check-c++): Allow parallelism.
6746
6747 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6748
6749         * MAINTAINERS: Remove John Carr (who never actually had access to
6750         gcc.gnu.org).
6751
6752 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
6753
6754         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6755         don't configure target-libobjc.
6756         * configure: Regenerate.
6757
6758 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6759
6760         * Makefile.tpl (RANLIB): Define.
6761         * Makefile.in: Regenerate.
6762
6763 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
6764
6765         * MAINTAINERS: Update my email.
6766
6767 2003-02-06  Keith R Seitz  <keiths@redhat.com>
6768
6769         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6770         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6771         * Makefile.in: Regenerated.
6772         * configure.in: Remove all traces of snavigator, db, and grep.
6773         * configure: Regenerated.
6774
6775 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6776
6777         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
6778         After Approval.
6779
6780 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6781
6782         * MAINTAINERS (Write after approval): Add myself.
6783
6784 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
6785
6786         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6787         * Makefile.in: Regenerated.
6788
6789 2003-01-30  Roger Sayle  <roger@eyesopen.com>
6790
6791         * config.guess: Updated to 2003-01-30's version.
6792         * config.sub: Updated to 2003-01-28's version.
6793
6794 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
6795
6796         * config.if: If gcc_version is already set, just use it.  Don't set
6797         gcc_version_trigger if it's already set, otherwise set it to
6798         gcc/version.c, but only if the file exists.  If it is not set and
6799         gcc/version.c does not exist, try to extract the version number from
6800         $CC.
6801
6802 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
6803
6804         * MAINTAINERS: Add myself to write-after-approval list.
6805
6806 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
6807
6808         * configure.in:  Revert 24Jan change.
6809         * configure:  Regenerate.
6810
6811 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6812
6813         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
6814         entry of HJ Lu.
6815
6816 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6817
6818         * configure.in: Revert previous change.
6819         * configure: Regenerate.
6820
6821 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6822
6823         * configure.in: Make rda native-only.
6824         * configure: Regenerate.
6825
6826 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6827
6828         * MAINTAINERS: Move myself from GNATS-only-accounts to
6829         write-after-approval.
6830
6831 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6832
6833         * configure.in: Add missing \.
6834         * configure: Rebuilt.
6835
6836 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
6837
6838         * configure.in (baseargs): Avoid using \| in sed regular
6839         expressions.
6840         * configure: Rebuilt.
6841
6842 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
6843
6844         * configure.in (baseargs): Remove all supported forms of
6845         --cache-file, --srcdir, --host, --build and --target options
6846         from argument lists.
6847         * configure: Rebuilt.
6848
6849 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
6850
6851         * MAINTAINERS: Add myself to write-after-approval list.
6852
6853 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
6854
6855         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6856         * configure: Rebuilt.
6857
6858 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6859
6860         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6861         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6862         * Makefile.in: Regenerate.
6863         * configure: Regenerate.
6864
6865 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
6866
6867         * configure.in: Remove Makefile in build, host and target modules
6868         unless configure was run with --no-recursion.
6869         * configure: Rebuilt.
6870
6871 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6872
6873         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6874         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6875         * Makefile.in: Regenerate.
6876
6877 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
6878
6879         * config.guess: Update to 2003-01-03 version.
6880         * config.sub: Update to 2003-01-03 version.
6881
6882 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6883
6884         * configure: Regenerate with proper autoconf 2.13.
6885
6886 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6887
6888         * configure.in: Add AC_PREREQ for consistency.
6889         * configure: Regenerate.
6890
6891 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
6892
6893         * configure.in (GDB_TK): Add tcl directories conditional on
6894         gdb/gdbtk directory being present.
6895         * configure: Regenerate.
6896
6897 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
6898
6899         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
6900         used by gcc if LD is not defined and we are not doing a Canadian Cross.
6901         * configure: Rebuilt.
6902
6903 2002-12-31  Tom Tromey  <tromey@redhat.com>
6904
6905         * Makefile.in: Rebuilt.
6906         * Makefile.def (target_modules) [libffi]: Allow installation.
6907
6908 2002-12-31  Andreas Schwab  <schwab@suse.de>
6909
6910         * configure.in: Fix use of $program_transform_name.
6911         * configure: Regenerated.
6912
6913 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
6914
6915         * configure.in (baseargs): Don't remove first configure argument.
6916         * configure: Regenerated.
6917
6918 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
6919
6920         * Makefile.tpl (local-distclean): Don't remove...
6921         (multilib.ts): ... this.  Moved into...
6922         (multilib.out): ... this.  Don't use sub-make.
6923         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6924         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6925         (configure-build-[+module+], configure-[+module+],
6926         configure-target-[+module+], configure-gcc): ... these.  Test
6927         for Makefile existence.  Drop config.status from dependencies.
6928         * Makefile.in: Rebuilt.
6929         * configure.in: Move gcc-version-trigger to the end of
6930         ac_configure_args.  Add comments to maybedep.tmp and
6931         serdep.tmp.  Introduce --disable-serial-configure.  Remove
6932         nonopt from baseargs, matching and removing corresponding
6933         whitespace while at it.
6934         * configure: Rebuilt.
6935
6936 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
6937
6938         * configure.in (host_configargs): Replace reference to
6939         no-longer-defined buildopts with --build=${build_alias}.
6940         * configure: Rebuilt.
6941
6942         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
6943         program_transform_name to standard idiom.
6944         (AUTOGEN, AUTOCONF): Define.
6945         (Makefile.in): Use $(AUTOGEN).
6946         (Makefile): Depend on config.status, and use autoconf-style rule to
6947         build it.  Move original commands to...
6948         (config.status): ... this new target.
6949         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
6950         $(AUTOCONF).
6951         * Makefile.in: Rebuilt.
6952
6953 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6954
6955         * Makefile.tpl: Fix dramatic bustage due to change in
6956         program_transform_name.
6957         * Makefile.in: Regenerate.
6958
6959         * configure.in: Remove unnecessary PATH setting.
6960         * configure: Regnerate.
6961
6962         * configure.in: Don't default to unprefixed tools unless
6963         the native tools will work.
6964         * configure: Regenerate.
6965
6966         * configure.in: Convert to autoconf script.  Blow away lots
6967         of now-redundant Makefile fragments.
6968         * configure: Generate using Autoconf.
6969         * Makefile.tpl: Rewrite to reflect autoconfiscation.
6970         * Makefile.in: Regenerate.
6971
6972 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6973
6974         * configure: Fix stupid bug where RANLIB was mistakenly included.
6975
6976         * configure.in: Rename (buildargs, hostargs, targargs) to
6977         (build_configargs, host_configargs, target_configargs).
6978
6979         * configure.in: Move logic out of sed statement.
6980
6981         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
6982         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6983
6984 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
6985
6986         * config.sub: Import from master repository
6987         * config.guess: Ditto
6988
6989 2002-12-24  Andreas Schwab  <schwab@suse.de>
6990
6991         * Makefile.tpl (multilib.out): Fix missing space.
6992         * Makefile.in: Regenerate.
6993
6994 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6995
6996         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
6997         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
6998         * Makefile.in: Regenerate.
6999         * configure.in: Remove unnecessary leftovers.
7000
7001 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
7002
7003         * configure.in (extra_ranlibflags_for_target): New variable.
7004         (*-*-darwin): Add -c to ranlib commands.
7005         * configure (tooldir): Handle extra_ranlibflags_for_target.
7006
7007 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7008
7009         * Makefile.tpl: Revert HJL's change.
7010         * Makefile.in: Regenerated.
7011         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7012         always.
7013
7014 2002-12-19  Andreas Schwab  <schwab@suse.de>
7015
7016         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7017         * Makefile.in: Regenerate.
7018
7019 2002-12-18  H.J. Lu  <hjl@gnu.org>
7020
7021         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7022         * Makefile.in: Regenerated.
7023
7024         * configure.in (build_prefix): New. Substitute.
7025
7026 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7027
7028         * Makefile.tpl: Don't let real targets depend on phony targets.
7029         * Makefile.in: Regenerate.
7030
7031         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7032         * Makefile.in: Regenerate.
7033
7034 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
7035
7036         * config.sub: Import from master repository
7037         * config.guess: Ditto
7038
7039 2002-12-16  Jason Merrill  <jason@redhat.com>
7040
7041         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7042         previous 'make bootstrap'.
7043         * Makefile.in: Regenerate.
7044
7045 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
7046
7047         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7048
7049 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7050
7051         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7052         * Makefile.in: Regenerate.
7053
7054 2002-12-13  Jason Merrill  <jason@redhat.com>
7055
7056         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
7057         library tests.
7058         (check-c++): Just depend on it and check-target-libstdc++-v3.
7059         * Makefile.in: Regenerate.
7060
7061 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7062
7063         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7064         * Makefile.in: Rebuilt.
7065
7066 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7067
7068         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
7069
7070 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7071
7072         * configure: Fix bug put in by gremlins.
7073
7074         * Makefile.tpl: Substitute more autoconfily.
7075         * configure: Substitute more autoconfily.
7076         * Makefile.in: Regenerate.
7077
7078 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
7079
7080         * config.sub: Import from master repository
7081         * config.guess: Ditto
7082         * MAINTAINERS: Added Svein Seldal under write after approval
7083
7084 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
7085
7086         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7087         * Makefile.in (all-sim): Ditto.
7088
7089 2002-12-06  DJ Delorie  <dj@redhat.com>
7090
7091         * Makefile.tpl: Change configure dependencies to not have real
7092         targets depend on phony targets.
7093
7094 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
7095
7096         * configure.in: Revert unintentional change.
7097
7098         * Makefile.tpl: Change dependency for */multilib.out so that
7099         it works when gcc isn't in the tree.
7100
7101         * configure.in: Substitute more.
7102         * configure: Run subconfigures from the Makefile.
7103         * Makefile.tpl: Run subconfigures from the Makefile; add a few
7104         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
7105
7106 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7107
7108         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
7109
7110 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7111
7112         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7113         and corresponding dependencies.
7114         * Makefile.in: Regenerate.
7115
7116         * configure.in (host_tools): Order binutils, gas and ld for
7117         convenience in running the testsuites.
7118
7119         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7120         * Makefile.in: Regenerate.
7121         * configure.in: Introduce rules to serialize subconfigure runs.
7122
7123         * configure.in: Introduce BASE_CC_FOR_TARGET.
7124         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
7125         Realize configure-build-* targets.  Realize configure-target-* targets.
7126         * Makefile.in: Regenerate.
7127
7128 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7129
7130         * configure: Move gcc_version_trigger stuff from here...
7131         * configure.in: ...to here.
7132
7133         * configure.in: Separate subconfigure options added by this file from
7134         options given by the user.  Add machinery to put args for host
7135         subconfigures into the Makefile.
7136
7137         * Makefile.tpl: Remove 'vault' targets.
7138         * Makefile.tpl: Reorder and comment dependencies.
7139         * Makefile.in: Regenerate.
7140
7141 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7142         * configure.in: Fix my broken commit of previous patch. (sigh)
7143
7144 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7145
7146         * configure.in: Move host-specific darwin noconfigdirs into
7147         the host-specific section.
7148
7149 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7150
7151         * configure.in: Move host-specific darwin noconfigdirs into
7152         the host-specific section.
7153
7154 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7155
7156         * configure: Remove skip-this-dir support.
7157         * Makefile.tpl: Remove skip-this-dir support.
7158
7159         * Makefile.tpl: Remove leftover support for non-autoconfiscated
7160         subdirectories.
7161         * Makefile.in: Regenerate.
7162
7163         * Makefile.tpl: Strip out useless setting of 'dir'.
7164         * Makefile.in: Regenerate.
7165
7166 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7167
7168         * configure.in: Fix deeply stupid bug.
7169
7170         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7171         shell code in CXX_FOR_TARGET
7172         * Makefile.def: Introduce raw_cxx.
7173         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7174         RAW_CXX_FOR_TARGET.
7175         * Makefile.in: Regenerate.
7176
7177 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
7178
7179         * Makefile.tpl: Remove unnecessary ifs.
7180         * Makefile.in: Regenerate.
7181
7182         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
7183         dependencies.  Maybe-ize build-libiberty.  Create dummy install
7184         targets for 'no_install' modules.
7185         * configure: Move GDB_TK substitution to configure.in.  Move
7186         build_modules stuff to configure.in.
7187         * configure.in: Implement soft dependency machinery.  Maybe-ize
7188         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
7189         * Makefile.in: Regenerate.
7190
7191 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7192
7193         * Makefile.tpl: Make all-target, install-target behave similarly
7194         to all, install (only hitting configured targets).  Eliminate
7195         unused macro defintions.
7196
7197         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7198         build != host.
7199
7200         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7201
7202         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7203
7204         * configure.in: Produce lists of subdir targets we're actually
7205         configuring.  Remove references to "dosrel".
7206         * Makefile.tpl: Let configure set which subdir targets are hit.
7207         Remove install-cross; clean up install; remove ALL.  Remove
7208         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
7209         Autogenerate host module targets.  Remove empty dependency lines
7210         and redundant dependency; rearrange slightly.
7211         * Makefile.def: Add host-side libtermcap, utils.
7212
7213         * Makefile.in: Regenerate.
7214
7215 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7216
7217         * ltconfig (osf[345]): Append $major to soname_spec.
7218         Reflect this in library_names_spec.
7219         * ltmain.sh (osf): Prefix $major with . for use as extension.
7220
7221 2002-11-19  Andreas Jaeger  <aj@suse.de>
7222
7223         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
7224         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
7225         and sparc64 GNU/Linux systems.
7226
7227 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
7228
7229         * MAINTAINERS: Update email.
7230
7231 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7232
7233         * MAINTAINERS: Complete James Dennett's entry.
7234
7235 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
7236
7237         * MAINTAINERS (Write After Approval): Add myself.
7238
7239 2002-11-13  Bruce Korb  <bkorb@gnu.org>
7240
7241         * Makefile.tpl: syntactic cleanup
7242
7243 2002-11-13  Stuart Hastings  <stuart@apple.com>
7244
7245         * MAINTAINERS: Add myself to write-after-approval list.
7246
7247 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7248
7249         * Makefile.def: Add list of recursive targets to autogenerate.
7250         Add build_modules.
7251         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
7252         targets.  Autogenerate *-build-* targets.
7253         * Makefile.in: Regenerate.
7254
7255 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7256
7257         * configure: More autoconf-style substitutions.
7258         * Makefile.tpl: More autoconf-style substitutions.
7259         * Makefile.in: Regenerate.
7260
7261 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7262
7263         * configure: Substitute more variables in a more autoconf-friendly
7264         way.  Simplify slightly.
7265         * Makefile.tpl: Make more variables substitutable in an
7266         autoconf-friendly way.
7267         * Makefile.in: Regenerate.
7268
7269 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
7270
7271         * MAINTAINERS (Write After Approval): Add myself.
7272
7273 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7274
7275         * configure.in (v810*): Remove special setting of tools.
7276
7277         * configure: Add support for extra required flags for ar or nm.
7278         * configure.in (aix4.3+): Use above support for target-specific
7279         issues, rather than using config/mt-aix43.
7280
7281 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7282
7283         * configure: Remove 'removing', which doesn't work.  Replace $subdir
7284         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
7285         with $srcdir.  Reformat indentation.  Substitute some variables
7286         formerly hard-coded in the Makefile for build=host.
7287         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7288         * Makefile.def: Autogenerate more.
7289         * Makefile.in: Regenerate.
7290
7291 2002-11-04  Adam Nemet  <anemet@lnxw.com>
7292
7293         * MAINTAINERS (Write After Approval): Add myself.
7294
7295 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
7296
7297         * Makefile.def (host_modules): Add rda.
7298         * Makefile.in: Regenerate.
7299         * configure.in (target_tool): Add target-rda to list.
7300
7301 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7302
7303         * MAINTAINERS: Remove "co-maintainer" note for web pages.
7304
7305 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
7306
7307         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
7308         and restrap targets to this rule.
7309         * Makefile.in:  Regenerate.
7310
7311 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7312
7313         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
7314         GNATS only accounts.
7315
7316 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
7317
7318         * configure.in (i[3456]86-*-linux*): Add check to disable
7319         ${libgcj} for glibc1.
7320
7321 2002-10-24  Denis Chertykov  <denisc@overta.ru>
7322
7323         * MAINTAINERS: Add myself as ip2k port maintainer.
7324
7325 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
7326
7327         * configure.in: Add tic4x target.
7328
7329 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7330
7331         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7332         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7333         * Makefile.in: Regenerate.
7334
7335         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7336         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7337         * Makefile.in: Regenerate.
7338
7339 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
7340
7341         * MAINTAINERS: Add myself as web pages co-maintainer.
7342
7343 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7344
7345         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7346         * Makefile.in: Regenerate.
7347
7348 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
7349
7350         * MAINTAINERS: Add myself and Nathan Sidwell
7351         <nathan@codesourcery.com> as VxWorks maintainers.
7352
7353 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7354
7355         * Makefile.def: Remove order dependency comments.
7356         * Makefile.tpl: Add explicit install-install dependencies.
7357         * Makefile.in: Regenerate.
7358
7359         * Makefile.tpl: Remove material now in src-release.  (Finally!)
7360         * Makefile.in: Regenerate.
7361
7362         * Makefile.tpl: Add configure-target (for src-release in src)
7363         * Makefile.in: Regenerate.
7364
7365 2002-09-30  Nick Clifton  <nickc@redhat.com>
7366
7367         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7368
7369 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
7370
7371         * configure.in (s390*-*-linux*): Enable libgcj.
7372
7373 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
7374
7375         * configure: Revert accidentally applied changes.
7376
7377         * Makefile.tpl: Make more autoconf-friendly.
7378         * Makefile.in: Regenerate.
7379         * configure: Make substitution more autoconf-like.
7380
7381 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
7382
7383         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7384         single entry to handle all these.
7385         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
7386         libjava on arm-*-elf.
7387
7388 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
7389
7390         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7391         things that depend on them.
7392
7393 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7394
7395         * Makefile.tpl: Make subsituted variables more autoconfy.
7396         * Makefile.in: Regenerate.
7397         * configure: Make seds more autoconfy.
7398
7399 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7400
7401         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7402         * Makefile.in: Regenerate.
7403         * configure.in: Rewrite sed statements to look autoconfy.
7404
7405         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7406         all-target-foo on configure-target-foo.
7407         * Makefile.def: Ditto.
7408         * Makefile.in: Rebuild.
7409
7410 2002-09-25  Andrew Haley  <aph@redhat.com>
7411
7412         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
7413
7414 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7415
7416         * Makefile.def: New file.
7417         * Makefile.tpl: New file.
7418         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7419         * contrib/gcc_update: Note that Makefile.in is a generated file.
7420
7421         * configure.in: Minor rearrangement.  Simplify tests.
7422
7423 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
7424
7425         * configure.in (with_headers): Skip copy if value is "yes".
7426         (with_libs): Likewise.
7427
7428 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7429
7430         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7431         * configure.in (sh*-*-pe*): Ditto.
7432         * configure.in (mips*-*-pe*): Ditto.
7433         * configure.in (*arm-wince-pe): Ditto.
7434
7435         * configure.in: Rearrange.
7436
7437 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
7438
7439         * MAINTAINERS: Update my email address.
7440
7441 2002-08-30  Paul Koning  <pkoning@equallogic.com>
7442
7443         * MAINTAINERS: (Write After Approval): Add myself.
7444
7445 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
7446
7447         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
7448
7449 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
7450
7451         * MAINTAINERS: Change my mailing address.
7452
7453 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
7454
7455         * MAINTAINERS (Write After Approval): Remove myself.
7456         (Various Maintainers: c++ runtime libs): Add myself.
7457
7458 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
7459
7460         * MAINTAINERS (Write After Approval): Remove myself.
7461         (Various Maintainers: c++ runtime libs): Add myself.
7462
7463 2002-08-15  Eric Christopher  <echristo@redhat.com>
7464
7465         * config.sub: Import from master repository.
7466         * config.guess: Ditto.
7467
7468 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
7469
7470         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7471         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7472         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7473
7474 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
7475
7476         * MAINTAINERS: Add self to rs6000 vector extensions.
7477
7478 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
7479
7480         * libiberty/configure: Reverted unintended yesterday's check in.
7481
7482 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
7483
7484         * boehm-gc/configure, libf2c/configure: Rebuilt.
7485         * libffi/configure, libiberty/configure: Ditto.
7486         * libjava/configure, libobjc/configure: Ditto.
7487         * libstdc++-v3/configure, zlib/configure: Ditto.
7488         Merged from binutils:
7489         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
7490         From Steve Ellcey <sje@cup.hp.com>:
7491         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7492         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7493         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7494         IA64.
7495         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7496         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7497         soname_spec, sys_lib_search_path_spec): Ditto.
7498
7499 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
7500
7501         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7502
7503 2002-08-04  H.J. Lu  (hjl@gnu.org)
7504
7505         * configure.in (mips*-*-linux*): Don't skip target-libffi.
7506
7507 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
7508
7509         * MAINTAINERS (Write After Approval): Add myself.
7510
7511 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
7512
7513         * configure.in: Move generic linux case to end.  Copy generic
7514         linux noconfigdirs to mips*-*-linux* entry and new
7515         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
7516
7517 2002-07-19  Michael Matz  <matz@suse.de>
7518
7519         * MAINTAINERS: Add myself as ra* maintainer.
7520
7521 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
7522
7523         * config.guess: Update to 2002-07-09 version.
7524         * config.sub: Update to 2002-07-03 version.
7525
7526 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
7527
7528         * MAINTAINERS: Fix typo in a maintainer email address.
7529
7530 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7531
7532         * configure.in: Remove two redundant tests.
7533
7534 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7535
7536         * configure.in (mips*-*-irix6*o32): Enable stabs.
7537
7538 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
7539
7540         * configure.in: Don't build grez.
7541         * Makefile.in: Ditto.
7542
7543         * Makefile.in: Remove references to bsp, cygmon, libstub.
7544         * configure.in: Ditto.
7545
7546         * configure.in: Remove leftover reference to gdbtest.
7547
7548 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
7549
7550         * configure.in (gxx_include_dir):  Change to match versioned
7551         C++ headers if --enable-version-specific-runtime-libs is used.
7552
7553 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
7554
7555         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7556
7557 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7558
7559         * configure.in: Make --without-x work.
7560
7561 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7562
7563         * configure.in: Rearrange target Makefile fragment collection.
7564
7565         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7566         cvs[src].
7567         * configure.in: Ditto.
7568
7569 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
7570
7571         * MAINTAINERS (Write After Approval): Update my e-mail address.
7572
7573 2002-06-24  Ben Elliston  <bje@redhat.com>
7574
7575         * configure.in (host_tools): Remove cgen.
7576
7577         * Makefile.in (all-cgen): Remove; runs from its source directory.
7578         (check-cgen, install-cgen, clean-cgen): Likewise.
7579         (all-opcodes): Do not depend on all-cgen.
7580         (all-sim): Likewise.
7581
7582 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7583
7584         * Makefile.in: Eliminate 'apache' targets.
7585         * configure.in: Eliminate 'apache' targets.
7586
7587         * configure.in: Eliminate redundant tests.  Reorganize.
7588
7589         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7590
7591         * config-ml.in: Eliminate references to Cygnus configure.
7592
7593         * Makefile.in: Eliminate references to building emacs.
7594
7595 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
7596
7597         * MAINTAINERS: Update my email address.
7598
7599 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
7600
7601         * config.if (libstdcxx_incdir): Version C++ headers.
7602         (cxx_incdir): Remove.
7603
7604 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7605
7606         * MAINTAINERS (Write After Approval): Add self.
7607
7608 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
7609
7610         * configure.in: Add support for ip2k.
7611
7612 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
7613
7614         * configure.in: Fix AIX configury bug.
7615
7616 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
7617
7618         * MAINTAINERS (Write After Approval): Add self.
7619
7620 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7621
7622         * configure.in: replace ${topsrcdir} with ${srcdir}
7623
7624         * configure.in: Move definition of libstdcxx_flags
7625         right above usage, rather than waaay earlier.
7626
7627         * configure.in: Pull definition of is_cross_compiler earlier.
7628
7629         * configure.in: Rearrange a little.
7630
7631         * configure.in: Remove references to librx.
7632         * Makefile.in: Remove references to librx.
7633
7634 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
7635
7636         * config.sub: Add support for avr target.
7637         Import from master sources, rev 1.255
7638
7639 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
7640
7641         * configure, .cvsignore:  Revert previous change...
7642         * Makefile:  ...delete.
7643
7644 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7645
7646         * configure.in: Eliminate ${gasdir} variable.
7647
7648 2002-06-18  Dave Brolley  <brolley@redhat.com>
7649
7650         * configure.in: Add support for frv.
7651         * config.sub: Add support for frv.
7652
7653 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7654
7655         * configure:  Remove garbage from previous commit.
7656
7657 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7658
7659         * configure:  For in-source builds, make a subdir and re-exec there.
7660         * Makefile:  New file.  Pass targets through to build directory.
7661         * .cvsignore:  No longer ignore "Makefile".
7662
7663 2002-06-16  Douglas Rupp  <rupp@gnat.com>
7664
7665         * MAINTAINERS (Write After Approval): Add self.
7666
7667 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7668
7669         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7670
7671 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
7672
7673         * configure.in (vax-*-netbsd*): Re-enable gas.
7674
7675 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
7676
7677         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7678         BUILD_PREFIX_1, to correct nomenclature.
7679         * configure: Likewise.
7680
7681         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7682         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7683
7684 2002-05-31  Olaf Hering  <olh@suse.de>
7685
7686         * config-ml.in: Propogate DESTDIR also.
7687
7688 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
7689
7690         * configure.in (vax-*-netbsd*): Don't build gas for this
7691         platform.
7692
7693 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7694
7695         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7696         and libgcj for AVR.
7697
7698 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
7699
7700         * MAINTAINERS (Write After Approval): Add myself.
7701
7702 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7703
7704         * config.guess: Update to 2002-05-22 version.
7705         * config.sub: Likewise.
7706
7707 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7708
7709         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7710         * config-ml.in: Likewise.
7711         * configure: Likewise.
7712         * configure.in: Likewise.
7713
7714 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
7715
7716         * MAINTAINERS: Update my email address.
7717
7718 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
7719
7720         * configure.in: Simplify makefile fragment collection.
7721
7722         * configure.in: Remove code to build emacs.
7723
7724         * configure.in : Remove --srcdir argument from targargs and buildargs
7725         (it's always overridden in the Makefile anyway).  Rearrange a bit.
7726
7727         * configure: Move some logic to configure.in.
7728         * configure.in: Move some logic from configure.
7729
7730 2002-05-11  Tom Tromey  <tromey@redhat.com>
7731
7732         * MAINTAINERS: Reflect libgcj reality.
7733
7734 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
7735
7736         * Makefile.in: Honour DESTDIR.
7737
7738 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
7739
7740         * config.guess: Import 2002-03-20 version.
7741         * config.sub: Import 2002-04-26 version.
7742
7743 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7744
7745         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
7746
7747 2002-05-07  Tim Josling  <tej@melbpc.org.au>
7748
7749         * MAINTAINERS: Add self.
7750
7751 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
7752
7753         * ltmain.sh: Detect and handle object name conflicts
7754         while piecewise linking a static library.
7755
7756 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
7757
7758         * configure.in (noconfigdirs): Don't disable libgcj on
7759         sparc64-*-solaris* and sparcv9-*-solaris*.
7760
7761 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
7762
7763         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7764
7765 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
7766
7767         * configure.in (FLAGS_FOR_TARGET): Do not add
7768         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7769         on i[3456]86-*-linux*.
7770
7771 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
7772
7773         * configure.in (noconfigdirs): Replace [ ] with test.
7774
7775         * configure.in (noconfigdirs): Do not add target-newlib if
7776         target == i[3456]86-*-linux*, and host == target.
7777
7778 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
7779
7780         * configure.in: delete reference to absent file
7781
7782         * configure.in: replace '[' with 'test'
7783
7784         * configure.in: Eliminate references to gash.
7785         * Makefile.in: Eliminate references to gash.
7786
7787         * configure.in: remove useless references to 'pic' makefile fragments.
7788
7789         * configure.in: (*-*-windows*) Finish removing.
7790
7791         * configure.in: Eliminate redundant test for libgui.
7792
7793 2002-04-29  Roger Sayle  <roger@eyesopen.com>
7794
7795         * MAINTAINERS: Add self and realphabetize.  Update entries
7796         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
7797         entry for a29k port maintainer.
7798
7799 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
7800
7801         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7802         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7803
7804 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
7805
7806         * configure.in: remove references to dead files
7807
7808 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
7809
7810         * MAINTAINERS: Add information about purpose of this file.
7811
7812 2002-04-18  Tom Tromey  <tromey@redhat.com>
7813
7814         * configure.in: Disallow configuring libgcj when it is already
7815         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
7816         Solaris 2.8 by default.  For PR libgcj/6158.
7817
7818 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7819
7820         * configure.in:  Move default CC setting out of config/mh-* fragments
7821         directly into here.
7822
7823 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7824
7825         * configure.in: don't even try to configure or make a subdirectory
7826         if there's no configure script for it.
7827
7828 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
7829
7830         * MAINTAINERS: Remove chill maintainers.
7831         * Makefile.in (CHILLFLAGS): Remove.
7832         (CHILL_LIB): Remove.
7833         (TARGET_CONFIGDIRS): Remove libchill.
7834         (CHILL_FOR_TARGET): Remove.
7835         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7836         CHILL_LIB.
7837         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7838         (CHECK_TARGET_MODULES): Likewise.
7839         (INSTALL_TARGET_MODULES): Likewise.
7840         (CLEAN_TARGET_MODULES): Likewise.
7841         (configure-target-libchill): Remove.
7842         (all-target-libchill): Remove.
7843         * configure.in (target_libs): Remove target-libchill.
7844         Do not compute CHILL_FOR_TARGET.
7845         * libchill: Remove directory.
7846
7847 2002-04-11  DJ Delorie  <dj@redhat.com>
7848
7849         * Makefile.in, configure.in: Sync with binutils, entries
7850         follow...
7851
7852 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7853
7854         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
7855         (do-tar, do-bz2): New rules.
7856         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
7857         (gdb-tar): New rule.
7858         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
7859         (insight_dejagnu.tar): New rule.
7860         (insight.tar): New rule.
7861         (gdb+dejagnu.tar): New rule.
7862         (gdb.tar): New rule.
7863
7864 2002-02-01  Mo DeJong  <supermo@bayarea.net>
7865
7866         * Makefile.in: Add all-tix to deps for all-snavigator
7867         so that tix is built when building snavigator.
7868
7869 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
7870
7871         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7872         ld and gdb are not supported.
7873
7874 2002-01-07  Mark Salter  <msalter@redhat.com>
7875
7876         * configure.in: Remove target-bsp and target-cygmon from arm builds.
7877         Allow target-libgloss to be built for arm, strongarm, and xscale.
7878
7879 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
7880
7881         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7882         options for i[3456]86-pc-linux* native builds.
7883
7884 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
7885
7886         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7887         files from .po files for a distribution.
7888
7889 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
7890
7891         * configure.in: Enable libstdc++-v3 for h8300 targets.
7892
7893 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
7894
7895         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
7896         version from bfd/.
7897
7898 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
7899
7900         * Makefile.in (VER): When present, extract the version number from
7901         the file version.in.
7902
7903 2001-05-24  Tom Rix  <trix@redhat.com>
7904
7905         * configure.in : enable ld for aix
7906
7907 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7908
7909         * config.guess: Add linux target for S/390.
7910
7911 2000-11-07  Philip Blundell  <pb@futuretv.com>
7912
7913         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7914
7915 2000-11-03  Philip Blundell  <pb@futuretv.com>
7916
7917         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7918         files.
7919
7920 2001-01-15  Ben Elliston  <bje@redhat.com>
7921
7922         * configure.in (host_tools): Add sid.
7923         Always configure cgen.
7924
7925 2000-11-24  Nick Clifton  <nickc@redhat.com>
7926
7927         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
7928
7929
7930 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
7931
7932         * Makefile.in (ALL_MODULES): Add all-cgen.
7933         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7934         (all-cgen): New target.
7935         (all-opcodes,all-sim): Depend on all-cgen.
7936         * configure.in (host_tools): Add cgen.
7937         Only configure cgen if --enable-cgen-maint.
7938
7939 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
7940
7941         * configure.in: Add *-*-freebsd* configurations.
7942
7943 2002-04-08  Tom Tromey  <tromey@redhat.com>
7944
7945         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7946         Fixes PR libgcj/6068.
7947
7948 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
7949
7950         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7951
7952 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7953
7954         * configure.in (alpha*-dec-osf*): Enable libgcj.
7955
7956 2003-03-27  Matthew Gingell  <gingell@gnat.com>
7957
7958         * MAINTAINERS (Write After Approval): Add myself.
7959
7960 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
7961
7962         Fix for: PR bootstrap/3591, target/5676
7963         * configure.in (mcore-pe): Disable the configuration of
7964         libstdc++-v3 since exceptions are not supported.
7965
7966 2002-03-20  Anthony Green  <green@redhat.com>
7967
7968         * configure.in: Enable libgcj for xscale-elf target.
7969
7970 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
7971
7972         * MAINTAINERS:  Update my email address.
7973
7974 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
7975
7976         * ltmain.sh (relink_command): Fix typo in previous change.
7977
7978 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
7979
7980         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
7981         (relink_command): Added --tag flags.
7982         (mode=install): If relinking fails; error out.
7983
7984 2002-03-12  Richard Henderson  <rth@redhat.com>
7985
7986         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
7987         .NOTPARALLEL tag.
7988         (do-check): Rename from check.
7989         (check): Allow parallel check.
7990
7991 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
7992
7993         * MAINTAINERS: Add myself as maintainer for xtensa port.
7994         Fix alphabetical order in CPU port maintainer list.
7995         Remove myself from Write After Approval list.
7996
7997 2002-03-11  Richard Henderson  <rth@redhat.com>
7998
7999         * Makefile.in (.NOTPARALLEL): Add fake tag.
8000
8001 2002-03-07  H.J. Lu  (hjl@gnu.org)
8002
8003         * configure.in: Enable gprof for mips*-*-linux*.
8004
8005 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
8006
8007         * MAINTAINERS (Write After Approval): Add myself.
8008
8009 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
8010
8011         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8012         libjava.
8013         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8014
8015 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
8016
8017         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8018         because its Makefile is there; test for the executable instead.
8019
8020 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
8021
8022         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8023         libstdc++-v3 and libjava.
8024
8025 2002-02-11  Adam Megacz  <adam@xwt.org>
8026
8027         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8028         boehm-gc
8029
8030 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
8031
8032         * config.guess: Updated to 2002-01-30's version.
8033         * config.sub: Updated to 2002-02-01's version.
8034         Contribute sh64-elf.
8035         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
8036         * configure.in: Added sh64-*-*.
8037
8038 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
8039
8040         * MAINTAINERS: Belatedly add myself to write after approval list.
8041
8042 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
8043
8044         * MAINTAINERS: Put self in as maintainer for x86-64 port.
8045         Remove self as Write After Approval.
8046
8047 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
8048
8049         * MAINTAINERS: Put self in as maintainer for contrib/regression
8050         directory.
8051
8052 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
8053
8054         * MAINTAINERS:  Update my email address.
8055
8056 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
8057
8058         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
8059         target-libiberty, and target-libgloss.  Skip Java-related
8060         libraries if not supported for NetBSD on target CPU.
8061
8062 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
8063
8064         * install-sh: Use _inst.$$_ for temp file name.
8065
8066 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
8067
8068         * MAINTAINERS (Write After Approval): Move my contact info
8069         from here...
8070         (OS Port Maintainers): ...to here (netbsd).
8071
8072 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
8073
8074         * MAINTAINERS (Write After Approval): Add myself.
8075
8076 2002-01-17  H.J. Lu  <hjl@gnu.org>
8077
8078         * Makefile.in (all-fastjar): Also depend on all-libiberty.
8079         (all-target-fastjar): Also depend on all-target-libiberty.
8080
8081 2002-01-16  H.J. Lu  (hjl@gnu.org)
8082
8083         * config.guess: Import from master sources, rev 1.225.
8084         * config.sub: Import from master sources, rev 1.238.
8085
8086 2002-01-16  Kazu Hirata  <kazu@hxi.com>
8087
8088         * MAINTAINERS (Write After Approval): Remove myself.
8089
8090 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
8091
8092         * MAINTAINERS (Write After Approval): Add myself.
8093
8094 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8095
8096         * MAINTAINERS: Add self as docs co-maintainer.
8097
8098 2001-12-11  Matthias Klose  <doko@debian.org>
8099
8100         * MAINTAINERS (Write After Approval): Add myself.
8101
8102 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
8103
8104         * MAINTAINERS: Update my email address.
8105
8106 2001-12-07  Turly O'Connor  <turly@apple.com>
8107         * MAINTAINERS (Write After Approval): Add myself.
8108         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
8109         (rs6000_initialize_trampoline): Call __trampoline_setup for
8110         ABI_DARWIN too.
8111         * darwin-tramp.asm: New file, implements __trampoline_setup.
8112         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
8113
8114 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
8115
8116         * MAINTAINERS (Write After Approval): Add myself.
8117
8118 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
8119
8120         * configure, configure.in: Use temp file for long sed commands.
8121
8122 2001-12-03  Laurent Guerby  <guerby@acm.org>
8123
8124         * config.sub: Update to version 1.232 on subversion.
8125
8126 2001-12-03  Ben Elliston  <bje@redhat.com>
8127
8128         * MAINTAINERS: Update mail address for config.* patches.
8129
8130 2001-11-27  DJ Delorie  <dj@redhat.com>
8131             Zack Weinberg  <zack@codesourcery.com>
8132
8133         When build != host, create libiberty for the build machine.
8134
8135         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8136         CONFIG_ARGUMENTS.
8137         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8138         New variables.
8139         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8140         and rules.
8141         (all.normal): Depend on ALL_BUILD_MODULES.
8142         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8143         (all-build-libiberty): Depend on configure-build-libiberty.
8144
8145         * configure: Calculate and substitute proper value for
8146         ALL_BUILD_MODULES.
8147         * configure.in: Create the build subdirectory.
8148         Calculate and substitute TARGET_CONFIGARGS (formerly
8149         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8150
8151 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
8152
8153         * MAINTAINERS (write-after-approval): Add self.
8154
8155 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8156
8157         * MAINTAINERS (GNATS only accounts): Remove self.
8158
8159 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
8160
8161         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8162         libf2c.
8163
8164 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8165
8166         * MAINTAINERS (Write After Approval): Add self.
8167
8168 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8169
8170         * MAINTAINERS: mips and s390 are also CPU ports.
8171
8172 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8173
8174         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
8175
8176 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
8177
8178         * MAINTAINERS: Alphabetize.
8179
8180 2001-11-09  Kazu Hirata  <kazu@hxi.com>
8181
8182         * MAINTAINERS (Various maintainers: h8 port): Add myself.
8183
8184 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8185
8186         * MAINTAINERS (Various maintainers: hppa port): Added myself.
8187
8188 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
8189
8190         * configure.in (--enable-languages): Be more permissive about
8191         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
8192
8193 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
8194
8195         * config.sub: Import from master sources, rev. 1.230.
8196         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
8197
8198 2001-11-07  Laurent Guerby  <guerby@acm.org>
8199
8200         * MAINTAINERS (Write After Approval): Add self.
8201
8202 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
8203
8204         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8205
8206 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
8207
8208         * config.sub: Import from master sources, rev 1.226.
8209         * config.guess: Import from master sources, rev 1.216.
8210
8211 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
8212
8213         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8214         * MAINTAINERS: Add self as maintainer of MMIX port.
8215         Remove old after-approval entry.
8216
8217 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
8218
8219         * ChangeLog, configure: Fix spelling errors.
8220
8221 2001-10-20  Brendan Kehoe  <brendan@zen.org>
8222
8223         * MAINTAINERS: Tweak my address.
8224
8225 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
8226
8227         * MAINTAINERS: Update my email address.
8228
8229 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
8230
8231         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8232         * MAINTAINERS: Add self as maintainer of CRIS port.
8233
8234 2001-10-10  Geert Bosch  <bosch@gnat.com>
8235
8236         * MAINTAINERS (Various maintainers: Ada front end):
8237         Added Robert Dewar.
8238
8239 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
8240
8241         * MAINTAINERS (Write After Approval): Added self
8242
8243 2001-10-02  Geert Bosch  <bosch@gnat.com>
8244
8245         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8246
8247 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8248
8249         * configure: Handle temporary files securely using mkdir.
8250
8251 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
8252
8253         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8254
8255 2001-09-26  Will Cohen  <wcohen@redhat.com>
8256
8257         * configure.in (*-*-linux*): Disable configuration of target-newlib
8258         and target-libgloss.
8259
8260 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
8261
8262         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8263         RANLIB.
8264
8265 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
8266
8267         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8268         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8269         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8270         avoid quotes nesting problems.
8271         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8272         (DO_X): Export only variables that are set.
8273
8274 2001-09-19  Ben Elliston  <bje@redhat.com>
8275
8276         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8277         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8278         semantics.  Use the shell built-in "type" command instead.
8279
8280 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
8281
8282         Merged from gcc-3_0-branch:
8283         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
8284         * ltcf-c.sh: Use $objext, not $ac_objext.
8285         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
8286         * ltcf-cxx.sh: Add support for GNU.
8287         2001-07-22  Timothy Wall  <twall@redhat.com>
8288         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
8289         default settings if using GNU tools with that configuration.
8290         * ltcf-cxx.sh: Ditto.
8291         * ltcf-gcj.sh: Ditto.
8292         2001-07-21  Michael Chastain  <chastain@redhat.com>
8293         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8294         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
8295         * ltmain.sh: Mark as gcc-local.
8296
8297 2001-08-30  Eric Christopher  <echristo@redhat.com>
8298             Jason Eckhardt  <jle@redhat.com>
8299
8300         * config.guess: Merge from master sources.
8301         * config.sub: Merge from master sources, add support for mipsisa32.
8302
8303 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
8304         * config.sub: Merge from master sources, rev 1.219.
8305         * MAINTAINERS: Add self as contact for stormy16 port.
8306
8307 2001-08-14  Zack Weinberg  <zackw@panix.com>
8308
8309         * config.sub: Merge from master sources, rev 1.218.
8310         * config.guess: Merge from master sources, rev 1.209.
8311
8312 2001-08-11  Graham Stott  <grahams@redhat.com>
8313
8314         * Makefile.in (check-c++): Add missing semicolon.
8315
8316 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
8317
8318         * MAINTAINERS (Various maitainers: predict.def): Added myself.
8319
8320 2001-07-30  Eric Christopher  <echristo@redhat.com>
8321
8322         * MAINTAINERS (Various maintainers: mips port): Added myself.
8323
8324 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
8325
8326         * configure.in (sh-*-linux*): New.
8327
8328 2001-07-27  Richard Henderson  <rth@redhat.com>
8329
8330         * .cvsignore: Add LAST_UPDATED.
8331
8332 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
8333
8334         * MAINTAINERS (Various maintainers: s390 port): Added myself.
8335
8336 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
8337
8338         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
8339
8340 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
8341
8342         * MAINTAINERS (Write After Approval): Added myself.
8343
8344 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8345
8346         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8347         and libgcj on m68hc11/m68hc12.
8348
8349 2001-06-27  H.J. Lu  (hjl@gnu.org)
8350
8351         * Makefile (CFLAGS_FOR_BUILD): New.
8352         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8353
8354 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8355
8356         * README: Remove version number.
8357
8358 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8359
8360         * INSTALL/README: Update wrt. to the installation instructions now
8361         residing in gcc/doc/install.texi.
8362
8363 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8364
8365         * README: Replace with a cut-down and updated version of gcc/README.
8366
8367 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
8368
8369         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
8370         multilibs to be disabled.
8371
8372 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
8373
8374         * MAINTAINERS (Write After Approval): Add myself.
8375
8376 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
8377
8378         * config.guess: Import CVS version 1.195.
8379         * config.sub: Import CVS version 1.212.
8380
8381 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
8382
8383         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8384         gcc/xgcc is built, use -print-prog-name to find out the program
8385         name to use.
8386
8387 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
8388
8389         * config.guess:  Import CVS version 1.194.  All gcc-local changes
8390         appear to also be in the master copy.
8391         * config.sub:  Import CVS version 1.211.
8392
8393 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
8394
8395         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8396         with_gcc]: Use `gcc -shared' to build a shared library.
8397
8398 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8399
8400         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8401         archives.
8402
8403 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8404
8405         * MAINTAINERS (Write After Approval): Add myself.
8406
8407 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
8408
8409         * configure.in (libstdcxx_flags): Do not try to execute
8410         libstdc++-v3/testsuite_flags until it exists.
8411
8412 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
8413
8414         * MAINTAINERS: Update my email address.
8415
8416 2001-05-31  Graham Stott  <grahams@redhat.com>
8417
8418         * MAINTAINERS (Write After Approval): Add myself.
8419
8420 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
8421
8422         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
8423         libraries when using g++ with native linker.
8424
8425 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
8426
8427         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8428
8429 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
8430
8431         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8432         [aix4*|aix5*]: Prepend blank.
8433
8434 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
8435
8436         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8437         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
8438         of subdir/configure scripts to use the new libtool.m4.
8439
8440 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
8441
8442         * MAINTAINERS (Write After Approval): Add myself.
8443
8444 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
8445
8446         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8447
8448 2001-05-11  Ben Elliston  <bje@redhat.com>
8449
8450         * Makefile.in (all-sid): New target.
8451         (check-sid, clean-sid, install-sid): Likewise.
8452
8453 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
8454
8455         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8456
8457 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8458
8459         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8460         libgcj.
8461
8462 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8463
8464         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8465         gcc/xgcc is built, use -print-prog-name to find out the program
8466         name to use.
8467
8468 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
8469
8470         * configure.in (noconfigdirs): Don't reset it from scratch in the
8471         target case; only append to it.
8472
8473         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8474         sparc-*-solaris2.8]: Disable ${libgcj}.
8475
8476 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
8477
8478         * configure.in (libgcj_saved): Copy from $libgcj.
8479         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8480         --disable-libgcj.
8481
8482 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
8483
8484         * MAINTAINERS: Remove self as MIPS maintainer and
8485         C front end maintainer.
8486
8487 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
8488
8489         * configure.in: Move *-chorusos target case to the proper switch.
8490         Disable libgcj.
8491
8492 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8493
8494         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8495         1.641.2.228.
8496
8497 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8498
8499         * Makefile.in (STAGE1_CFLAGS): Pass down.
8500
8501 2001-04-13  Alan Modra  <amodra@one.net.au>
8502
8503         * config.guess: Add hppa64-linux support.  Note for next import that
8504         this is already in the master file.
8505         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
8506
8507 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8508
8509         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8510         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8511
8512 2001-04-11  Stan Shebs  <shebs@apple.com>
8513
8514         * MAINTAINERS: Add self as Darwin port maintainer.
8515
8516 2001-04-11  Alan Modra  <amodra@one.net.au>
8517
8518         * MAINTAINERS: Update my email address.
8519
8520 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
8521
8522         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8523         recent versions of FreeBSD (release 3 or later).
8524         * ltconfig: On FreeBSD, -lc must not be provided when building
8525         a shared library or else the standard -pthread gcc option is
8526         rendered worthless to later users of the built library.
8527
8528 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8529
8530         * MAINTAINERS: Add self and RTH as C front end maintainers.
8531
8532 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
8533
8534         * config.sub: Make sure to match an already-canonicalized
8535         machine name (eg. mn10300-unknown-elf).
8536
8537 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
8538
8539         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8540         New macros.
8541         (bootstrap, cross): Use RECURSE_FLAGS.
8542         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8543
8544 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
8545
8546         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8547
8548 2001-03-22  Colin Howell  <chowell@redhat.com>
8549
8550         * Makefile.in (DO_X): Do not backslash single-quotes in
8551         backquotes (two places).
8552
8553 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8554
8555         Re-installed:
8556         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8557         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8558         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8559         * ltcf-cxx.sh: Likewise.
8560         * ltcf-gcj.sh: Likewise.
8561
8562 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8563
8564         * MAINTAINERS: Add myself as "documentation co-maintainer".
8565
8566 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8567
8568         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8569         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8570
8571 2001-03-19  Tom Tromey  <tromey@redhat.com>
8572
8573         * config-ml.in: Handle GCJ and GCJFLAGS.
8574
8575 2001-03-21  Michael Chastain  <chastain@redhat.com>
8576
8577         * Makefile.in: all-m4 depends on all-texinfo.
8578
8579 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
8580
8581         * MAINTAINERS: Add myself to write after approval list.
8582
8583 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
8584
8585         * Makefile.in (DO_X): Quote nested quotes.
8586
8587 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
8588
8589         * MAINTAINERS: Add myself to write after approval list.
8590
8591 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
8592
8593         * Makefile.in (DO_X): Use double quotes for quoting
8594         "RANLIB=$${RANLIB}".
8595
8596 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
8597
8598         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
8599
8600 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
8601
8602         * configure.in: Only use `lang_requires' for languages athat are
8603         actually enabled.
8604
8605 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
8606
8607         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
8608
8609 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
8610
8611         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8612
8613 2001-03-07  Tom Tromey  <tromey@redhat.com>
8614
8615         * configure.in: Allow config-lang.in to set `lang_requires' to list
8616         of other required languages.
8617
8618 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
8619
8620         * Makefile.in: Remove RANLIB definition. Use RANLIB
8621         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8622         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8623
8624 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
8625             Alexandre Oliva  <aoliva@redhat.com>
8626
8627         * Makefile.in (check-c++): Use tabs, not spaces.
8628
8629 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
8630
8631         * MAINTAINERS: add myself to Write After Approval list.
8632
8633 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
8634
8635         * Makefile.in (check-c++): New rule.
8636
8637         * configure.in (target_libs): Remove libg++.
8638         (noconfigdirs): Remove libg++.
8639         (noconfigdirs): Same.
8640         (noconfigdirs): Same.
8641         (noconfigdirs): Same.
8642
8643         * config-ml.in: Remove libg++ references.
8644
8645         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8646         (ALL_TARGET_MODULES): Same.
8647         (configure-target-libg++): Remove.
8648         (all-target-libg++): Remove.
8649         (configure-target-libio): Remove.
8650         (all-target-libio): Remove.
8651         (check-target-libio): Remove.
8652         (.PHONY): Remove.
8653         (libg++.tar.bz2): Remove.
8654         (all-target-cygmon): Remove libio.
8655         (all-target-libstdc++): Remove.
8656         (configure-target-libstdc++): Remove.
8657         (TARGET_LIB_PATH): Remove libstdc++.
8658         (ALL_GCC_CXX): Remove libstdc++.
8659         (all-target-gperf): Correct.
8660
8661 2001-02-16  Nick Clifton  <nickc@redhat.com>
8662
8663         * configure.in (noconfigdirs): Allow configuration of texinfo
8664         for Cygwin hosts.
8665
8666 2001-02-15  Anthony Green  <green@redhat.com>
8667
8668         * configure: Introduce GCJ_FOR_TARGET.
8669         * configure.in: Ditto.
8670         * Makefile.in: Ditto.
8671
8672 2001-02-13  Andreas Schwab  <schwab@suse.de>
8673
8674         * MAINTAINERS: Update mail address.
8675
8676 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8677
8678         * config.guess: Add linux target for S/390.
8679         * config.sub: Likewise.
8680
8681 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
8682
8683         * configure.in: for *-chorusos, don't config target-newlib and
8684         target-libgloss.
8685
8686 2001-02-06  Ben Elliston  <bje@redhat.com>
8687
8688         * configure: Output host type to stdout, not stderr.
8689
8690 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
8691
8692         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
8693         * ltcf-cxx.sh: Likewise.
8694
8695         * config.if: Assume enable_libstdcxx_v3 is defined.
8696
8697 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
8698
8699         Remove V2 C++ library.
8700         * configure.in: Remove --enable-libstdcxx_v3 support.
8701
8702 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
8703
8704         * include/demangle.h: Add prototype for java_demangle_v3.
8705
8706 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
8707
8708         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
8709
8710 2001-01-27  Richard Henderson  <rth@redhat.com>
8711
8712         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8713
8714 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8715
8716         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8717         Don't unset, it's non-portable and no longer necessary, set to empty
8718         instead.
8719
8720 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8721
8722         * ltconfig: Shell portability fix for the tagname validity check.
8723
8724 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
8725
8726         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8727         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8728
8729 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8730
8731         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8732
8733 2001-01-26  Tom Tromey  <tromey@redhat.com>
8734
8735         * configure.in: Allow libgcj to be built on Sparc Solaris.
8736
8737 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
8738
8739         * ltcf-c.sh: Add aix5 case.
8740         * ltcf-cxx.sh: Likewise.
8741         * ltconfig: Likewise.
8742
8743 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
8744
8745         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8746         keep at least one of build_libtool_libs or build_old_libs set to
8747         yes.
8748
8749         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8750         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8751
8752 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
8753
8754         * configure.in: Enable libgcj on several additional platforms.
8755
8756 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
8757
8758         * configure.in: Enable libgcj for linux targets.
8759
8760 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8761
8762         * MAINTAINERS (Write After Approval): Add myself.
8763
8764 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8765
8766         * MAINTAINERS: Add myself as vax port maintainer.
8767
8768 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
8769
8770         * MAINTAINERS: Add myself as Mercury front-end maintainer.
8771
8772 2001-01-09  Mike Stump  <mrs@wrs.com>
8773
8774         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8775         failures of subdirectories.
8776
8777 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8778
8779         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8780         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8781         * ltcf-cxx.sh: Likewise.
8782         * ltcf-gcj.sh: Likewise.
8783         * ltconfig.sh: Fix typo.
8784
8785 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8786
8787         * configure: handle DOS-style absolute paths.
8788
8789 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8790
8791         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8792
8793 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
8794
8795         * MAINTAINERS: Add myself as avr port co-maintainer.
8796
8797 2000-12-28  Ben Elliston  <bje@redhat.com>
8798
8799         * MAINTAINERS: Add myself under ``Write After Approval''.
8800
8801 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
8802
8803         * texinfo: Remove directory from GCC.
8804
8805 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8806
8807         * COPYING: Update to current
8808         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
8809         to 19yy as example year in copyright notice).
8810
8811 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
8812
8813         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8814         (libstdcxx_incdir): Pass down.
8815         * config.if: Remove expired bits for cxx_interface, add stub.
8816         (libstdcxx_incdir): Add variable for g++ include directory.
8817         * configure.in (gxx_include_dir): Use it.
8818
8819 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
8820
8821         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
8822         with old-email address from ``Write After Approval''.
8823
8824 2000-12-15  Andreas Jaeger  <aj@suse.de>
8825
8826         * configure.in: Handle lang_dirs.
8827
8828 2000-12-14  Tom Tromey  <tromey@redhat.com>
8829
8830         * MAINTAINERS: Removed brads.
8831
8832         * MAINTAINERS: Added gcj developers.
8833
8834 2000-12-13  Anthony Green  <green@redhat.com>
8835
8836         * configure.in: Disable libgcj for any target not specifically
8837         listed.  Disable libgcj for x86 and Alpha Linux until compatible
8838         with g++ abi.
8839
8840 2000-12-13  Mike Stump  <mrs@wrs.com>
8841
8842         * Makefile.in (local-distclean): Also remove fastjar.
8843
8844 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
8845
8846         * contrib/gcc_update: Add fastjar --touch entries.
8847
8848 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
8849
8850         * configure.in: Disable language-specific target libraries for
8851         languages that aren't enabled.
8852
8853 2000-12-10  Anthony Green  <green@redhat.com>
8854
8855         * configure.in: Define libgcj.  Disable libgcj target libraries for
8856         most targets.
8857
8858 2000-12-10  Neil Booth  <neilb@earthling.net>
8859
8860         * MAINTAINERS: Update mail address, remove from WAA list.
8861
8862 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8863
8864         * libjava: Imported from /cvs/java.
8865         * libffi: Likewise.
8866         * Boehm-gc: Likewise.
8867
8868 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8869
8870         * configure.in (target_libs): Revert 2000-12-08 patch.
8871         (noconfigdirs): Added target-libjava.
8872
8873 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8874
8875         * djunpack.bat: removed.
8876
8877 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8878
8879         * Makefile.in: handle DOS-style absolute paths.
8880         * config-ml.in: likewise.
8881         * symlink-tree: likewise.
8882
8883 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8884
8885         * fastjar: Imported.
8886
8887 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8888
8889         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8890         libjava.
8891         * configure.in (target_libs): Removed `target-libjava'.
8892
8893 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8894
8895         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8896         (ALL_MODULES): Added fastjar.
8897         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8898         (all-target-libjava): all-fastjar replaces all-zip.
8899         (all-fastjar): Added.
8900         (configure-target-fastjar, all-target-fastjar): Likewise.
8901         * configure.in (host_tools): Added fastjar.
8902
8903 2000-12-07  Mike Stump  <mrs@wrs.com>
8904
8905         * Makefile.in (local-distclean): Remove leftover built files.
8906
8907 2000-11-24  Nick Clifton  <nickc@redhat.com>
8908
8909         * configure.in (xscale-elf): Add target.
8910         (xscale-coff): Add target.
8911
8912 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
8913
8914         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8915         recent versions of FreeBSD (release 3 or later).
8916         * ltconfig: On FreeBSD, -lc must not be provided when building
8917         a shared library or else the standard -pthread gcc option is
8918         rendered worthless to later users of the built library.
8919
8920 2000-11-16  Fred Fish  <fnf@be.com>
8921
8922         * configure.in (enable_libstdcxx_v3): Fix typo,
8923         libstd++ -> libstdc++.
8924
8925 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8926
8927         * MAINTAINERS: Add self to Write After Approval list.
8928
8929 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
8930
8931         * MAINTAINERS: Update my email address.  Add myself to global write
8932         privs list.
8933
8934 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
8935
8936         * Makefile.in: Merge with src and libgcj.
8937         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
8938         configure-target-<library> when their configure scripts need the C
8939         or C++ library to have already been built to work properly.
8940         (do_proto_toplev): Set them to an empty string.
8941
8942         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8943         (REALLY_SET_LIB_PATH): Use them.
8944
8945 2000-11-17  Stan Shebs  <shebs@apple.com>
8946
8947         * MAINTAINERS: Add self to Write After Approval list.
8948
8949 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8950
8951         * configure: Provide the original toplevel configure arguments
8952         (including $0) to subprocesses in the environment rather than
8953         through gcc/configargs.h.
8954
8955 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8956
8957         * MAINTAINERS: Remove references to cccp. Change C9X reference to
8958         C99.  Alphabetise "Write After Approval" list.
8959
8960 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
8961
8962         * configure: Turn on libstdc++ V3 by default.
8963
8964         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
8965         if we've got GCC.
8966
8967 2000-11-11  Philip Blundell  <philb@gnu.org>
8968
8969         * MAINTAINERS: Add self to Write After Approval list.
8970
8971 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
8972
8973         * ltcf-c.sh (aix4): Improve shared library configuration; require
8974         exporting symbols.
8975         * ltcf-cxx.sh (aix4): Define.
8976         * ltconfig (aix4): Define library and soname specs appropriate for
8977         AIX.  Define command to create export symbols list.
8978
8979 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
8980
8981         * config.sub: Add support for Sun Chorus
8982
8983 2000-10-31  Nick Clifton  <nickc@redhat.com>
8984
8985         * MAINTAINERS: Rename <name>@cygnus.com addresses to
8986         <name>@redhat.com.  Also installed new email address for Clint
8987         Popetz.
8988
8989 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
8990
8991         * etc: Remove directory from GCC.
8992
8993 2000-10-16  Michael Meissner  <meissner@redhat.com>
8994
8995         * configure (gcc/configargs.h): Only create if there is a build GCC
8996         directory created.
8997
8998 2000-10-16  Matthias Klose  <doko@debian.org>
8999
9000         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
9001         when configured for libstdc++-v3.
9002
9003 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
9004
9005         * configure: Save configure arguments to gcc/configargs.h.
9006
9007 2000-10-04  Philipp Thomas  <pthomas@suse.de>
9008
9009         * config.guess: Import CVS version 1.157.
9010         * config.sub: Import CVS version 1.181.
9011
9012 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
9013
9014         * Makefile.in (bootstrap): avoid recursion if subdir missing
9015         (cross): ditto
9016         (do-proto-toplev): ditto
9017
9018 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
9019
9020         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
9021         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
9022
9023         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
9024         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
9025         all affected `configure' scripts.
9026
9027 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
9028
9029         * MAINTAINERS: Add self as cpplib co-maintainer.
9030
9031 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
9032
9033         * MAINTAINERS: Add self to Write After Approval list.
9034
9035 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9036
9037         * INSTALL/README: egcs -> GCC update.
9038
9039 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
9040
9041         * MAINTAINERS: Add myself to Write After Approval list.
9042
9043 2000-09-15  Kazu Hirata  <kazu@hxi.com>
9044
9045         * MAINTAINERS: Add myself to Write After Approval list.
9046
9047 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
9048
9049         * configure.in: Do not build byacc for hppa64.  Provide paths to the
9050         X11 libraries for hppa64.
9051
9052 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9053
9054         * MAINTAINERS: Add myself as 68hc11 port maintainer.
9055
9056 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
9057
9058         * Makefile.in (all-zlib): Added dummy target.
9059
9060         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9061         ltcf-gcj.sh: Updated from libtool multi-language branch.
9062
9063 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
9064
9065         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9066         (bootstrap*): Depend on all-bootstrap.
9067
9068 2000-09-05  Philipp Thomas  <pthomas@suse.de>
9069
9070         * config.guess: Import CVS version 1.156.
9071         * config.sub: Import CVS version 1.179.
9072
9073 2000-09-02  Anthony Green  <green@cygnus.com>
9074
9075         * Makefile.in (all-gcc): Depend on all-zlib.
9076         (CLEAN_MODULES): Add clean-zlib.
9077         (ALL_MODULES): Add all-zlib.
9078         * configure.in (host_libs): Add zlib.
9079
9080 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
9081
9082         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9083         crosses, but add gcc/include to the header search path for them.
9084
9085 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
9086
9087         * MAINTAINERS: Add self to Write After Approval list.
9088
9089 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9090
9091         * config.guess: Import CVS version 1.152.
9092         * config.sub: Import CVS version 1.177.
9093
9094 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
9095
9096         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
9097         $targargs to tell whether newlib is going to be built.
9098
9099         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
9100         $$r/TARGET_SUBDIR/libio for _G_config.h.
9101
9102 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
9103
9104         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
9105
9106 2000-08-22  DJ Delorie  <dj@redhat.com>
9107
9108         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
9109
9110 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
9111
9112         * config-ml.in (CC, CXX): Avoid trailing whitespace.
9113         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9114         sub-configures.
9115
9116 2000-08-21  DJ Delorie  <dj@redhat.com>
9117
9118         * MAINTAINERS: Add self as a libiberty maintainer
9119
9120 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
9121
9122         * configure.in (libstdcxx_flags): Use
9123         libstdc++-v3/src/libstdc++.INC.
9124
9125 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
9126
9127         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9128
9129 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
9130
9131         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
9132
9133         * configure: Make enable_threads and enable_shared defaults
9134         explicit.  Substitute enable_threads into generated Makefiles.
9135         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
9136         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
9137
9138 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
9139
9140         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
9141
9142 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
9143
9144         * config-ml.in (CC): Remove bogus duplicate quotation mark from
9145         previous delta.
9146
9147 2000-08-11  Jason Merrill  <jason@redhat.com>
9148
9149         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9150         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9151         (FLAGS_FOR_TARGET): Not here.
9152         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9153
9154 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
9155
9156         * config-ml.in (CC, CXX): Don't introduce a leading space.
9157
9158 2000-08-07  DJ Delorie  <dj@delorie.com>
9159
9160         * MAINTAINERS: Add self as a DJGPP maintainer
9161
9162 2000-08-07  DJ Delorie  <dj@redhat.com>
9163
9164         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9165         "if we're also building gcc, and it's a gcc that will run on the
9166         build machine, we want to use its includes instead of the system's
9167         default includes".
9168
9169 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9170
9171         * MAINTAINERS: Add self to Write After Approval list.
9172
9173 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
9174
9175         * configure.in (libstdcxx_flags): Don't use `"'.
9176
9177         * config-ml.in: Adjust multilib search paths to the
9178         appropriate multilib tree.
9179
9180 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
9181
9182         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9183         commas in $LANGUAGES.
9184
9185 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
9186
9187         * configure.in: Re-enable all references to libg++ and librx.
9188
9189 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
9190
9191         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
9192         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
9193         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
9194         * ltcf-cxx.sh (need_lc): Set based on postdeps.
9195
9196         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9197
9198 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
9199
9200         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9201         CXX_FOR_TARGET for sed.
9202
9203 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
9204
9205         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9206         Do not override if already set in the environment or in configure.
9207         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9208         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9209
9210 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
9211
9212         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
9213         the libtool CVS tree multi-language branch.
9214         * ltconfig, ltmain.sh: Updated.
9215
9216 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
9217
9218         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
9219         (clean-target): Depend on it.
9220
9221         * Makefile.in (FLAGS_FOR_TARGET): New macro.
9222         (GCC_FOR_TARGET): Use it.
9223         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9224         * configure.in: ... here.
9225         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
9226         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9227
9228 2000-07-24  Eric Christopher  <echristo@cygnus.com>
9229
9230         * MAINTAINERS: Add self to Write After Approval list.
9231
9232 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
9233
9234         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9235         (configure-target-libchill, configure-target-libobjc): Likewise.
9236
9237         * configure.in: Use the same cache file for all target libs.
9238         * config-ml.in: But different cache files per multilib variant.
9239
9240 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9241
9242         * configure (topsrcdir): Don't use dirname.
9243
9244 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
9245
9246         * MAINTAINERS: Add self to Write After Approval list.
9247
9248 2000-07-20  Jason Merrill  <jason@redhat.com>
9249
9250         * configure.in: Remove all references to libg++ and librx.
9251
9252         * configure, configure.in, Makefile.in: Unify gcc and binutils.
9253
9254 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
9255
9256         * config.sub: Update to subversions version 2000-07-06.
9257
9258 2000-07-12  Andrew Haley  <aph@cygnus.com>
9259
9260         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9261         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9262
9263 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
9264
9265         * symlink-tree:  Check number of arguments.
9266
9267 2000-07-05  Jim Wilson  <wilson@cygnus.com>
9268
9269         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9270         search path for a g++ extracted from the build tree.  This
9271         will allow link tests run by configure scripts in
9272         subdirectories to succeed.
9273
9274 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
9275
9276         * ltconfig: Add support for mips-dde-sysv4.2MP
9277
9278 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9279
9280         * MAINTAINERS: Add myself as loop discovery maintainer.
9281
9282 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
9283
9284         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9285         `os2'. Force ac_cv_exeext to be ".exe" in that case.
9286
9287 2000-06-19  Timothy Wall  <twall@cygnus.com>
9288
9289         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9290         * config.sub: Add tic54x target.
9291
9292 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9293
9294         * MAINTAINERS: Add self as Fortran maintainer,
9295         remove Craig Burley.
9296
9297 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9298
9299         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9300         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9301
9302 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
9303
9304         * MAINTAINERS: Add self as i18n maintainer
9305
9306 20000-05-21  H.J. Lu  (hjl@gnu.org)
9307
9308         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9309         directory are used if they exist. Make sure
9310         $(build_tooldir)/include is searched for header files,
9311         $(build_tooldir)/lib/ for library files.
9312         (GCC_FOR_TARGET): Likewise.
9313         (CXX_FOR_TARGET): Likewise.
9314
9315 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
9316
9317         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9318
9319 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
9320
9321         * Makefile.in (configure-target-libiberty): Depend on
9322         configure-target-newlib.
9323
9324 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
9325
9326         * configure.in, Makefile.in: Merge all libffi-related
9327         configury stuff from the libgcj tree.
9328
9329 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9330
9331         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9332         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9333
9334 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9335
9336         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9337         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9338         current version information.  Add to proto-toplev directory.
9339         (gdb-taz): Build do-djunpack.
9340
9341 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
9342
9343         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9344
9345 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9346
9347         * MAINTAINERS: Add self to Write After Approval list.
9348
9349 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9350
9351         * ltmain.sh: Preserve in relink_command any environment
9352         variables that may affect the linker behavior.
9353
9354 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
9355
9356         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9357
9358 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
9359
9360         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9361
9362 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
9363
9364         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9365         with the version name.
9366
9367 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
9368
9369         * MAINTAINERS: Add self as bb-reorder maintainer.
9370
9371 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
9372
9373         * config.if: Tweak.
9374
9375 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
9376
9377         * djunpack.bat: New file.
9378
9379 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9380
9381         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9382         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9383         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9384         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9385
9386 2000-04-16  Dave Pitts  <dpitts@cozx.com>
9387
9388         * config.sub (case $basic_machine): Change default for "ibm-*"
9389         to "openedition".
9390
9391 2000-04-13  Andreas Jaeger  <aj@suse.de>
9392
9393         * MAINTAINERS: Added myself.
9394
9395 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9396
9397         * Makefile.in (gdb-taz): New target.  GDB specific archive.
9398         (do-md5sum): New target.
9399         (MD5PROG): Define.
9400         (PACKAGE): Default to TOOL.
9401         (VER): Default to a shell script.
9402         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
9403         md5 checksum generation.
9404         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9405         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9406         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9407         insight.tar.bz2): Use gdb-taz to create archive.
9408
9409 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9410
9411         * configure (warn_cflags): Delete.
9412
9413 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
9414
9415         * MAINTAINERS: Added myself.
9416
9417 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
9418             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
9419
9420         * configure.in (enable_libstdcxx_v3): Add.
9421         (target_libs): Add bits here to switch between libstdc++-v2 and
9422         libstdc++-v3.
9423         * config.if: And this file too.
9424         * Makefile.in: Add libstdc++-v3 targets.
9425
9426 2000-04-05  Michael Meissner  <meissner@redhat.com>
9427
9428         * config.sub (d30v): Add d30v as a basic machine type.
9429
9430 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
9431
9432         * configure.in: -linux-gnu*, not -linux-gnu.
9433
9434 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9435
9436         * MAINTAINERS: Add self in write-after-approval section.
9437
9438 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
9439
9440         * MAINTAINERS: Add self as ia64 port maintainer.
9441
9442 2000-03-08  Neil Booth  <NeilB@earthling.net>
9443
9444         * MAINTAINERS: Add self in write-after-approval section.
9445
9446 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9447
9448         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9449         (do-tar-bz2): Replace TOOL with PACKAGE.
9450         (gdb.tar.bz2): Remove GDBTK from GDB package.
9451         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9452         dejagnu.tar.bz2): New packages.
9453
9454 2000-02-27  Andreas Jaeger  <aj@suse.de>
9455
9456         * configure.in: Add entry for mips*-*-linux*, move catch all
9457         *-*-*linux* entry below this one.
9458
9459 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
9460
9461         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9462
9463 2000-02-24  Nick Clifton  <nickc@cygnus.com>
9464
9465         * config.sub: Support an OS of "wince".
9466
9467 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9468
9469         * config.guess, config.sub: Updated to match config's 2000-02-15
9470         version.
9471
9472 2000-02-23  Linas Vepstas  <linas@linas.org>
9473
9474         * config.sub: Add support for Linux/IBM 370.
9475         * configure.in: Likewise.
9476
9477 2000-02-22  Nick Clifton  <nickc@cygnus.com>
9478
9479         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9480
9481 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
9482
9483         * config.guess: Guess "cygwin" rather than "cygwin32".
9484
9485 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9486
9487         * configure (gcc_version): When setting, narrow search to
9488         lines containing `version_string'.
9489
9490 2000-02-15  Denis Chertykov  <denisc@overta.ru>
9491
9492         * config.sub: Add support for avr target.
9493
9494 2000-02-14  Nick Clifton  <nickc@cygnus.com>
9495
9496         * MAINTAINERS: Add maintainers for MCore port.
9497
9498 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9499
9500         * config.sub: Add mmix-knuth-mmixware.
9501
9502 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9503
9504         * MAINTAINERS: Pair cccp with cpplib maintainership.
9505
9506 2000-01-27  Christopher Faylor  <cgf@redhat.com>
9507
9508         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9509         structure stuff to -L library search.
9510         (CXX_FOR_TARGET): Ditto.
9511         (CROSS_CHECK_MODULES): Fix spelling mistake.
9512
9513 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
9514
9515         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9516         the C++ compiler.
9517
9518 2000-01-12  Richard Henderson  <rth@cygnus.com>
9519
9520         * configure.in: Don't build some bits for beos.
9521
9522 2000-01-12  Joel Sherrill (joel@OARcorp.com)
9523
9524         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9525         as include files.
9526
9527 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
9528
9529         * Add self as cpplib maintainer, as requested by Jason
9530         Merrill.  Correct my e-mail address.
9531
9532 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
9533
9534         * configure.in: Use mt-aix43 to handle *_TARGET defs,
9535         not mh-aix43.
9536
9537 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
9538
9539         * MAINTAINERS: Add myself to "write after approval" list.
9540
9541 1999-12-14  Richard Henderson  <rth@cygnus.com>
9542
9543         * config.guess (alpha-osf, alpha-linux): Detect ev67.
9544         * config.sub: Accept alphaev[78], alphaev8.
9545
9546 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9547
9548         * config.guess, config.sub: Update from autoconf.
9549
9550 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
9551
9552         * MAINTAINERS:  update my playtime e-address.
9553
9554 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9555
9556         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9557         necessary libraries are missing.
9558
9559 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
9560
9561         * MAINTAINERS: Add new 'write after approval' maintainer.
9562
9563 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9564
9565         * MAINTAINERS: Add new Java maintainer.
9566
9567 1999-10-25  Andreas Schwab  <schwab@suse.de>
9568
9569         * configure: Fix quoting inside arguments of eval.
9570
9571 1999-10-21  Nick Clifton  <nickc@cygnus.com>
9572
9573         * config-ml.in: Allow suppression of some ARM multilibs.
9574
9575 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
9576
9577         * config.guess: Add OS/390 match pattern.
9578         * config.sub: Add mvs, openedition targets.
9579         * configure.in (i370-ibm-opened*): New.
9580
9581 1999-09-04  Steve Chamberlain  <sac@pobox.com>
9582
9583         * config.sub: Add support for configuring for pj.
9584
9585 1999-08-31  Nick Clifton  <nickc@cygnus.com>
9586
9587         * config.sub (maybe_os): Add support for configuring for fr30.
9588
9589 1999-08-25  Nick Clifton  <nickc@cygnus.com>
9590
9591         * configure.in: Do not configure or build ld for AIX
9592         platforms.  ld is known to be broken on these platforms.
9593
9594 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9595
9596         * config-ml.in: Pass compiler flag corresponding to multidirs to
9597         subdir configures.
9598
9599 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
9600
9601         * Makefile.in (LDFLAGS): Define.
9602
9603 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
9604
9605         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9606         noconfigdirs.
9607         (*-*-cygwin*): Likewise.
9608
9609 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
9610
9611         * mkdep: New file.
9612         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9613         (BINUTILS_SUPPORT_DIRS): Add mkdep.
9614
9615         From Eli Zaretskii <eliz@is.elta.co.il>:
9616         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9617         long file name when using DJGPP on MS-DOS.
9618
9619 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
9620
9621         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9622
9623 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
9624
9625         * Makefile.in (check-target-libio): Remove all-target-libstdc++
9626         dependency as this causes "make check" to globally "make all"
9627
9628 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
9629
9630         * configure.in (target_libs): Added target-zlib.
9631         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9632         (CONFIGURE_TARGET_MODULES): Likewise.
9633         (CHECK_TARGET_MODULES): Likewise.
9634         (INSTALL_TARGET_MODULES): Likewise.
9635         (CLEAN_TARGET_MODULES): Likewise.
9636         (configure-target-zlib): New target.
9637         (all-target-zlib): Likewise.
9638         (all-target-libjava): Depend on all-target-zlib.
9639         (configure-target-libjava): Depend on configure-target-zlib.
9640
9641         * Makefile.in (configure-target-libjava): Depend on
9642         configure-target-newlib.
9643         (configure-target-boehm-gc): New target.
9644         (configure-target-qthreads): New target.
9645
9646         * configure.in (target_libs): Added target-qthreads.
9647         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9648         (CONFIGURE_TARGET_MODULES): Likewise.
9649         (CHECK_TARGET_MODULES): Likewise.
9650         (INSTALL_TARGET_MODULES): Likewise.
9651         (CLEAN_TARGET_MODULES): Likewise.
9652         (all-target-qthreads): New target.
9653         (configure-target-libjava): Depend on configure-target-qthreads.
9654         (all-target-libjava): Depend on all-target-qthreads.
9655
9656         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9657         (CONFIGURE_TARGET_MODULES): Likewise.
9658         (CHECK_TARGET_MODULES): Likewise.
9659         (INSTALL_TARGET_MODULES): Likewise.
9660         (CLEAN_TARGET_MODULES): Likewise.
9661         (all-target-libjava): New target.
9662         (all-target-boehm-gc): Likewise.
9663         * configure.in (target_libs): Added libjava, boehm-gc.
9664
9665 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
9666
9667         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9668         configure.bat in SUPPORT_FILES.
9669         (gas+binutils.tar.bz2): Likewise.
9670
9671         * makeall.bat: Remove; obsolete.
9672
9673 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
9674
9675         From Mark Elbrecht:
9676         * configure.bat: Remove; obsolete.
9677
9678 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
9679
9680         * configure: Add -W -Wall to the default CFLAGS when compiling with
9681         gcc.
9682
9683 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
9684
9685         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9686
9687 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
9688
9689         * configure.in: Build ld on IRIX6.
9690
9691 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
9692
9693         * Makefile.in: Change distribution targets to use bzip2 instead of
9694         gzip.
9695         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9696         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9697
9698 1999-06-04  Nick Clifton  <nickc@cygnus.com>
9699
9700         * config.sub: Add mcore target.
9701
9702 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
9703
9704         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9705
9706 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
9707
9708         * config.guess (dummy): Changed to $dummy.
9709
9710 1999-05-24  Nick Clifton  <nickc@cygnus.com>
9711
9712         * config.sub: Tidied up case statements.
9713
9714 1999-05-22  Ben Elliston  <bje@cygnus.com>
9715
9716         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9717         <jiro@din.or.jp>.
9718
9719         * config.guess: Merge with FSF version. Future changes will be
9720         more accurately recorded in this ChangeLog.
9721         * config.sub: Likewise.
9722
9723 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
9724
9725          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9726
9727 1999-04-30  Tom Tromey  <tromey@cygnus.com>
9728
9729         * ltmain.sh: [mode link] Always use CC given by ltconfig.
9730
9731 1999-04-23  Tom Tromey  <tromey@cygnus.com>
9732
9733         * ltconfig, ltmain.sh: Update to libtool 1.2f.
9734
9735 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
9736
9737         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9738         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9739         Bad merge removed these two changes.
9740
9741 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
9742                           Martin Heller (Ing.-Buero_Heller@t-online.de)
9743
9744         * config.guess (interix Alpha): Add.
9745
9746 1999-04-11  Richard Henderson  <rth@cygnus.com>
9747
9748         * configure.in (i?86-*-beos*): Do config gperf; don't config
9749         gdb, newlib, or libgloss.
9750
9751 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
9752
9753         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9754         link a trivial program with -mabi=64.  If it fails, remove mabi=64
9755         from multidirs.
9756
9757 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
9758
9759         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9760
9761 1999-04-08  Nick Clifton  <nickc@cygnus.com>
9762
9763         * config.sub: Add support for mcore targets.
9764
9765 1999-04-07  Michael Meissner  <meissner@cygnus.com>
9766
9767         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9768         not mt-ospace, in order to shut up assembler warning about using
9769         symbols that are named the same as registers.
9770
9771 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
9772
9773         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9774         dependency list for all-target-cygmon.
9775
9776 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
9777
9778         * config-ml.in: Check $host, not $target, for selective multilibs.
9779         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9780         thumb interworking, and underscore prefix multilibs.
9781
9782 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
9783
9784         * missing: Update to version from current automake.
9785
9786 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
9787
9788         * configure (gxx_include_dir): Removed.
9789
9790         * configure.in (gxx_include_dir): Handle it.
9791         * Makefile.in: Likewise.
9792
9793 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
9794
9795         * config.sub (mips64vr4111,mips64vr4111el) Add.
9796
9797 1999-03-21  Ben Elliston  <bje@cygnus.com>
9798
9799         * config.guess: Correct typo for detecting ELF on FreeBSD.
9800
9801 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
9802
9803         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9804         config/mh-djgpp.
9805
9806 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
9807
9808         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9809         all-target-newlib to dependency list for all-target-bsp.
9810
9811 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9812
9813         * config.sub: Add i386-uwin support.
9814         * config.guess: Likewise.
9815
9816 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9817
9818         * configure.in: cleanup, add mh-*pic handling for arm, special
9819         case powerpc*-*-aix*
9820
9821 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
9822
9823         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9824         can be built.
9825
9826 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
9827
9828         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9829         targets.
9830
9831 1999-03-02  Nick Clifton  <nickc@cygnus.com>
9832
9833         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9834
9835 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
9836
9837         * config.sub: Check for "cygwin*" rather than "cygwin32*"
9838
9839 1999-02-24  Nick Clifton  <nickc@cygnus.com>
9840
9841         * config.sub: Fix typo in arm recognition.
9842
9843 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
9844
9845         * configure.in (noconfigdirs): Changed target_configdirs to
9846         include target-bsp only for m68k-*-elf* and m68k-*-coff*
9847         rather than m68k-*-* since it is not known to work on
9848         m68k-aout. Ditto for arm-*-*oabi.
9849
9850 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
9851
9852         * configure.in (*-*-windows*): Remove, no longer used.
9853
9854 1999-02-19  Ben Elliston <bje@cygnus.com>
9855
9856         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9857         Smart and improved by Andrew Cagney.
9858
9859 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
9860
9861         * config.guess: Recognize openbsd-*-hppa.
9862
9863 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
9864
9865         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9866         only if it is not empty.
9867
9868 1999-02-17  Nick Clifton  <nickc@cygnus.com>
9869
9870         Patch from: Scott Bambrough <scottb@corelcomputer.com>
9871
9872         * config.guess: Modified to recognize uname's armv* syntax.
9873
9874         * config.sub: Modified to recognize uname's armv* syntax.
9875
9876 1999-02-17  Mark Salter  <msalter@cygnus.com>
9877
9878         * configure.in: Added target-bsp for sparclite.
9879
9880 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
9881
9882         * config.sub: Recognize alphapca5[67] and up to alphaev8.
9883
9884 1999-02-08  Nick Clifton  <nickc@cygnus.com>
9885
9886         * configure.in: Add support for strongarm port.
9887         * config.sub: Add support for strongarm target.
9888
9889 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9890
9891         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9892         the old name config/mh-cygwin32.
9893         Enable texinfo.
9894
9895 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
9896
9897         * configure.in: Do build ld for ix86 Solaris.
9898
9899 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
9900
9901         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
9902         $AR_FOR_TARGET.  Likewise for RANLIB.
9903
9904 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
9905
9906         * config.sub (oabi):  Recognize.
9907         * configure.in (arm-*-oabi):  Handle.
9908
9909 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
9910
9911         * config.guess: Improve detection of i686 on UnixWare 7.
9912
9913 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9914
9915         * config.guess: Add support for i386-pc-interix.
9916         * config.sub: Likewise.
9917         * configure.in: Likewise.
9918
9919 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
9920
9921         * Makefile.in: Remove unneeded all-target-libio from
9922         from all-target-winsup target since it is now unneeded.
9923         Add all-target-libtermcap in its place since it is now
9924         needed.
9925
9926 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
9927
9928         * configure.in: makefile stub for cygwin target is probably
9929         unnecessary.  Remove it for now.
9930
9931 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
9932
9933         * configure.in: libtermcap.a should be built when cygwin is the
9934         target as well as the host.
9935         * config.guess: Allow mixed case in cygwin uname output.
9936         * Makefile.in: Add libtermcap target.
9937
9938 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
9939
9940         * config.sub: Clean up handling of hppa2.0.
9941
9942 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
9943
9944         * config.guess: Use C code to identify more HP machines.
9945
9946 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
9947
9948         * config.sub: Handle hppa2.0.
9949
9950 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
9951
9952         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9953         cygmon for all sparclite targets, regardless of object format.
9954
9955 1998-12-15  Mark Salter  <msalter@cygnus.com>
9956
9957         * configure.in: Added target-bsp for several target architectures.
9958
9959         * Makefile.in: Added rules for bsp.
9960
9961 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
9962
9963         * config.guess: Improve detection of hppa2.0 processors.
9964
9965 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
9966
9967         * config.guess: Recognize FreeBSD using ELF automatically.
9968
9969 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
9970
9971         * configure (skip-this-dir): Add handling for new shell script, which
9972         might be created by a sub-directory's configure to indicate, this particular
9973         directory is "unwanted".
9974         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9975
9976 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
9977
9978         * ltconfig: import from libtool, after changing libtool to
9979         account for the cygwin name change.
9980
9981 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
9982
9983         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9984         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9985
9986 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
9987
9988         * configure.in: Add libtermcap to list of cygwin dependencies.
9989
9990 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
9991
9992         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9993         they include winsup/include when it's a cygwin target.
9994
9995 1998-11-12  Tom Tromey  <tromey@cygnus.com>
9996
9997         * configure.in (host_tools): Added zip.
9998         * Makefile.in (all-target-libjava): Depend on all-zip.
9999         (all-zip): New target.
10000         (ALL_MODULES): Added all-zip.
10001         (NATIVE_CHECK_MODULES): Added check-zip.
10002         (INSTALL_MODULES): Added install-zip.
10003         (CLEAN_MODULES): Added clean-zip.
10004
10005 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
10006
10007         * Makefile.in: lose "32" from comment about cygwin.
10008
10009 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
10010
10011         * configure.in: Use -Os to build target libraries for the fr30.
10012
10013 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
10014
10015         * config.sub: Add fr30.
10016
10017 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
10018
10019         * configure.in: drop "32" from config/mh-cygwin32.  Check
10020         cygwin* instead of cygwin32*.
10021         * config.sub: Check cygwin* instead of cygwin32*.
10022
10023 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
10024
10025         * config.guess: Match any version of Unixware7.
10026
10027 1998-10-20  Syd Polk  <spolk@cygnus.com>
10028
10029         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10030         if desired.
10031
10032 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
10033
10034         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10035         these if the appropriate directories and files to not exist.
10036
10037 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
10038
10039         * Makefile.in (DEVO_SUPPORT): Add config.if.
10040
10041 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10042
10043         * configure: Add pattern to replace "build_tooldir"'s
10044         definition in the generated Makefile with "tooldir"'s
10045         actual value.
10046
10047 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
10048
10049         * config.sub: Bring back lost sparcv9.
10050
10051         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10052
10053 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
10054
10055         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10056         CC_FOR_TARGET and friends.
10057
10058 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
10059
10060         * Makefile.in (build_tooldir): New variable, same as tooldir.
10061         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10062         -B$(build_tooldir)/bin/.
10063         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10064
10065 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10066
10067         * README: Remove installation instructions and refer to the
10068         INSTALL directory instead.
10069
10070 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
10071
10072         * config.sub: Add support for i[34567]86-pc-udk.
10073         * configure.in: Likewise.
10074
10075 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
10076
10077         * Makefile.in: add bzip2 package building bits for user
10078         tools module
10079         * configure.in: ditto
10080
10081 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
10082
10083         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10084         (ALL_TARGET_MODULES): Add all-target-libobjc.
10085         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10086         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10087         (all-target-libchill): Add dependencies.
10088         * configure.in (target_libs): Add libchill.
10089
10090 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
10091
10092         * configure.in (target_subdir): Remove duplicate line.
10093
10094 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
10095
10096         * Makefile.in (all-automake): fix dependencies.
10097
10098 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
10099
10100         * configure.in: Minor cleanups for building in the $(target_alias)
10101         subdir.
10102
10103 1998-09-22  Jim Wilson  <wilson@cygnus.com>
10104
10105         * Makefile.in (bootstrap): Set r and s before make all.  Use
10106         BASE_FLAGS_TO_PASS in make all.
10107         (cross): Likewise.
10108
10109 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
10110
10111         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10112
10113 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
10114
10115         * config.sub: Fix typo in last change.
10116
10117 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10118
10119         * config.sub: Add support for C4x target.
10120         * configure.in: Likewise.
10121
10122 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
10123
10124         * config.sub: Recognize sparcv9 just like sparc64.
10125
10126 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
10127
10128         * config.guess: Match "Pent II" or "PentII" for OpenServer.
10129
10130 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
10131
10132         * config.guess: Correctly identify Pentium II sco boxes.
10133
10134         * config.guess: Fix "tr" code.  From Weiwen Liu.
10135
10136 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
10137
10138         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10139         stabs.
10140
10141 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
10142
10143         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10144         (ALL_TARGET_MODULES): Add all-target-libchill.
10145         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10146         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10147         (all-target-libchill): Add dependencies.
10148         * configure.in (target_libs): Add libchill.
10149
10150 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10151
10152         * config.guess: Avoid assumptions about "tr" behaves when
10153         LANG is set to something other than English.
10154
10155 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
10156
10157         * configure (gxx_include_dir): Changed to
10158         '${prefix}/include/g++'-${libstdcxx_interface}.
10159
10160         * config.if: New to determine the interfaces.
10161
10162 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
10163
10164         * config.guess: Detect and handle MPE/IX.
10165         * config.sub: Deal with MPE/IX.
10166
10167 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
10168
10169         * configure.in: Use mh-aix43.
10170
10171 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
10172
10173         * configure: Fix --without/--disable cases for gxx-include-dir.
10174
10175 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
10176
10177         * mdata-sh:  Imported.  Needed for automake support.
10178
10179 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
10180
10181         * Makefile.in (taz): Try "chmod -R og=u ." before
10182         "chmod og=u `find . -print`".
10183
10184 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
10185
10186         * configure.in: Add arm-elf and thumb-elf support.
10187
10188 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
10189
10190         * Makefile.in: Undo previous patch.
10191
10192 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
10193
10194         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10195         to here ...
10196         (install-no-fixedincludes): and here
10197         (INSTALL_MODULES): ... from here.
10198
10199 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10200
10201         * config.sub: Merge with FSF.
10202
10203         * config.guess: Merge with FSF.
10204
10205 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
10206
10207         * configure (extraconfigdirs): New variable.
10208         (SUBDIRS): Add extraconfigdirs and recurse on them too.
10209         * Makefile.in (all): Move higher in file.
10210         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10211         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10212         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10213         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10214         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10215
10216 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
10217
10218         * Makefile.in (all-target-libjava): Depend on all-gcc and
10219         all-target-newlib.
10220         (configure-target-libjava): Depend on $(ALL_GCC).
10221
10222 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
10223
10224         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10225         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10226
10227 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
10228
10229         * INSTALL/README: Fix typo.
10230
10231 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10232
10233         * ylwrap: Change absolute path checks to check for DOS style path
10234         names.
10235
10236         * ylwrap: Don't use a full path name if the source file is in the
10237         same directory.  From hjl@lucon.org (H.J. Lu).
10238
10239         * config-ml.in: Default to being verbose, to match Feb 18 change to
10240         configure.
10241
10242 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
10243
10244         Brought over from egcs:
10245
10246         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10247
10248         * configure.in (target_subdir): Set to ${target_alias} instead
10249         of "libraries".
10250
10251         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
10252
10253         * configure.in (target_subdir): Set to libraries if enable_multilib.
10254
10255 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
10256
10257         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10258         multilibs, force reconfiguration the first time we create
10259         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10260
10261 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
10262
10263         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10264         avoid confusion with --no-recursion.
10265
10266 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
10267
10268         * configure.in: Win32 hosts shouldn't use install -x
10269         * install-sh: remove -x option, and special .exe-handling
10270         hack.
10271
10272 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
10273
10274         * config.guess: Recognize i586-pc-beos.
10275         * configure.in: Don't build some bits for beos.
10276
10277 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10278
10279         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10280         CFLAGS default to -O2.
10281
10282         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10283         when using GNU ld.
10284
10285 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
10286
10287         * ltmain.sh: Correct install when using a different shell.
10288
10289 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10290
10291         * ltconfig, ltmain.sh: Update to libtool 1.2b.
10292
10293 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
10294
10295         * makefile.vms: Update to build binutils/makefile.vms.  Add install
10296         target.
10297
10298 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
10299
10300         * ltconfig: Update to correct AIX handling.
10301
10302 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10303
10304         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10305
10306         * configure.in (target_subdir): Set to ${target_alias} instead
10307         of "libraries".
10308
10309 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
10310
10311         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10312         (Makefile): Depend on $(gcc_version_trigger).
10313
10314         * configure (gcc_version): Change default initializer to empty
10315         string.
10316         (gcc_version_trigger): New variable; pass this variable down
10317         to subdir configures to enable them checking gcc's version
10318         themselves. Emit make macros for both gcc_version vars.
10319         (topsrcdir): Initialize reliably.
10320         (recursion line): Remove --with-gcc-version=${gcc_version}.
10321
10322 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10323
10324         * configure (enable_version_specific_runtime_libs): Implement new flag
10325         --enable-version-specific-runtime-libs which installs C++ runtime stuff
10326         in $(libsubdir); emit definition in each generated Makefile.
10327         (gxx_include_dir): Initialize depending on
10328         $enable_version_specific_runtime_libs.
10329
10330 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10331
10332         * configure (gcc_version): Initialize properly depending on
10333         how and where configure is started.
10334         (recursion line): Pass a --with-gcc-version=${gcc_version}
10335         to configures in subdirs.
10336
10337 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
10338
10339         * configure.in (noconfigdirs): Add configure pattern for mips tx39
10340         cygmon
10341
10342 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
10343
10344         * configure.in: Add cygmon and libstub support for mn10200.
10345
10346 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
10347
10348         * configure (gcc_version): Add new variable describing the
10349         particular gcc version we're building.
10350         * Makefile.in (libsubdir): Add new macro for the directory
10351         in which the compiler finds executables, libraries, etc.
10352         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10353         and libsubdir.
10354
10355 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10356
10357         * Makefile.in (local-clean): Remove *.log.
10358         (warning.log): Built with warn_summary from build.log.
10359         (mail-report.log): Run test_summary.
10360         (mail-report-with-warnings.log): Run test_summary including
10361         warning.log in the report.
10362
10363 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
10364
10365         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10366
10367 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10368
10369         * Makefile.in (grep): Grep no longer depends on libiberty.
10370
10371 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
10372
10373         * Makefile.in: all-snavigator needs all-libgui.
10374
10375 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
10376
10377         * configure.in: Add cygmon and libstub support for mn10300.
10378
10379 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
10380
10381         * missing: Update to version from automake 1.3.
10382
10383         * ltmain.sh: On installation, don't get confused if the same name
10384         appears more than once in the list of library names.
10385
10386 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10387
10388         * config.sub: Accept m68060 and m5200 as CPU names.
10389
10390 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
10391
10392         * configure: Use && rather than using -a in test, because odd
10393         strings can confuse test.
10394         * configure.in: Likewise.
10395
10396 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10397
10398         * ltconfig, ltmain.sh: Bring in Visual C++ support.
10399
10400 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10401
10402         * Makefile.in (boostrap2-lean, bootstrap3-lean,
10403         bootstrap4-lean): New targets.
10404
10405 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
10406
10407         * mpw-* Delete.  Not used.
10408
10409 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
10410
10411         * COPYING.LIB: Update FSF address.
10412
10413 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
10414
10415         * ltconfig, ltmain.sh: Update to libtool 1.2a.
10416
10417         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10418         GAS_SUPPORT_DIRS.
10419
10420 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
10421
10422         * ltconfig, ltmain.sh: Avoid producing a version number if
10423         -version-info was not used.
10424
10425 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10426
10427         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10428         building with newlib.
10429
10430 1998-04-30  Paul Eggert  <eggert@twinsun.com>
10431
10432         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10433         Solaris `make' causes it to continue to next definition.
10434
10435 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10436
10437         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10438         the right GUI libraries and files are installed along with GDB.
10439
10440 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10441
10442         * configure.in: Change alpha to alpha* in several places.
10443
10444 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
10445
10446         * config.sub: Recognize sparc86x.
10447
10448 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
10449
10450         * configure.in (--enable-target-optspace): Remove debug echo.
10451
10452 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
10453
10454         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10455
10456 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10457
10458         * ltconfig: Update cygwin32 support.
10459
10460         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10461         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10462         (GDB_SUPPORT_DIRS): Likewise.
10463
10464 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
10465
10466         * configure.in (target_makefile_frag): If --enable-target-optspace,
10467         use -Os to compile target libraries rather than -O2.  Default to
10468         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10469         not used.
10470         * configure.in (target_cflags): Ditto for d30v.
10471
10472 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
10473
10474         * Makefile.in (all-bfd): Depend on all-intl.
10475         (all-binutils): Likewise.
10476         (all-gas): Likewise.
10477         (all-gprof): Likewise.
10478         (all-ld): Likewise.
10479
10480 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
10481
10482         * configure.in (host_tools): Fix typo, lbtool -> libtool.
10483
10484 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10485
10486         * Makefile.in (all-bfd): Depend upon all-libiberty.
10487
10488         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10489
10490 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
10491
10492         * Makefile.in: Add libstub.
10493
10494         * configure.in: Ditto. Build libstub for targets that have cygmon
10495         support.
10496
10497 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
10498
10499         * configure.in: Don't set PICFLAG on ix86-cygwin32.
10500
10501 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
10502
10503         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10504         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
10505
10506 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
10507
10508         * configure: Define DEFAULT_M4 by searching PATH.
10509         * Makfile.in: Use DEFAULT_M4.
10510
10511 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10512
10513         * ltconfig: Add cygwin32 support.
10514
10515         * Makefile.in, configure.in: Add libtool as a native only directory
10516         to configure and build.
10517
10518 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
10519
10520         * Makefile.in (INSTALL_MODULES): Remove texinfo.
10521
10522 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
10523
10524         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10525
10526 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
10527
10528         * Makefile.in: add ash make rules
10529         * configure.in: add ash to native_only and host_tools lists
10530
10531 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
10532
10533         * Makefile.in (all-gettext, all-intl): New targets.
10534         (ALL_MODULES): Added all-gettext, all-intl.
10535         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10536         (INSTALL_MODULES): Added install-gettext, install-intl.
10537         (CLEAN_MODULES): Added clean-gettext, clean-intl.
10538
10539         * configure.in (host_tools): Added gettext.
10540         (native_only): Likewise.
10541         (noconfigdirs) [various cases]: Likewise.
10542         (host_libs): Added intl.
10543
10544 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
10545
10546         * configure: Do not disable building gdbtk for cygwin32 hosts.
10547
10548 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
10549
10550         * configure.in: Add thumb-coff target.
10551         * config.sub: Add thumb-coff target.
10552
10553 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10554
10555         * Makefile.in: Revert yesterday's change.
10556         (all-target-winsup):  all-target-librx stays out of here.
10557
10558 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10559
10560         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10561         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10562         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10563         Remove references to librx and libg++.
10564
10565 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
10566
10567         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10568         recursive makes
10569
10570 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
10571
10572         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10573         for newlib directory.
10574         (CXX_FOR_TARGET): Likewise.
10575
10576 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
10577
10578         * ltconfig: Update after libtool/ltconfig.in change for
10579         hpux11.
10580
10581 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
10582
10583         * ltconfig, ltmain.sh: Update to libtool 1.2.
10584
10585 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10586
10587         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10588         (install-gcc-cross): Instead, override LANGUAGES here.
10589
10590 1998-03-18  Dave Love  <d.love@dl.ac.uk>
10591
10592         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10593         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10594
10595 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
10596
10597         * configure.in: Add Thumb-pe target.
10598
10599 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
10600
10601         * Makefile.in - changed sn targets to snavigator
10602         * configure.in - changed sn targets to snavigator
10603
10604 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10605
10606         * config-ml.in: After building symlink tree call make distclean
10607         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10608         to be the case for libiberty.
10609
10610 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
10611
10612         * configure: When making link, also check the current
10613         directory. The configure scripts may create one.
10614
10615 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
10616
10617         * config.sub: Accept alphapca56 and alphaev6 properly.
10618
10619 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10620
10621         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10622
10623 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10624
10625         * config.sub (sco5): Fix typo.
10626
10627 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
10628
10629         * Makefile.in (INSTALL_MODULES): Move install-tcl before
10630         install-itcl.
10631         (install-itcl): Remove dependency on install-tcl.
10632
10633 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
10634
10635         * configure.in: Remove libgloss from noconfigdirs for MN10300.
10636
10637 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
10638
10639         * configure.in: Don't build libgui for a cygwin32 target when not on
10640         a cygwin32 host.
10641
10642 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10643
10644         * configure (redirect): Set to null, so default behavior of
10645         configure is now --verbose.
10646
10647 1998-02-16  Dave Love  <d.love@dl.ac.uk>
10648
10649         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10650         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10651
10652 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
10653
10654         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10655         this change to sync Makefile.in with its ChangeLog entries.
10656
10657 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
10658
10659         * ltmain.sh (mkdir): Check that the directory doesn't exist
10660         before we exit with error, so that we don't get races during
10661         parallel builds.
10662
10663 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10664
10665         * ltconfig, ltmain.sh: Update from libtool 1.0i.
10666
10667 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10668
10669         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10670         PICFLAG_FOR_TARGET.
10671         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10672
10673         * configure: Emit a definition for the new macro enable_shared
10674         into each Makefile.
10675
10676 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10677
10678         * configure.in (host_tools, native_only): Add libtool.
10679
10680 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
10681
10682         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10683         Fix typo in ming config comment.
10684
10685 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10686
10687         * ltconfig, ltmain.sh: Update from libtool 1.0h.
10688
10689 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
10690
10691         * config.sub: Add tic30 cases, and map c30 to tic30.
10692
10693 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
10694
10695         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10696         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10697         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10698         (CLEAN_TARGET_MODULES): Similarly
10699         (all-target-libf2c): Add dependences.
10700         * configure.in (target_libs): Add libf2c.
10701
10702 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
10703
10704         * configure.in: Remove expect from noconfigdirs when target
10705         is cygwin32.  OK to build expect and dejagnu with Canadian
10706         Cross.
10707
10708 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
10709
10710         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10711         host.
10712
10713         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10714         and mingw32.
10715
10716 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10717
10718         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10719         here as it is not defined in the toplevel Makefile.
10720
10721 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10722
10723         * configure (package_makefile_rules_frag): New variable, which names
10724         a file with generic rules, ...
10725         Change comment to mention we now have FIVE parts.
10726         * configure: Undo last change.
10727
10728 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
10729
10730         * config.guess: More accurate determination of HP processor types.
10731         * config.sub: More accurate determination of HP processor types.
10732
10733 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10734
10735         * configure (package_makefile_frag): Move inserting the
10736         ${package_makefile_frag} to where it should be according
10737         to the comment.
10738
10739 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
10740
10741         * config.guess: Add support for Linux/ARM.
10742
10743 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
10744
10745         * .cvsignore: Remove *-info and *-install since they match
10746         release-info and mpw-install, which we don't want to just ignore.
10747
10748 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
10749
10750         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10751
10752 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
10753
10754         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10755         local_prefix to sub-make invocations.
10756
10757 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
10758
10759         * configure.in: Check makefile fragments in the source
10760         directory.
10761
10762 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10763
10764         * configure.in: Check whether host and target makefile
10765         fragments exist before adding them to *_makefile_frag.
10766
10767 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
10768
10769         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10770
10771 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
10772
10773         * configure.in: Make sure we only replace RPATH_ENVVAR on
10774         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10775         regexp to sed.
10776
10777         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10778         to sub-makes.
10779
10780 1998-01-13  Lee Iverson   (leei@ai.sri.com)
10781
10782         * config-ml.in (multi-do): LDFLAGS must include multilib
10783         designator.
10784
10785 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
10786
10787         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10788
10789 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
10790
10791         * config.sub: Add mingw32 support.
10792         * configure.in: Likewise.
10793
10794 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10795
10796         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10797
10798 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
10799
10800         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10801         * configure (gxx_include_dir): Provide a definition for subdirs
10802         which do not use autoconf.
10803
10804 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
10805
10806         * config.guess: Sync with egcs.  Picks up new alpha support,
10807         BeOS & some additional linux support.
10808
10809 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
10810
10811         * config.guess: HP 9000/803 is a PA1.1 machine.
10812
10813 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
10814
10815         * configure.in: It's alpha*-...
10816
10817 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10818
10819         * configure.in (host_makefile_frag, target_makefile_frag):
10820         Handle multiple config files.
10821         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10822         alpha-*-*.
10823
10824 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
10825
10826         * mkdep: New file.
10827
10828 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
10829
10830         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10831
10832 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
10833
10834         * Makefile.in: Add libgui directory.
10835         (GDB_TK): Add all-libgui.
10836         * configure.in: Add libgui directory.
10837         * configure: Add all-libgui to GDB_TK.
10838
10839 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
10840
10841         * config-ml.in (multidirs): Add m32r to multilib list.
10842
10843 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
10844
10845         * Makefile.in (all-target-gperf): Change dependency to
10846         all-target-libstdc++.
10847
10848 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
10849
10850         * config.guess: Add BeOS support.
10851
10852 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
10853
10854         Source directory cvs renamed to cvssrc:
10855         * configure.in (host_tools): Change cvs to cvssrc.
10856         (native_only): Likewise.
10857         (noconfigdirs) [various cases]: Likewise.
10858         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10859         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10860         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10861         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10862         (all-cvssrc): Rename target from all-cvs.
10863
10864 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
10865
10866         * configure (gxx_include_dir): Fix thinko.
10867
10868 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
10869
10870         * Makefile.in (INSTALL_TARGET_CROSS): Define.
10871         (install-cross, install-gcc-cross): New targets.
10872
10873 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
10874
10875         * configure.in (noconfigdirs): Add support for Thumb target.
10876
10877         * config.sub (maybe_os): Add support for Thumb target.
10878
10879 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
10880
10881         * Makefile.in: Add rules for cygmon.
10882
10883         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10884
10885 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
10886
10887         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10888         * configure (gxx_include_dir): Provide a definition for subdirs
10889         which do not use autoconf.
10890
10891 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
10892
10893         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10894         11/18/97 build
10895
10896 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
10897
10898         * From Franz Sirl.
10899         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10900         found on RedHat Linux systems.
10901
10902 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
10903
10904         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10905         guesses.
10906
10907 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
10908
10909         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10910
10911 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
10912
10913         * ltmain.sh: If mkdir fails, check whether the directory was created
10914         anyhow by some other process.
10915
10916 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
10917
10918         * configure.in (d30v-*-*): Configure all directories.
10919
10920 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
10921
10922         * configure.in (d30v-*-*): Configure newlib, libiberty directories
10923         for the D30V.
10924
10925 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
10926
10927         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10928
10929 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
10930
10931         * include/libiberty.h: Add extern "C" { so it can be used with C++
10932         progrms.
10933         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
10934         programs.
10935
10936 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
10937
10938         * configure.in (d30v-*-*): Configure GCC now.
10939
10940 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
10941
10942         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10943         is no longer needed.
10944
10945 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
10946
10947         * Makefile.in: check-target-libio depends on all-target-libstdc++.
10948
10949 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
10950
10951         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10952         targets using "$@" to provide support for similar but not identical
10953         targets without having to duplicate code.
10954
10955 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
10956
10957         * makefile.vms: Fix to work with DEC C.
10958
10959 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
10960
10961         * config.sub: Add mips-tx39-elf to marketing names.
10962
10963 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
10964
10965         * ltmain.sh: Handle symlinks in generated script.
10966
10967 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
10968
10969         * configure: Handle autoconf style directory options: --bindir,
10970         --datadir, --includedir, --infodir, --libdir, --libexecdir,
10971         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10972         --sysconfdir.
10973         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10974         (sharedstatedir, localstatedir, oldincludedir): New variables.
10975         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10976         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10977         sbindir, sharedstatedir, and sysconfdir.
10978
10979 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10980
10981         * Makefile.in (bootstrap-lean): New target.
10982
10983 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
10984
10985         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
10986         sn, and gnuserv from noconfigdirs.
10987
10988 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
10989
10990         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10991
10992 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
10993
10994         * Makefile.in (cross): New target.
10995
10996 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
10997                           Jeff Law         <law@cygnus.com>
10998
10999         * Makefile.in (bootstrap2, bootstrap3): New targets.
11000         (all-bootstrap): Remove outdated and confusing target.
11001         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11002
11003 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11004
11005         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11006         windows.  Consistent with gdb/configure.
11007
11008 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
11009
11010         * configure.in: Name Linux target fragment.
11011
11012         * configure: Rewrite so that project Makefile fragment is inserted
11013         first and appears last in the resulting Makefile.
11014
11015 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11016
11017         * Makefile.in (install-itcl): Install tcl first.
11018
11019 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
11020
11021         * configure.in: remove bison from noconfigdirs for Cygwin32 host
11022
11023 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11024
11025         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11026
11027         * configure.in (skipdirs): Add target-librx for Linux.
11028         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11029
11030 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
11031
11032         * Makefile.in (bootstrap): New target.
11033
11034 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
11035
11036         * config.sub: Accept 'amigados' for backward compatibility.
11037
11038 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
11039
11040         * config.guess: Merge with FSF.
11041
11042 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
11043
11044         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11045
11046 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
11047
11048         * config.sub: Add "marketing-names" patch.
11049
11050 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
11051
11052         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11053
11054 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
11055
11056         * config.sub: Handle v850-elf.
11057
11058 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
11059
11060         * .cvsignore (*-install): Remove.
11061
11062 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
11063
11064         * ltconfig: Set CONFIG_SHELL in libtool.
11065         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11066
11067 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11068
11069         * configure.in (target_subdir): Set to libraries if enable_multilib.
11070
11071 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
11072
11073         * config.guess: Update from gcc directory.
11074
11075 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11076
11077         * Makefile.in (all-sim): Depends on all-readline.
11078
11079 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
11080
11081         * Makefile.in (BISON, YACC): Use $$s.
11082         (all-bison): Depend on all-texinfo.
11083
11084 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
11085
11086         * Makefile.in (BISON): Add -L flag.
11087         (YACC): Likewise.
11088
11089 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11090
11091         * configure.in (noconfigdirs): Add support for v850e target.
11092
11093         * config.sub (maybe_os): Add support for v850e target.
11094
11095 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11096
11097         * configure.in (noconfigdirs): Add support for v850ea target.
11098
11099         * config.sub (maybe_os): Add support for v850ea target.
11100
11101 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
11102
11103         * config.sub: Add mipstx39.  Delete r3900.
11104
11105 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11106
11107         * Makefile.in (all-autoconf): Depends on all-texinfo.
11108
11109 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
11110
11111         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11112         eabi targets.
11113
11114 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
11115
11116         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11117
11118         * configure: When handling a Canadian Cross, handle YACC as well as
11119         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
11120         * Makefile.in (all-bison): Depend upon all-texinfo.
11121
11122 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
11123
11124         * Makefile.in (BISON): bison, not byacc or bison -y.
11125         (YACC): bison -y or byacc or yacc.
11126         (various): Add *-bison as appropriate.
11127         (taz): No need to mess with BISON anymore.
11128
11129 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
11130
11131         * configure: If OSTYPE matches *win32*, try to find a good value for
11132         CONFIG_SHELL.
11133
11134 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
11135
11136         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11137         configure.in if it is present.
11138
11139 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
11140
11141         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11142
11143 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
11144
11145         * config.sub: Recognize `arc' cpu.
11146         * configure.in: Likewise.
11147         * config-ml.in: Likewise.
11148
11149 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
11150
11151         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11152
11153 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
11154
11155         * configure: Changed sed delimiter from ':' to '|' when
11156         attempting to substitute ${config_shell} for SHELL. On
11157         NT ${config_shell} may contain a ':' in it.
11158
11159 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
11160
11161         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11162
11163 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
11164
11165         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11166
11167 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11168
11169         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11170
11171         * ylwrap: If the program is a relative path, force it to be
11172         absolute.
11173
11174 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11175
11176         * configure (tooldir): Set BISON to `bison -y' and not just bison.
11177
11178 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11179
11180         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11181         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11182         for libraries.
11183
11184 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
11185
11186         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11187         separated by spaces.
11188
11189 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
11190
11191         * ylwrap: New file.
11192         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11193
11194         * ltmain.sh: Handle /bin/sh at start of install program.
11195
11196         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11197
11198         * ltconfig, ltmain.sh: New files, from libtool 1.0.
11199         * missing: New file, from automake 1.2.
11200
11201 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
11202
11203         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
11204         check-tk to CHECK_X11_MODULES.
11205
11206 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11207
11208         * config.sub: Merge with FSF.
11209
11210 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11211
11212         * config.guess: Merge with FSF.
11213
11214 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11215
11216         * configure: Treat msdosdjgpp like go32.
11217         * configure.in: Likewise.  Don't remove gprof for go32.
11218
11219         * configure: Change Makefile.tem2 to Makefile.tm2.
11220
11221 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
11222
11223         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11224
11225 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11226
11227         * install-sh (chmodcmd): Set to null if the DST directory already
11228         exists.  Same as Nov 11th change.
11229
11230 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
11231
11232         * configure (GDB_TK): Needs itcl and tix.
11233
11234 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
11235
11236         * config.guess: Update from FSF.
11237
11238 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
11239
11240         * Makefile.in (GDB_TK): Depend on itcl and tix.
11241
11242 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11243
11244         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11245         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11246         (INSTALL_SCRIPT): New variable.
11247         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11248         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11249         to -x.
11250         * install-sh: Add support for -x option.
11251
11252 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
11253
11254         * configure.in, Makefile.in: Treat tix like itcl.
11255
11256 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
11257
11258         * Makefile.in (WINDRES): New variable.
11259         (WINDRES_FOR_TARGET): New variable.
11260         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11261         (EXTRA_HOST_FLAGS): Add WINDRES.
11262         (EXTRA_TARGET_FLAGS): Add WINDRES.
11263         (EXTRA_GCC_FLAGS): Add WINDRES.
11264         ($(DO_X)): Pass down WINDRES.
11265         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11266         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11267         DLLTOOL_FOR_TARGET.
11268
11269 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
11270
11271         * configure.in: configure sim before gdb for win32-x-ppc
11272
11273 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11274
11275         Move gperf into the toplevel, from libg++.
11276         * configure.in (target_tools): Add target-gperf.
11277         (native_only): Add target-gperf.
11278         * Makefile.in (all-target-gperf): New target, depend on
11279         all-target-libg++.
11280         (configure-target-gperf): Empty rule.
11281         (ALL_TARGET_MODULES): Add all-target-gperf.
11282         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11283         (CHECK_TARGET_MODULES): Add check-target-gperf.
11284         (INSTALL_TARGET_MODULES): Add install-target-gperf.
11285         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11286
11287 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
11288
11289         * config.sub (mn10200): Recognize new basic machine.
11290
11291 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11292
11293         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11294         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11295
11296 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11297
11298         * configure.in: If we're building mips-sgi-irix6* native, turn on
11299         ENABLE_MULTILIB and set TARGET_SUBDIR.
11300
11301 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
11302
11303         * Makefile.in (all-sn): Depend on all-grep.
11304
11305 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
11306
11307         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11308
11309         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11310         Makefile.  From Jeff Makey <jeff@cts.com>.
11311         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11312
11313         * Makefile.in (DISTBISONFILES): Remove.
11314         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
11315         $(DEFAULT_YACC).
11316
11317         * configure.in: Build itl, db, sn, etc., when building for native
11318         cygwin32.
11319
11320         * Makefile.in (LD): New variable.
11321         (EXTRA_HOST_FLAGS): Pass down LD.
11322         ($(DO_X)): Likewise.
11323
11324 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
11325
11326         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11327
11328 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
11329
11330         * configure.in (targargs): Strip out any supplied --build argument
11331         before adding our own. Always add --build.
11332
11333 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
11334
11335         * configure.in (targargs): Pass --build if we're doing
11336         a cross-compile.
11337
11338 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
11339
11340         * configure: Use '|' instead of ":" as the separator in
11341         sed. Otherwise sed chokes on NT path names with drive
11342         designators. Also look for "?:*" as the leading characters in an
11343         absolute pathname.
11344
11345 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
11346
11347         * config.sub: Support for r3900.
11348
11349 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11350
11351         * configure.in: Use install-sh, not install.sh.
11352
11353 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11354
11355         * Makefile.in (taz): Improve check for BISON so it doesn't try to
11356         apply it twice.
11357
11358 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11359
11360         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11361         install-binutils.
11362
11363 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
11364
11365         * Makefile.in: Add automake targets.
11366         * configure.in (host_tools): Add automake.
11367
11368 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11369
11370         * configure: Default CXX to c++, not gcc.
11371         * Makefile.in (CXX): Set to c++, not gcc.
11372         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11373
11374 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
11375
11376         * install-sh: try appending a .exe if source file doesn't
11377         exist
11378
11379 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
11380
11381         * configure.in: Turn on multilib by default.
11382         (cross_only): Remove target-libiberty.
11383
11384         * Makefile.in (all-gcc): Don't depend on libiberty.
11385
11386 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
11387
11388         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11389
11390 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11391
11392         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11393         (DISTBISONFILES): Add ld/Makefile.in
11394
11395 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
11396
11397         * configure.in: if target is cygwin32 but host isn't cygwin32,
11398         don't configure gdb tcl tk expect, not just gdb.
11399
11400 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
11401
11402         * configure.in: Added gnuserv everywhere sn appears.
11403
11404         * Makefile.in (ALL_MODULES): Added all-gnuserv.
11405         (CROSS_CHECK_MODULES): Added check-gnuserv.
11406         (INSTALL_MODULES): Added install-gnuserv.
11407         (CLEAN_MODULES): Added clean-gnuserv.
11408         (all-gnuserv): New target.
11409
11410 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
11411
11412         * config.guess: Fixes for MIPS OpenBSD systems.
11413
11414 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11415
11416         * Makefile.in (INSTALL_XFORM): Remove.
11417         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11418
11419         * mkinstalldirs: New file, copied from automake.
11420         * Makefile.in (installdirs): Rename from install-dirs.  Use
11421         mkinstalldirs.  Change all users.
11422         (DEVO_SUPPORT): Add mkinstalldirs.
11423
11424 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11425
11426         * install-sh: Rename from install.sh.
11427         * Makefile.in (INSTALL): Change install.sh to install-sh.
11428         (DEVO_SUPPORT): Likewise.
11429
11430         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
11431         Graichen <graichen@rzpd.de>.
11432
11433 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
11434
11435         * config.guess: Recognize OpenBSD systems correctly.
11436
11437 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11438
11439         * README, Makefile.in (ETC_SUPPORT): Remove references to
11440         cfg-paper*, configure.{texi,man,info*}._
11441
11442 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
11443
11444         * Makefile.in (all.normal): Ensure that gcc is built after all
11445         the x11 - ie gdb - targets.
11446
11447 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
11448
11449         * makefile.vms: Don't run conf-a-gas.
11450
11451 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
11452
11453         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11454
11455 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
11456
11457         * configure.in: Remove noconfigdirs case since gdb also
11458         configures and builds for tic80-coff.
11459
11460 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11461
11462         * configure: Set cache_file to config.cache.
11463         * Makefile.in (local-distclean): Remove config.cache.
11464
11465 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11466
11467         * COPYING: Update FSF address.
11468
11469 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
11470
11471         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11472         noconfigdirs.
11473
11474 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11475
11476         * Makefile.in (install-dirs): Don't crash if prefix, and hence
11477         MAKEDIRS, is empty.
11478
11479 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
11480
11481         * config.sub: Tweak mn10300 entry.
11482
11483 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
11484
11485         * configure.in (host_tools): Put sim before gdb, so gdb's
11486         configure.tgt can determine if the simulator was configured.
11487
11488 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
11489
11490         * config.sub: Move BeOS $os case to be with other Cygnus
11491         local cases.
11492
11493 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
11494
11495         * config.sub: Remove misplaced comment that broke Linux.
11496
11497 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
11498
11499         * config.sub: Add BeOS support.
11500
11501 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
11502
11503         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11504
11505 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
11506
11507         * configure.in (noconfigdirs): Remove tcl and tk from
11508         noconfigdirs for cygwin32 builds.
11509
11510 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
11511
11512         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11513
11514 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
11515
11516         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11517         make-all.com, use makefile.vms instead.
11518
11519 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
11520
11521         * config.sub: Accept -lnews*.
11522
11523 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
11524
11525         * configure.in (noconfigdirs): Disable target-newlib,
11526         target-examples and target-libiberty for d30v.
11527
11528 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11529
11530         * configure.in (noconfigdirs): Enable ld for d30v.
11531
11532 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
11533
11534         * configure.in (tic80-*-*): Build compiler.
11535
11536 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
11537
11538         * configure.in (d30v-*): Remove sim directory from list of
11539         unsupported d30v directories
11540
11541 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11542
11543         * config.sub, configure.in: Add d30v target cpu.
11544
11545 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
11546
11547         * makefile.vms: New file.
11548         * make-all.com: Remove.
11549
11550 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
11551
11552         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11553
11554 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
11555
11556         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11557
11558 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
11559
11560         * Makefile.in (ALL_MODULES): Added all-db.
11561         (CROSS_CHECK_MODULES): Addec check-db.
11562         (INSTALL_MODULES): Added install-db.
11563         (CLEAN_MODULES): Added clean-db.
11564
11565 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
11566
11567         * config.guess: Merge with latest FSF sources.
11568
11569 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
11570
11571         * Makefile.in (ALL_MODULES): Added all-itcl.
11572         (CROSS_CHECK_MODULES): Added check-itcl.
11573         (INSTALL_MODULES): Added install-itcl.
11574         (CLEAN_MODULES): Added clean-itcl.
11575
11576 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
11577
11578         * configure.in: build gdb for mn10200
11579
11580 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
11581
11582         * Makefile.in (all-target-winsup): Depend on all-target-libio.
11583
11584 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
11585
11586         * configure.in (tic80-*-*): Turn off most targets right now.
11587
11588 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
11589
11590         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11591         rather than the makeinfo program.
11592         (do-info): Depend upon all-texinfo.
11593
11594 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11595
11596         * configure.in: Remove uses of config/mh-linux.
11597
11598         * config.sub, config.guess: Merge with latest FSF sources.
11599
11600 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
11601
11602         * config.sub (case $basic_machine): Add tic80 entries.
11603
11604 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
11605
11606         * config.sub, config.guess: Merge with latest FSF sources.
11607
11608 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11609
11610         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11611         * mpw-config.in: Test for NewFolderRecursive.
11612         * mpw-install: Use symbolic name for startup filename.
11613         * mpw-README: Add various additional details.
11614
11615 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
11616
11617         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11618
11619 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
11620
11621         * configure.in: Do build gcc and the target libraries for
11622         the mn10200.
11623
11624 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
11625
11626         * configure.in: don't avoid building gdb for mn10300 any more
11627         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11628         instead of single-quoting it.
11629
11630 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
11631
11632         * configure.in: Don't use --with-stabs on IRIX 6.
11633
11634 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
11635
11636         * configure.in (m32r): Build gdb, libg++ now.
11637
11638 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11639
11640         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
11641         directories from noconfigdirs.
11642
11643 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
11644
11645         * config.sub (basic_machine): added mips16 configuration
11646
11647 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11648
11649         * config.sub: Handle d10v-unknown.
11650
11651 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
11652
11653         * config.sub: Handle v850-unknown.
11654
11655 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
11656
11657         * Makefile.in: add findutils
11658         * configure.in: add findutils to list of host_tools
11659
11660 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
11661
11662         * config.sub: Handle mn10200 and mn10300.
11663
11664 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11665
11666         * configure.in (d10v-*): Do not build librx.
11667
11668 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
11669
11670         * configure.in (mn10300): Build everything except gdb & libgloss.
11671
11672 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
11673
11674         * config.guess:  Patch for Dansk Data Elektronik servers,
11675         from Niels Skou Olsen <nso@dde.dk>.
11676
11677         For ncr, use /bin/uname rather than uname, since GNU uname does not
11678         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
11679
11680         Patch for MIPS R4000 running System V,
11681         from Eric S. Raymond <esr@snark.thyrsus.com>.
11682
11683         Fix thinko for nextstep.
11684
11685         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11686
11687         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
11688         * config.guess: Guess mips-dec-mach_bsd4.3.
11689
11690         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
11691         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
11692         release numbers.
11693         * config.guess (mips-mips-riscos*):  Emit just enough of the
11694         release number.
11695
11696         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
11697         * config.guess (sparc-auspex-sunos*):  Added.
11698         (f300-fujitsu-*): Added.
11699
11700         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
11701         * config.guess:  Recognize a Tadpole as a sparc.
11702
11703 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11704
11705         * config.guess: Don't assume that NextStep version is either 2 or
11706         3.  NextStep 4 (aka OpenStep 4) has come out now.
11707
11708 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11709
11710         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11711         From Rik Faith <faith@cs.unc.edu>.
11712
11713 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
11714
11715         * config.sub: Contributions from bug-gnu-utils to:
11716         Support plain "hppa" (no version given) architecture, reported by
11717         OpenStep.
11718         OpenBSD like NetBSD.
11719         LynxOs is not a hardware supplier.
11720
11721         * config.guess: Contributions from bug-gnu-utils to add support for:
11722         OpenBSD like NetBSD.
11723         Stratus systems.
11724         More Pyramid systems.
11725         i[n>4]86 Intel chips.
11726         M680[n>4]0 Motorola chips.
11727         Use unknown instead of lynx for hardware manufacturer.
11728
11729 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11730
11731         * install.sh (chmodcmd): Set to null if the DST directory already
11732         exists.
11733
11734 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11735
11736         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11737         not use mt-ppc target Makefile fragment any more.
11738
11739 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11740
11741         * configure.in (*-*-windows):  Exclude everything but those dirs
11742         needed to build windows.
11743
11744 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
11745
11746         * Makefile.in (all-target-winsup): Depend on all-target-librx.
11747
11748 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11749
11750         * configure.in:  Exclude mmalloc from i386-windows.
11751
11752 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11753
11754         * Undo my previous change.
11755
11756 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
11757
11758         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11759         unconditionally.
11760         (MAKEOVERRIDES): Define (revert this part of October 18 change).
11761
11762 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11763
11764         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
11765         host to add it's own flags.
11766
11767 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
11768
11769         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11770
11771 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
11772
11773         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11774         (CXX_FOR_TARGET): Likewise.
11775         (GCC_FOR_TARGET): Define.
11776         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11777         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11778         CC_FOR_TARGET was specified on the command line.
11779         (MAKEOVERRIDES): Don't define.
11780
11781 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
11782
11783         * configure.in (m32r): Fix spelling of libg++ libs.
11784
11785 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
11786
11787         * config.sub (-apple*): Remove, now redundant.
11788
11789 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
11790
11791         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11792
11793         * configure: Rework yesterday's sed script patch.
11794
11795         * config.sub: Merge with FSF.
11796
11797 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
11798
11799         * config.guess:  Merge from FSF.
11800
11801         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
11802         * config.guess: Use pc instead of unknown, for pc clone systems.
11803         Change linux to linux-gnu.
11804
11805         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11806         * config.guess: Avoid non-portable tr syntax.
11807
11808 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
11809
11810         * test-build.mk (HOLES): Add "xargs" for gdb.
11811
11812         * configure: Avoid hpux10.20 sed bug.
11813
11814 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
11815
11816         * configure.in:  Add support for windows host
11817         (that is a build done under the Microsoft build environment).
11818
11819 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
11820
11821         * Makefile.in: Replace all uses of srcroot with s, to shrink
11822         command line lengths.
11823
11824         Patches from Geoffrey Noer <noer@cygnus.com>:
11825         * configure.in: If configuring for newlib, pass --with-newlib to
11826         subdirectories.
11827         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11828         -Bnewlib/ and -Lwinsup to gcc.
11829         (CXX_FOR_TARGET): Likewise.
11830
11831 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11832
11833         * Makefile.in (ETC_SUPPORT): Add configure.
11834
11835 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
11836
11837         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11838         host configuration file.
11839
11840 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
11841
11842         * configure.in: Break mn10x00 support into separate
11843         mn10200 and mn10300 configurations.
11844         * config.sub: Likewise.
11845
11846 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
11847
11848         * configure.in: Add lots of stuff to noconfigdirs for
11849         the mn10x00 targets.
11850
11851         * config.sub, configure.in: Add mn10x00 support.
11852
11853 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
11854
11855         * make-all.com: Call conf-a-gas, not config-a-gas.
11856
11857 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
11858
11859         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11860         targets.
11861
11862 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
11863
11864         * mpw-README: Add much more detail for native PowerMac.
11865         * mpw-install: New file.
11866         * mpw-configure: Add --norecursion and --help options.
11867         * mpw-config.in: Translate readme and install files when
11868         copying to objdir.
11869         * mpw-build.in: Don't always depend on byacc and flex.
11870         (install-only-top): New action.
11871
11872 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
11873
11874         * configure.in:  You can now configure GDB for the v850.
11875
11876 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
11877
11878         * configure.in (noconfigdirs): Don't configure any C++ dirs
11879         if targeting D10V.
11880
11881 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11882
11883         * config.sub: Recognize mips64vr5000.
11884
11885 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
11886
11887         * configure.in: Use a single line for host_tools and native_only.
11888
11889 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
11890
11891         * config.sub, configure.in: Add entries for m32r.
11892
11893 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
11894
11895         * Makefile.in (inet-install): Don't run install-gzip.
11896
11897 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
11898
11899         * configure.in:  Don't config lots of things for *-*-windows*.
11900
11901 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
11902
11903         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11904         (host_libs, host_tools): Copy from configure.in.
11905         * mpw-configure: Don't complain about directories not found.
11906
11907 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11908
11909         * configure.in (i[345]86): Recognize i686 for pentium pro.
11910         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11911         file.
11912
11913         * config.guess (i[345]86): Ditto.
11914
11915 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11916
11917         * configure.in (noconfigdirs): Removed gdb for D10V.
11918
11919 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
11920
11921         * configure.in: Remove ld, target-libio, target-libg++, and
11922         target-libstdc++ from noconfigdirs.
11923
11924 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
11925
11926         * configure: Fix three locations where shell scripts were
11927         being run directly rather than with config_shell.
11928
11929 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
11930
11931         * configure.in (v850-*-*): Set up initial $noconfigdirs.
11932         * config.sub (basic_machine): Recognize v850.
11933
11934 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
11935
11936         * mpw-configure: Handle multiple enable/disable options and
11937         pass them down recursively, handle -c and -s flags appropriately
11938         depending on choice of compiler, add escape mechanism for
11939         quoted arguments to gC.
11940
11941 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11942
11943         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11944         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11945         so that -mrelocatable-lib and -mno-eabi are used.
11946
11947         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11948         not support --print-multi-lib, don't abort.
11949
11950 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
11951
11952         * make-all.com: Run config-a-gas.
11953         * setup.com: Don't copy subdirectory files around.
11954
11955 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
11956
11957         * configure.in (*-*-ose): Remove exclusion of libgloss for this
11958         target, it now compiles correctly.
11959
11960 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
11961
11962         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11963
11964 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11965
11966         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11967
11968 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11969
11970         * configure.in (native_only): Add prms.
11971
11972 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
11973
11974         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11975         (BINUTILS_SUPPORT_DIRS): Likewise.
11976
11977 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11978
11979         * configure.in (d10v-*-*): Don't configure ld or gdb until the
11980         d10v support is added.
11981
11982 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11983
11984         * configure.in (d10v-*-*): New target.
11985
11986 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
11987
11988         * config.guess (HP 9000/811): Recognize this as a PA1.1
11989         machine.
11990
11991 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
11992
11993         * Makefile.in (do-tar-gz): New target, split out from tail end of
11994         taz target.  Run each command separately, don't use pipes.
11995         (taz): Use it.
11996
11997 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
11998
11999         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12000         * mpw-build.in: No builds should depend on building byacc or flex,
12001         they are assumed to be installed already.
12002
12003 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12004
12005         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12006         variable that CC_FOR_TARGET needs.
12007
12008 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12009
12010         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12011         options have changed since the last time the subdirectory was
12012         configured, and if it has, reconfigure.
12013         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12014         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12015
12016 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
12017
12018         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12019         CLEAN_MODULES): Add bash.
12020         (all-bash): New target.
12021
12022 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
12023
12024         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12025
12026 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12027
12028         * config.sub (basic_machine): Recognize d10v as a valid processor.
12029
12030 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
12031
12032         * mpw-configure: Add support for --bindir.
12033         * mpw-build.in: Use a GCC-specific build script for GCC actions.
12034
12035 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
12036
12037         * configure.in: add bash, time, gawk to list of hosttools and things
12038         to only build for native toolchains
12039
12040 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12041
12042         * Makefile.in (docdir): Remove.
12043
12044 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12045
12046         * Makefile.in (datadir): Set to $(prefix)/share.
12047
12048 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
12049
12050         * configure.in: build diff and patch for cygwin32-hosted
12051         toolchains.
12052
12053 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
12054
12055         * config.sub: Accept -rtems*.
12056
12057 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
12058
12059         * configure.in: enable dosrel for cygwin32-hosted builds,
12060                 remove diff from the list of things not buildable
12061                 via Canadian Cross
12062
12063 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
12064
12065         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12066         don't get ". ".
12067
12068 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
12069
12070         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12071
12072 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
12073
12074         * Makefile.in (taz): Handle case where tex3patch didn't even get
12075         checked out.  Also, if it was found, put the symlink in a new util
12076         subdirectory.
12077
12078 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12079
12080         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12081
12082 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
12083
12084         * config.sub: Recognize -openvms.
12085         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12086         * make-all.com, setup.com: New files.
12087
12088 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12089
12090         * Makefile.in (taz): tex3patch moved to texinfo/util.
12091
12092 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
12093
12094         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12095         * configure.in: remove make from disable-if-Can-Cross list
12096                 enable gdb if ${host} and ${target} are cygwin32
12097
12098 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
12099
12100         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
12101         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12102
12103 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12104
12105         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
12106         distinguish sysv/svr4/bsd variants.
12107         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12108
12109 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
12110
12111         * configure.in: Added copyright notice.
12112         * move-if-change: Added copyright notice.
12113
12114 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12115
12116         * configure.in (powerpcle-*-solaris*): Until we get shared
12117         libraries working, don't build gdb, sim, make, tcl, tk, or
12118         expect.
12119
12120 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
12121
12122         * config.guess:  Merge with FSF:
12123
12124         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12125         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12126
12127         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
12128         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12129
12130         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
12131         * config.guess:  Combine two OSF1 rules.
12132         Also recognize field test versions.  From mjr@zk3.dec.com.
12133         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
12134         because GNU uname does not support -p.  From pmr@pajato.com.
12135
12136 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
12137
12138         * Makefile.in (MAKEDIRS): Removed $(tooldir).
12139
12140 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
12141
12142         * mpw-README: Document GCCIncludes.
12143
12144 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
12145
12146         * configure.in (alpha-*-linux*): Set enable_shared to yes.
12147
12148 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12149
12150         * mpw-configure: Handle --enable-FOO and --disable-FOO.
12151
12152 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
12153
12154         * configure.in (*-*-cygwin32): Configure make.
12155
12156 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
12157
12158         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12159
12160 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
12161
12162         * Makefile.in (all-inet): Depend on all-perl.
12163
12164         * Makefile.in (inet-install): New target.
12165
12166         * Makefile.in (all-inet): Depend on all-tcl.
12167         (all-inet): Depend on all-send-pr.
12168
12169 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12170
12171         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12172         temporarily.
12173
12174 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
12175
12176         * configure.in: Don't configure --with-gnu-ld on AIX.
12177
12178 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12179
12180         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12181
12182 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
12183
12184         * Makefile.in (ALL_MODULES): Added all-inet.
12185         (CROSS_CHECK_MODULES): Added check-inet.
12186         (INSTALL_MODULES): Added install-inet.
12187         (CLEAN_MODULES): Added clean-inet.
12188         (all-indent): New target.
12189
12190         * configure.in (host_tools): Added inet.
12191         (native_only): Added inet.
12192         (noconfigdirs): Added inet.
12193
12194 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
12195
12196         * configure.in: Don't configure libgloss if we are not configuring
12197         newlib.
12198
12199 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
12200
12201         * configure.in: Don't configure libgloss for unsupported
12202         architectures.
12203
12204 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12205
12206         * Makefile.in (CLEAN_MODULES): Add clean-apache.
12207
12208 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
12209
12210         * Makefile.in (ALL_MODULES): Include all-apache.
12211         (CROSS_CHECK_MODULES): Include check-apache.
12212         (INSTALL_MODULES): Include install-apache.
12213         (all-apache): New target.
12214
12215         * configure.in: Added apache everywhere perl is seen.
12216
12217 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12218
12219         * Makefile.in: Add support for clean-{module} and
12220         clean-target-{module} rules.
12221
12222 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
12223
12224         * configure.in (*-*-ose) do not build libgloss.
12225
12226 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12227
12228         * config.guess (prep*:SunOS:5.*:*): Turn into
12229         powerpele-unknown-solaris2.
12230
12231 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
12232
12233         * configure.in: Permit --enable-shared to specify a list of
12234         directories.
12235
12236 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12237
12238         * configure.in (host==solaris): Pass only the first word of $CC
12239         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12240
12241 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12242
12243         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12244
12245 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
12246
12247         * Makefile.in (ALL_MODULES): Include all-perl.
12248         (CROSS_CHECK_MODULES): Include check-perl.
12249         (INSTALL_MODULES): Include install-perl.
12250         (ALL_X11_MODULES): Include all-guile.
12251         (CHECK_X11_MODULES): Include check-guile.
12252         (INSTALL_X11_MODULES): Include install-guile.
12253         (all-perl): New target.
12254         (all-guile): New target.
12255
12256         * configure.in (host_tools): Include perl and guile.
12257         (native_only): Include perl and guile.
12258         (noconfigdirs): Don't build guile and perl; no ports have been
12259         done.
12260
12261 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
12262
12263         * configure (--enable-*): Handle quoted option lists such as
12264         --enable-sim-cflags='-g0 -O' better.
12265
12266 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12267
12268         * Makefile.in ({,inst}all-target): New rule so we can make and
12269         install all of the target directories easily.
12270
12271 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12272
12273         * configure.in: Add missing global flag in sed substitution when
12274         deleting `target-' from ${configdirs}.
12275
12276 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
12277
12278         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12279         option.
12280
12281         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12282         config/mh-necv4.
12283
12284         * install.sh: Correct misspelling of transformbasename.
12285
12286         * config.guess: Recognize mips-*-sysv*.
12287
12288 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
12289
12290         * config.sub: Recognize mon960.
12291
12292 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
12293
12294         * configure: Restore Canadian Cross handling of BISON and LEX,
12295         removed in Feb 20 change.
12296
12297 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
12298
12299         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12300         Mention make install.  Remove the old copyright date as well the
12301         clumsy and rather pointless copyright on the README file.
12302
12303 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12304
12305         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12306         Makefile after running symlink-tree, then run `make distclean' to
12307         avoid clobbering any generated files in srcdir.
12308
12309 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
12310
12311         * configure.in (m68k-*-netbsd*): Build everything now.
12312
12313 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12314
12315         * Makefile.in (taz): Fix quoting.
12316
12317 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
12318
12319         * configure.in (sparclet-*-*): Build everything now.
12320
12321 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12322
12323         * configure.in (m68k-*-linux*): New host.
12324
12325 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
12326
12327         * configure: Check for bison before byacc.
12328
12329 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
12330
12331         * Makefile.in configure:  Change the way LEX and BISON/YACC are
12332         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
12333         searching PATH.  These are used as fallbacks by Makefile.in if
12334         flex/bison/byacc aren't in objdir.
12335
12336 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
12337
12338         * Makefile.in: Make everything which depends upon all-bfd also
12339         depend upon all-opcodes, in case --with-commonbfdlib is used.
12340
12341 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12342
12343         * configure.in (host *-*-cygwin32): Don't build gdb if we are
12344         building NT native compilers on Unix.
12345
12346 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
12347
12348         * configure.in: Don't get CC from the host Makefile fragment if we
12349         can find gcc in PATH, or if this is a Canadian Cross.  Move the
12350         Solaris test for /usr/ucb/cc to the post target script, just after
12351         the compiler sanity test.
12352
12353 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
12354
12355         * config.sub: Merge with FSF.
12356
12357 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
12358
12359         * Makefile.in (RPATH_ENVVAR): New variable.
12360         (REALLY_SET_LIB_PATH): Use it.
12361         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12362
12363 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
12364
12365         * config.sub, configure.in: Recognize sparclet cpu.
12366
12367 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12368
12369         * config.guess:  Support m68k-cbm-sysv4.
12370
12371 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12372
12373         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12374         m68k-unknown-linuxaout from linker help string.  Put quotes around
12375         $ld_help_string.
12376
12377 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
12378
12379         * config.guess (powerpc-harris-powerunix): Add guess for port
12380         to new target.
12381
12382 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12383
12384         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12385
12386 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
12387
12388         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12389         $(REALLY_SET_LIB_PATH) in Makefile.
12390         * Makefile.in (SET_LIB_PATH): New variable.
12391         (REALLY_SET_LIB_PATH): New variable.
12392         ($(DO_X)): Use $(SET_LIB_PATH).
12393         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12394         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12395         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12396         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12397         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12398         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12399         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12400         (install-dosrel): Likewise.
12401         (all-opcodes): Depend upon all-libiberty.
12402
12403 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12404
12405         * config.guess (*:CYGWIN*): New
12406
12407 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12408
12409         * Makefile.in (all-target-winsup): All all-target-libiberty.
12410
12411 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12412
12413         * configure.in (noconfigdirs): Add missing # in front of comment.
12414
12415 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
12416
12417         * configure.in: add second pass to things added to noconfigdirs
12418         so *-gm-magic can exclude libgloss properly.
12419
12420 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
12421
12422         * mpw-configure (extralibs_name, rez_name): Set correctly
12423         for MWC68K compiler.
12424
12425         * mpw-README: Add more info on the necessary build tools.
12426
12427 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12428
12429         * configure.in, config.sub: Recognize cygwin32.
12430
12431 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
12432
12433         * config.guess, config.sub: Recognize A/UX.
12434
12435 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
12436
12437         * config.sub: Merge with gcc/config.sub.
12438
12439 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
12440
12441         * mpw-build.in (do-binutils): Add build of stamps.
12442
12443 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
12444
12445         * config.sub: Add recognition for mips64vr4100*-* targets.
12446
12447 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12448
12449         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12450         Add creation of gconfigargs with `--enable-shared' turned on.
12451         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12452         ($(host)-stamp-stage3-configured): Likewise.
12453         (HOLES): Add chatr and ldd.
12454         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12455
12456 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
12457
12458         * configure: Pass --nfp to recursive configures.
12459
12460 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12461
12462         * Makefile.in (DLLTOOL): New.
12463         (DLLTOOL_FOR_TARGET): New.
12464         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12465         (EXTRA_TARGET_FLAGS): Ditto.
12466         (EXTRA_GCC_FLAGS): Ditto.
12467         (CONFIGURE_TARGET_MODULES): Ditto.
12468         (DO_X): Ditto.
12469         * configure: Add DLLTOOL.
12470
12471 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
12472
12473         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12474         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12475         mh-sco, since old workarounds no longer needed, and don't
12476         build ld, since libraries have weak symbols in COFF.
12477
12478 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
12479
12480         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12481
12482 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12483
12484         * configure.in: Make sure that ${CC} can be used to compile an
12485         executable.
12486
12487 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12488
12489         * Makefile.in (all-gdb): Depend on $(GDB_TK).
12490         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12491         nothing depending on whether gdbtk is being built.
12492
12493 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
12494
12495         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12496
12497 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
12498
12499         * configure.in (noconfigdirs): Put ld or gas in this early, if the
12500         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12501
12502 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
12503
12504         * config-ml.in: Add support for
12505         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12506         Simplify setting of multidirs from --disable-foo.
12507
12508 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12509
12510         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12511         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12512         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12513         non-empty, pass them on to the  GCC make.
12514         (all-bootstrap): New rule that is like all-gcc, except it executes
12515         the GCC bootstrap rule instead of the GCC all rule.
12516
12517 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
12518
12519         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12520
12521 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12522
12523         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12524         DG/UX support.
12525
12526 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
12527
12528         * config.sub (i*86*) Change [345] to [3456]
12529
12530 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12531
12532         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12533         --with-gnu-ld=no.
12534
12535 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12536
12537         * config-ml.in (rs6000*, powerpc*): Add switches to control which
12538         AIX multilibs get built.
12539
12540 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12541
12542         * configure.in (i386-win32): Don't build expect if we're not
12543         building the tcl subdir.
12544
12545 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
12546
12547         * Makefile.in: (configure-target-examples, all-target-examples):
12548         New targets, configure and build example programs.
12549
12550 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
12551
12552         * mpw-configure: If an mpw-config.in generated a file mk.sed,
12553         use it as input to sedit the generated MPW makefile.
12554         * mpw-README: Add a suggestion about Gestalt.h.
12555
12556 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
12557
12558         * config.sub: Accept *-*-ieee*.
12559
12560 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
12561
12562         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
12563         Ronald F. Guilmette <rfg@monkeys.com>.
12564
12565 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12566
12567         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12568         for powerpc-pe native.
12569         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12570         (target==powerpc-pe): duplicate i386-win32 entry.
12571
12572 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12573
12574         * configure.in (noconfigdirs): Exclude target-newlib for all versions
12575         of vxworks, not just vxworks5.1.
12576
12577 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
12578
12579         * mpw-configure: Add support for exec-prefix.
12580
12581 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12582
12583         * config.guess: Recognize HP model 816 machines as having
12584         a PA1.1 processor.
12585
12586 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12587
12588         * configure: Ignore new autoconf configure options.
12589
12590 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12591
12592         * config.guess:  Recognize Pentium under SCO.
12593         From Robert Lipe <robertl@arnet.com>.
12594
12595 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12596
12597         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12598
12599 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
12600
12601         * configure.in: Don't configure gas for alpha-dec-osf*.
12602
12603 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
12604
12605         * configure.in: Default to --with-stabs for some targets for which
12606         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12607         i[345]86*-*-unixware*.
12608
12609 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12610
12611         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12612         rather than basing it on the target.  Simplify handling of options
12613         controlling which directories to configure.  Remove extraneous
12614         slash in multi-clean target.
12615
12616 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
12617
12618         * config-ml.in: Prefix more variables with ml_ so they don't collide
12619         with configure's.
12620
12621 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
12622
12623         * configure: Don't turn -v into --v.
12624
12625 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
12626
12627         * configure.in (targargs): Fix typo.
12628
12629         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12630
12631 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
12632
12633         * configure.in: Strip --host and --target options from
12634         CONFIG_ARGUMENTS, and always configure for --host only.  Add
12635         --with-cross-host option when building with a cross-compiler.
12636         * configure: Canonicalize the arguments put into config.status by
12637         always using `=' for an option with an argument.  Pass a presumed
12638         --host or --target explicitly.
12639
12640 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
12641
12642         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12643         into general OS recognition case.
12644
12645 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12646
12647         * configure.in (target_configdirs): add target-winsup only
12648         for win32 target systems.
12649
12650 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
12651
12652         * Makefile.in (all-target-libgloss): Depend upon
12653         configure-target-newlib, since when libgloss is built it looks to
12654         see if the newlib directory exists.
12655
12656 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
12657
12658         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12659         cfg-ml-*.in.
12660
12661 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
12662
12663         * configure: Handle LD and LD_FOR_TARGET when configuring a
12664         Canadian Cross.
12665
12666 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12667
12668         * configure.in (target_libs): add target-winsup.
12669         (target==i386-win32): add patch diff flex make to $noconfigdirs.
12670         (target==ppcle-pe): remove ld from $noconfigdirs.
12671
12672 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
12673
12674         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12675         Preserve relative path names in $srcdir.  Build symlink tree if
12676         configuring cross target dir and srcdir=. (= no VPATH support).
12677         (configure-target-libg++): Depend on configure-target-librx.
12678         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12679         * config-ml.in: New file.
12680         * symlink-tree: New file.
12681         * configure: Ensure srcdir="." if that's what it is.
12682
12683 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
12684
12685         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12686         includes and FLEX_SKELETON setting.
12687         * mpw-configure (--with-gnu-ld): New option, controls whether
12688         to use PPCLink or ld with PowerMac GCC.
12689         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12690         * mpw-config.in: Configure grez if targeting Mac.
12691
12692         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12693         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12694         just macos.
12695         * configure.in: Configure grez resource compiler if targeting Mac.
12696         * Makefile.in (all-grez, install-grez): New targets.
12697
12698 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
12699
12700         * configure: CXX defaults to gcc, not g++.  If we find
12701         gcc in the path, set CC to gcc -O2.
12702
12703 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
12704
12705         * configure: Default ${build} correctly.  Avoid picking up extra
12706         spaces when reading CC and CXX from Makefile.  When doing a
12707         Canadian Cross, use plausible default values for numerous
12708         variables.
12709         * configure.in: When doing a Canadian Cross, don't try to
12710         configure tools whose configure script can't handle it.
12711
12712 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12713
12714         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12715
12716 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12717
12718         * configure:  Remove dubious bug reporting address.
12719
12720 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12721
12722         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
12723         configure script, run that instead of this directory's configure.
12724         In either case, print a message that we're configuring the sub-dir.
12725
12726 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12727
12728         * configure.in: Before checking for the existence of various files,
12729         use sed to filter out "target-".
12730
12731 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12732
12733         * Makefile.in (DO_X): Split rule to decrease command line length
12734         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
12735         (Philippe De Muyter).
12736
12737 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12738
12739         * Makefile.in (all-patch): depend on all-libiberty.
12740
12741 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
12742
12743         * configure.in: If the only directory in target_configdirs which
12744         actually exists is libiberty, then set target_configdirs to empty,
12745         to avoid trying to build a target libiberty in a gas or gdb
12746         distribution.
12747
12748 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
12749
12750         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12751         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12752         systems.
12753
12754 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12755
12756         * configure.in (copy_dirs): Use sys-include instead of include
12757         for --with-headers option.
12758
12759 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
12760
12761         * Makefile.in, configure.in: Make winsup builds work with
12762         new scheme.
12763
12764 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
12765
12766         * configure.in: Build the linker on AIX.
12767
12768 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12769
12770         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
12771         where needed.
12772
12773 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
12774
12775         * Makefile.in (all-gcc): Fix typo.
12776
12777 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12778
12779         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
12780
12781 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12782
12783         * configure.in:  Rename libFOO to target-libFOO, and xiberty
12784         to target-xiberty, to provide more flexibility.
12785         (target_subdir):  Define.  Create if cross.
12786         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12787         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
12788         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12789         check-libFOO -> check-target-libFOO, etc.
12790         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12791         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12792         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12793         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
12794         allow ALL_GCC="" to only configure.
12795         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
12796         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
12797         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
12798
12799 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
12800
12801         * Makefile.in (taz): Build "info" in etc explicitly.
12802
12803 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
12804
12805         * configure.in:  Make sure that CC is undefined (as opposed to
12806         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
12807         problem with autoconf trying to configure on a host without GCC.
12808
12809 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12810
12811         * mpw-configure: Set host alias from choice of host compiler,
12812         only use generic MPW Makefile sed if present, edit a file
12813         named "hacked_Makefile.in" instead of "Makefile.in" if present.
12814         * mpw-README: Add problem notes about CW6 and CW7.
12815
12816 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
12817
12818         * Makefile.in (taz): Use ";" instead of ";;".
12819
12820 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12821
12822         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
12823         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12824         DISTDOCDIRS.
12825         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
12826         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
12827
12828 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12829
12830         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
12831         and gnats, because they are now subsumed by DISTSTUFFDIRS.
12832         Move bfd to DISTSTUFFDIRS.
12833
12834 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12835
12836         * Makefile.in (X11_LIB): Removed.
12837         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12838
12839         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12840
12841 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12842
12843         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12844         names.
12845
12846 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12847
12848         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12849
12850 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
12851
12852         * configure.in (i[345]86-*-win32): Always build newlib.
12853         Don't configure cvs, autoconf or texinfo.
12854         * Makefile.in (LD_FOR_TARGET): New.
12855         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12856         Pass down LD_FOR_TARGET.
12857
12858 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12859
12860         * winsup: New directory.
12861         * Makefile.in: Build winsup.
12862         * configure.in: Winsup is configured when target is win32.
12863         Can only build win32 target GDB when native.
12864
12865 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
12866
12867         * config.guess: Recognize HP model 819 machines as having
12868         a PA 1.1 processor.
12869
12870 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
12871
12872         * configure: Fix sed loop which substitutes for CC and CXX to
12873         avoid bug found in various sed implementations.
12874
12875 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12876
12877         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12878         simulator.  Use standard powerpc-*-eabi*.
12879
12880 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12881
12882         * configure.in: Stop putting gas and binutils in noconfigdirs for
12883         powerpc-*-aix* and rs6000-*-*.
12884
12885 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
12886
12887         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12888         -mcall-aixdesc libraries.
12889
12890 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
12891
12892         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12893
12894         * config.sub (arm | armel | armeb): Fix shell syntax.
12895
12896 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12897
12898         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12899         -msoft-float and -mcpu=common support.
12900         (powerpc*-*-eabisim*): Add support for building -mcall-aix
12901         libraries.
12902
12903 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12904
12905         * configure.in: Allow configuration and build of emacs19 for the alpha.
12906
12907 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12908
12909         * configure.in (CC): Get ^CC, not just any old CC, from
12910         ${host_makefile_frag}.
12911
12912 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12913
12914         * configure.in (CC): Try to get CC from
12915         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12916
12917 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12918
12919         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12920         only if it exists in $(srcdir).
12921
12922 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
12923
12924         * configure: If CC and CXX are not set in the environment, set
12925         them, based on either an existing Makefile or on searching for gcc
12926         in PATH.  Substitute for CC and CXX in Makefile.
12927         * configure.in: Remove libm from target_libs.  Separate
12928         target_configdirs from configdirs.  If CC is not set in
12929         environment, try to get it from a host Makefile fragment.  Rewrite
12930         changes of configdirs to use skipdirs instead.  A few minor
12931         tweaks.  Take directories out of target_configdirs as they are
12932         taken out of configdirs.  Remove existing Makefile files from
12933         subdirectories.  Substitute for TARGET_CONFIGDIRS and
12934         CONFIG_ARGUMENTS in Makefile.
12935         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12936         by configure.in.
12937         (CONFIG_ARGUMENTS): Likewise.
12938         (CONFIGURE_TARGET_MODULES): New variable.
12939         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12940         ($(CONFIGURE_TARGET_MODULES)): New target.
12941         (configure-libg++, configure-libio): New targets.
12942         (all-libg++): Depend upon configure-libg++.
12943         (all-libio): Depend upon configure-libio.
12944         (configure-libgloss, all-libgloss): New targets.
12945         (configure-libstdc++): New target.
12946         (all-libstdc++): Depend upon configure-libstdc++.
12947         (configure-librx, all-librx): New targets.
12948         (configure-newlib): New target.
12949         (all-newlib): Depend upon configure-newlib
12950         (configure-xiberty): New target.
12951         (all-xiberty): Depend upon configure-xiberty.
12952
12953 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12954
12955         * configure.in (host i[345]86-*-win32):  Expand the
12956         noconfigdirs again.
12957
12958 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
12959
12960         * mpw-configure: Fix sed command file name.
12961
12962 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12963
12964         * configure.in (host i[345]86-*-win32): Reduce the
12965         noconfigdirs again.
12966
12967 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
12968
12969         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12970         or powerpc*-*-pe*, since they are not yet supported.
12971
12972 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12973
12974         Add PowerMac support and many other enhancements.
12975         * mpw-configure: New option --cc to select compiler to use,
12976         paste options set according to --cc into the generated
12977         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12978         if mpw-make.sed is present.
12979         * mpw-config.in: Don't test for gC1, test for mpw-touch,
12980         add forward includes for PowerPC include files.
12981         * mpw-build.in: Build using Makefile.PPC if present.
12982         (do-byacc, etc): Remove separate version resource builds.
12983         (do-gas): Build "stamps" before "all".
12984         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12985         * mpw-README: Update to reflect --cc option, PowerMac support,
12986         and recently-reported compatibility problems.
12987
12988 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
12989
12990         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12991         embedded m68k systems (-aout, -coff, -elf, -vxworks).
12992         (--with-multilib-top): Pass to recursive invocations.
12993
12994 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
12995
12996         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12997         v810-*-*.
12998
12999 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13000
13001         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13002         gdb, ld and opcodes on v810-*-*.
13003
13004 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13005
13006         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13007         (local-maintainer-clean): New target.
13008         (maintainer-clean): New target.
13009         (realclean): Just depend upon maintainer-clean.
13010
13011 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13012
13013         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13014
13015 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
13016
13017         * configure.in: Build ld in mips*-*-bsd* case.
13018
13019 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
13020
13021         * config.sub: Accept -lites* OS.  From Ian Dall.
13022
13023 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
13024
13025         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13026         targets.
13027
13028 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13029
13030         * configure.in: treat i386-win32 canadian cross the same as
13031         i386-go32 canadian cross.
13032
13033 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13034
13035         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13036         running under the simulator to build a reduced set of libraries.
13037         (powerpc-*-eabiaix): Add fine grained multilib support added to
13038         other powerpc targets yesterday.
13039
13040 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13041
13042         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13043         -disable-softfloat, -disable-relocatable, -disable-aix, and
13044         -disable-sysv to control which multilib libraries get built.
13045
13046 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13047
13048         * configure: Add Makefile.tem to list of files to remove in trap
13049         handler.
13050
13051 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13052
13053         * config.guess (*Linux*):  Add missing "exit"s.
13054         Also, need specific check for alpha-unknown-linux (uses COFF).
13055
13056 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13057
13058         * config.guess:  Merge with FSF:
13059
13060         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
13061         * config.guess (AIX4): More robust release numbering discovery.
13062
13063         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
13064         * config.guess (i386-sequent-ptx): Properly get version number.
13065
13066         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
13067         * config.guess (mips:*:4*:UMIPS): New case.
13068
13069 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13070
13071         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13072         (i386-win32 host): Likewise.  Don't build readline.
13073
13074 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
13075
13076         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
13077         SUPPORT_FILES to submakes.
13078
13079 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
13080
13081         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13082         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13083         mpw-configure.
13084
13085 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
13086
13087         * configure.in (appdirs): Use =, not ==, in test expression when
13088         trying to build the text to print in the warning message for
13089         Solaris users.
13090
13091 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
13092
13093         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13094
13095 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13096
13097         * config.guess: Recognize lynx-2.3.
13098
13099 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
13100
13101         * config.sub (z8ksim): Deleted
13102         (z8k-*-coff): New, this is the one true name of the target.
13103
13104 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
13105
13106         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13107
13108 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
13109
13110         * config.guess (*:Linux:*:*): First try asking the linker what the
13111         default object file format is (elf, aout, or coff).  Then if this
13112         fails, try previous methods.
13113
13114 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13115
13116         * configure.in: Don't build newlib for *-*-vxworks5.1.
13117
13118 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13119
13120         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13121         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13122
13123 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
13124
13125         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13126
13127 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
13128
13129         * cfg-ml-com.in: New file.
13130         * cfg-ml-pos.in: New file.
13131
13132 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13133
13134         * COPYING.NEWLIB: Add HP free copyright to list.
13135
13136 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13137
13138         * config.sub: Recognize -eabi* for the system, not just -eabi.
13139
13140 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13141
13142         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13143         * config.sub, configure.in (win32): New target and host.
13144
13145 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13146
13147         * configure.in: Add i386-pe configuration.
13148
13149 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
13150
13151         * mpw-build.in (install): Install GDB after LD.
13152
13153 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
13154
13155         * mpw-config.in (elf/mips.h): Always forward-include, needed
13156         for GDB to build.
13157
13158 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13159
13160         * testsuite: New directory for customer acceptance and whole tool
13161         chain tests.
13162
13163 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13164
13165         * configure: If per-host line isn't found, but AC_OUTPUT is found
13166         and a configure script exists, run it instead.
13167
13168 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13169
13170         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
13171
13172 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13173
13174         * configure: Set build_{cpu,vendor,os,alias} to host values when
13175         --build isn't specified.
13176
13177 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13178
13179         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13180         (FLAGS_TO_PASS): Pass them.
13181         (EXTRA_TARGET_FLAGS): Ditto.
13182
13183 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13184
13185         * Makefile.in (all-libg++): Depend on all-libstdc++.
13186
13187 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13188
13189         * configure.in (noconfigdirs): Enable all packages for
13190           i386-unknown-netbsd.
13191
13192 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
13193
13194         * configure.in (noconfigdirs): Don't configure tk for i386-go32
13195         hosted builds (DOS builds)
13196
13197 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13198
13199         Changes for ARM based on patches from Richard Earnshaw:
13200         * config.sub: Handle armeb and armel.
13201         * configure.in: Omit arm linker only for riscix.
13202
13203 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13204
13205         * config.guess:  Update from FSF.
13206
13207 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
13208
13209         * config.sub: Recognize powerpcle as the little endian variant of
13210         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
13211         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
13212         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
13213         temporarily.
13214
13215 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
13216
13217         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13218
13219 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
13220
13221         * config.sub: Accept -lites* as a basic system type.
13222
13223 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
13224
13225         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13226         installed, and if so return linuxoldld as the system name.
13227
13228 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
13229
13230         * config.guess: Add hppa1.1-hp-lites support.
13231
13232 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13233
13234         * configure.in: Don't build newlib for m68k-vxworks5.1.
13235
13236 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13237
13238         * configure.in (mips-sgi-irix6): Use mh-irix5.
13239
13240 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
13241
13242         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13243
13244 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13245
13246         * test-build.mk: Enable building of shared libraries on IRIX 5 and
13247         OSF/1.  Fix compiler flags.
13248         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
13249
13250 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
13251
13252         * configure.in: Recognize --with-newlib.
13253         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13254
13255 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13256
13257         * Makefile.in: move {all,check,install}-gdb from *_MODULES
13258         to *_X11_MODULES due to gdbtk needing X include files et al.
13259
13260 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
13261
13262         Merge in support for Mac MPW as a host.
13263         (Old change descriptions retained for informational value.)
13264
13265         * mpw-config.in: Add generic include forwards for cpu-specific
13266         include files in aout and elf directories.
13267
13268         * mpw-configure: Added copyright.
13269         * mpw-config.in: Check for presence of required build tools.
13270         (target_libs): Add newlib.
13271         (target_tools): Add examples.
13272         (Read Me): Generate as "Read Me for MPW" instead.
13273         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13274         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13275         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13276
13277         * mpw-configure: Remove subdir-specific makefile hackery,
13278         delete mk.tmp after using it.
13279
13280         * mpw-build.in (all): Display start and end times.
13281
13282         * mpw-configure (host_canonical): Set.
13283         (target_cpu): Always add to makefiles.
13284         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13285         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13286         (mpw-mh-mpw): Look for in srcdir and srcroot.
13287         Use sed instead of mpw-edit-prefix to edit prefix definitions.
13288
13289         * mpw-build.in: (install-only): New target.
13290
13291         * mpw-configure (host_alias, target_alias): Rename from hostalias
13292         and targetalias, add into generated Makefile.
13293         (mk.tmp): If present, add into generated Makefile.
13294         * mpw-build.in (all-gas): Build config.h first before gas proper.
13295
13296         * mpw-configure (config.status): Write only if changed.
13297         * mpw-config.in (readline): Configure it (not built, just used for
13298         definitions).
13299
13300         * mpw-config.in (elf/mips.h): Add a forward include.
13301
13302         * mpw-config.in: Forward-include most .h files in include into
13303         extra-include.
13304         (readline): Don't build.
13305         mpw-build.in (install): Install GDB.
13306
13307         * mpw-configure (prefix, mpw_prefix): Handle it.
13308         * mpw-config.in (mmalloc, readline): Don't configure.
13309         * mpw-build.in (thisscript): Rename to ThisScript.
13310         Use mpw-build instead of BuildProgram everywhere.
13311         (mmalloc, readline): Don't build.
13312         * mpw-README: New file, basic documentation about the MPW port.
13313
13314         * mpw-config.in: Use forward-include to create include files.
13315
13316         * mpw-configure: Add more things to the top of each configured
13317         Makefile, including contents of config/mpw-mh-mpw.
13318         * mpw-config.in (extra-include): Create this directory and fill it
13319         with Posix-like include files when configuring.
13320
13321         * config.sub (apple, mac, mpw): Add various aliases.
13322
13323         * mpw-build.in: New file, top-level build script fragment for MPW.
13324         * mpw-configure: New file, configure script for MPW.
13325         * mpw-config.in: New file, config fragment for MPW.
13326
13327 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13328
13329         * configure.in (host_libs): Remove glob, since it is gone from the
13330         sources.
13331
13332 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13333
13334         * Makefile.in: define empty GDB_NLM_DEPS var.
13335
13336         * configure.in(target_makefile_frag): use config/mt-netware
13337         for netware targets.
13338
13339 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13340
13341         * config.sub: Merge in recent FSF changes.  Remove linux special
13342         cases.
13343
13344 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13345
13346         Revert this change:
13347
13348         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13349
13350                 * build-all.mk: Use CC=cc -Xs on Solaris.
13351
13352 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13353
13354         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
13355         stop using it.
13356         * Makefile.in: Nuke all references to glob subdirectory.
13357
13358 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13359
13360         * configure.in: Fix --enable-shared logic in per-host.
13361
13362 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13363
13364         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13365
13366 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13367
13368         * configure.in (noconfigdirs): Don't build gas on AIX, for
13369         powerpc*-*-aix* as well as for rs6000*-*-aix*.
13370
13371 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
13372
13373         * configure: Fix --cache-file to work if the file argument is a
13374         relative path.
13375
13376 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
13377
13378         * configure: If the --cache-file is used, pass it down to
13379         configure in subdirectories.
13380
13381 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
13382
13383         * config.sub: add vxworks29k configuration.
13384
13385 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13386
13387         * Makefile.in (taz): Do "diststuff" part quietly.
13388
13389 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13390
13391         * config.sub: Mini-merge with gcc/config.sub.
13392
13393 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13394
13395         * config.guess (IRIX): Sed - to _.
13396
13397 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13398
13399         * Makefile.in (source-vault, binary-vault): New targets.
13400
13401 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
13402
13403         * config.sub: Recognize -eabi as a basic system type.
13404
13405 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13406
13407         * configure.in (enable_shared stuff): Fix typo.
13408
13409 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
13410
13411         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13412
13413 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13414
13415         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13416
13417 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
13418
13419         * configure.in (rs6000-*-*): Don't build gas.
13420
13421 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
13422
13423         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13424         reduce command line length.
13425         (AS_FOR_TARGET): Check for as.new, not Makefile.
13426         (NM_FOR_TARGET): Check for nm.new, not Makefile.
13427
13428 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13429
13430         * config.guess:  Merge from FSF.
13431
13432 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13433
13434         * configure: Don't use $ when handling program_suffix.
13435
13436 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
13437
13438         * configure.in:  Configure tk for hppa/hpux.
13439
13440 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13441
13442         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
13443
13444 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13445
13446         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
13447         to LIBCXXFLAGS.  Tests are better run without it.
13448
13449 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
13450
13451         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13452
13453 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
13454
13455         * configure.in (*-*-netware*): Don't configure xiberty.
13456
13457 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
13458
13459         * configure.in:  Remove tk from native_only list.
13460
13461 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
13462
13463         * build-all.mk: Add mips-ncd-elf target to sun4 targets
13464           for special NCD build.
13465
13466 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13467
13468         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13469         makeall.bat, they're only useful for binutils snapshots.
13470         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13471         makeall.bat to specified SUPPORT_FILES.
13472
13473 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
13474
13475         * build-all.mk: Add Ericsson targets to sun4 and solaris
13476           hosts.  Add  BNR's sun4 target to solaris host, so their
13477           build-from-source will be tested in-house first.
13478
13479 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13480
13481         * Makefile.in (LIBCFLAGS): New variable.
13482         (CFLAGS_FOR_TARGET): Ditto.
13483         (LIBCFLAGS_FOR_TARGET): Ditto.
13484         (LIBCXXFLAGS): Ditto.
13485         (CXXFLAGS_FOR_TARGET): Ditto.
13486         (LIBCXXFLAGS_FOR_TARGET): Ditto.
13487         (BASE_FLAGS_TO_PASS): Pass them.
13488         (EXTRA_TARGET_FLAGS): Ditto.
13489
13490         * configure.in: Support --enable-shared.
13491
13492 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13493
13494         * configure.in (target_libs):  Include libstdc++ again.
13495         * config.guess:  Update from FSF (for FreeBSD).
13496
13497 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13498
13499         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13500         makeall.bat.
13501         (DISTDOCDIRS): Add `etc'.
13502         (ETC_SUPPORT_PFX): New variable.
13503         (taz): Include anything from etc starting with a word in
13504         ETC_SUPPORT_PFX.
13505
13506 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13507
13508         * config.sub: Update for recent FSF changes.  Remove obsolete
13509         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
13510         spacing changes.
13511
13512 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13513
13514         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
13515
13516         * config.guess:  Merge with FSF.
13517         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13518
13519 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13520
13521         * configure: Since the "trap 0" handler will override the exit
13522         status on many systems, only use it for "exit 1", and make it set
13523         a non-zero exit status; reset it before "exit 0".  Also, check
13524         exit status of config.sub, and error out if it failed.
13525
13526 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
13527
13528         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13529         and install libgloss.
13530
13531 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13532
13533         * Makefile.in (all-binutils): Depend upon all-byacc.
13534
13535         * configure.in: Don't build emacs on Irix 5.
13536
13537 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13538
13539         * configure.in (*-*-netware*): Add libio.
13540
13541 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13542
13543         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13544         (CHECK_TARGET_MODULES): Ditto.
13545         (INSTALL_TARGET_MODULES): Ditto.
13546         (TARGET_LIBS): Ditto.
13547         (all-libstdc++): Note dependencies.
13548
13549 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13550
13551         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13552
13553 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13554
13555         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13556         -fexternal-templates.
13557
13558         * configure.in (target_libs): Add libstdc++.
13559         (noconfigdirs): Add libstdc++ as appropriate.
13560
13561 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13562
13563         * config.guess:  Update from FSF.
13564
13565 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13566
13567         * configure: Use ${config_shell} when running ${configsub}.
13568
13569 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
13570
13571         * config.sub: No longer recognize h8300h.
13572
13573 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13574
13575         * config.sub: Remove extraneous differences between config.sub and
13576         gcc/config.sub.
13577
13578 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13579
13580         * Makefile.in (DISTSTUFFDIRS): Add gas.
13581
13582 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
13583
13584         * COPYING.NEWLIB: New file.
13585
13586 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13587
13588         * config.guess (HP-UX):  Patch from Harlan Stenn
13589         <harlan@landmark.com> to also emit release level.
13590
13591 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13592
13593         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13594
13595 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13596
13597         * config.sub:  Merge nextstep cleanup from FSF.
13598
13599 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13600
13601         * configure.in (arm-*-*): Don't configure ld for this target.
13602
13603 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13604
13605         * configure.in (*-*-netware): don't configure libg++, libio,
13606           librx, or newlib.
13607
13608 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13609
13610         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
13611         configure ld--it works, but it doesn't support shared libraries.
13612
13613 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13614
13615         * config.guess (*-unknown-freebsd*):  Get rid of possible
13616         trailing "(Release)" in version string.
13617         Patch from Paul Richards <paul@isl.cf.ac.uk>.
13618
13619 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13620
13621         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13622         Fix type: *-next-neststep -> *-next-nextstep.
13623
13624         * config.guess:  Merge from FSF:
13625
13626         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
13627
13628         * config.guess: Recognize powerpc-ibm-aix3.2.5.
13629
13630         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
13631
13632         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13633         instead of UNIX_SV for UnixWare 1.0).
13634
13635 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
13636
13637         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
13638         to make gdb/nlm/* build after the compiler and linker.
13639
13640 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13641
13642         * config.guess (netbsd, freebsd, linux):  Accept any machine,
13643         not just i[34]86.
13644         (m68k-atari-sysv4):  Relocate to match FSF version.
13645
13646         * config.guess:  More merges from the FSF:
13647
13648         Add a space before function call or macro invocation.
13649
13650         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13651
13652         * config.guess: Add trap cmd to remove dummy.c and dummy when
13653         interrupted.
13654
13655         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13656
13657         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13658         (dummy): Redirect stderr from compilation of dummy.c.
13659
13660         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
13661
13662         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13663
13664 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
13665
13666         * configure: Accept and ignore --cache*, for compatibility with
13667         new autoconf.
13668
13669 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13670
13671         * config.guess:  Merge from FSF:
13672
13673         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13674
13675         * config.guess (Pyramid*:OSx*:*:*): New case.
13676         (PATH): Add /.attbin at end for finding uname.
13677         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
13678
13679         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
13680
13681         * config.guess (M88*:DolphinOS:*:*): New case.
13682
13683         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
13684
13685         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13686         to select whether to use ELF or COFF.
13687
13688         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13689
13690         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13691
13692         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13693
13694         * config.guess: Guess the OS version for HPUX.
13695
13696         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
13697
13698         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13699
13700 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13701
13702         * configure.in: Recognize --with-headers, --with-libs, and
13703         --without-newlib.
13704         * Makefile.in (all-xiberty): Depend upon all-ld.
13705
13706 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13707
13708         * configure.in: Change i[34]86 to i[345]86.
13709
13710 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13711
13712         * configure (version): A few more tweaks to help message.
13713
13714 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13715
13716         * Makefile.in:  Remove (for now) librx as a host library,
13717         now that we're building it for target.
13718
13719 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13720
13721         * configure: Fix up help message; from karl@owl.hq.ileaf.com
13722         (Karl Berry).
13723
13724 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13725
13726         * configure.in:  Also configure librx.
13727
13728 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13729
13730         * Makefile.in:  Update various rules to reflect that librx
13731         is now needed for libg++.
13732
13733 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13734
13735         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13736
13737 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
13738
13739         * configure.in: Configure the examples directory.
13740
13741 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13742
13743         * configure: Simplify Jun 2 1994 change.
13744
13745 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13746
13747         * change CC to /usr/latest/bin/gcc for lynx host builds, since
13748         /bin/gcc isn't good enough to build gcc.
13749
13750 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
13751
13752         * Makefile.in (GDB_SUPPORT_FILES): Remove
13753         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
13754         (gdb.tar.gz): Add new rule to use standard distribution building
13755         mechanism.
13756
13757 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13758
13759         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
13760         Bill Cox <bill@cygnus.com>.
13761
13762 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13763
13764         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
13765
13766 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
13767
13768         * configure:  Search current dir first in .gdbinit.
13769
13770 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13771
13772         * config.sub:  Recognize freebsd (merged from gcc config.sub).
13773
13774 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13775
13776         * config.sub:  Refer to NeXT's operating system as nextstep.
13777
13778         * config.sub (case $basic_machine):  Re-order the cases, to match
13779         the order in the FSF version (which is mostly alphabethical).
13780         Merge in some additions and changes from the FSF.
13781
13782 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
13783
13784         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13785         * config.sub: Recognize cxux7.
13786         * configure.in: Use mh-cxux for m88k-harris-cxux*.
13787
13788 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13789
13790         * config.sub:  Fix typo powerpc -> powerpc-*.
13791
13792 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
13793
13794         * Makefile.in: `all-emacs19' depends on `all-byacc'.
13795
13796         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13797         parallel with all-emacs and install-emacs).  Top-level command
13798         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13799
13800 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13801
13802         * test-build.mk ($(host)-stamp-stage2-installed): Remove
13803         $(relbindir)/make before doing ``make install'', and use
13804         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
13805         installing over running make binary.
13806         ($(host)-stamp-stage3-installed): Likewise.
13807
13808 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13809
13810         * config.guess: Recognize Mach.
13811
13812 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13813
13814         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13815         see whether --exec-prefix was used.
13816
13817 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13818
13819         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
13820
13821 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13822
13823         * Makefile.in: Add all-librx target similar to all-libproc.
13824
13825 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
13826
13827         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
13828         with post 1.2 uname bogosity.
13829
13830 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13831
13832         * configure: Remove temporary files on receipt of a signal.
13833
13834 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
13835
13836         * configure: If there is a package_makefile_frag, remove
13837         ${subdir}/Makefile.tem after copying it in.
13838
13839 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13840
13841         * build_all.mk: support rs6000 lynx identifies itself as
13842         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
13843         since /bin/gcc is too feeble to compile a modern gcc.
13844
13845 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13846
13847         * brought devo/test-build.mk update-to-date with progressive/
13848           test-build.mk. Add lynx targets and hppa flag info.
13849
13850 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13851
13852         * configure.in:  Use mh-ncrsvr43.  Patch from
13853         Tom McConnell <tmcconne@sedona.intel.com>.
13854
13855 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13856
13857         * config.guess (i386-unknown-bsdi):  No longer need to
13858         check #if defined(__bsdi__) && defined(__i386__).
13859
13860 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13861
13862         * configure: Set program_transform_nameoption correctly.
13863
13864 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13865
13866         * brought build-all.mk update-to-date with progressive build-all.mk,
13867           added new targets and hppa info.
13868
13869 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13870
13871         * configure: If config.guess result is a prefix of the user
13872         specified target, assume a native build and use the user specified
13873         target as the host alias.  Remove SunOS patch suffix removal hack.
13874         * configure.in: Remove SunOS patch suffix removal hack.
13875
13876         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13877         in NATIVE_CHECK_MODULES.
13878
13879 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
13880
13881         * Makefile.in: Rename HOST_ONLY to NATIVE.
13882         * configure: Delete SunOs patch suffix from host_canonical
13883           and build_canonical variables that are prepended to Makefiles.
13884         * configure.in: Add comments for easier maintenance.
13885
13886 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13887
13888         * Makefile.in: Add all-libproc target similar to all-gui.
13889
13890 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
13891
13892         * Makefile.in (CHECK_MODULES): split into
13893         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13894
13895 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
13896
13897         * config.guess (i386-unknown-bsdi): New system to guess.
13898
13899 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13900
13901         * Makefile.in: Add all-gui target (but not yet build by "all").
13902
13903 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
13904
13905         * config.sub: Move deletion of patch suffix from here...
13906         * configure.in: To here, at Ian's suggestion.  The top-
13907           level scripts might need to know of a patch level.
13908
13909 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
13910
13911         * config.sub: Strip off patch suffix so rtl is recognized
13912           as a sunos4.1.3 machine, even though it's been patched.
13913
13914 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
13915
13916         * Makefile.in (INSTALL_LAST): Delete.
13917         (INSTALL_DOSREL): New.
13918
13919 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13920
13921         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13922         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13923         whether we pass down --with-gnu-ld anyhow.
13924
13925 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
13926
13927         * Makefile.in (INSTALL_LAST): Change operation so it works
13928         on more flavors of make.
13929         * configure.in (go32): Don't build libg++ or libio.
13930
13931 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
13932
13933         * Makefile.in (Move HOST_PREFIX_1 and friends up so
13934         they can be overriden by templates.
13935
13936 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
13937
13938         * configure.in (target==go32): Don't build gdb.
13939         * dosrel: New directory.
13940
13941 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
13942
13943         * configure.in (host==go32): Configure dosrel too.
13944         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13945         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13946         be set by incoming names or templates.
13947         (INSTALL_LAST): New rule.
13948
13949 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
13950
13951         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13952
13953 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13954
13955         * configure.in (appdirs): New variable.  Currently empty, but will
13956         be used in gas distribution.  If nonempty, lists a set of
13957         directories at least one of which must get configured, or top
13958         level configuration is considered to have failed.
13959         (rs6000-*-lynxos*): Use new file name.
13960
13961 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13962
13963         Eliminate XTRAFLAGS.
13964         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13965         newlib include files using -idirafter, and also use -nostdinc.
13966         (CXX_FOR_TARGET): Likewise.
13967         (XTRAFLAGS): Removed.
13968         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13969         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13970         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13971         ($(DO_X)): Don't pass down XTRAFLAGS.
13972
13973 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13974
13975         * configure.in (mips*-dec-bsd*): New target; do build linker.
13976         (mips*-*-bsd*): New target; don't build linker.
13977
13978 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13979
13980         * configure.in: support rs6000-*-lynxos* configuration.
13981         support sunos4 as a cross target.
13982
13983         * config.sub: look for lynx*, not lynx since the OS version may
13984         legitimately be part of the name.
13985
13986 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13987
13988         * configure.in (i[34]86-*-sco*): Move to be with other i386
13989         targets.
13990         (romp-*-*): New target.  Skip various binary utilities.
13991         (vax-*-*): New target.  Don't build newlib.
13992         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
13993
13994 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13995
13996         * configure.in: Only set host_makefile_frag if config
13997         directory exists.
13998
13999 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14000
14001         * install.sh: If $dstdir exists, don't check whether each
14002         component does.
14003
14004 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14005
14006         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14007
14008 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
14009
14010         * configure.in (*-*-lynxos*): Don't configure newlib for either
14011         native or cross Lynx.
14012
14013 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
14014
14015         * config.sub (sparc64-elf): Fix os.
14016         (z8k): Remove duplicate.
14017
14018 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14019
14020         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14021         gcc/stmp-fixproto, to try to prevent fixproto from being run.
14022
14023 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
14024
14025         * configure: Make file links cleanly even if Lynx fails on
14026           an NFS symlink (at least fail cleanly).
14027
14028 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14029
14030         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14031         -XNh2000.
14032
14033 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14034
14035         * configure: Unknown options are fatal again.
14036
14037 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
14038
14039         * configure: Ignore --x-includes and --x-libraries, for Autoconf
14040         compatibility.
14041
14042 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
14043
14044         * build-all.mk: Add `clean' target.
14045
14046 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14047
14048         * config.guess:  Add SINIX support.
14049         * configure.in:  Add mips-*-sysv4* support.
14050
14051 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
14052
14053         * build-all.mk: Document all useful targets.
14054         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14055         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14056
14057 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14058
14059         * configure: Support --silent, --quiet.
14060
14061 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14062
14063         * configure: Support --disable-FEATURE.
14064
14065 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14066
14067         * config.guess: Recognize NCR running SVR4.3.
14068
14069 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14070
14071         * config.guess:  Make BSDI generate i386-unknown-bsd386.
14072         Patch from Paul Eggert <eggert@twinsun.com>.
14073
14074 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14075
14076         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14077
14078 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14079
14080         * configure: Make unrecognized options give nonfatal warnings
14081         instead of fatal errors, and pass them to any subdirectory
14082         configures in case they recognize them.
14083         Make --x equivalent to --with-x.
14084
14085 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14086
14087         * configure: Add --enable-* options.  Clean up usage message and
14088         some comments.
14089
14090 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
14091
14092         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14093
14094 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14095
14096         * configure.in (hppa*-*-*): Enable binutils.
14097
14098 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14099
14100         * config.sub: Recognize cisco.
14101
14102 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
14103
14104         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14105
14106 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14107
14108         * config.guess: about target *-hitachi-hiuxwe2, don't print more
14109         than one configuration name.  Add comment.
14110
14111 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
14112
14113         * config.guess: about target *-hitachi-hiuxwe2, fixed
14114         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
14115         macro is incorrect.]
14116
14117 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14118
14119         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14120         than the "make ls" stuff which used to be here.
14121
14122 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14123
14124         * config.guess:  Recognize i[34]86-unknown-freebsd.
14125         From Shawn M Carey <smcarey@rodan.syr.edu>.
14126
14127 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14128
14129         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14130
14131 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
14132
14133         * config.guess: Check for ptx.
14134
14135 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
14136
14137         * config.sub: Add os9k checking.
14138
14139 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14140
14141         * config.guess: Handle OSF1 running on HPPA processors
14142
14143 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14144
14145         * configure: If subdir configure fails, print out a message with
14146         subdirectory name, in case subdir's configure code didn't identify
14147         itself.
14148
14149 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
14150
14151         * configure.in: Remove embedded newlines from configdirs.
14152         Avoid mismatches of substrings.  Fix matching strings at end
14153         of configdirs.
14154
14155 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
14156
14157         * config.guess:  Add Lynx/rs6000 config support.
14158
14159 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14160
14161         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14162
14163 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
14164
14165         * configure.in (hppa*-*-osf*): Treat this just like most other
14166         PA configurations (eg no binutils or ld).
14167         (hppa*-*-*elf*): These configurations have binutils and ld.
14168
14169 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14170
14171         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
14172
14173 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14174
14175         * configure.in (rs6000-*-*): Build gas.
14176
14177 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14178
14179         * Makefile.in:  Avoid bug in losing hpux sed.
14180
14181 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14182
14183         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14184         for GDB and GDB has been fixed to not need it.
14185
14186 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14187
14188         * config.guess: Recognize vax hosts.
14189
14190 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14191
14192         * configure (while loop): Don't use "break 2" inside case
14193         statement -- the case statement isn't an enclosing loop.
14194
14195 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14196
14197         * config.guess:  Clean up NeXT support, to allow nextstep
14198         on Intel machines.  Make OS be nextstep.
14199
14200 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
14201
14202         * config.guess: Add alternate forms for Convex.
14203
14204 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
14205
14206         * configure:  Completely rewrite option processing.  Take
14207         advantage of pattern-matching to avoid invoking test frequently.
14208         Also clean up host and target defaulting logic.
14209
14210 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14211
14212         * Makefile.in: Replace all occurrances of "rootme" with "r" and
14213         "$${rootme}" with "$$r", to increase the likelihood that the do-*
14214         commands (plus user environment) will fit SCO limits.
14215
14216 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14217
14218         * configure.in: Don't issue warnings about directories which are
14219         not being configured if -norecursion is set.  Correct test for
14220         --with-gnu-as and --with-gnu-ld to not get confused by substring
14221         matches.
14222
14223         * configure.in: Don't build gas for alpha-dec-osf1*.
14224
14225 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
14226
14227         * configure:  Back out Per's change of 12/19/1993.  It changes the
14228         behavior of configure in unexpected and confusing ways.
14229
14230         Also, use different delim char when calculating
14231         program_transform_name so that the name can contain slashes.
14232
14233 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
14234
14235         * configure.in, config.sub: Add support for VSTa micro-kernel.
14236
14237 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
14238
14239         * configure.in: Nuke hacks which were used to get a special
14240         version of GAS for HPPA configurations.
14241
14242 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14243
14244         * configure:  If only ${target_alias} is given, use that
14245         as the default for ${host_alias}.
14246         * configure:  Add missing back-slashes before nested quotes.
14247
14248 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14249
14250         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14251
14252 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
14253
14254         * config.guess:  Recognize some Tektronix configurations.
14255         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14256
14257 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14258
14259         * config.sub: Match any flavor of SH.
14260
14261 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
14262
14263         * configure.in: Don't try to configure newlib for Alpha.
14264
14265 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14266
14267         * configure.in: Don't build ld for Irix 5.  Don't build gas,
14268         libg++ or libio for any Alpha target.
14269
14270         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14271
14272 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
14273
14274         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14275         default arguments -- so it tried to compress itself.
14276
14277 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14278
14279         * configure.in (notsupp): ensure that a space is always at the end
14280           of the configdirs list, since the grep checks for an explicit space
14281
14282 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14283
14284         * configure.in (target i386-sysv4.2): don't build ld, since static
14285           versions of many libraries are not available.
14286
14287 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14288
14289         * config.guess: Recognize Apollos (using environment variables).
14290         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14291
14292 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14293
14294         * config.guess: Recognize Sony news mips running newsos.
14295
14296 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
14297
14298         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14299         "fi ; else" for bash.
14300
14301 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
14302
14303         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14304
14305 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
14306
14307         * config.sub: accept unixware as an alias for svr4.2.
14308         Fix some inconsistancies with the gcc version.
14309
14310 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14311
14312         * Makefile.in (DISTDOCDIRS):  Add gdb.
14313
14314 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14315
14316         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
14317
14318 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14319
14320         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14321         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14322         this now.
14323
14324 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14325
14326         * config.sub: Accept hiux* as an OS name.
14327
14328         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14329         etc/make-stds.texi.  The underscore came from gcc, and dje now
14330         agrees that RUNTESTFLAGS is the correct name.
14331
14332 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14333
14334         * install.sh:  Remove 'set -e'.  It makes any conditionals
14335         in the script useless.
14336
14337         * config.guess: Automatically recognize arm-acorn-riscix
14338         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14339
14340 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14341
14342         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14343
14344 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14345
14346         * Makefile.in (DISTDOCDIRS): New variable.
14347         (taz): Edit local Makefile.in sooner, instead of proto-toplev
14348         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
14349
14350 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14351
14352         * configure.in (hppa target): check the source directory for the
14353           pagas sub-directory
14354
14355 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
14356
14357         * config.sub: Allow -aout* and -elf*.
14358
14359 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14360
14361         * configure.in: Don't build ld on i386-solaris2, same as for
14362         sparc-solaris2.
14363
14364 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14365
14366         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14367
14368 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14369
14370         * configure.in:  Configure gdb for alpha.
14371
14372 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14373
14374         * Makefile.in (CXXFLAGS): Add -O.
14375
14376 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14377
14378         * config.guess: added support for DG Aviion
14379
14380 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14381
14382         * configure.in: Produce warning message for subdirectories not
14383         configurable for this host/target combination.  Don't try to
14384         configure gdb for vms.
14385
14386 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14387
14388         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14389         appropriate files before making "diststuff".
14390         (DISTBISONFILES): New var: list of files to be edited.
14391         (DISTSTUFFDIRS): Add binutils.
14392
14393 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14394
14395         * config.sub: also handle mipsel and mips64el (for little endian mips)
14396
14397 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14398
14399         * configure.in: Add * to end of all OS names.
14400
14401 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
14402
14403         * configure.in: Build newlib for LynxOS native.
14404
14405 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14406
14407         * config.guess: Add support for delta 88k running SVR3.
14408
14409         * configure.in: Add comment about HP compiler vs. emacs.
14410
14411 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14412
14413         * configure.in: don't build ld on solaris2 (not a viable option
14414           due to bugs in getpwnam & getpwuid)
14415
14416 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14417
14418         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14419         config.guess will produce a full version number.
14420
14421 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14422
14423         * configure.in: Build linker and binutils for alpha-dec-osf1.
14424
14425 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14426
14427         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14428         and gdb/testsuite/Makefile.in.
14429
14430 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14431
14432         * configure.in: recognize mips*- instead of mips-
14433
14434 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14435
14436         * config.sub: Accept linux*coff and linux*elf as operating
14437         systems.
14438
14439 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14440
14441         * config.sub: Recognize mips64, and mips3 as an alias for it.
14442
14443 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14444
14445         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14446         gdb knows how to handle OSF/1 shared libraries.
14447
14448 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14449
14450         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14451         * config.guess: Recognize Hitachi's HIUX.
14452         * config.sub: Recognize h3050r* and hppahitachi.
14453         Remove redundant cases for hp9k[23]*.
14454
14455 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14456
14457         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14458         if gas and ld are in the source tree and are in ${configdirs}.
14459         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14460         --with options (but still pass them down on the command line,
14461         if they were explicitly specified).
14462
14463 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14464
14465         * configure: substitute SHELL value in Makefile.in with
14466         ${CONFIG_SHELL}
14467
14468 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14469
14470         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14471         *-*-solaris2* targets.
14472
14473 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14474
14475         * Makefile.in: define M4, and pass it down to sub-makes;
14476         all-autoconf now depends on all-m4
14477
14478 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14479
14480         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14481         presence of {ar,ranlib} instead of a configured directory
14482
14483 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
14484
14485         * config.guess: Accept 34?? as well as 33?? for NCR.
14486
14487 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14488
14489         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14490         of 'gas' in sed commands, since 'gash' is now in the tree as well.
14491
14492 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14493
14494         * configure: grab values for $(CC) and $(CXX) from the
14495         environment, so that someone can do "CC=gcc configure; make" and
14496         have it work right (matching the way that autoconf works now)
14497
14498         * configure.in, Makefile.in: add support for gash, the tcl
14499         interface to Galaxy
14500
14501         * config.guess: add NetBSD variants (hp300, x86)
14502
14503 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
14504
14505         * install.sh: Support -d option (in the manner of SunOS 4 install,
14506         as it is more deterministic than that of GNU install)
14507         (chmodcmd): Set file to mode 755 by default (should also do default
14508         chgrp and chown, but I don't feel like dealing with that now)
14509
14510 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
14511
14512         * config.sub: Remove h8300hhms alias.
14513
14514 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14515
14516         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14517
14518 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14519
14520         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14521         as stmp-fixinc
14522
14523 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14524
14525         * config.sub: recognize m88110-bug-coff.
14526
14527 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14528
14529         * Makefile.in (all-libio): all dependencies on the toolchain used
14530         to build this (gcc, gas, ld, etc)
14531
14532 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14533
14534         * config.guess: Deal with OSF/1 1.3 on alpha.
14535
14536 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14537
14538         * install.sh: add some 'else true' clauses for portability
14539
14540         * configure.in: don't build libio for h8[35]00-*-* targets
14541
14542 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14543
14544         * Makefile.in:  Add support for new libio.
14545
14546 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14547
14548         * install.sh: If one command fails, don't try the rest.  Don't try
14549         to remove $dsttmp (via trap) unless we have already created it.
14550         If $src doesn't exist, detect it and exit with an error.
14551
14552         * config.guess: Recognize BSD on hp300.
14553
14554 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14555
14556         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14557         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14558
14559 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
14560
14561         * Makefile.in (all-send-pr): depends on all-prms
14562
14563 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14564
14565         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14566
14567 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14568
14569         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14570         Added test for mips-mips-riscos5.
14571
14572 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14573
14574         * configure.in: use mh-hp300 for 68k HP hosts
14575
14576 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14577
14578         * configure: add support for CONFIG_SHELL, so that you can use
14579         some alternate shell for evaluating configure scripts
14580
14581 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
14582
14583         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
14584         in configure script to bug-gdb@prep.ai.mit.edu when building
14585         distribution archive.
14586         * Makefile.in (COMPRESS):  Remove def.
14587         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
14588         gdb.tar.Z and make-gdb.tar.Z respectively.
14589         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
14590         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
14591         to convergence with 'taz' target in Makefile.in.
14592
14593 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14594
14595         * install.sh (dsttmp): use trap to ensure that tmp files go
14596         away on error conditions
14597
14598 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14599
14600         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14601
14602 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14603
14604         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14605         its parent is '/' not ''.
14606
14607         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14608
14609 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
14610
14611         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14612         that ${newsrcdir}/configure.in does.
14613
14614 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14615
14616         * test-build.mk: support for CONFIG_SHELL
14617
14618 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
14619
14620         * config.sub (netware):  Add as a basic system type.
14621
14622 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14623
14624         * Makefile.in (Makefile): depend on configure.in.  Also drop the
14625           $(srcdir)/ from the dependency on Makefile.in.
14626
14627 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
14628
14629         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14630         (h8300hhms is temporary until multi-libraries are implemented).
14631         * configure.in: Handle h8300h too.
14632
14633 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14634
14635         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14636
14637 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
14638
14639         * configure:  Remove extraneous output when guessing host type.
14640         * config.guess:  Remove extraneous output when guessing using C
14641         compiler rather than uname, or when guessing fails.
14642
14643 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
14644
14645         * Makefile.in: remove all.cross and install.cross targets
14646
14647         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14648           definitions
14649
14650 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
14651
14652         * configure.in (target sh): Build gprof.
14653
14654 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14655
14656         * config.sub: change -solaris to -solaris2
14657
14658 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14659
14660         * configure.in: Use config/mh-riscos for mips-*-sysv*.
14661
14662 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
14663
14664         * configure: Correct error message for missing Makefile.in to
14665         print correct directory.
14666
14667 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14668
14669         * install.sh: kludge around 386BSD shell bug
14670
14671 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
14672
14673         * config.guess:  Recognize NeXT.
14674         * config.guess:  Recognize i486-ncr-sysv4.
14675         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
14676
14677 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
14678
14679         * Makefile.in (MAKEINFOFLAGS): New variable.
14680         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14681         * build-all.mk, test-build.mk: Pass down --no-split as
14682         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
14683
14684 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
14685
14686         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
14687
14688 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
14689
14690         * Makefile.in (libg++.tar.z):  New rule.
14691         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
14692         * Makefile.in (taz):  Only do a single chmod.
14693
14694 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14695
14696         * install.sh: don't use dirname anymore (replaced with sed usage)
14697
14698 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
14699
14700         * Makefile.in:  Change extension for gzip'd files from '.z' to
14701         '.gz' per new FSF standard usage.
14702
14703 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14704
14705         * configure: put quotes around the final value of program_transform_name
14706
14707 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14708
14709         * Makefile.in: new install.sh support; update install-info rules
14710
14711 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
14712
14713         * configure.in: Build diff for crosses, but not for go32 host.
14714
14715         * configure.in: Build gprof only for native, and don't build it
14716         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14717
14718 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
14719
14720         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14721
14722 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14723
14724         * configure.in (host_tools): Add prms.
14725
14726 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14727
14728         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14729         with $(FLAGS_TO_PASS) on the command line
14730
14731         * config.sub: Recognize lynx and lynxos
14732
14733 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14734
14735         * config.sub: Accept -ecoff*, not just -ecoff.
14736
14737 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14738
14739         * Makefile.in (taz): Use .gz suffix instead of .z.
14740         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14741         names.
14742
14743 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14744
14745         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14746
14747 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14748
14749         * Makefile.in (install-no-fixedincludes):  install gcc last, so
14750         that rebuilds that might happen during 'make install' don't get
14751         bogus gcc include files
14752
14753 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14754
14755         Change from Utah for HPPA support:
14756         * config.guess: Recognize hppa1.x-hp-bsd.
14757
14758 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
14759
14760         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
14761         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14762
14763 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14764
14765         * config.sub: Add support for rom68k and bug boot monitors.
14766
14767 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
14768
14769         * Makefile.in: Make all-opcodes depend on all-bfd.
14770
14771 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14772
14773         * config.guess: Added special check for i[34]86-univel-sysv4*.
14774
14775 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
14776
14777         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14778         the processor rather than assuming i486.
14779
14780 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14781
14782         * config.guess: Recognize SunOS6 as Solaris3.
14783
14784 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
14785
14786         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
14787         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14788
14789 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
14790
14791         * build-all.mk (all-cross): New target for Canadian Cross.
14792         Added Q2 go32 targets.
14793         * test-build.mk: Configure go32 cross sparclite-aout and
14794         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
14795         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14796
14797 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14798
14799         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14800         GO32 hosted toolchains
14801
14802 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14803
14804         * configure: change  so "-exec-prefix" gets passed down rather
14805         than "-exec_prefix" so autoconf generated Makefiles get the
14806         exec_prefix set right.
14807
14808 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14809
14810         * config.guess: get the Solaris2 minor version number
14811
14812         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14813
14814 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14815
14816         * config.guess: Recognize some Sequent platforms.
14817
14818 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14819
14820         * Makefile.in: added the vault-install target
14821
14822         * configure.in: actually use the Sun3 makefile fragment that's in
14823         config, also added the release dir to configdirs
14824
14825 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14826
14827         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14828
14829 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14830
14831         * configure.in: remove some program from Alpha targetted toolchains
14832
14833 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
14834
14835         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
14836         gprof.
14837         (taz): Run "make diststuff" in those directories instead of "make
14838         proto-dir".  Look for "VERSION=" only at start of line in subdir
14839         Makefile.  Use "gzip -9" for compression.
14840         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14841         (binutils.tar.z): New target.
14842
14843 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14844
14845         * Makefile.in (taz): Include gpl.texinfo.
14846
14847 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14848
14849         * Makefile.in (setup-dirs): Merged into "taz" target.
14850         (taz): Only do `proto-dir' stuff if a directory is actually needed
14851         for this target.
14852
14853 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
14854
14855         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14856         (FLAGS_TO_PASS): Pass down MUNCH_NM.
14857         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14858         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14859         (gcc-no-fixedincludes): Correct for current gcc Makefile.
14860
14861 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
14862
14863         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
14864         config.sub, and move-if-change to gdb testsuite distribution
14865         archive, so the testsuite can be extracted, configured, and
14866         run separately from the gdb distribution.  Blow away the Chill
14867         tests that require a Chill compiled executable, since GNU Chill
14868         is not yet publically available.
14869
14870 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14871
14872         * test-build.mk: set environment variables in a single command,
14873         instead of a list of assignments and exports
14874
14875         * config.guess: recognize Alpha/OSF1 systems
14876
14877 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14878
14879         * configure: Change help message to prefer --options rather than
14880           -options.
14881
14882 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14883
14884         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14885         zippy@ecst.csuchico.edu.
14886         * config.guess: Recognize miniframe.
14887
14888 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14889
14890         * Makefile.in: Use srcroot to find runtest rather than rootme.
14891         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14892
14893 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14894
14895         * test-build.mk: Extensive additions to support building on a
14896         machine other than the host.
14897
14898 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14899
14900         * configure (tooldir): Fix for i386-aix again.
14901
14902 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
14903
14904         * configure, Makefile.in:  Change definition of $(tooldir)
14905         to match the FSF.
14906
14907 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
14908
14909         * config.guess:  Recognize i[34]86/SVR4.
14910
14911 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14912
14913         * Makefile.in (all-gdb): gdb depends on sim.
14914
14915 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
14916
14917         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
14918         at the same time we make the prototype gdb directory.
14919         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
14920         files at the same time as the gdb base release distribution.
14921
14922 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
14923
14924         * Makefile.in (check): Use individual check targets rather than
14925         DO_X rule.
14926         (check-gcc): Added.
14927
14928 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
14929
14930         * config.sub: Use sysv3.2 not sysv32 for canonical OS
14931         for System V release 3.2.
14932
14933 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14934
14935         * config.sub: Recognize hppaosf.
14936         * configure.in: Do configure ld/binutils/gas for it.
14937
14938 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14939
14940         * configure (tooldir): Alter syntax used to set this, for systems
14941         where "\$" isn't handled right, like i386-aix.
14942
14943 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14944
14945         * configure: Pass program-transform-name, not
14946         program_transform_name, to recursive configures.
14947
14948 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
14949
14950         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14951         of gas+ld+binutils.
14952
14953 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
14954
14955         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
14956
14957 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14958
14959         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14960
14961 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14962
14963         * Makefile.in (PRMS): Set back to all-prms.
14964
14965 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
14966
14967         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14968         targets, rather than for MIPS hosts.
14969
14970 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14971
14972         * configure.in: add comment for --with-x default values
14973
14974         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14975
14976         * Makefile.in: add check-* targets for each of the directories in
14977         the tree.  Add a definition of RUNTEST that will use the one we
14978         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
14979
14980 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
14981
14982         * configure.in: Removed obsolete references to bfd_target and
14983         target_makefile_frag.
14984
14985         * build-all.mk: Set assorted targets for Q2.
14986         * config.sub: Recognize z8k-sim and h8300-hms.
14987         * test-build.mk: Really don't pass host to configure.
14988         (HOLES): Added uname.
14989
14990 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
14991
14992         * configure: Handle an empty program-prefix, program-suffix or
14993         program-transform-name correctly.
14994
14995 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
14996
14997         * build-all.mk: -G 8 no longer required for MIPS targets.
14998         * test-build.mk: Don't pass host argument to configure; make it
14999         guess.
15000
15001 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
15002
15003         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
15004         * Makefile.in (COMPRESS):  New macro, like GZIP.
15005
15006 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15007
15008         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15009
15010         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15011         with gas currently defaults to -G 0.
15012
15013 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
15014
15015         * Makefile.in (all-flex): flex depends on byacc.
15016
15017         * build-all.mk: If host not specified, use config.guess.  Pass TAG
15018         to test-build.mk as RELEASE_TAG.
15019         * test-build.mk (configargs): New variable containing arguments to
15020         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
15021         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15022
15023         * config.guess: Use /bin/uname when checking -X argument on SCO,
15024         to avoid invoking GNU uname which doesn't understand -X.
15025
15026         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15027
15028         * configure.in: Build gas for mips-*-*.
15029
15030 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15031
15032         * Makefile.in (all.normal): insert missing backslash.
15033
15034 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15035
15036         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15037
15038         * Makefile.in: Complete overhaul to merge many almost identical
15039         targets.
15040
15041 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15042
15043         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15044         (gdb.tar.Z): Adjusted.
15045
15046         * Makefile.in (setup-dirs, taz): New targets; should be general
15047         enough to adapt for gdb sometime.  Build only .z file.
15048         (gas.tar.z): New target.
15049
15050 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15051
15052         * build-all.mk: Use CC=cc -Xs on Solaris.
15053
15054 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
15055
15056         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
15057         for handling BISON for FSF releases.
15058
15059 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15060
15061         * configure: Actually implement the change zoo just documented.
15062
15063 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
15064
15065         * configure: when using config.guess, only set target_alias when
15066         it's not already been set (ie, on the command line)
15067
15068 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15069
15070         * Makefile.in: add installcheck target, set PRMS to install-prms
15071
15072 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15073
15074         * configure: add support for package_makefile_fragment, handle the
15075         case where a directory has a configure.in file but no Makefile.in
15076         more gracefully (with an actual understandable error message, even);
15077         add support for --without (and add this to the usage message); also
15078         explicitly add a --host=${host_alias} to the command line when
15079         config.guess is used
15080
15081 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15082
15083         * configure: Must use both --host and --target in recursive calls.
15084
15085 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15086
15087         * Makefile.in: Change deja-gnu to dejagnu.
15088
15089 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15090
15091         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15092
15093 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15094
15095         * configure.in: canonicalize all instances to *-*-solaris2*,
15096         also strip out a number of tools to not build for go32 host
15097
15098 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15099
15100         * config.guess: add GPL.
15101
15102         * Makefile.in, config.guess, config.sub, configure: bump
15103           copyrights to 93.
15104
15105 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
15106
15107         * Makefile.in (do-info): Removed obsolete check for existence of
15108         localenv file.
15109
15110         * Makefile.in (MAKEOVERRIDES): Define to be empty.
15111
15112 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15113
15114         * Makefile.in: a couple of 'else true' for decstation,
15115         support for TclX
15116
15117         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15118
15119 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
15120
15121         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15122
15123 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
15124
15125         * config.guess: Recognize i386-ibm-aix (PS/2).
15126         * configure.in: Use config/mh-aix386 file for it.
15127
15128 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
15129
15130         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15131         CC_FOR_TARGET instead.
15132         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15133
15134 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
15135
15136         * Makefile.in: Add sim to list of directories sent with gdb
15137
15138 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15139
15140         * configure.in: Put back mips-dec-bsd* case.
15141
15142 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
15143
15144         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15145         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
15146         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15147
15148 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15149
15150         * configure.in: remove no-op mips-dec-bsd* in "case $target"
15151
15152         * Makefile.in (dir.info): only run gen-info-dir if it exists,
15153         (install-info): install dir.info only if it exists,
15154         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15155
15156 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
15157
15158         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
15159         gas for mips-dec-bsd.
15160
15161 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
15162
15163         * configure (makesrcdir): If ${srcdir} is relative and not ".",
15164         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15165
15166 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15167
15168         * configure.in: Added "dejagnu" to hosttools list.
15169
15170 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
15171
15172         * config.sub, configure.in, config.guess:  Add support
15173         for Bosx, an AIX variant from Bull.
15174         Patches from F.Pierresteguy@frcl.bull.fr.
15175
15176 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15177
15178         * devo/dejagnu: Initial creation of devo/dejagnu.
15179         Migrated dejagnu testcases and support files for testing software
15180         tools to reside as subdirectories, currently called "testsuite",
15181         within the directory of the software tool.  Migrated all programs,
15182         support libraries, etc. beloging to dejagnu proper from
15183         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
15184         with no modifications.  The changes to these files which will
15185         allow them to configure, build, and execute properly will be made
15186         in a future update.
15187
15188 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15189
15190         * Makefile.in: Change send_pr to send-pr.
15191         * configure.in: Likewise.
15192         * send_pr: Renamed directory to send-pr.
15193
15194 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
15195
15196         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
15197
15198 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
15199
15200         * README:  Update for gdb-4.8 release.
15201         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
15202         gdb-xxx.tar.z (gzip'd) file also.
15203
15204 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15205
15206         * Makefile.in: make all-diff depend on all-libiberty
15207
15208 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
15209
15210         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15211
15212 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15213
15214         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15215
15216 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
15217
15218         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
15219         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
15220         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
15221
15222 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15223
15224         * Makefile.in:  makeinfo binary is in a new location
15225
15226 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
15227
15228         * config.sub: Accept -ecoff as an OS.
15229
15230         * Makefile.in: Various changes to eliminate a level of make
15231         recursion and reduce the required command line length.
15232         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15233         sub-makes.
15234         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15235         variables holding settings for specific sub-makes.
15236         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15237         in terms of BASE_FLAGS_TO_PASS.
15238         (TARGET_LIBS): New variable listing directories which use
15239         TARGET_FLAGS_TO_PASS.
15240         (subdir_do): Eliminated.
15241         (do-*): New set of targets to replace subdir_do.
15242         (various): All targets which used subdir_do now depend on do-*.
15243         (local-clean): Renamed from do_clean.
15244         (local-distclean): New target, dependency of distclean and
15245         realclean.
15246         (install-info): Don't create directories.  Depend on dir.info
15247         rather than calling make recursively.
15248         (install-dir.info): Eliminated.
15249         (install-info-dirs): Create all info directories here.
15250         (dir.info): Depend upon do-install-info.
15251
15252         * test-build.mk (HOLES): Added false.
15253
15254 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
15255
15256         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
15257
15258 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15259
15260         * Makefile.in (info): remove dependency on all-texinfo.  The
15261         problem was really in texinfo/C, not at this level.
15262
15263 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15264
15265         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15266
15267 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
15268
15269         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
15270         GDB releases.
15271
15272 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15273
15274         * configure: Include srcdir in message about target of link not
15275         being found.  Don't convert `-' to `_' in `with' options being
15276         passed to subdirs.
15277
15278 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15279
15280         * configure.in: add uudecode to host_tools
15281
15282         * Makefile.in: added {all,install}-uudecode targets, added them to
15283         the appropriate lists
15284
15285 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
15286
15287         * Makefile.in (all-gcc): Added dependency on all-gas.
15288
15289         * configure.in (mips-*-*): Build ld and binutils.
15290
15291 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15292
15293         * configure: check return code from mkdir, print error message and
15294           exit on failure.
15295
15296 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
15297
15298         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
15299
15300 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15301
15302         * test-build.mk (HOLES): Added tar, cpio and uudecode.
15303
15304 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15305
15306         * config.sub (h8500):  Recognize this as a cpu type.
15307
15308 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15309
15310         * configure: source directory missing is no longer a warning
15311
15312         * configure.in: recognize irix[34]* instead of irix[34]
15313
15314         * Makefile.in: define and pass down X11_LIB
15315
15316 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
15317
15318         * guess-systype: Renamed to ...
15319         * config.guess:  ... by popular request.
15320         * configure.in, Makefile.in:  Update accordingly.
15321
15322 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
15323
15324         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
15325         + Add Convex, Cray/Unicos, and Encore/Multimax support.
15326         + Execute ./dummy instead of assuming . is in PATH.
15327
15328 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
15329
15330         * guess-systype:  New shell script.  Attempts to guess the
15331         canonical host name of the executing host.
15332         Only a few hosts are supported so far.
15333         * configure:  Call guess-systype if no host is specified.
15334
15335 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15336
15337         * Makefile.in (gcc-no-fixedincludes): Made to work with current
15338         gcc Makefile.
15339
15340
15341 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
15342
15343         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15344         (all-gcc, install-gcc, subdir_do): Use it.
15345
15346 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15347
15348         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15349
15350 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
15351
15352         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15353           set exclusively by configure, using configure.in .
15354
15355 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15356
15357         * test-build.mk: set $PATH for all builds
15358
15359         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15360
15361 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
15362
15363         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
15364         the one used in gcc/Makefile.in, so that a null expansion doesn't
15365         override the one needed to build gcc with a native cc.
15366
15367
15368 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15369
15370         * configure: Accept -with arguments.
15371
15372 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15373
15374         * Makefile.in: added h8300sim
15375
15376 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
15377
15378         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15379         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
15380         (all-cygnus, native, build-cygnus): Make
15381         $(canonhost)-stamp-3stage-done, not $(host)....
15382         * test-build.mk (stamp-3stage-compared): Use tail +10c for
15383         i386-sco3.2v4.  Added else true to if command.
15384
15385 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
15386
15387         * config.sub: (from FSF) Sequent uses a BSD-like OS.
15388
15389 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
15390
15391         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15392
15393 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15394
15395         * configure.in: don't remove binutils from Solaris builds
15396
15397 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
15398
15399         * Makefile.in: get rid of earlier definitions for *clean,
15400         also handle the recursive info rule better
15401
15402 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
15403
15404         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
15405         do more-or-less the right thing.
15406
15407 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
15408
15409         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15410         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15411
15412 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15413
15414         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15415         $(host_canonical).
15416
15417         * configure.in: split the configdirs list into 4 categories (native
15418         v. cross, library v. tool) and handle the cross-only and native-
15419         only in more reasonable (and correct!) way.
15420
15421 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
15422
15423         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
15424         configdirs anymore.
15425
15426 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15427
15428         * Makefile.in: extensive cleanup::  removed all of the explicit
15429         clean-* targets, collapsed many wrappers around subdir_do into
15430         one, added additional targets to satisfy standards.texi, deleted
15431         some old targets, some changes for consistency
15432
15433 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15434
15435         * configure.in: handle some programs as cross-only, and others as
15436         native only
15437
15438         * test-build.mk: handle partial holes in a more generic manner
15439
15440         * Makefile.in: m4 depends on libiberty
15441
15442 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15443
15444         * configure.in: add m4, textutils, fileutils, sed, shellutils,
15445         time, wdiff, and find to configdirs
15446
15447         * Makefile.in: all, clean, and install rules for the new programs
15448         added to configure.in
15449
15450 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15451
15452         * configure.in: use mh-sun for all *-sun-* hosts
15453
15454 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15455
15456         * Makefile.in: define flags for X11 include files and library file
15457         locations, pass them down to the programs that need this info
15458
15459         * build-all.mk: added a 'native' target, to 3stage the native toolchain
15460
15461 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15462
15463         * configure.in: start building libg++ for HP-UX targets
15464
15465 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
15466
15467         * README:  Update references to files moved into etc/.
15468
15469 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
15470
15471         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
15472         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
15473
15474 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15475
15476         * configure: accept dash as well as underscore in long option
15477         names for FSF compatibility.
15478
15479 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
15480
15481         * config.sub: added -sco3.2v4 support from FSF.
15482
15483 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15484
15485         * configure.in: expand the section that adds or removes
15486         directories from the list of programs to build, to handle native
15487         vs. cross in addition to host v. native
15488
15489 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
15490
15491         * Makefile.in:  Replace C++ in macro names with CXX.
15492         This is less likely to break ...
15493
15494 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15495
15496         * test-build.mk: add -w to GNU_MAKE
15497
15498 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15499
15500         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15501         add 'sparc' to list of recognized cpus.  This needed to make
15502         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15503         Delete some redundant ose68 variants.  Recognize -wrs as an os,
15504         then changes that into $CPU-wrs-vxworks.
15505
15506         * configure.in: remove most references to gdbtest, regularize
15507         target based program removal
15508
15509         * test-build.mk: import from p3 tree (many fixes and changes)
15510
15511 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
15512
15513         * Makefile.in: added rules to handle tcl, tk, and expect
15514
15515         * configure.in: handle those directories if they exist
15516
15517 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15518
15519         * config.sub: removed bogus hppabsd and hppahpux names, since
15520         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15521
15522 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15523
15524         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
15525         depends upon all-xiberty
15526
15527         * Makefile.in: changes from p3, including:
15528
15529         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
15530
15531         * Makefile.in (XTRAFLAGS): include newlib directories if
15532         newlib/Makefile exists, rather than if host != target.
15533
15534         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
15535
15536         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15537         from the same source tree and not building a cross-compiler.  This
15538         matters for the libg++ configuration if reconfiguring a tree that
15539         has already been installed.
15540
15541         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
15542
15543         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15544         pick up the machine and system specific header files.
15545
15546         * Makefile.in: added AS_FOR_TARGET, passed down in
15547         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15548         the C compiler to use to create programs which are run in the
15549         build environment, set it to default to $(CC), and passed it down
15550         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15551
15552         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
15553
15554         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15555         We need them for unusual native builds, like systems without
15556         ranlib.
15557
15558         * configure: also define $(host_canonical) and
15559         $(target_canonical), which are the full, canonical names for the
15560         given host and target
15561
15562 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
15563
15564         * Makefile.in:  Added separate definitions for C++.
15565
15566 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
15567
15568         * configure.in (configdirs):  Add deja-gnu.
15569
15570 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
15571
15572         * README:  Update for configure.texi and gdb-4.7 release.
15573
15574 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
15575
15576         * Makefile.in:  Move "all" target to top of file.
15577         Previously, first target was ".PHONY" which caused BSD4.4 make
15578         to build .PHONY when make was run without arguments.
15579
15580 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
15581
15582         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
15583         Library-copylefted code in libiberty.
15584
15585 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
15586
15587         * config.sub:  Replace m68kmote with plain old m68k.
15588
15589 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
15590
15591         * Makefile.in:  Remove space from blank line, avoid Make complaints.
15592
15593 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
15594
15595         * config.sub: Complain if no argument is given.  Added support for
15596         386bsd as OS and target alias.
15597
15598 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
15599
15600         * Makefile.in (XTRAFLAGS): include newlib directories if
15601         newlib/Makefile exists, rather than if host != target.
15602
15603 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
15604
15605         * config.sub: recognize sparclite-wrs-vxworks.
15606
15607         * Makefile.in (install-xiberty): added *-xiberty make rules (from
15608         p3.) Added clean-xiberty to clean.
15609
15610 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15611
15612         * configure.in: use *-*-* instead of nested cases for host and target
15613
15614 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
15615
15616         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15617         from the same source tree and not building a cross-compiler.  This
15618         matters for the libg++ configuration if reconfiguring a tree that
15619         has already been installed.
15620
15621 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
15622
15623         * config.sub (i486v/i486v4):  Merge in from FSF version.
15624
15625 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
15626
15627         * configure: only set PWD if it is already set.
15628
15629 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
15630
15631         * configure: just set PWD=`pwd` at the top, since Ultrix sh
15632         doesn't have unset and all success paths (and most error paths)
15633         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15634         to just ${PWD} to avoid confusion.)
15635
15636 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
15637
15638         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15639         even for a native compilation.
15640
15641 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
15642
15643         Changes to make the gdb.tar.Z rule work better.
15644
15645         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
15646         (DEVO_SUPPORT):  Add configure.texi.
15647         (bfd-ilrt.tar.Z):  Remove ancient rule.
15648
15649 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
15650
15651         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15652         pick up the machine and system specific header files.
15653
15654         * configure.in, config.sub: added new target m68010-adobe-scout,
15655         with alias of adobe68k.  Changed configure.in to check for
15656         -scout before -sco* to avoid a false match.
15657
15658         * Makefile.in: added AS_FOR_TARGET, passed down in
15659         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15660         the C compiler to use to create programs which are run in the
15661         build environment, set it to default to $(CC), and passed it down
15662         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15663
15664 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15665
15666         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15667         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
15668         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15669         FOR_TARGET variants, to newlib and libg++.
15670
15671 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15672
15673         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15674         first.
15675
15676 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
15677
15678         * config.sub:  Accept `elf' as an environment.
15679
15680 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15681
15682         * Makefile.in (all-opcodes):  cd into the right directory
15683
15684 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
15685
15686         * configure: added -program_transform_name option, used as
15687         argument to sed when installing programs.
15688         configure.texi: added documentation for -program_prefix,
15689         -program_suffix and -program_transform_name.
15690
15691 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
15692
15693         * config.sub:  Accept i486 where i386 ok.
15694
15695 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
15696
15697         * config.sub: accept we32k
15698
15699 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
15700
15701         * config.sub, configure.in: accept OSE68000 and OSE68k.
15702
15703         * Makefile.in: don't create all directories for ``make install'';
15704         let the subdirectories create the ones they need.
15705
15706 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15707
15708         * COPYING: new file, GPL v2
15709
15710 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15711
15712         * Makefile.in: use the new gen-info-dir, which needs a template
15713         argument (which also lives in texinfo)
15714
15715         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15716
15717 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
15718
15719         * config.sub (ncr3000):  Change i386 to i486.
15720
15721 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15722
15723         * Makefile.in: add install-rcs, install-grep to
15724         install-no-fixedincludes, removed install-bison and install-libgcc
15725
15726 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
15727
15728         * configure.in: grab the HPUX makefile fragment if on HPUX
15729
15730 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15731
15732         * Makefile.in: eradicate bison spoor (ditto libgcc).
15733          configure.in: recognise m68{k,000}-ericsson-OSE.
15734          es1800 is alias for m68k-ericsson-OSE
15735
15736 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15737
15738         * configure.in: rearrange the parts that remove programs from
15739         configdirs, based now on HOST==TARGET or by canonical triple.
15740
15741 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15742
15743         * test-build.mk: recurse explicitly with -f test-build.mk when
15744           appropriate.  predicate stage3 and comparison on the existence
15745           of gcc.  That is, if gcc isn't around, we aren't three-staging.
15746           On very clean, also remove ...stamp-co.  Build in-place before
15747           doing other builds.
15748
15749 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15750
15751         * Makefile.in, configure.in: add tgas
15752
15753 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15754
15755         * Makefile.in: a number of changes merged in from progressive.
15756
15757         * configure.in: add libm.
15758
15759         * .cvsignore: ignore some stuff that comes from test-build.mk.
15760
15761 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
15762
15763         * config.sub:  Add es1800 (m68k-ericsson-es1800).
15764
15765 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15766
15767         * configure: Add program_suffix (parallel to program_prefix)
15768         * Makefile.in: adjust directory-creating script for losing decstation
15769
15770 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
15771
15772         * configure:  Minor $subdir-related fixes.
15773
15774 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15775
15776         * configure: fix various problems with propogating
15777         makefile_target_frag in subdirs.
15778         * configure.in: config libgcc if its there
15779
15780 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
15781
15782         * config.sub:  HPPA merge.
15783
15784 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
15785
15786         * Makefile.in:  Replace all-bison with all-byacc in all
15787         dependency lines for other tools (which now use byacc).
15788
15789 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
15790
15791         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
15792
15793 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
15794
15795         * Makefile.in: make gprof rules similar to byacc rules (instead of
15796         vestigal $(unsubdir) that didn't work...)
15797
15798 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
15799
15800         * config.sub:  Add support for Linux.
15801         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
15802         (at least for libg++).
15803
15804 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
15805
15806         * configure.texi: fix doc for the -nfp option to configure
15807
15808 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
15809
15810         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15811
15812 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
15813
15814         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15815         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15816         * configure.in: added solaris* host_makefile_frag hook.
15817
15818 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15819
15820         * config.sub: changed recognition of m68000 so that various
15821         m68k types can be specified via m680[01234]0
15822
15823 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15824
15825         * config.sub (basic_machine): fix sed so that '-foo' isn't
15826         completely substituted out while .+'-foo' loses the '-foo'
15827
15828 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15829
15830         * config.sub ($os): Add -aout.
15831
15832 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
15833
15834         * configure:  If host_makefile_frag is absolute, don't
15835         prefix ${invsubdir} (relevant to libg++ auto-configure).
15836
15837 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15838
15839         * Makefile.in (tooldir): Define it.
15840         (all-ld): Depend on all-flex.
15841
15842 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
15843
15844         * Makefile.in (check):  Fix libg++ special case.
15845
15846 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
15847
15848         * configure: do not bury `pwd` into config.status, thus do fewer
15849           pwd's.
15850
15851         * configure: print the "Building in" message only when building in
15852           other than "." AND verbose.
15853
15854         * configure: remove -s, rework -v to better accommodate guested
15855           configures.
15856
15857         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15858
15859 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
15860
15861         * Makefile.in: macroize flags passed on recursion.  remove
15862           fileutils.
15863
15864 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
15865
15866         * configure: get makesrcdir right for subdirs deeper than 1.
15867
15868         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15869           install.
15870
15871 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
15872
15873         * Makefile.in: don't print subdir_do or recursion lines.
15874
15875 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
15876
15877         * standards.texi: added menu item.
15878
15879         * Makefile.in: build and install standards.info.
15880
15881         * standards.texi: new file.
15882
15883 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15884
15885         * configure: test for and move config.status pieces from
15886           ${subdir}/.
15887
15888 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
15889
15890         * configure:  Test for existance of files before trying to mv
15891         them, to avoid numerous non-existance messages.
15892
15893 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
15894
15895         * configure: correct final line of config.status.
15896
15897         * configure: patch from eggert.  Avoids a protection problem if
15898           the original Makefile.in is read only.
15899
15900         * configure: use move-if-change from gcc to create config.status.
15901           Some makefiles depend on config.status to tell if a directory
15902           has been reconfigured for a different host.  This change
15903           prevents those directories from remaking everything in the case
15904           where the reconfig was only intended to rebuild a Makefile.
15905
15906         * configure: test for config.sub with "config.sub sun4" rather
15907           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
15908           host alias from a missing config.sub.
15909
15910 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15911
15912         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15913           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
15914
15915 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
15916
15917         * configure: mkdir ${subdir} as needed.
15918
15919 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
15920
15921         * Makefile.in,configure.in: added autoconf.
15922
15923 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15924
15925         * Makefile.in: no longer pass against on recursion.
15926
15927         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15928           definitions are not inherited.
15929
15930         * configure: correct makesrcdir when subdir is .
15931
15932 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
15933
15934         * configure:  Add support for 'subdirs' variable, which is
15935         like 'configdirs', except that configure doesn't re-invoke
15936         itself for subdirs, it just creates a Makefile for each subdir.
15937         * configure.texi:  Document subdirs.
15938
15939 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15940
15941         * configure.in: added flex to configdirs
15942
15943 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
15944
15945         * Makefile.in: remove clean-stamps from clean.
15946
15947 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
15948
15949         * configure.in:  Add gdbtest to configdirs.
15950
15951 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
15952
15953         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
15954         to recursive makes.
15955         * configure.in:  Recognize new ncr3000 config.
15956
15957 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
15958
15959         * Makefile.in, configure.in: removed references to gdbm.
15960
15961 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
15962
15963         * config.sub:  Don't canonicalize os value
15964         newsos* to bsd (readline needs to check for newsos).
15965         (This fix was earlier made Jan 31, but got re-broken.)
15966
15967 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
15968
15969         * configure.in:  sco is an os, not a vendor!
15970
15971         * configure:  Quote $( better.  Keep various shells happy.
15972
15973 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
15974
15975         * Makefile.in: eliminate stamp-files.
15976
15977 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
15978
15979         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
15980           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15981
15982 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
15983
15984         * config.sub:  fix iris/iris3.
15985
15986 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
15987
15988         * configure: re-add -rm.
15989
15990 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
15991
15992         * Maskefile.in: add .stmp-rcs to all.
15993
15994         * configure.in: remove gas from rs6000 build, use aix host fragment.
15995
15996 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
15997
15998         * configure: pass down site_option during recursion.
15999
16000 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
16001
16002         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
16003
16004 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
16005
16006         * configure: Change exec_prefix so that it really defaults to prefix.
16007
16008 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
16009
16010         * Makefile.in, configure.in:  Add support for mmalloc library.
16011
16012 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
16013
16014         * Makefile.in: add stmp dependencies for a few more things.
16015
16016 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
16017
16018         * configure: adjusted error message on objdir/srcdir configure
16019           collision, per john's suggestion.
16020
16021         * Makefile.in: add libiberty stmp to all and all.cross.
16022
16023 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
16024
16025         * Makefile.in: remove force dependencies, add grep to all.
16026
16027 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
16028
16029         * Makefile.in: drop flex.  make stamp files work.
16030
16031         * configure: added test for conflicting configuration in srcdir,
16032           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
16033           gets cranky.  use relative paths for configure and srcdir
16034           whenever possible.  Send some error messages to stderr that were
16035           going to stdout.
16036
16037 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
16038
16039         * Makefile.in:  Fix libg++ rule to check for gcc directory
16040         before using gcc/gcc.  Also pass XTRAFLAGS.
16041
16042 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
16043
16044         * Makefile.in: added stmp-files so that directories aren't polled
16045           when they are already built.
16046
16047         * configure.texi: fixed a node pointer problem.
16048
16049 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
16050
16051         * config.sub configure.in gdb/configure.in
16052         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16053         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16054         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
16055
16056 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16057
16058         * configure: -recurring becomes -silent.  corrected help message
16059           for -site= option.
16060
16061         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16062
16063 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16064
16065         * configure: when building Makefile for crosses, replace
16066           tooldir and program_prefix.  default srcdir from location of
16067           config.sub.  remove "for host in hosts" and "for target in
16068           targets" loops.
16069
16070 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16071
16072         * Makefile.in: Do not pass bindir or mandir to cvs.
16073
16074 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
16075
16076         * Makefile.in, configure.in: removed traces of namesubdir,
16077           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
16078           copyrights to '92, changed some from Cygnus to FSF.
16079
16080         * configure.texi: remove most references to multiple hosts,
16081           multiple targets, subdirs, etc.
16082
16083         * configure.man: removed rcsid. reference config.sub not
16084           config.subr.
16085
16086         * Makefile.in: mkdir $(infodir) on install-info.
16087
16088 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
16089
16090         * configure.texi:  Explain better about .gdbinit and about
16091         the environment that configure.in sections run in.
16092
16093 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
16094
16095         * configure.in:  Ultrix is only a decstation if it's a MIPS.
16096
16097 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
16098
16099         * README:  DOC.configure => cfg-paper.texi.
16100
16101 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
16102
16103         * config.sub (near case $os):  Don't convert newsos* to bsd!
16104
16105 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
16106
16107         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
16108         the number of copies of COPYING that go into the GDB tar file.
16109
16110 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
16111
16112         * bfd/configure.in, gdb/config/mh-i386sco,
16113         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16114         Fix SCO configuration stuff.
16115
16116 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
16117
16118         * Makefile.in:  For libg++, make sure the -I pointing
16119         to the gcc directory goes *after* all the libg++-local -I flags.
16120         Also, move just-gcc dependency from just-libg++ to all-libg++.
16121
16122 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
16123
16124         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
16125
16126 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
16127
16128         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
16129
16130 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
16131
16132         * config.sub:  Add stratus configuration frags.  Also
16133         submitted to FSF.
16134
16135 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
16136
16137         * Makefile.in (DEV_SUPPORT):  add configure.man.
16138
16139         * config.sub(Decode manufacturer-specific):  add -none*.
16140
16141 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
16142
16143         * Makefile.in:  remove form feeds to make Sun's make happy.
16144         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
16145
16146 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
16147
16148         * Makefile.in (AR_FLAGS):  Make quieter.
16149
16150 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
16151
16152         * configure.in:  Add libg++.
16153         * configure:  When verbose, don't output the command line at each
16154         level; it will be unremarkably the same as the previous version,
16155         which will be the same as what the user typed.
16156
16157 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
16158
16159         * configure.in, Makefile.in: fix clean-info, add flex.  add
16160           fileutils.
16161
16162         * configure: be less sensitive to spaces in Makefile.in.  Do not
16163           look for sources in "..".  Doing so breaks subdirectories that
16164           might have their own configure.  If a subdir has it's own
16165           configure script, use it.
16166
16167 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
16168
16169         * cfg-paper.texi: some changes suggested by rms.
16170
16171 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
16172
16173         * config.sub:  Merge in some small additions from the FSF version,
16174         taken from the gcc distribution, to bring the Cygnus and FSF
16175         versions into closer sync.
16176
16177 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
16178
16179         * configure.in:  Changed svr4 references to sysv4.
16180
16181 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
16182
16183         * configure: added -V for version number option.
16184
16185 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
16186
16187         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16188           renamed from DOC.configure to cfg-paper.texi.
16189
16190 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16191
16192         * configure, config.subr, config.sub: config.subr is now
16193           config.sub again.
16194
16195 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
16196
16197         * configure.texi: new file, in progress.
16198
16199         * Makefile.in: build info file and install the man page for
16200           configure.
16201
16202         * configure.man: new file, first cut.
16203
16204         * configure: find config.subr again now that configuration "none"
16205           has gone.  removed all traces of the -ansi option.  removed all
16206           traces of the -languages option.
16207
16208         * config.subr: resync from rms.
16209
16210 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16211
16212         * configure, config.sub, config.subr: merge config.sub into
16213           config.subr, call the result config.subr, remove config.sub, use
16214           config.subr.
16215
16216         * Makefile.in: revised install for dir.info.
16217
16218 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16219
16220         * configure.in: add decstation host makefile frag.
16221
16222         * Makefile.in: BISON now bison -y again.  also install-gcc on
16223           install.  clean-gdbm on clean.  infodir belongs in datadir.
16224           Make directories for info install.  Build dir.info here then
16225           install it.
16226
16227 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16228
16229         * Makefile.in: fix for bad directory tests.
16230
16231 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16232
16233         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
16234           regexp.  -srcdir relative was being handled incorrectly.
16235
16236         * Makefile.in: unwrapped some for loops so that parallel makes
16237           work again and so one can focus one's attention on a particular
16238           package.
16239
16240 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16241
16242         * configure: added PWD as a stand in for `pwd` (for speed). use
16243           elif wherever possible.  make -srcdir work without -objdir.
16244           -objdir= commented out.
16245
16246 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16247
16248         * configure: +options become --options.  -subdirs commented out.
16249           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
16250           Makefile now at top of generated Makefile.  Removed cvs log
16251           entries.  added -srcdir.  create .gdbinit only if there is one
16252           in ${srcdir}.
16253
16254         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
16255           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
16256           and mandir now keyed off datadir by default.
16257
16258 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16259
16260         * Freshly created ChangeLog.
16261
16262 \f
16263 Local Variables:
16264 mode: change-log
16265 left-margin: 8
16266 fill-column: 76
16267 version-control: never
16268 End: