OSDN Git Service

2010-02-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2
3         * configure.ac: Add "recommended" version checks for GMP/MPC.
4         Update recommended GMP/MPFR/MPC versions.
5         * configure: Regenerate.
6
7 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
8
9         * MAINTAINERS: Move my Embecosm email address into the
10         write-after-approval section.
11
12 2010-01-26  Ian Lance Taylor  <iant@google.com>
13
14         * MAINTAINERS: Add myself as Go frontend maintainer.
15
16 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
17
18         PR libstdc++/36101, PR libstdc++/42813
19         * configure.ac (bootstrap_target_libs): Make inclusion of
20         target-libgomp conditional on libgomb being in target_configdirs.
21         * configure: Regenerate.
22
23 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
24
25         PR libstdc++/36101, PR libstdc++/42813
26         * configure.ac (bootstrap_target_libs): Include target-libgomp.
27         * configure: Regenerate.
28
29 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
30
31         PR libstdc++/36101, PR libstdc++/42813
32         * configure.ac (target_configdirs): Substitute.
33         * Makefile.def: Bootstrap target module libgomp.
34         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
35         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
36         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
37         * configure, Makefile.in: Regenerate.
38
39 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
40
41         * MAINTAINERS: Adjust my details.
42
43 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
44
45         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
46
47 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
48
49         * MAINTAINERS: reindented my entry with tabs instead of spaces.
50
51 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
52
53         * MAINTAINERS (Write After Approval): Add myself.
54
55 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
56
57         * MAINTAINERS (Write After Approval): Add myself.
58
59 2010-01-11  Richard Guenther  <rguenther@suse.de>
60
61         PR lto/41569
62         * Makefile.def (all-lto-plugin): Depend on all-gcc.
63         * Makefile.in: Regenerated.
64
65 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
66
67         * configure.ac: Enable libjava build on x86_64-*freebsd*.
68         * configure: Regenerate.
69
70 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
71             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
72
73         PR bootstrap/42424
74         * configure.ac: Include libtool m4 files.
75         (_LT_CHECK_OBJDIR): Call it.
76         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
77         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
78
79         * configure: Regenerate.
80
81 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
82
83         PR bootstrap/41818
84         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
85         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
86         * Makefile.in: Regenerate.
87
88 2010-01-02  Richard Guenther  <rguenther@suse.de>
89
90         PR lto/41529
91         * configure.ac: Include config/elf.m4.  Disable LTO if not
92         builting for an elf target.
93         * configure: Regenerate.
94
95 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
96
97         * MAINTAINERS: Change my email address.
98
99 2009-12-18  Ben Elliston  <bje@au.ibm.com>
100
101         * config.sub, config.guess: Update from upstream sources.
102
103 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
104
105         * MAINTAINERS (Write After Approval): Add myself.
106
107 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
108
109         PR middle-end/30447
110         PR middle-end/30789
111         PR other/40302
112
113         * configure.ac: Require MPC.
114         * configure: Regenerate.
115
116 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
117
118         PR target/38384
119         PR bootstrap/40972
120         * libtool.m4: Sync from git Libtool.
121         * ltoptions.m4: Likewise.
122         * ltversion.m4: Likewise.
123         * lt~obsolete.m4: Likewise.
124         * ltmain.sh: Likewise.
125
126 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
127
128         * configure.ac: Update minimum MPC version to 0.8.
129         * configure: Regenerate.
130
131 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
132
133         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
134         * configure: Regenerated.
135
136 2009-11-21  Ian Lance Taylor  <iant@google.com>
137
138         * configure.ac: Change default of poststage1_ldflags to be empty if
139         poststage1_libs is set.  When poststage1_libs is empty, and
140         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
141         * configure: Rebuild.
142
143 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
144
145         * MAINTAINERS (Write After Approval): Update my email address.
146
147 2009-11-20  Ben Elliston  <bje@au.ibm.com>
148
149         * config.guess: Update from upstream sources.
150
151 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
152
153         * Makefile.def: Restore host and target settings for gmp.
154         * Makefile.in: Rebuild.
155
156 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
157
158         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
159         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
160         Fix portability of test of C++ as bootstrap language.  Add
161         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
162         * configure: Rebuild.
163         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
164         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
165         in-tree building.
166         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
167         (POSTSTAGE1_HOST_EXPORTS): Use it.
168         (STAGE[+id+]_CXXFLAGS): New.
169         (BASE_FLAGS_TO_PASS): Pass it down.
170         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
171         extra_exports.
172         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
173         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
174         extra_exports.
175         * Makefile.in: Rebuild.
176
177 2009-11-17  Ben Elliston  <bje@au.ibm.com>
178
179         * config.sub, config.guess: Update from upstream sources.
180
181 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
182
183         * MAINTAINERS (Write After Approval): Add myself.
184
185 2009-11-09  Jon Beniston <jon@beniston.com>
186
187         * MAINTAINERS (Write After Approval): Add myself.
188
189 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
190
191         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
192         paths for *-w64-mingw* and x86_64-*mingw*.
193         * configure: Regenerated.
194
195 2009-11-05  Joern Rennecke <amylaar@spamcop.net>
196
197         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
198
199 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
200
201         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
202         Phil Edwards to Write-After Approval.
203
204 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
205
206         * configure.ac: Disable target-winsup & co for
207         x86_64-*-mingw* and *-w64-mingw* targets.
208         * configure: Regenerated.
209
210 2009-10-16  Nick Clifton  <nickc@redhat.com>
211
212         * MAINTAINERS: Add myself as a maintainer for the RX port.
213
214 2009-10-26  Johannes Singler <singler@kit.edu>
215
216         * MAINTAINERS (Write After Approval): Update my e-mail address.
217
218 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
219
220         * configure.ac (CLooG test): Use = with test.
221         * configure: Regenerate.
222
223 2009-10-22  Richard Guenther  <rguenther@suse.de>
224
225         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
226         cloog if the ppl version check failed.  Move flags saving
227         before setting in libelf check.
228         * configure: Regenerate.
229
230 2009-10-21  Richard Guenther  <rguenther@suse.de>
231
232         * configure.ac: Adjust the ppl and cloog configure to work as
233         documented.  Disable cloog if ppl was disabled.  Omit the version
234         checks if they were disabled.
235         * configure: Re-generate.
236
237 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
238
239         * configure.ac: Add 'lto' to enable_languages, not
240         new_enable_languages, and only if not already present.
241         * configure: Regenerate.
242
243 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
244
245         * README: Refer to the various COPYING* files instead of just
246         COPYING.
247         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
248
249 2009-10-07 Rafael Avila de Espindola  <espindola@google.com>
250
251         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
252         
253 2009-10-07  Richard Guenther  <rguenther@suse.de>
254
255         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
256         and Richard Guenther as reviewers.
257         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
258         as reviewers.
259
260 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
261
262         * config.sub: Update from upstream sources.
263
264 2009-10-06  Ian Lance Taylor  <iant@google.com>
265
266         * Makefile.def: check-gold depends upon all-gas.
267         * Makefile.in: Rebuild.
268
269 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
270
271         * MAINTAINERS (Write After Approval): Add myself.
272
273 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
274
275         * Makefile.def: all-lto-plugin depends on all-libiberty.
276         set bootstrap=true for lto-plugin.
277         Add lto-plugin.
278         * Makefile.in: Regenerate.
279         * configure.ac (host_libs): Add lto-plugin.
280         * configure: Regenerate.
281
282 2009-10-03  Diego Novillo  <dnovillo@google.com>
283
284         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
285         (HOST_LIBELFLIBS): Define.
286         (HOST_LIBELFINC): Define.
287         * Makefile.in: Regenerate.
288         * configure.ac: Add --enable-lto.
289         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
290         If --enable-lto is used, add 'lto' to new_enable_languages.
291         If --enable-lto is used and gold is enabled, add
292         lto-plugin to configdirs.
293         * configure: Regenerate.
294
295 2009-10-03  Simon Baldwin  <simonb@google.com>
296
297         * configure.ac: If --with-system-zlib, suppress local zlib and
298         pass --with-system-zlib to subdir configure scripts.
299         * configure: Regenerate.
300
301 2009-10-01  Loren J. Rittle <ljrittle@acm.org>
302             Paolo Bonzini  <bonzini@gnu.org>
303
304         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
305         $(srcdir).
306         * Makefile.in: Rebuilt.
307
308 2009-09-26  Gary Funck <gary@intrepid.com>
309
310         * MAINTAINERS (Write After Approval): Add myself.
311
312 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
313
314         * configure.ac: Update minimum MPC version to 0.7.
315         * configure: Regenerate.
316
317 2009-09-25  Nick Clifton  <nickc@redhat.com>
318
319         * configure.ac: Pass any --cache-file=/dev/null option on to
320         subconfigures.
321         * configure: Regenerate.
322
323 2009-09-23  Nick Clifton  <nickc@redhat.com>
324
325         * config.sub, config.guess: Update from upstream sources.
326
327 2009-09-22  Loren J. Rittle <ljrittle@acm.org>
328
329         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
330         * Makefile.in: Rebuilt.
331
332 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
333
334         PR bootstrap/32272
335         * configure.ac: Error out if $srcdir isn't '.' but contains
336         host-${host_noncanonical}.
337         * configure: Regenerate.
338
339 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
340
341         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
342         maintainer.
343
344 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
345
346         * configure.ac: If bootstrapping a combined tree with
347         --enable-gold, require c++ in stage1_languages.
348         * configure: Regenerate.
349
350         * configure.ac: Also add target_libs of stage1_languages to
351         bootstrap_target_libs.
352         * configure: Regenerate.
353
354         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
355         with --enable-languages not containing c++.
356         * configure: Regenerate.
357
358 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
359
360         * configure.ac: Disable java and boehm-gc for bfin-*-*.
361         * configure: Regenerate.
362
363 2009-09-12  Joern Rennecke <joern.rennecke@embecosm.com>
364
365         * MAINTAINERS (Write After Approval): Update my e-mail address,
366         and move from from here...
367         (Waiting for paperwork): To here.
368
369 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
370
371         * MAINTAINERS (Reviewers): Add self as driver reviewer.
372
373 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
374
375         * configure.ac: Do not use $extrasub for replacing @if/@endif
376         parts in Makefile; instead, use additional arguments to
377         AC_CONFIG_COMMANDS to do the replacement manually, with several
378         sed invocations, to avoid HP-UX sed command limits.
379         * configure: Regenerate.
380
381 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
382
383         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
384         blank before -L.
385
386 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
387
388         * configure.ac (with-build-config): Document.  Handle without.
389         Handle missing argument.
390         * configure: Rebuilt.
391
392 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
393
394         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
395         Default to bootstrap-debug only if compare-debug works.
396         * configure: Rebuilt.
397         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
398         * Makefile.in: Rebuilt.
399
400 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
401
402         * MAINTAINERS (OS Port Maintainers): Update my email address.
403
404 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
405
406         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
407         * Makefile.in: Rebuilt.
408
409 2009-09-01  Chris Demetriou  <cgd@google.com>
410
411         * MAINTAINERS (Write After Approval): Add myself.
412
413 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
414
415         PR debug/30161
416         * include/dwarf2.h (enum dwarf_tag): Added
417         DW_TAG_GNU_template_template_param
418         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
419
420 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
421
422         * Makefile.tpl (AWK): Fix typo.
423         * Makefile.in: Regenerate.
424
425 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
426
427         * configure.ac: Detect awk and sed.
428         * Makefile.def (flags_to_pass): Add AWK and SED.
429         * Makefile.tpl (AWK, SED): New.
430         (BASE_FLAGS_TO_PASS): Add AWK and SED.
431         * configure: Regenerate.
432         * Makefile.in: Regenerate.
433
434 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
435
436         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
437         (collapseslashes): Likewise.
438
439 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
440
441         * configure.ac (AC_PREREQ): Bump to 2.64.
442
443 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
444
445         * configure.ac: Remove --with-datarootdir, --with-docdir,
446         --with-pdfdir, --with-htmldir switches.
447         * configure: Regenerate.
448
449         * configure: Regenerate.
450
451         * compile: Sync from Automake 1.11.
452         * depcomp: Likewise.
453         * install-sh: Likewise.
454         * missing: Likewise.
455         * mkinstalldirs: Likewise.
456         * ylwrap: Likewise.
457
458 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
459
460         * ltmain.sh (func_normal_abspath): New function.
461         (func_relative_path): Likewise.
462         (func_mode_help): Document new -bindir option for link mode.
463         (func_mode_link): Add new -bindir option, and use it to place
464         output DLL if specified.
465
466 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
467
468         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
469         (baseargs): Add --disable-option-checking.
470         * configure: Regenerate.
471
472         * Makefile.def (configure-target-libiberty): Depend on
473         all-binutils and all-ld.
474         (configure-target-newlib): Likewise.
475         * Makefile.in: Regenerate.
476
477 2009-08-17  Ben Elliston  <bje@au.ibm.com>
478
479         * config.sub, config.guess: Update from upstream sources.
480
481 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
482
483         Sync from src, merge:
484
485         2009-07-02  Tristan Gingold  <gingold@adacore.com>
486
487         * configure.ac: Do not exclude gas for i386-*-darwin.
488         Add a case for x86_64-*-darwin.
489         * configure: Regenerate.
490
491 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
492
493         * MAINTAINERS: Add my name to Write After Approval list.
494
495 2009-08-06  Michael Eager <eager@eagercon.com>
496
497         * configure.ac: Add Microblaze target.
498         * configure: Regenerate.
499
500 2009-07-31  Christian Bruel  <christian.bruel@st.com>
501
502         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
503         * configure: Regenerate.
504         
505 2009-07-28  Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
506
507         * MAINTAINERS (Write After Approval): Update my e-mail address.
508
509 2009-07-06  Ian Lance Taylor  <iant@google.com>
510
511         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
512         * configure: Rebuild.
513
514 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
515
516         * MAINTAINERS: Move myself to the Graphite Reviewers.
517
518 2009-06-30  Wei Guozhi  <carrot@google.com>
519
520         * MAINTAINERS: Add my name to Write After Approval list.
521
522 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
523
524         PR bootstrap/40338
525         * configure.ac (comparestring): Create new variable.
526         * Makefile.tpl (comparestring): Use to skip some comparisions.
527         * configure: Regenerate.
528         * Makefile.in: Regenerate.
529
530 2009-06-26  Doug Evans  <dje@sebabeach.org>
531
532         * Makefile.def (host_modules): Add cgen.
533         * Makefile.in: Regenerate.
534         * configure.ac (host_tools): Add cgen.
535         * configure: Regenerate.
536
537 2009-06-23  DJ Delorie  <dj@redhat.com>
538
539         * MAINTAINERS: Add myself as mep maintainer.
540
541 2009-06-23  Ian Lance Taylor  <iant@google.com>
542
543         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
544         boot_languages.  Only bootstrap target libraries listed in
545         target_libs for some boot language.  Add --with-stage1-ldflags,
546         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
547         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
548         if not building with C++.
549         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
550         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
551         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
552         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
553         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
554         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
555         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
556         * configure, Makefile.in: Rebuild.
557
558 2009-06-23  Li Feng  <nemokingdom@gmail.com>
559
560         * MAINTAINERS: Added my name to write-after-approval list.
561
562 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
563
564         * configure.ac: Define is_elf for QNX Neutrino targets.
565         * configure: Regenerate.
566
567 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
568
569         * MAINTAINERS: Added my name to the write-after-approval list
570
571 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
572
573         * configure.ac: Detect MPC in default directory.
574         * configure: Regenerate.
575
576 2009-06-03  Jerome Guitton  <guitton@adacore.com>
577             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
578
579         * Makefile.tpl (all): Avoid a trailing backslash.
580         * Makefile.in: Regenerate.
581
582 2009-06-03  Ben Elliston  <bje@au.ibm.com>
583
584         * config.sub, config.guess: Update from upstream sources.
585
586 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
587
588         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
589         to noconfdirs.
590         * configure: Regenerate.
591
592 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
593
594         * Makefile.tpl ([+compare-target+]): Compare all stage
595         directories, rather than just gcc.
596         * Makefile.in: Rebuilt.
597
598 2009-06-01  Doug Kwan  <dougkwan@google.com>
599
600         * configure.ac: Support gold for target arm*-*-*.
601         * configure: Regenerate.
602
603 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
604
605         * Makefile.def: Add MPC support and dependencies.
606         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
607
608         * Makefile.in, configure: Regenerate.
609
610 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
611
612         * Makefile.tpl (all): Avoid harmless warning in make all when
613         gcc-bootstrap is enabled but stage_last does not exist.
614         * Makefile.in: Rebuilt.
615
616 2009-05-24  Nicolas Roche  <roche@adacore.com>
617
618         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
619         * Makefile.in: Regenerate.
620
621 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
622
623         * MAINTAINERS: Update my e-mail address.
624
625 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
626
627         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
628         * configure:  Regenerate.
629
630 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
631
632         PR other/40159
633         * Makefile.tpl (all): Don't assume gcc-bootstrap and
634         gcc-no-bootstrap are mutually exclusive.
635         * Makefile.in: Rebuilt.
636
637 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
638
639         PR other/40159
640         * Makefile.tpl (all): Don't end with unconditional success.
641         * Makefile.in: Rebuilt.
642
643 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
644
645         PR target/37137
646         * Makefile.def (flags_to_pass): Remove redundant and incomplete
647         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
648         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
649         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
650         stage_configureflags, stage_cflags and stage_libcflags into
651         explicit Makefile macros.
652         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
653         GFORTRAN.
654         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
655         CC.  Set CC_FOR_BUILD from CC.
656         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
657         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
658         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
659         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
660         and GFORTRAN.
661         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
662         (_LIBCFLAGS): Renamed to _TFLAGS.
663         (do-compare-debug, do-compare3-debug): Drop.
664         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
665         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
666         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
667         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
668         (XGCC_FLAGS_FOR_TARGET): New.
669         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
670         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
671         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
672         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
673         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
674         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
675         TFLAGS.
676         (BUILD_CONFIG): Include if requested.
677         (all): Set TFLAGS on bootstrap.
678         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
679         (all-stageid-prefixmodule): Likewise.
680         (do-clean, distclean-stageid): Set TFLAGS.
681         (restrap): Fix whitespace.
682         * Makefile.in: Rebuilt.
683
684 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
685
686         * config.guess: Sync with src.
687
688 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
689
690         * configure.ac ($with_ppl):  Default to no if not supplied.
691         ($with_cloog):  Likewise.
692         configure:  Regenerate.
693
694 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
695
696         * MAINTAINERS: Update my e-mail address.
697
698 2009-04-27  Nick Clifton  <nickc@redhat.com>
699
700         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
701
702 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
703
704         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
705         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
706         * Makefile.in: Regenerate.
707
708 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
709
710         PR bootstrap/39739
711         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
712         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
713
714         * configure, Makefile.in: Regenerate.
715
716 2009-04-21  Taras Glek  <tglek@mozilla.com>
717
718         * include/hashtab.h: Update GTY annotations to new syntax
719         * include/splay-tree.h: Likewise
720
721 2009-04-17  Ben Elliston  <bje@au.ibm.com>
722
723         * config.sub, config.guess: Update from upstream sources.
724
725 2009-04-15  Anthony Green  <green@moxielogic.com>
726
727         * configure.ac: Add moxie support.
728         * configure: Rebuilt.
729
730 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
731
732         * configure.ac: Change copyright header to refer to version
733         3 of the GNU General Public License and to point readers at the
734         COPYING3 file and the FSF's license web page.
735         * Makefile.def: Likewise.
736         * Makefile.tpl: Likewise.
737         * Makefile.in: Regenerate.
738
739 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
740
741         * configure.ac: Restore match for darwin9 or later. Use double
742         brackets since regeneration eats one pair.
743         * configure: Regenerate.
744
745 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
746
747         PR gas/10039
748         * configure.ac: Require texinfo 4.7.
749         * configure: Regenerated.
750
751 2009-04-09  Nick Clifton  <nickc@redhat.com>
752
753         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
754         the GCC Runtime Library Exception.
755
756 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
757
758         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
759         * configure: Regenerate.
760
761 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
762
763         * Makefil.def (languages): New entries.
764         * Makefile.tpl (check-gcc-*): New generic target.
765         * Makefile.in: Regenerate.
766
767 2009-03-25  Erven Rohou <erven.rohou@inria.fr>
768
769         * MAINTAINERS:  Update my email address.
770
771 2009-03-18  Tom Tromey  <tromey@redhat.com>
772
773         * configure: Rebuild.
774         * configure.ac (host_libs): Add libiconv.
775         * Makefile.in: Rebuild.
776         * Makefile.def (host_modules): Add libiconv.
777         (configure-gdb, all-gdb): Depend on libiconv.
778
779 2009-03-16  Tristan Gingold  <gingold@adacore.com>
780
781         * configure.ac: Treat gdb as supported on x86_64-darwin.
782         * configure: Regenerate.
783
784 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
785
786         * configure.ac (--with-host-libstdcxx): New option.
787         * configure: Regenerate.
788
789 2009-03-12  Joern Rennecke <joern.rennecke@arc.com>
790
791         * MAINTAINERS:  Move myself into the write after approval list.
792
793 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
794
795         * MAINTAINERS: Update e-mail address.
796         
797 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
798
799         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
800
801 2009-03-10  Ira Rosen <irar@il.ibm.com>
802
803         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
804
805 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
806
807         Backport from git Libtool:
808
809         2009-01-19  Robert Millan  <rmh@aybabtu.com>
810         Support GNU/kOpenSolaris.
811         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
812         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
813         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
814         GNU/kOpenSolaris.
815
816 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
817
818         * MAINTAINERS: Update e-mail address.
819
820 2009-02-24  Michael Eager  <eager@eagercon.com>
821
822         * MAINTAINERS (Write After Approval): Add self.
823
824 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
825
826         * MAINTAINERS (Write After Approval): Add myself.
827
828 2009-02-05  Andreas Schwab  <schwab@suse.de>
829
830         * Makefile.tpl (stage_last): Define $r and $s before using
831         $(RECURSE_FLAGS_TO_PASS).
832         * Makefile.in: Regenerate
833
834 2009-01-30  Ian Lance Taylor  <iant@google.com>
835
836         * MAINTAINERS: Move myself to the Global Reviewers list.
837
838 2009-01-29  Robert Millan  <rmh@aybabtu.com>
839
840         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
841         * configure: Regenerate.
842
843 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
844
845         * MAINTAINERS: Make whitespace consistent.
846         Remove Robert Millan from Write After Approval.
847
848 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
849
850         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
851         (all-opcodes): Depend on all-libiberty.
852         * Makefile.in: Regenerate.
853
854 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
855
856         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
857         * configure: Regenerate.
858
859 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
860
861         * MAINTAINERS (Write After Approval): Add myself.
862
863 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
864
865         * MAINTAINERS: Add myself to reviewers (Fortran).
866
867 2009-01-12  Sebastian Pop <sebastian.pop@amd.com>
868
869         PR tree-optimization/38515
870         * configure.ac (cloog-polylib): Removed.
871         (with_ppl, with_cloog): Test for "no".
872         * configure: Regenerated.
873
874 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
875
876         * MAINTAINERS: Moved myself to reviewers (Fortran).
877
878 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
879
880         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
881         (Write After Approval): Remove myself.
882
883 2009-01-03  Diego Novillo  <dnovillo@google.com>
884
885         * MAINTAINERS: Remove myself from alias maintainership.
886
887 2009-01-02  David Ayers  <ayers@fsfe.org>
888
889         * MAINTAINERS: Update e-mail address.
890
891 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
892
893         * MAINTAINERS: Make whitespace consistent.
894
895 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
896
897         Backport from upstream Libtool:
898         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
899         Add cache variables to tests that require the linker to work.
900         For shlibpath_overrides_runpath, this also changes the semantics
901         to let the result from the C compiler take precedence.
902
903 2008-12-02  Ben Elliston  <bje@au.ibm.com>
904
905         * config.sub, config.guess: Update from upstream sources.
906
907 2008-12-12  Sebastian Pop <sebastian.pop@amd.com>
908
909         * configure.ac (ppllibs): Add by default the lib flags.
910         * configure: Regenerate.
911
912 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
913
914         * MAINTAINERS:  Add myself to the write after approval list.
915
916 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
917
918         * configure.ac: Add double brackets on darwin[912].
919         * configure: Regenerate.
920
921 2008-12-03  Daniel Kraft  <d@domob.eu>
922
923         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
924         Approval to Reviewer section (for Fortran front-end).
925
926 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
927
928         * configure.ac: Expand to darwin10 and later.
929         * configure: Regenerate.
930
931 2008-12-02  Andreas Schwab  <schwab@suse.de>
932
933         * Makefile.def: configure-target-boehm-gc depends on
934         all-target-libstdc++-v3.
935         * Makefile.in: Regenerate.
936
937 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
938
939         * MAINTAINERS:  Add myself as mingw maintainer.
940
941 2008-12-02  Ben Elliston  <bje@au.ibm.com>
942
943         * config.sub, config.guess: Update from upstream sources.
944
945 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
946
947         * README.SCO: Remove.
948
949 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
950
951         * MAINTAINERS:  Add myself to the write after approval list.
952
953 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
954
955         * MAINTAINERS:  Update my email address in WAA section.
956
957 2008-11-29  Chen Liqin <liqin@sunnorth.com.cn>
958
959         * MAINTAINERS: Update e-mail address.
960
961 2008-11-27  Toon Moene <toon@moene.org>
962
963         * MAINTAINERS: Change e-mail address.
964
965 2008-11-27  Tristan Gingold  <gingold@adacore.com>
966
967         * configure.ac: Build gdb for i?86-*-darwin*
968         * configure: Regenerated.
969
970 2008-11-24  Hariharan Sandanagobalane <hariharan@picochip.com>
971
972         * MAINTAINERS: Added my full name.
973
974 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
975
976         PR bootstrap/38014
977         PR bootstrap/37923
978
979         Revert:
980
981         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
982
983         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
984         * Makefile.in: Regenerated.
985
986         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
987
988         PR gdb/921
989         PR gdb/1646
990         PR gdb/2175
991         PR gdb/2176
992
993         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
994         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
995         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
996         (HOST_EXPORTS): Pass CPPFLAGS.
997         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
998         (LDFLAGS_FOR_TARGET): Initialize from configure script.
999         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1000         * Makefile.in, configure: Regenerated.
1001         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1002         and CPPFLAGS_FOR_BUILD.
1003
1004 2008-11-06  Jeff Law <law@redhat.com>
1005
1006         * MAINTAINERS: Add myself as middle end maintainer.
1007
1008 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
1009
1010         * MAINTAINERS (Write after approval): Add myself.
1011
1012 2008-11-05  Diego Novillo  <dnovillo@google.com>
1013
1014         * MAINTAINERS (Global Reviewers): Add myself.
1015         (Non-Algorithmic Maintainers): Remove myself.
1016
1017 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
1018
1019         * MAINTAINERS (Write after approval): Add myself.
1020
1021 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
1022
1023         * MAINTAINERS (Write after approval): Add myself.
1024
1025 2008-10-31  Ben Elliston  <bje@au.ibm.com>
1026
1027         * configure.ac (spu-*-*): Remove special case.
1028         * configure: Regenerate.
1029
1030 2008-10-30  Catherine Moore  <clm@codesourcery.com>
1031
1032         * MAINTAINERS (Write after approval): Update my email address.
1033
1034 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
1035
1036         * configure.ac [spu-*-*]: Do not set skipdirs.
1037         * configure: Re-generate.
1038
1039 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
1040
1041         * MAINTAINERS (Various Maintainers): Add myself to reload.
1042
1043 2008-10-25  Richard Guenther  <rguenther@suse.de>
1044
1045         * MAINTAINERS (Various Maintainers): Add myself as middle-end
1046         maintainer.  Remove myself as libgcc-math maintainer.
1047         (Non-Algorithmic Maintainers): Remove myself.
1048
1049 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1050
1051         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1052         * Makefile.in: Regenerated.
1053
1054 2008-10-23  Cary Coutant  <ccoutant@google.com>
1055
1056         * MAINTAINERS (Write after approval): Add myself.
1057
1058 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1059
1060         PR gdb/921
1061         PR gdb/1646
1062         PR gdb/2175
1063         PR gdb/2176
1064
1065         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1066         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1067         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1068         (HOST_EXPORTS): Pass CPPFLAGS.
1069         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1070         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1071         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1072         * Makefile.in, configure: Regenerated.
1073         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1074         and CPPFLAGS_FOR_BUILD.
1075
1076 2008-10-20  Sebastian Pop <sebastian.pop@amd.com>
1077
1078         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
1079         Sebastian Pop.
1080
1081 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
1082
1083         * MAINTAINERS (Write After Approval): Added myself.
1084
1085 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1086
1087         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1088         recommended version to 2.3.2.
1089
1090         * configure: Regenerate.
1091
1092 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
1093
1094         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
1095
1096 2008-09-29  David Daney <david.daney@caviumnetworks.com>
1097
1098         * MAINTAINERS (Write After Approval): Update e-mail address.
1099
1100 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
1101
1102         * libtool.m4: Update to libtool 2.2.6.
1103         * lt~obsolete.m4: Update to libtool 2.2.6.
1104         * ltmain.sh: Update to libtool 2.2.6.
1105         * ltsugar.m4: Update to libtool 2.2.6.
1106         * ltversion.m4: Update to libtool 2.2.6.
1107         * ltoptions.m4: Update to libtool 2.2.6.
1108         * ltgcc.m4: Update to match changes from libtool 2.2.6.
1109
1110 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
1111
1112         * MAINTAINERS (Write After Approval): Add myself.
1113
1114 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1115
1116         * MAINTAINERS (Write After Approval): Update my name.
1117
1118 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
1119
1120         * MAINTAINERS: Add myself in "Write After Approval".
1121
1122 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
1123
1124         * MAINTAINERS: Add myself as ia64 maintainer.
1125
1126 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
1127
1128         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
1129         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
1130         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
1131         and Michael Tiemann from Write After Approval since they do not
1132         actually have access.
1133
1134 2008-09-05  Richard Guenther  <rguenther@suse.de>
1135
1136         * configure.ac: Initialize clooglibs to -lcloog.
1137         * configure: Re-generate.
1138
1139 2008-09-04  Le-Chun Wu  <lcwu@google.com>
1140
1141         * MAINTAINERS (Write After Approval): Add myself.
1142
1143 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
1144
1145         * configure.ac (--with-cloog-polylib): New.
1146         (--disable-cloog-version-check): New.
1147         (--disable-ppl-version-check): New.
1148         * configure: Re-generate.
1149
1150 2008-09-03  Richard Guenther  <rguenther@suse.de>
1151
1152         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1153         cloog test.
1154         * configure: Re-generate.
1155
1156 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
1157
1158         Add picoChip port.
1159         * MAINTAINERS: Add picoChip maintainers.
1160
1161 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
1162             Tobias Grosser  <grosser@fim.uni-passau.de>
1163             Jan Sjodin  <jan.sjodin@amd.com>
1164             Harsha Jagasia  <harsha.jagasia@amd.com>
1165             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1166             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1167             Adrien Eliche  <aeliche@isty.uvsq.fr>
1168
1169         Merge from graphite branch.
1170         * configure: Regenerate.
1171         * Makefile.in: Regenerate.
1172         * configure.ac (host_libs): Add ppl and cloog.
1173         Add checks for PPL and CLooG.
1174         * Makefile.def (ppl, cloog): Added modules and dependences.
1175         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1176         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1177
1178 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1179
1180         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1181         (GCC_SHLIB_SUBDIR): New.
1182         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1183         * configure: Regenerate.
1184         * Makefile.in: Regenerate.
1185
1186 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
1187
1188         * MAINTAINERS: Consistently use tabs to separate columns.
1189
1190 2008-08-29  Tristan Gingold  <gingold@adacore.com>
1191
1192         * MAINTAINERS (Write after Approval): Add myself.
1193
1194 2008-08-28  Tristan Gingold  <gingold@adacore.com>
1195
1196         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1197         Enable bfd, binutils and opcodes.
1198         * configure: Regenerate.
1199
1200 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1201
1202         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
1203
1204 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1205
1206         * MAINTAINERS:  Use correct Umlaut for last name.
1207
1208 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1209
1210         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
1211
1212 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
1213
1214         * MAINTAINERS: Update my email address.
1215
1216 2008-08-16  Nicolas Roche  <roche@adacore.com>
1217
1218         * Makefile.tpl: Add BOOT_ADAFLAGS.
1219         * Makefile.in: Regenerate.
1220
1221 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
1222
1223         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1224         * configure: Regenerate.
1225
1226 2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
1227
1228         * configure.ac: Add makefile fragments for hpux.
1229         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1230         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1231         * configure: Regenerate.
1232         * Makefile.in: Regenerate.
1233
1234 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
1235
1236         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
1237
1238 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
1239
1240         * MAINTAINERS (Write after Approval): Add myself.
1241
1242 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
1243
1244         * MAINTAINERS (Write After Approval):  Add myself.
1245
1246 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
1247
1248         * MAINTAINERS (Write After Approval):  Add myself.
1249
1250 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
1251
1252         * MAINTAINERS: Update my email address.
1253
1254 2008-06-25  Joey Ye  <joey.ye@intel.com>
1255
1256         * MAINTAINERS (Write After Approval):  Add myself.
1257
1258 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1259
1260         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1261         * Makefile.in: Regenerate.
1262         * configure: Regenerate.
1263
1264 2008-06-17  Daniel Kraft  <d@domob.eu>
1265
1266         * MAINTAINERS (Write After Approval):  Add myself.
1267
1268 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1269
1270         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1271         "$@" is still intact with both Autoconf 2.59 and 2.62.
1272         * configure: Regenerate.
1273
1274 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1275
1276         * Makefile.tpl: Fix comment errors.
1277         * Makefile.in: Regenerate.
1278
1279 2008-06-12  David S. Miller  <davem@davemloft.net>
1280             David Edelsohn  <edelsohn@gnu.org>
1281
1282         * configure.ac: Add powerpc*-*-* to gold supported targets.
1283         * configure: Regenerate.
1284
1285 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
1286
1287         PR tree-optimization/36218
1288         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1289         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1290         (all prefix="build-"): Pass them to build-system sub-makes.
1291         * Makefile.in: Regenerate.
1292
1293 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
1294
1295         * MAINTAINERS (mt port): Remove.
1296         (sco5, unixware, sco udk): Remove.
1297         (Kean Johnston): Add to Write After Approval.
1298
1299 2008-05-30  Julian Brown  <julian@codesourcery.com>
1300
1301         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1302         of libobjc for ARM EABI Linux.
1303         * configure: Regenerate.
1304
1305 2008-05-18 Xinliang David Li   <davidxl@google.com>
1306
1307         * ChangeLog: Remove wrong ChangeLog entry.
1308
1309 2008-05-17 Xinliang David Li   <davidxl@google.com>
1310
1311         * MAINTAINERS (Write After Approval): Add myself.
1312
1313 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
1314
1315         * MAINTAINERS (Write After Approval): Add myself.
1316
1317 2008-05-14  Rafael Espíndola  <espindola@google.com>
1318
1319         * config-ml.in: don't handle --enable-shared and --enable-static.
1320
1321 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
1322
1323         * MAINTAINERS: Update my email address.
1324
1325 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
1326
1327         * MAINTAINERS: Update my email address.
1328
1329 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
1330
1331         * MAINTAINERS (Write After Approval): Add myself.
1332
1333 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
1334
1335         * MAINTAINERS (Write After Approval): Add myself.
1336
1337 2008-04-25  Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
1338
1339         * MAINTAINERS (crx): Add myself.
1340
1341 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1342
1343         Sync with src:
1344         2008-04-14  David S. Miller  <davem@davemloft.net>
1345
1346         * configure.ac: Add sparc*-*-* to gold supported targets.
1347         * configure: Regenerate.
1348
1349 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1350
1351         PR bootstrap/35457
1352         * configure.ac: Include override.m4.
1353         * configure: Regenerate.
1354
1355 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1356
1357         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
1358         * Makefile.in: Regenerate.
1359
1360 2008-04-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
1361
1362         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
1363         as nonconfigurable directories list.
1364         * configure: Regenerate.
1365
1366 2008-04-14  Ben Elliston  <bje@au.ibm.com>
1367
1368         * config.sub, config.guess: Update from upstream sources.
1369
1370 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
1371
1372         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
1373         * Makefile.in: Regenerate.
1374
1375 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
1376
1377         * configure.ac: Do not build libssp for the AVR.
1378         * configure: Regenerate.
1379
1380 2008-04-07  Ian Lance Taylor  <iant@google.com>
1381
1382         * Makefile.def: check-gold depends upon all-binutils.
1383         * Makefile.in: Regenerate.
1384
1385 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
1386
1387         * MAINTAINERS (Write After Approval): Add myself.
1388
1389 2008-04-04  Nick Clifton  <nickc@redhat.com>
1390
1391         PR binutils/4334
1392         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
1393         builds.
1394         * configure: Regenerate.
1395
1396 2008-04-04  NightStrike  <NightStrike@gmail.com>
1397
1398         PR other/35151
1399         * configure.ac: Combine rules for mingw32 and mingw64.
1400         * configure: Regenerate.
1401
1402 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
1403
1404         * MAINTAINERS (Write After Approval): Add myself.
1405
1406 2008-04-01  Seongbae Park <seongbae.park@gmail.com>
1407
1408         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
1409         * Makefile.in (.NOTPARALLEL): Ditto.
1410
1411 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
1412
1413         * MAINTAINERS (Write After Approval): Add myself.
1414
1415 2008-03-31  Seongbae Park <seongbae.park@gmail.com>
1416
1417         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
1418         * Makefile.in (.NOTPARALLEL): Regenerate.
1419
1420 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
1421
1422         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
1423         * Makefile.in: Regenerate.
1424
1425 2008-03-26  Jakub Staszak  <kuba@et.pl>
1426
1427         * MAINTAINERS (Write After Approval): Add myself.
1428
1429 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1430
1431         * MAINTAINERS:  Update e-mail address.
1432
1433 2008-03-20  Ian Lance Taylor  <iant@google.com>
1434
1435         * configure.ac: Add support for --enable-gold.
1436         * Makefile.def: Add gold as a directory like ld.
1437         * configure, Makefile.in: Regenerate.
1438
1439 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1440
1441         * configure.ac: m4_include config/proginstall.m4.
1442         * configure: Regenerate.
1443
1444         Backport from upstream Libtool:
1445
1446         2007-10-12  Eric Blake  <ebb9@byu.net>
1447
1448         Deal with Autoconf 2.62's semantic change in m4_append.
1449         * ltsugar.m4 (lt_append): Replace broken versions of
1450         m4_append.
1451         (lt_if_append_uniq): Don't require separator to be overquoted,
1452         and avoid broken m4_append.
1453         (lt_dict_add): Fix typo.
1454         * libtool.m4 (_LT_DECL): Don't overquote separator.
1455
1456 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
1457
1458         * config.rpath: Add AIX 6 support.
1459
1460 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
1461
1462         * Makefile.def (stageprofile).  Remove -fprofile-generate
1463         from stage_libcflags.
1464         * Makefile.in: Regenerate.
1465
1466 2008-03-13  Ben Elliston  <bje@au.ibm.com>
1467
1468         * config.sub, config.guess: Update from upstream sources.
1469
1470 2008-03-06  Tom Tromey  <tromey@redhat.com>
1471
1472         * MAINTAINERS: Update for treelang deletion.
1473
1474 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
1475
1476         * MAINTAINERS: Update my email address.
1477
1478 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
1479
1480         * MAINTAINERS (darwin port): Add myself as a maintainer.
1481         (objective-c/c++): Add myself as a maintainer.
1482
1483 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
1484
1485         * MAINTAINERS (Write After Approval): Update my email address.
1486
1487 2008-02-25  Tomas Bily  <tbily@suse.cz>
1488
1489         * MAINTAINERS (Write After Approval): Add myself.
1490
1491 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
1492
1493         * MAINTAINERS (OpenMP): Add myself.
1494
1495 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
1496
1497         PR bootstrap/32009
1498         PR bootstrap/32161
1499
1500         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
1501         * configure: Regenerate.
1502
1503         * Makefile.def: Define stage_libcflags for all bootstrap stages.
1504         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
1505         STAGE4_LIBCFLAGS): New.
1506         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
1507         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
1508         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
1509         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
1510         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
1511         for target modules.  Don't export LIBCFLAGS.
1512         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
1513         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
1514         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
1515         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
1516         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
1517         * Makefile.in: Regenerate.
1518
1519 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1520
1521         PR libgcj/33085
1522         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
1523         Do not use -DDLL_EXPORT.  Backport from upstream.
1524
1525 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1526
1527         * MAINTAINERS (Write After Approval): Add myself.
1528
1529 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
1530
1531         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
1532         * configure: Regenerate.
1533
1534 2008-01-31  Marc Gauthier  <marc@tensilica.com>
1535
1536         * configure.ac (xtensa*-*-*): Recognize processor variants.
1537         * configure: Regenerate.
1538
1539 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1540
1541         PR bootstrap/34922
1542         * configure.ac (PARSE_ARGS): Push suitable setting of
1543         ac_subdirs_all, for `./configure --help=recursive'.
1544         Handle `+' in generic toplevel directory disabling.
1545         * configure: Regenerate.
1546
1547 2008-01-28  Nick Clifton  <nickc@redhat.com>
1548
1549         * MAINTAINERS (xstormy16): Take over maintainership.
1550
1551 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
1552
1553         * MAINTAINERS (c4x port): Remove.
1554
1555 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
1556
1557         * libtool.m4: Backport AIX 6 support from ToT Libtool.
1558
1559 2008-01-23  Ben Elliston  <bje@au.ibm.com>
1560
1561         * config.sub, config.guess: Update from upstream sources.
1562
1563 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
1564
1565         * MAINTAINERS (Write After Approval): Add myself.
1566
1567 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
1568
1569         * MAINTAINERS: Update my email address.
1570
1571 2008-01-09  Raksit Ashok  <raksit@google.com>
1572
1573         * MAINTAINERS (Write After Approval): Add myself.
1574
1575 2008-01-09  Raksit Ashok  <raksit@google.com>
1576
1577         * MAINTAINERS (Write After Approval): Add myself.
1578
1579 2008-01-08  Ben Elliston  <bje@au.ibm.com>
1580
1581         * config.sub, config.guess: Update from upstream sources.
1582
1583 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1584
1585         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
1586         Change recommended MPFR from 2.2.1 -> 2.3.0.
1587         * configure: Regenerate.
1588
1589 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
1590
1591         * MAINTAINERS: Update my email address.
1592
1593 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
1594
1595         * MAINTAINERS: Update my email address.
1596
1597 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
1598
1599         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
1600         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
1601         * Makefile.in: Regenerate.
1602
1603 2007-12-10  Mark Heffernan <meheff@google.com>
1604
1605         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
1606         misplaced entries.
1607
1608 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
1609
1610         * configure.ac: Enable libjava for x86_64-*-darwin9.
1611         * configure: Regenerate.
1612
1613 2007-12-07  Bill Maddox <maddox@google.com>
1614
1615         * MAINTAINERS (Write After Approval): Add myself.
1616
1617 2007-12-05  Ben Elliston  <bje@au.ibm.com>
1618
1619         * config.sub, config.guess: Update from upstream sources.
1620
1621 2007-12-02  Matthias Klose  <doko@ubuntu.com>
1622
1623         * config-ml.in: Remove 64bit configure tests.
1624
1625 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1626
1627         * config-ml.in: Robustify against white space in absolute file
1628         names.
1629
1630         * config-ml.in (multi-clean): Substitute ${Makefile}.
1631         Remove superfluous ${Makefile} in list.
1632
1633 2007-11-19  Thiemo Seufer  <ths@mips.com>
1634
1635         * config-ml.in: Don't hardcode the Makefile name.
1636
1637 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
1638
1639         * MAINTAINERS (Write After Approval): Add myself.
1640
1641 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
1642
1643         * MAINTAINERS (Write After Approval): Add myself.
1644
1645 2007-11-06  Doug Kwan <dougkwan@google.com>
1646
1647         * MAINTAINERS (Write After Approval): Add myself.
1648
1649 2007-10-25  Ben Elliston  <bje@au.ibm.com>
1650
1651         * MAINTAINERS (mercury): Remove entry.
1652         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
1653
1654 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
1655
1656         * Makefile.def (dependencies): Make configure-gdb depend on
1657         all-intl.
1658         * Makefile.in: Regenerated.
1659
1660 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
1661
1662         * MAINTAINERS (Fortran maintainer): Remove myself.
1663
1664 2007-10-15  Patrick Mansfield <patmans@us.ibm.com>
1665
1666         * Makefile.def: To avoid problems running with parallel makes,
1667         build newlib before libgloss so that target specific header
1668         files are availble.
1669         * Makefile.in: Regenerate
1670
1671 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
1672
1673         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
1674         * Makefile.in: Regenerate.
1675
1676 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
1677
1678         * MAINTAINERS (Register allocation reviewer): Add myself.
1679
1680 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
1681
1682         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
1683         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
1684         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
1685         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
1686         * configure: Regenerate.
1687
1688 2006-10-04  Seongbae Park <seongbae.park@gmail.com>
1689
1690         * MAINTAINERS (Register allocation reviewer): Add myself.
1691
1692 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
1693
1694         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
1695         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
1696         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
1697         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
1698         * configure.ac: Default them to host tools for $host = $build.
1699         Subst them.
1700
1701         * configure: Regenerate.
1702         * Makefile.in: Regenerate.
1703
1704 2006-09-24  Peter Bergner <bergner@vnet.ibm.com>
1705
1706         * MAINTAINERS (Register allocation reviewer): Add myself.
1707
1708 2006-09-24  Kenneth Zadeck <zadeck@naturalbridge.com>
1709
1710         * MAINTAINERS (Register allocation reviewer): Add myself.
1711
1712 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
1713
1714         * MAINTAINERS (Write After Approval): Fix typo.
1715
1716 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
1717
1718         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
1719         * configure: Regenerate.
1720
1721 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
1722
1723         PR bootstrap/31906
1724         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
1725         they're already prefixed.
1726
1727 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
1728
1729         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
1730         libstdc++.
1731         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
1732         * configure: Regenerate.
1733         * Makefile.in: Regenerate.
1734
1735 2007-09-17  Andreas Schwab  <schwab@suse.de>
1736
1737         * configure.ac: Raise minimum makeinfo version to 4.6.
1738         * configure: Regenerate.
1739
1740 2007-09-17  Johannes Singler <singler@ira.uka.de>
1741
1742         * MAINTAINERS (write-after-approval) add myself
1743
1744 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
1745
1746         * configure.ac: Correct makeinfo version check.
1747         * configure: Regenerate.
1748
1749 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
1750
1751         * MAINTAINERS: Update my email address.
1752
1753 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
1754
1755         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
1756         to $skipdirs and only disable gprof for newlib.  Use the normal
1757         mips*-elf* handling in other respects.
1758         * configure: Regnerate.
1759
1760 2007-09-12  David Daney  <ddaney@avtrex.com>
1761
1762         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
1763         enabling libgcj.
1764         * configure: Regenerate.
1765
1766 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
1767
1768         PR other/32154
1769         * configure.ac: For libgloss targets, point the linker to the linker
1770         script, startup code and simulator library.
1771         * configure: Regenerate.
1772
1773 2007-09-07  Andrew Haley  <aph@redhat.com>
1774
1775         * configure.ac (noconfigdirs): Remove target-libffi and
1776         target-libjava.
1777         * configure: Regenerate.
1778
1779 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1780
1781         PR target/33281
1782         * configure.ac: Use config/mh-mingw on mingw.
1783         * configure: Regenerate.
1784
1785 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
1786
1787         * MAINTAINERS (Write After Approval): Add myself.
1788
1789 2007-09-05  Richard Guenther  <rguenther@suse.de>
1790
1791         * configure.ac (--enable-stage1-checking): If neither --enable-checking
1792         nor --disable-checking is provided also turn on yes and types
1793         checking for stage1.
1794         * configure: Re-generate.
1795
1796 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
1797
1798         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
1799         (Write After Approval): Remove myself.
1800
1801 2007-08-29  Nick Clifton  <nickc@redhat.com>
1802
1803         * config.sub, config.guess: Update from upstream sources.
1804
1805 2007-08-22  Bud Davis  <jmdavis@link.com>
1806
1807         * MAINTAINERS (Write After Approval): Added myself.
1808         * MAINTAINERS (Reviewers): Removed myself.
1809
1810 2007-08-18  Paul Brook  <paul@codesourcery.com>
1811             Joseph Myers  <joseph@codesourcery.com>
1812
1813         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
1814         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
1815         * Makefile.in: Regenerate.
1816         * configure.ac (--with-debug-prefix-map): New.
1817         * configure: Regenerate.
1818
1819 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
1820             Nigel Stephens  <nigel@mips.com>
1821
1822         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
1823         as target_makefile_frag.
1824         * configure: Regenerate.
1825
1826 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
1827
1828         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
1829         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
1830         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
1831         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
1832         (do-compare, do-compare3, do-compare-debug): New.
1833         ([+compare-target+]): Use them.
1834
1835 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
1836
1837         * MAINTAINERS (Write After Approval): Change my email address.
1838
1839 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1840             Ben Elliston  <bje@au.ibm.com>
1841
1842         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
1843         --silent if $silent.
1844         * configure: Regenerate.
1845
1846 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
1847
1848         * MAINTAINERS (Various Maintainers): Add myself as
1849         loop infrastructure maintainer.  Update my e-mail
1850         address.
1851
1852 2007-07-31  Diego Novillo  <dnovillo@google.com>
1853
1854         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
1855         Adjust description.
1856
1857 2007-07-26  Richard Guenther  <rguenther@suse.de>
1858
1859         * configure.ac: Add types checking to stage1 checking flags.
1860         * configure: Regenerate.
1861
1862 2007-07-17  Nick Clifton  <nickc@redhat.com>
1863
1864         * COPYING3: New file.  Contains version 3 of the GNU General
1865         Public License.
1866         * COPYING3.LIB: New file.  Contains version 3 of the GNU
1867         Lesser General Public License.
1868
1869 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
1870
1871         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
1872
1873 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
1874
1875         * MAINTAINERS (S/390 co-maintainer): Add myself.
1876         (Write After Approval): Remove myself.
1877
1878 2007-07-13  Dan Hipschman  <dsh@google.com>
1879
1880         * MAINTAINERS (Write After Approval): Add myself.
1881
1882 2007-07-11  Nick Clifton  <nickc@redhat.com>
1883
1884         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
1885         WINDRES export.
1886         * Makefile.in: Regenerate.
1887
1888 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1889
1890         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
1891         maintainer.
1892
1893 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
1894
1895         * lt~obsolete.m4: New. Import from 20070318 libtool.
1896
1897 2007-07-03  Julian Brown  <julian@codesourcery.com>
1898
1899         * MAINTAINERS (Write After Approval): Add myself.
1900
1901 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1902
1903         * configure.ac: Rewrite 'configure --help' strings to look nicer.
1904         * configure: Regenerate.
1905
1906 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1907
1908         * configure.ac: Add some missing m4 quotation.
1909         * configure: Regenerate.
1910
1911 2007-07-02  Simon Baldwin  <simonb@google.com>
1912
1913         * MAINTAINERS (Write After Approval): Add myself.
1914
1915 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
1916
1917         * configure: Regenerate.
1918
1919 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
1920
1921         * Makefile.def: Add windmc tool to build.
1922         * Makefile.tpl: Likewise.
1923         * configure.ac: Likewise.
1924         * Makefile.in: Regenerate.
1925         * configure: Regenerate.
1926
1927 2007-06-28  DJ Delorie  <dj@redhat.com>
1928
1929         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
1930         not building newlib.
1931         * configure: Regenerated.
1932
1933 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
1934
1935         * MAINTAINERS (Write After Approval): Add myself.
1936
1937 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
1938
1939         * MAINTAINERS (Write After Approval): Add myself.
1940
1941 2007-06-19  Chris Matthews  <chrismatthews@google.com>
1942
1943         * MAINTAINERS (Write After Approval): Add myself.
1944
1945 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
1946
1947         * MAINTAINERS (Write After Approval): Add myself.
1948
1949 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
1950
1951         * Makefile.def: Add dependency from configure-gdb to all-bfd.
1952         * Makefile.in: Regenerated.
1953
1954 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
1955
1956         * configure.ac: Don't add target-libmudflap to noconfigdirs for
1957         bfin*-*-uclinux* targets.
1958         * configure: Regenerate.
1959
1960 2007-06-14  Ian Lance Taylor  <iant@google.com>
1961
1962         * MAINTAINERS: Add myself as non-algorithmic global write
1963         maintainer.
1964
1965 2007-06-14  Diego Novillo  <dnovillo@google.com>
1966
1967         * MAINTAINERS: Add self as middle-end maintainer and
1968         non-algorithmic global write maintainer.
1969
1970 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1971
1972         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
1973         Move all Fortran maintainers except Paul Brook into the
1974         Non-Autopoiesis section.
1975
1976 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
1977
1978         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
1979         (distclean-stage[+id+]): Possibly delete stage_last.
1980         * Makefile.in: Regenerate.
1981
1982 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
1983
1984         * MAINTAINERS (Various Maintainer): Fix typo.
1985
1986 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
1987
1988         * MAINTAINERS (Various Maintainer): Add myself as
1989         dataflow maintainer.
1990
1991 2007-06-07  Ben Elliston  <bje@au.ibm.com>
1992
1993         * config.sub, config.guess: Update from upstream sources.
1994
1995 2007-06-07  Ben Elliston  <bje@au.ibm.com>
1996
1997         * Makefile.tpl: Fix spelling error.
1998         * Makefile.in: Regenerate.
1999
2000 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
2001
2002         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2003         lt_cv_sys_max_cmd_len.
2004
2005 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
2006
2007         * MAINTAINERS (Various Maintainers): Add myself as
2008         auto-vectorizer maintainer.
2009
2010 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
2011
2012         PR libjava/32098
2013         * libtool.m4: Revert previous change.
2014         * ltgcc.m4: Put it here.
2015
2016 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
2017
2018         * MAINTAINERS (Various Maintainers): Add myself as
2019         auto-vectorizer maintainer.
2020
2021 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
2022
2023         PR libjava/32098
2024         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
2025
2026 2007-05-30  Richard Guenther  <rguenther@suse.de>
2027
2028         * MAINTAINERS (Various Maintainers): Add myself as
2029         auto-vectorizer maintainer.
2030
2031 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
2032
2033         PR bootstrap/29382
2034         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2035         * configure: Rebuilt.
2036
2037 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
2038
2039         * MAINTAINERS (Write After Approval): Removed my name.
2040
2041 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
2042
2043         * MAINTAINERS (Write After Approval): Remove myself.
2044
2045 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
2046
2047         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2048
2049 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
2050
2051         * ltmain.sh: Update from ToT Libtool.
2052         * libtool.m4: Update from ToT Libtool.
2053         * ltsugar.m4: New. Update from ToT Libtool.
2054         * ltversion.m4: New. Update from ToT Libtool.
2055         * ltoptions.m4: New. Update from ToT Libtool.
2056         * ltconfig: Remove.
2057         * ltcf-c.sh: Remove.
2058         * ltcf-cxx.sh: Remove.
2059         * ltcf-gcj.sh: Remove.
2060
2061 2007-05-22  Ollie Wild  <aaw@google.com>
2062
2063         * MAINTAINERS (Write After Approval): Add myself.
2064
2065 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
2066
2067         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2068         stage_cflags.
2069         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2070         Remove CFLAGS/LIBCFLAGS.
2071         (configure-stage[+id+]-[+prefix+][+module+],
2072         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2073         * Makefile.in: Regenerate.
2074
2075 2007-05-15  Diego Novillo  <dnovillo@google.com>
2076
2077         * MAINTAINERS: Update e-mail address.
2078
2079 2007-05-15  Revital Eres  <eres@il.ibm.com>
2080
2081         * MAINTAINERS (Write After Approval): Add myself.
2082
2083 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
2084
2085         * MAINTAINERS (Write After Approval): Updated my address.
2086
2087 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
2088
2089         * MAINTAINERS (Write After Approval): Add myself.
2090
2091 2007-05-11  Silvius Rus  <rus@google.com>
2092
2093         * MAINTAINERS (Write After Approval): Add myself.
2094
2095 2007-04-23  Tom Tromey  <tromey@redhat.com>
2096
2097         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
2098
2099 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
2100
2101         * MAINTAINERS (cpplib): Rename to ...
2102         (libcpp): ... this.  Add C/C++ front end maintainers.
2103
2104 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
2105
2106         * config-ml.in: Pass ${ml_config_env} to configure calls.
2107
2108 2007-04-04  Christian Bruel  <christian.bruel@st.com>
2109
2110         * MAINTAINERS (Write After Approval): Add myself.
2111
2112 2007-04-02  Dave Korn  <dave.korn@artimi.com>
2113
2114         * MAINTAINERS (Write After Approval): Add myself.
2115
2116 2007-03-31  Tobias Burnus  <burnus@net-b.de>
2117
2118         * MAINTAINERS (fortran 95 front end): Add myself.
2119
2120 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2121
2122         * MAINTAINERS (Write After Approval): Add myself.
2123
2124 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
2125
2126         * MAINTAINERS (Modulo Scheduler): Add myself.
2127
2128 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
2129
2130         * MAINTAINERS (fortran 95 front end): Add myself.
2131         (c++ front end): whitespace fix.
2132
2133 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
2134
2135         * MAINTAINERS (Write After Approval): Add myself.
2136
2137 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
2138
2139         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2140         of glob.  Quote arguments with single quotes too.
2141         * configure: Regenerate.
2142
2143 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
2144
2145         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2146         * Makefile.in: Regenerate
2147
2148 2007-03-07  Andreas Schwab  <schwab@suse.de>
2149
2150         * configure: Regenerate.
2151
2152 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2153
2154         * configure.ac: Add "--with-pdfdir" configure option,
2155         which defines pdfdir variable.
2156         * Makefile.def (target=fixincludes): Add install-pdf to
2157         missing targets.
2158         (recursive_targets): Add install-pdf target.
2159         (flags_to_pass): Add pdfdir.
2160         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2161         target.
2162         * configure: Regenerate
2163         * Makefile.in: Regenerate
2164
2165 2007-02-28  Eric Christopher  <echristo@apple.com>
2166
2167         Revert:
2168         2006-12-07  Mike Stump  <mrs@apple.com>
2169
2170         * Makefile.def (dependencies): Add dependency for
2171         install-target-libssp and install-target-libgomp on
2172         install-gcc.
2173         * Makefile.in: Regenerate.
2174
2175 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
2176
2177         * configure: Regenerate.
2178         * configure.ac: Move statements after variable declarations.
2179
2180 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
2181
2182         * MAINTAINERS: Add myself as sh maintainer.
2183
2184 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
2185
2186         * configure.ac: Adjust for loop syntax.
2187         * configure: Regenerate.
2188
2189 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2190
2191         * configure: Rebuilt.
2192
2193 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2194
2195         * configure.ac: Drop multiple occurrences of --enable-languages,
2196         and fix its quoting.
2197         * configure: Rebuilt.
2198
2199 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
2200             Nathan Sidwell  <nathan@codesourcery.com>
2201             Vladimir Prus  <vladimir@codesourcery.com>
2202             Joseph Myers  <joseph@codesourcery.com>
2203
2204         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2205         * configure: Regenerate.
2206
2207 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
2208
2209         * ltconfig (freebsd*): Default to elf.
2210
2211 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2212
2213         * configure.ac (target_libraries): Move libgcc before libiberty.
2214         * configure: Regenerated.
2215
2216 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2217             Paolo Bonzini  <bonzini@gnu.org>
2218
2219         PR bootstrap/30753
2220         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
2221         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
2222         * configure: Regenerated.
2223
2224 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2225
2226         * MAINTAINERS (Language Front End Maintainers): Update my mail
2227         address.
2228
2229 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2230
2231         PR bootstrap/30748
2232         * configure.ac: Correct syntax for Solaris ksh.
2233         * configure: Regenerated.
2234
2235 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2236
2237         * configure.ac: Sync with src.
2238         * configure: Regenerate.
2239
2240 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2241
2242         * Makefile.in: Regenerate.
2243
2244 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2245
2246         * config.sub: Sync with src.
2247
2248 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2249
2250         * Makefile.tpl (build_alias, host_alias, target_alias): Use
2251         noncanonical equivalents.
2252         * configure.in: Rename to...
2253         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
2254         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
2255         target_noncanonical.  Use them.  Rewrite removal of configure
2256         arguments for autoconf 2.59.  Discard variable settings.  Force
2257         program_transform_name for native tools.
2258
2259         * Makefile.in: Regenerated.
2260         * configure: Regenerated with autoconf 2.59.
2261
2262 2007-02-07  Roman Zippel <zippel@linux-m68k.org>
2263
2264         * MAINTAINERS (Write After Approval): Add myself.
2265
2266 2007-01-31  Andreas Schwab  <schwab@suse.de>
2267
2268         * Makefile.tpl (LDFLAGS): Substitute it.
2269         * Makefile.in: Regenerate.
2270
2271 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
2272
2273         * MAINTAINERS (Write After Approval): Add myself.
2274
2275 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
2276
2277         * MAINTAINERS (spu port): Add myself.
2278
2279 2007-01-23  Richard Guenther  <rguenther@suse.de>
2280
2281         PR bootstrap/30541
2282         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
2283         * Makefile.tpl (GNATBIND): Substitute it.
2284         (GNATMAKE): Likewise.
2285         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
2286         of STAGE_PREFIX.
2287         * Makefile.in: Regenerate.
2288         * configure: Regenerate.
2289
2290 2007-01-18  Mike Stump  <mrs@apple.com>
2291
2292         * configure.in: Re-enable -Werror for gcc builds.
2293
2294 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
2295
2296         * MAINTAINERS (Write After Approval): Add myself.
2297
2298 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2299
2300         * configure.in: Change == to = in test command.
2301         * configure: Regenerate.
2302
2303 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2304             Nick Clifton  <nickc@redhat.com>
2305             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
2306
2307         * configure.in (build_configargs, host_configargs, target_configargs):
2308         Remove build/host/target parameters.
2309         (host_libs): Add gmp and mpfr.
2310         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2311         * Makefile.def (gmp, mpfr): New.
2312         (gcc): Remove target.
2313         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2314         target_os, target_vendor): New.
2315         (configure): Add host_alias/target_alias arguments.  Adjust invocations.
2316         * configure: Regenerate.
2317         * Makefile.in: Regenerate.
2318
2319 2007-01-11  Matt Fago  <fago@earthlink.net>
2320
2321         * configure.in: Try to link to functions only in mpfr 2.2.x
2322         to improve robustness of configure tests.
2323         * configure: Regenerate.
2324
2325 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
2326
2327         * MAINTAINERS: Add myself as i386 maintainer.
2328
2329 2007-01-08  Jan Hubicka  <jh@suse.cz>
2330
2331         * MAINTAINERS: Add myself as i386 maintainer.
2332
2333 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
2334
2335         * configure.in: Add support for an x86_64-mingw* target.
2336         * configure: Regenerate.
2337
2338 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
2339
2340         * Makefile.tpl (all-target): Correct @if conditional for target
2341         modules.
2342         * configure.in: Omit libiberty if building only target libgcc.
2343         * configure, Makefile.in: Regenerated.
2344
2345 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
2346
2347         * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
2348         * configure: Regenerate.
2349
2350 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
2351
2352         * Makefile.def (target_modules): Add libgcc.
2353         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
2354         * Makefile.tpl (clean-target-libgcc): Delete.
2355         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2356         on gcc even for bootstrapped modules.  Rewrite handling of
2357         lang_env_dependencies to loop over target_modules.
2358         * configure.in (target_libraries): Add target-libgcc.
2359         * Makefile.in, configure: Regenerated.
2360
2361 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2362
2363         * configure.in: Reorganize recognition of languages.  Add
2364         --enable-stage1-languages.  Show supported languages for the chosen
2365         target rather than all recognized languages.
2366         * configure: Regenerate.
2367
2368 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2369
2370         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2371         * Makefile.in: Regenerate.
2372
2373 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2374
2375         * configure.in: Warn that MPFR 2.2.0 is buggy.
2376         * configure: Regenerate.
2377
2378 2006-12-27  Ian Lance Taylor  <iant@google.com>
2379
2380         * configure.in: When removing Makefiles to force a reconfigure, also
2381         remove prev-DIR*/Makefile.
2382         * configure: Regenerate.
2383
2384 2006-12-22  Andreas Schwab  <schwab@suse.de>
2385
2386         * configure: Regenerate with correct autoconf version.
2387
2388 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
2389
2390         * configure.in: add AC_SUBST for *_FOR_TARGET.
2391         * configure: Regenerate.
2392
2393 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2394
2395         * configure.in: Simplify logic for rejecting languages that cannot
2396         be built.  Separate the case when a language is unsupported,
2397         from the case when the user chooses not to build a language.
2398
2399 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2400
2401         * configure.in: Remove "$build" case for powerpc-*-darwin* since
2402         it only affects bootstrap and could be tested on "$host" as well.
2403         * configure: Regenerate.
2404         * config/mh-ppc-darwin: Add to the stage1 cflags here.
2405
2406 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2407
2408         PR bootstrap/29544
2409         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2410         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2411         move here comment from Makefile.tpl.
2412         * Makefile.tpl: Move some definitions higher in the file.
2413         (STAGE1_CHECKING): New.
2414         * configure.in: Add --enable-stage1-checking.
2415         * configure: Regenerate.
2416         * Makefile.in: Regenerate.
2417
2418 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2419
2420         * MAINTAINERS: Add myself as build system maintainer.
2421
2422 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
2423
2424         * MAINTAINERS (Write After Approval): Add myself.
2425
2426 2006-12-13  Eric Christopher  <echristo@apple.com>
2427
2428         * MAINTAINERS: Add myself as darwin maintainer.
2429
2430 2006-12-11  Ian Lance Taylor  <ian@airs.com>
2431
2432         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
2433
2434 2006-12-11  Joern Rennecke <joern.rennecke@arc.com>
2435
2436         MAINTAINERS: Update my entry.
2437
2438 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
2439
2440         * configure.in:  Handle spu makefile frag.
2441         * Makefile.tpl (MAINT): Define
2442         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2443         * configure: Regenerate.
2444         * Makefile.in: Regenerate.
2445
2446 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2447
2448         * config.guess: Import latest version.
2449         * config.sub: Likewise.
2450
2451 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2452
2453         * configure.in (spu-*-*): Don't skip target-libiberty.
2454         * configure: Regenerate.
2455
2456 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2457
2458         PR bootstrap/30134
2459         * configure.in: Correct x86 darwin support for libjava to powerpc
2460         and i?86 only.
2461         * configure: Regenerate.
2462
2463 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
2464
2465         * configure.in: Add x86 darwin support for libjava.
2466         * configure: Regenerate.
2467
2468 2006-12-07  Mike Stump  <mrs@apple.com>
2469
2470         * Makefile.def (dependencies): Add dependency for
2471         install-target-libssp and install-target-libgomp on
2472         install-gcc.
2473         * Makefile.in: Regenerate.
2474
2475 2006-12-04  Richard Guenther  <rguenther@suse.de>
2476
2477         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
2478         (Non-Algorithmic Maintainers): Move over non-algorithmic
2479         loop optimizer maintainers, add myself as a non-algorithmic
2480         middle-end maintainer.
2481
2482 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
2483
2484         * MAINTAINERS (Write After Approval): Add myself.
2485
2486 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2487
2488         * configure.in: Update error message for missing GMP/MPFR.
2489
2490         * configure: Regenerate.
2491
2492 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2493
2494         * configure.in: Update MPFR version in error message.
2495
2496         * configure: Regenerate.
2497
2498 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2499
2500         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
2501         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
2502         --with-gmp-lib): New flags.
2503
2504         * configure: Regenerate.
2505
2506 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
2507
2508         * MAINTAINERS (Write After Approval): Change my email address.
2509
2510 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2511
2512         * MAINTAINERS (Write After Approval): Add myself.
2513
2514 2006-11-22  Philipp Thomas <pth@suse.de>
2515
2516         * MAINTAINERS (i18n): Update e-mail address.
2517
2518 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
2519
2520         * MAINTAINERS (spu port): Add myself as maintainer.
2521         (Write After Approval): Remove myself.
2522
2523 2006-11-22  Ben Elliston  <bje@au.ibm.com>
2524
2525         * configure.in (skipdirs): Don't build libssp for SPU.
2526         * configure: Regenerate.
2527
2528 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2529
2530         * MAINTAINERS (spu port): Add myself as maintainer.
2531         (libobjc): Update my email address.
2532
2533 2006-11-21  Andrea Bona  <andrea.bona@st.com>
2534
2535         * MAINTAINERS (Write After Approval): Add myself.
2536
2537 2006-11-20  Trevor Smigiel <trevor_smigiel@playstation.sony.com>
2538
2539         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
2540         * configure : Rebuilt.
2541
2542 2006-11-20  Trevor Smigiel <trevor_smigiel@playstation.sony.com>
2543
2544         * MAINTAINERS (Write After Approval): Add myself.
2545
2546 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
2547
2548         * MAINTAINERS (Write After Approval): Add myself.
2549
2550 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2551
2552         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
2553         libmpfr.a.
2554         * configure: Regenerate.
2555
2556 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
2557
2558         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
2559         (unstage): Test for stage_last presence.
2560
2561         PR bootstrap/29802
2562         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
2563         * Makefile.in: Regenerate.
2564
2565 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
2566
2567         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
2568         maintainers.
2569
2570 2006-11-14  Erven Rohou  <erven.rohou@st.com>
2571
2572         * MAINTAINERS (Write After Approval): Add myself.
2573
2574 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
2575
2576         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
2577         and stageN-package/Makefile.
2578         * Makefile.in: Regenerated.
2579
2580 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
2581
2582         * configure.in: Remove target-libgloss from noconfigdirs for
2583         bfin-*-*.
2584         * configure: Regenerated.
2585
2586 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2587
2588         * configure.in (have_gmp): Only error if the gcc directory exists.
2589
2590         * configure: Regenerate.
2591
2592 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2593
2594         * configure.in: Robustify error message for missing GMP/MPFR.
2595
2596         * configure: Regenerate.
2597
2598 2006-10-31  Stephen M. Webb <stephen.webb@bregmasoft.com>
2599
2600         * MAINTAINERS (Write After Approval): Add myself.
2601
2602 2006-10-30  Uros Bizjak <ubizjak@gmail.com>
2603
2604         * MAINTAINERS: Change email address.
2605
2606 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
2607
2608         * MAINTAINERS (Write After Approval): Add myself.
2609
2610 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
2611
2612         * MAINTAINERS (Write After Approval): Add myself.
2613
2614 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
2615
2616         * MAINTAINERS (Write After Approval): Move myself to
2617         Write After Approval section.
2618
2619 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2620
2621         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
2622         need_gmp anymore.
2623         * configure: Regenerate.
2624
2625 2006-10-16  Tobias Burnus  <burnus@net-b.de>
2626
2627         * MAINTAINERS (Write After Approval): Add myself.
2628
2629 2006-10-16  Ben Elliston  <bje@au.ibm.com>
2630
2631         * config.guess: Import latest version.
2632         * config.sub: Likewise.
2633
2634 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
2635
2636         * Makefile.def: Added pdf target handling.
2637         * Makefile.tpl: Added pdf target handling.
2638         * Makefile.in: Regenerated.
2639
2640 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
2641
2642         * MAINTAINERS: Add self as score port maintainer.
2643
2644 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
2645
2646         * MAINTAINERS (Write After Approval): Add myself.
2647
2648 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
2649
2650         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
2651         or newer.
2652         * configure: Regenerated.
2653
2654 2006-09-27  Dave Brolley  <brolley@redhat.com>
2655
2656         * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
2657         $s instead of $r.
2658         * configure: Regenerated.
2659
2660 2006-09-26  Thiemo Seufer  <ths@mips.com>
2661
2662         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2663         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2664         * configure: Regenerate.
2665
2666 2006-09-24  Graeme Peterson <gridly@gmail.com>
2667
2668         * MAINTAINERS (Write After Approval): Remove myself.
2669
2670 2006-09-22  Chao-ying Fu  <fu@mips.com>
2671
2672         * MAINTAINERS (Write After Approval): Add myself.
2673
2674 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
2675
2676         * MAINTAINERS: Add self as soft-fp maintainer.
2677
2678 2006-09-09  Anatoly Sokolov <aesok@post.ru>
2679
2680         * MAINTAINERS: Add myself as avr maintainer.
2681         Remove Marek Michalkiewicz as avr maintainer.
2682
2683 2006-09-07  Roberto Costa  <roberto.costa@st.com>
2684
2685         * MAINTAINERS (Write After Approval): Add myself.
2686
2687 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
2688
2689         * configure.in: Never build newlib for a Mingw host.
2690         Never build newlib as Mingw target library.
2691         Test the existence of winsup/cygwin for building a Cygwin newlib,
2692         rather than just winsup.
2693         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
2694         building a Mingw target.
2695         * configure: Regenerate.
2696
2697 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
2698
2699         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
2700
2701 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
2702
2703         * config.guess: Import from src (was more updated).
2704         * config.sub: Likewise.
2705
2706 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
2707
2708         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
2709         * configure: Regenerated.
2710
2711 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
2712
2713         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
2714         for stages after the first.
2715
2716 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
2717
2718         * Makefile.def: Add dependencies for configure-opcodes
2719         on configure-intl and all-opcodes on all-intl.
2720         * Makefile.in: Regenerated.
2721
2722 2006-07-13  Ben Elliston  <bje@au.ibm.com>
2723
2724         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
2725
2726 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
2727
2728         Port to hosts whose 'sort' and 'tail' implementations
2729         treat operands with leading '+' as file names, as POSIX
2730         has required since 2001.  However, make sure the code still
2731         works on pre-POSIX hosts.
2732         * ltmain.sh: Don't assume "sort +2" is equivalent to
2733         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
2734
2735 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
2736
2737         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
2738
2739 2006-07-04  Peter O'Gorman  <peter@pogma.com>
2740
2741         * ltconfig: chmod 644 before ranlib during install.
2742
2743 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2744
2745         PR bootstrap/18058
2746         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
2747         if the bootstrap compiler is a GCC version that supports it.
2748         * configure: Regenerate.
2749
2750 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
2751
2752         * configure.in: Fix thinkos in previous check-in.
2753         * configure: Regenerate.
2754
2755 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
2756
2757         PR other/27063
2758         * configure.in: Test subdir_requires and give an appropriate
2759         error message.
2760         * configure: Regenerate.
2761
2762 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
2763
2764         * MAINTAINERS (Write After Approval): Add myself.
2765
2766 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
2767
2768         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
2769
2770 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
2771
2772         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
2773
2774 2006-06-20  David Ayers  <d.ayers@inode.at>
2775
2776         PR bootstrap/28072
2777         * configure.in: Add target-boehm-gc to noconfigdirs depending on
2778         whether target-libjava is being configured instead of whether the
2779         java front end is enabled.
2780         * configure: Regenerate.
2781
2782 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2783
2784         PR target/27540
2785         * configure.in: Only enable libgomp on IRIX 6.
2786         * configure: Regenerate.
2787
2788 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
2789
2790         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
2791         too.
2792         * Makefile.in: Regenerate.
2793
2794 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
2795
2796         * config-ml.in: Alter CCASFLAGS to include special
2797         multilib options the same as is done for CFLAGS.
2798
2799 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2800
2801         * configure.in: Don't enable libgomp on hpux10.
2802         * configure: Rebuilt.
2803
2804 2006-06-12  David Ayers  <d.ayers@inode.at>
2805
2806         PR bootstrap/27963
2807         PR target/19970
2808         * configure.in: Remove target-boehm-gc from noconfigdirs where
2809         ${libgcj} is specified.
2810         * configure: Regenerate.
2811
2812 2006-06-06  Carlos O'Donell <carlos@codesourcery.com>
2813
2814         Sync from src:
2815
2816         * configure.in: Sync.
2817         * configure: Regenerated.
2818
2819         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
2820
2821         * Makefile.def: Added dependencies from sim and gdb on intl, and
2822         added configure dependencies to everything with an all dependency
2823         on intl.
2824         * Makefile.in: Regenerated.
2825
2826 2006-06-06  David Ayers  <d.ayers@inode.at>
2827
2828         PR libobjc/13946
2829         * Makefile.def: Add dependencies for libobjc which boehm-gc.
2830         * Makefile.in: Regenerate.
2831         * configure.in: Add --enable-objc-gc at toplevel and have it
2832         enable boehm-gc for Objective-C.
2833         Remove target-boehm-gc from libgcj.
2834         Add target-boehm-gc to target_libraries.
2835         Add target-boehm-gc to noconfigdirs where ${libgcj}
2836         is specified.
2837         Assert that boehm-gc is supported when requested for Objective-C.
2838         Only build boehm-gc if needed either for Java or Objective-C.
2839         * configure: Regenerate.
2840
2841 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
2842
2843         PR 27674
2844         * Makefile.tpl (configure-[+prefix+][+module+],
2845         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
2846         Remove rule to unstage bootstrapped modules.
2847         (stage_current): New.
2848         * Makefile.in: Regenerate.
2849
2850 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2851
2852         * MAINTAINERS (Write After Approval): Update my e-mail address.
2853
2854 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
2855
2856         * include/libiberty.h: Declare pex_run_in_environment.
2857
2858 2006-05-31  Asher Langton  <langton2@llnl.gov>
2859
2860         * MAINTAINERS (Write After Approval): Add myself.
2861
2862 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
2863
2864         * Makefile.def (bfd, opcodes): Fix lib_path.
2865         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
2866         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
2867         * Makefile.in: Regenerate.
2868
2869 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
2870
2871         * Makefile.in: Regenerate.
2872
2873 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
2874
2875         * Makefile.def: Add install-html target. Add datarootdir
2876         docdir and htmldir to flags_to_pass.
2877         * Makefile.tpl: Add install-html target.
2878         * Makefile.in: Regenerate.
2879         * configure.in: Add --with-datarootdir, --with-docdir, and
2880         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
2881         * configure: Regenerate.
2882
2883 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
2884
2885         * configure.in: Enable gprof for cross builds.
2886         * configure: Regenerate.
2887
2888 2006-05-22  Richard Guenther  <rguenther@suse.de>
2889
2890         Revert
2891         2006-01-31  Richard Guenther  <rguenther@suse.de>
2892         Paolo Bonzini  <bonzini@gnu.org>
2893
2894         * Makefile.def (target_modules): Add libgcc-math target module.
2895         * configure.in (target_libraries): Add libgcc-math target library.
2896         (--enable-libgcc-math): New configure switch.
2897         * Makefile.in: Re-generate.
2898         * configure: Re-generate.
2899         * libgcc-math: New toplevel directory.
2900
2901 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2902             Andreas Tobler  <a.tobler@schweiz.ch>
2903
2904         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
2905         * configure: Rebuilt.
2906
2907 2006-05-12  Sandra Loosemore <sandra@codesourcery.com>
2908
2909         * MAINTAINERS (Write After Approval): Add myself.
2910
2911 2006-05-01  DJ Delorie  <dj@redhat.com>
2912
2913         * configure.in: Restore CFLAGS if GMP isn't present.
2914         * configure: Regenerate.
2915
2916 2006-05-01  Richard Guenther  <rguenther@suse.de>
2917
2918         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
2919         maintainer.
2920
2921 2006-04-30  Kenneth Zadeck <zadeck@naturalbridge.com>
2922
2923         * MAINTAINERS (Write After Approval): Add myself.
2924
2925 2006-04-28  Jan Beulich  <jbeulich@novell.com>
2926
2927         * MAINTAINERS (Write After Approval): Add myself.
2928
2929 2006-04-18  DJ Delorie  <dj@redhat.com>
2930
2931         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
2932         reference libgloss so that libssp can be built in a combined
2933         tree.
2934         * configure: Regenerate.
2935
2936 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
2937
2938         * MAINTAINERS (Write After Approval): Add myself.
2939
2940 2006-04-05  Ben Elliston  <bje@au.ibm.com>
2941
2942         * configure.in: Require makeinfo 4.4 or higher.
2943         * configure: Regenerate.
2944
2945 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
2946
2947         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
2948         Rearrange the entries of other libraries to have them in one place.
2949
2950 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
2951
2952         * MAINTAINERS (Write After Approval): Remove myself.
2953         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2954
2955 2006-03-14  Richard Guenther  <rguenther@suse.de>
2956
2957         * configure: Regenerate with autoconf 2.13.
2958
2959 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
2960
2961         * MAINTAINERS: Use my work address.
2962
2963         * MAINTAINERS: Update my E-mail address.
2964
2965 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
2966
2967         * configure.in: Handle --disable-<component> generically.
2968         * configure: Regenerate.
2969
2970 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
2971
2972         PR libgcj/17311
2973         * ltmain.sh: Don't use "$finalize_rpath" for compile.
2974
2975 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
2976
2977         * MAINTAINERS (Write After Approval):  Remove myself.
2978         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
2979
2980 2006-02-21  Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2981
2982         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
2983         (TARGET_CONFIGDIRS): Remove.
2984         * configure.in: Remove AC_SUBST(target_configdirs).
2985         * Makefile.in, configure: Regenerated.
2986
2987 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
2988
2989         * MAINTAINERS (Write After Approval):  Remove myself.
2990         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
2991
2992 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
2993
2994         PR bootstrap/25670
2995
2996         * Makefile.tpl ([+compare-target+]): Print explanation messages.
2997
2998         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
2999         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3000         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3001         BUILD_PREFIX, BUILD_PREFIX_1.
3002         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3003
3004         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3005         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3006
3007         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3008         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3009         of `cat stage_current`.  Always provide the `r' and `s' variables.
3010         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3011         a single shell execution.
3012         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3013         bootstrapped modules, make the stage1 module if the build was not
3014         started yet, else build the current stage.
3015         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3016         (all-build, all-host, all-target, [+make_target+]-host,
3017         [+make_target+]-target): Do not use \-continued lines.
3018         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3019         (current_stage, restrap, stage_last): New.
3020
3021         * Makefile.in: Regenerate.
3022         * configure: Regenerate.
3023
3024 2006-02-19  Bud Davis  <jmdavis@link.com>
3025
3026         * MAINTAINERS (Write After Approval):  Remove myself.
3027         (Language Front End Maintainers):  Add myself as fortran 95
3028         maintainer and update e-mail address.
3029
3030 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3031
3032         * MAINTAINERS (Write After Approval):  Remove myself.
3033         (Language Front End Maintainers):  Add myself as fortran 95
3034         maintainer.
3035
3036 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
3037
3038         * MAINTAINERS (Write After Approval): Add myself.
3039
3040 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
3041
3042         * MAINTAINERS (Write After Approval):  Remove myself.
3043         (Language Front End Maintainers):  Add myself as
3044         fortran 95 maintainer.
3045
3046 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3047
3048         Sync from src:
3049
3050         2005-12-27  Leif Ekblad  <leif@rdos.net>
3051
3052         * configure.in: Add support for RDOS target.
3053         * configure: Regenerate.
3054
3055 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3056             Andreas Schwab  <schwab@suse.de>
3057
3058         * configure: Regenerate.
3059
3060 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
3061
3062         * configure.in (enable_libgomp): Add AIX.
3063         * configure: Regenerate.
3064
3065 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
3066
3067         * MAINTAINERS (Write After Approval): Add myself.
3068
3069 2006-02-03  Lee Millward  <lee.millward@gmail.com>
3070
3071         * MAINTAINERS (Write After Approval): Add myself.
3072
3073 2006-01-31  Richard Guenther  <rguenther@suse.de>
3074         Paolo Bonzini  <bonzini@gnu.org>
3075
3076         * Makefile.def (target_modules): Add libgcc-math target module.
3077         * configure.in (target_libraries): Add libgcc-math target library.
3078         (--enable-libgcc-math): New configure switch.
3079         * Makefile.in: Re-generate.
3080         * configure: Re-generate.
3081         * libgcc-math: New toplevel directory.
3082
3083 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
3084
3085         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3086         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3087         the assembler, linker and binutils.
3088         * configure: Regenerate.
3089
3090 2006-01-22  Dirk Mueller  <dmueller@suse.de>
3091
3092         * MAINTAINERS (Write After Approval): Add myself.
3093
3094 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
3095
3096         * configure: Regenerate.
3097
3098 2006-01-18  Richard Henderson  <rth@redhat.com>
3099             Jakub Jelinek  <jakub@redhat.com>
3100             Diego Novillo  <dnovillo@redhat.com>
3101
3102         * libgomp: New directory.
3103         * Makefile.def: Add target_module libgomp.
3104         * Makefile.in: Regenerate.
3105         * configure.in (target_libraries): Add target-libgomp.
3106         * configure: Regenerate.
3107
3108 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
3109
3110         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3111         @ from continuation.
3112         * Makefile.in: Rebuilt.
3113
3114 2006-01-04  Chris Lattner  <sabre@gnu.org>
3115
3116         * MAINTAINERS (Write After Approval): Add myself.
3117
3118 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3119
3120         PR bootstrap/24252
3121
3122         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3123         * Makefile.tpl (OBJDUMP): New.
3124         (EXTRA_HOST_FLAGS): Add it.
3125         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3126
3127         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3128         to use symbolic links between directories.  Avoid race conditions
3129         or make them harmless.
3130         * configure.in: Do not try to use symbolic links between directories.
3131
3132         * Makefile.def (LEAN): Pass.
3133         * Makefile.tpl (LEAN): Define.
3134         (stage[+id+]-start): Accept that the previous directory does not
3135         exist, if the bootstrap is lean.
3136         (stage[+id+]-bubble): Invoke lean bootstrap commands after
3137         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
3138         configure substitution.
3139         ([+compare-target+]): Likewise.
3140         ([+bootstrap-target+]-lean): New.
3141         * configure.in: Remove lean bootstrap support from here.
3142
3143         * Makefile.in: Regenerate.
3144         * configure: Regenerate.
3145
3146 2006-01-04  Ben Elliston  <bje@au.ibm.com>
3147
3148         * MAINTAINERS (libdecnumber): Add myself.
3149
3150 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
3151
3152         * libtool-ldflags: New script.
3153
3154 2006-01-02  Andreas Schwab  <schwab@suse.de>
3155
3156         * configure.in: When reconfiguring remove Makefile in
3157         all stage directories.
3158         * configure: Regenerate.
3159
3160 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
3161
3162         * MAINTAINERS: Update my email address.
3163
3164 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
3165
3166         Revert Ada-related part of the previous change.
3167
3168         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3169         Do not pass.
3170         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3171         * Makefile.in: Regenerate.
3172         * configure.in: Do not include mt-ppc-aix target fragment.
3173         * configure: Regenerate.
3174
3175 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
3176
3177         * configure.in: Select appropriate fragments for PowerPC/AIX.
3178         * configure: Regenerate.
3179
3180         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3181         BOOT_CFLAGS, BOOT_LDFLAGS.
3182         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3183         BOOT_CFLAGS, BOOT_LDFLAGS.
3184         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3185         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3186         (stage): Fail if we cannot complete the work.
3187         * Makefile.in: Regenerate.
3188
3189 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
3190
3191         * configure.in: Replace ms1 with mt.
3192         * configure: Rebuilt.
3193
3194 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
3195
3196         * MAINTAINERS: Update my email address.
3197
3198 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
3199
3200         * Makefile.tpl (all, do-[+make_target+], do-check, install,
3201         install-host-nogcc): Don't invoke $(stage) at the end.
3202         * Makefile.in: Regenerate.
3203
3204 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
3205
3206         * configure.in: Flip the top-level bootstrap switch.
3207         * configure: Regenerate.
3208
3209 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
3210
3211         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3212         $(stage) and $(unstage).
3213         (EXTRA_TARGET_FLAGS): Correct double-quoting.
3214         (all): Remove stray semicolon.
3215         (local-distclean): Don't handle multilib.tmp and multilib.out.
3216         (install.all): Set $s for consistency.
3217         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3218         check_multilibs setting.  Always make the install directory.
3219         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3220         Correct @if/@endif.
3221         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3222         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3223         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3224         (multilib.out): Remove.
3225         * Makefile.in: Regenerated.
3226
3227 2005-12-12  Carlos O'Donell <carlos@codesourcery.com>
3228
3229         * MAINTAINERS (Write After Approval): Add myself.
3230
3231 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3232
3233         * MAINTAINERS: Add myself as mt maintainer.
3234
3235         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
3236
3237 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
3238
3239         * MAINTAINERS: Change email address.
3240
3241 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3242
3243         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3244         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3245         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
3246         Find in-tree tools if available.
3247         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3248         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3249         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3250         (COMPILER_*_FOR_TARGET): New.
3251         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3252         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3253         (CONFIGURED_*, USUAL_*): Remove.
3254         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3255         STRIP): Use autoconf substitutions.
3256         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3257         COMPILER_NM_FOR_TARGET): New.
3258         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3259
3260         (all): Make all-host and all-target in parallel.
3261         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3262         that $$r and $$s are set before invoking a recursive make.
3263         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3264         ([+bootstrap-target+]): Inline most of the `all' target.
3265
3266 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3267
3268         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3269         from the gcc build directory.
3270         * Makefile.in: Regenerate.
3271
3272 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3273
3274         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
3275         depend on all-libdecnumber.
3276         * configure.in (host_libs): Include libdecnumber.
3277         * Makefile.in: Regenerate.
3278         * configure: Likewise.
3279
3280 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3281
3282         * libdecnumber: Import decNumber sources from the dfp-branch.
3283
3284 2005-11-21  Kean Johnston  <jkj@sco.com>
3285
3286         * config.sub, config.guess: Sync from upstream sources.
3287
3288 2005-11-21  Ben Elliston  <bje@au.ibm.com>
3289
3290         Import from Autoconf sources:
3291
3292         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3293         * config/move-if-change: Don't output "$2 is unchanged";
3294         suggested by Ben Elliston.  Handle weird characters correctly.
3295
3296 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
3297
3298         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
3299         to match upstream libtool for darwin.
3300
3301 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
3302
3303         * Makefile.def: Remove gdb dependencies for gdbtk.
3304         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3305         (configure-gdb, install-gdb): New rules.
3306         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3307         * Makefile.in, configure: Regenerated.
3308
3309 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
3310
3311         * MAINTAINERS (Write After Approval): Add myself.
3312
3313 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
3314
3315         * MAINTAINERS (Write After Approval): Add myself.
3316
3317 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
3318
3319         * MAINTAINERS (alias analysis): Add Daniel Berlin and
3320         Diego Novillo.
3321
3322 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
3323
3324         PR bootstrap/24297
3325         * Makefile.tpl (do-[+make-target+], do-check, install,
3326         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3327         are set before recursing.
3328         * Makefile.in: Regenerate.
3329
3330 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
3331
3332         PR bootstrap/18939
3333         * Makefile.def (gcc) <target>: Fix thinko.
3334         * Makefile.in: Regenerate.
3335
3336 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
3337
3338         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3339         * configure: Regenerate.
3340
3341 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
3342
3343         * MAINTAINERS (Write After Approval): Add self.
3344
3345 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
3346
3347         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3348         target-libffi, target-qthreads, target-libjava, and
3349         targetlibobjc.
3350         * configure: Regenerate.
3351
3352 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
3353
3354         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3355         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3356         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3357         (USUAL_OBJDUMP_FOR_TARGET): New.
3358         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3359         * configure.in: Check for $OBJDUMP_FOR_TARGET.
3360         * configure, Makefile.in: Regenerated.
3361
3362 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3363
3364         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3365         before other host packages.
3366
3367 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
3368
3369         * MAINTAINERS: Add self as sh libraries/configury maintainer.
3370
3371 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3372
3373         PR bootstrap/22340
3374
3375         * configure.in (default_target): Remove.
3376         * Makefile.tpl (all): Do not use prerequisites as subroutines
3377         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3378         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3379         use prerequisites as subroutines.
3380         (check-host, check-target): New.
3381         (bootstrap configure & all targets): Do not use stage*-start
3382         if the directory layout is already ok.
3383         (non-bootstrap configure & all targets): Prepend a $(unstage).
3384         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
3385         (NOTPARALLEL): Remove.
3386         (unstage, stage variables): New variables.
3387         (unstage, stage targets): Simply expand to those variables.
3388
3389         * configure: Regenerate.
3390         * Makefile.in: Regenerate.
3391
3392 2005-10-04  James E Wilson  <wilson@specifix.com>
3393
3394         * Makefile.def (lang_env_dependencies): Add libmudflap.
3395         * Makefile.in: Regenerate.
3396
3397 2005-10-03  Andreas Schwab  <schwab@suse.de>
3398
3399         Backport from libtool CVS:
3400         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
3401
3402         * ltmain.sh: add support for installing into temporary
3403         staging area (e.g. 'make install DESTDIR=...')
3404
3405 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
3406
3407         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3408         * configure: Regenerated.
3409
3410 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
3411
3412         * configure: Regenerate with the correct
3413         autoconf version.
3414
3415 2005-09-30  Catherine Moore  <clm@cm00re.com>
3416
3417         * configure.in (bfin-*-*): New.
3418         * configure: Regenerated.
3419
3420 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
3421
3422         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3423         (LIPO_FOR_TARGET): New.
3424         (CONFIGURED_LIPO_FOR_TARGET): New.
3425         (USUAL_LIPO_FOR_TARGET): New.
3426         (STRIP_FOR_TARGET): New.
3427         (CONFIGURED_STRIP_FOR_TARGET): New.
3428         (USUAL_STRIP_FOR_TARGET): New.
3429         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3430         STRIP_FOR_TARGET.
3431         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3432         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3433         * Makefile.in: Regenerate.
3434         * configure: Regenerate.
3435
3436 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
3437
3438         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3439         (rs6000-*-aix*): Same.
3440         * configure: Regenerate.
3441
3442 2005-09-16  Tom Tromey  <tromey@redhat.com>
3443
3444         * MAINTAINERS: Add self as java maintainer.
3445
3446 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3447
3448         * configure.in: Recognize f95 in the --enable-languages option,
3449         and substitute it for fortran, issuing a warning.
3450         * configure: Regenerate.
3451
3452 2005-08-30  Phil Edwards  <phil@codesourcery.com>
3453
3454         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
3455         * configure:  Regenerated.
3456
3457 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
3458
3459         * MAINTAINERS: Add self as ms1 maintainer.
3460
3461 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
3462
3463         * Makefile.def (libssp): Add to lang_env_dependencies.
3464         * Makefile.in: Regenerate.
3465
3466 2005-08-18  Ian Lance Taylor  <ian@airs.com>
3467
3468         * MAINTAINERS: Add myself as middle-end maintainer.
3469
3470 2005-08-17  Christian Groessler  <chris@groessler.org>
3471
3472         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3473         * Makefile.in: Regenerate.
3474
3475 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
3476
3477         * MAINTAINERS (write after approval): Added myself.
3478
3479 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
3480
3481         * MAINTAINERS (Write After Approval): Add myself.
3482
3483 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
3484
3485         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3486         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3487         Look for alternate names of the target cc and c++
3488         * configure: Regenerate.
3489
3490 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
3491
3492         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3493         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3494         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3495         tools; remove code to manually set them.
3496         (Target tools): Look in the environment for them.
3497         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3498         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3499         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3500         build directory.
3501         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3502         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3503         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3504         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3505         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3506         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3507         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3508         * configure: Regenerate.
3509         * Makefile.in: Regenerate.
3510
3511 2005-07-28  Ben Elliston  <bje@au.ibm.com>
3512
3513         * MAINTAINERS: Update for removed CPU targets.
3514
3515 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
3516
3517         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
3518         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
3519         * Makefile.in: Regenerated.
3520
3521 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
3522
3523         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3524         (CFLAGS_FOR_TARGET): Use it.
3525         (CXXFLAGS_FOR_TARGET): Likewise.
3526         * Makefile.in: Regenerated.
3527         * configure.in (--with-build-sysroot): New option.
3528         * configure: Regenerated.
3529
3530 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
3531
3532         * Makefile.tpl: Wrap install between unstage and stage
3533         * Makefile.in: Regenerate.
3534
3535 2005-07-21  Eric Christopher  <echristo@apple.com>
3536
3537         * MAINTAINERS: Update affiliation.
3538
3539 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
3540
3541         * MAINTAINERS: Add self as crx port maintainer.
3542
3543 2005-07-20  DJ Delorie  <dj@redhat.com>
3544
3545         * MAINTAINERS: Add self as m32c maintainer.
3546
3547 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
3548
3549         * all files: Update FSF address.
3550
3551 2005-07-15  Eric Christopher  <echristo@redhat.com>
3552
3553         * MAINTAINERS: Change affiliation.
3554
3555 2005-07-14  Jim Blandy  <jimb@redhat.com>
3556
3557         * configure.in: Add cases for Renesas m32c.
3558         * configure: Regenerated.
3559
3560 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
3561
3562         * COPYING.LIB: Update from fsf.org.
3563
3564 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
3565
3566         * COPYING, compile, config.guess,
3567         config.sub, install-sh, missing, mkinstalldirs,
3568         symlink-tree, ylwrap: Sync from upstream sources.
3569         * config-ml.in: Update FSF address.
3570
3571 2005-07-13  Eric Christopher  <echristo@redhat.com>
3572
3573         * configure.in: Add toplevel noconfigdir support for tpf.
3574         * configure: Regenerate.
3575
3576 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
3577
3578         PR ada/22340
3579
3580         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3581         * Makefile.in: Regenerate.
3582
3583 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
3584
3585         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
3586         Brolley to write-after-approval.
3587
3588 2005-07-07  Andreas Schwab  <schwab@suse.de>
3589
3590         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3591         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3592         * Makefile.in: Regenerated.
3593
3594 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
3595
3596         * configure.in: Don't build sim or rda when targetting darwin.
3597         * configure: Regenerate.
3598
3599 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
3600
3601         * configure.in: Add --enable-libssp and --disable-libssp.
3602         * configure: Regenerate with autoconf-2.13.
3603
3604 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
3605
3606         * Makefile.def (target_modules): Add libssp.
3607         * configure.in (target_libraries): Add target-libssp.
3608         * configure: Rebuilt.
3609         * Makefile.in: Rebuilt.
3610
3611 2005-07-01  Zack Weinberg  <zackw@panix.com>
3612
3613         * MAINTAINERS: Change email address.  Resign from maintainership.
3614
3615 2005-07-01  Richard Guenther  <rguenther@suse.de>
3616
3617         * MAINTAINERS: Change my e-mail address and affiliation.
3618
3619 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
3620
3621         * Makefile.def (stagefeedback): Come after profile.
3622         Define profiledbootstrap target.
3623         * Makefile.tpl (profiledbootstrap): Remove.
3624         (stageprofile-end): Zap stagefeedback.
3625         (stagefeedback-start): Copy all .gcda files, not only GCC's.
3626         * Makefile.in: Regenerate.
3627
3628 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
3629
3630         * MAINTAINERS: Update my email address.
3631
3632 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
3633
3634         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
3635         In 'cpp' stanza, support '#line' as well as '# '.
3636
3637 2005-06-08  Andreas Schwab  <schwab@suse.de>
3638
3639         * MAINTAINERS: Move myself from 'Write After Approval' to
3640         'CPU Port Maintainers' section as m68k maintainer.
3641
3642 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
3643
3644         * configure.in (unsupported_languages): New macro.
3645         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
3646         non-ported target libraries in noconfigdirs.
3647         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3648         non-linux-gnu.  Remove libgcj_ex_libffi.
3649         <lang_frag loop>: Set add_this_lang=no if the language is in
3650         unsupported_languages.
3651         * configure: Regenerate.
3652
3653 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
3654
3655         * configure.in: Fix typo in handling of --with-mpfr-dir.
3656         * configure: Regenerate.
3657
3658 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
3659
3660         * MAINTAINERS: Update my email address.
3661
3662 2005-06-02  Jim Blandy  <jimb@redhat.com>
3663
3664         * config.sub: Add cases for the Renesas m32c.  (This patch has been
3665         accepted into the master sources.)
3666
3667 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
3668             Michael Snyder  <msnyder@redhat.com>
3669             Stan Cox  <scox@redhat.com>
3670
3671         * configure.in: Set noconfigdirs for ms1.
3672
3673         * configure: Regenerate.
3674
3675 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
3676
3677         * MAINTAINERS (Write After Approval): Add self.
3678
3679 2005-06-01  Josh Conner  <jconner@apple.com>
3680
3681         * MAINTAINERS (Write After Approval): Add self.
3682
3683 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
3684
3685         * MAINTAINERS: Update my email address.
3686
3687 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
3688
3689         * MAINTAINERS (Write After Approval): Add self.
3690
3691 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
3692
3693         * MAINTAINERS (Write After Approval): Remove self.
3694
3695 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
3696
3697         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3698         (Dependencies): Consider target modules for bootstrap dependencies.
3699         Make target bootstrap modules depend on each stage's gcc.
3700         * Makefile.in: Regenerate.
3701
3702 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
3703
3704         * Makefile.def (configure-gcc): Depend on binutils having been built.
3705         (all-gcc): No need to do it here.
3706         * Makefile.in: Regenerate.
3707
3708 2005-05-19  Paul Brook  <paul@codesourcery.com>
3709
3710         * configure.in: Rewrite misleading error message when requested
3711         language cannot be built.
3712         * configure: Regenerate.
3713
3714 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
3715
3716         * ylwrap: Import from Automake 1.9.5.
3717
3718 2005-05-13  David Ung  <davidu@mips.com>
3719
3720         * MAINTAINERS (Write After Approval): Add self.
3721
3722 2005-05-09  Mike Stump  <mrs@apple.com>
3723
3724         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
3725         lt_cv_sys_max_cmd_len for now.
3726
3727 2005-05-09  Stan Cox  <scox@redhat.com>
3728
3729         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
3730
3731 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
3732
3733         * README.SCO: Update the URL.
3734
3735 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
3736
3737         * ltconfig: Define file_list_spec.  Pass file_list_spec and
3738         with_gnu_ld to libtool.
3739         * ltcf-c.sh (aix[45]): Define file_list_spec.
3740         * ltcf-cxx.sh (aix[45]): Same.
3741         * ltcf-gcj.sh (aix[45]): Same.
3742         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
3743         exists, write list of input files to temporary file.
3744
3745 2005-05-04  Mike Stump  <mrs@apple.com>
3746
3747         * configure.in: Always pass --target to target configures as
3748         otherwise rebuilds that do --recheck will fail.
3749         * confiugure: Rebuilt.
3750
3751 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
3752
3753         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
3754         STAGE_HOST_EXPORTS.
3755         (configure, all): Add bootstrap support.
3756         (Host modules, target modules): Pass post-stage1 flags and exports.
3757         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
3758         * Makefile.in: Regenerate.
3759
3760 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
3761
3762         * configure: Regenerate.
3763
3764 2005-04-27  Mike Stump  <mrs@apple.com>
3765
3766         * MAINTAINERS: Add self as darwin maintainer.
3767
3768 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
3769
3770         * config.sub: Update from master copy.
3771
3772 2005-04-21  Mike Stump  <mrs@apple.com>
3773
3774         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
3775         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
3776
3777 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
3778
3779         * configure.in <crisv32-*-*, cris-*-*>: New local variable
3780         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
3781         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
3782         "*-*-elf" and "*-*-linux*".
3783         * configure: Regenerate.
3784
3785 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
3786
3787         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
3788
3789 2005-04-12  Mike Stump  <mrs@apple.com>
3790
3791         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
3792
3793 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
3794
3795         * MAINTAINERS (Write After Approval): Add myself.
3796
3797 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
3798
3799         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
3800
3801 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
3802
3803         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
3804         (TARGET_CONFIGARGS): Include --with-target-subdir.
3805         (configure, all): New macros.  Use them throughout.
3806         * Makefile.in: Regenerate.
3807
3808 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
3809
3810         * MAINTAINERS (Write After Approval): Add myself.
3811
3812 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3813
3814         * MAINTAINERS: Remove 'loop unrolling' maintainer.
3815
3816 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
3817
3818         * MAINTAINERS: Move John Carr to Write After Approval.
3819
3820 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
3821
3822         * config/mh-mingw32: Delete.
3823         * configure.in: Don't use it.
3824         * configure: Regenerate.
3825
3826 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
3827
3828         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
3829         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
3830         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
3831         (HOST_LIB_PATH): Generate from Makefile.def.
3832         (TARGET_LIB_PATH): Likewise.
3833         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
3834         * Makefile.in: Regenerate.
3835         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
3836         (RPATH_ENVVAR): Include Darwin case.
3837         * configure: Regenerate.
3838
3839 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
3840
3841         * MAINTAINERS (Various Maintainers): Remove self.
3842         (Write After Approval): Add self.
3843
3844 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
3845
3846         * MAINTAINERS (Various Maintainers): Add self.
3847
3848 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
3849
3850         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
3851         * configure: Regenerate.
3852
3853 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
3854
3855         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
3856         gcc_version, and gcc_version_trigger from set of flags to pass.
3857         * Makefile.tpl: Remove definitions of above variables.
3858         (config.status): Remove dependency on $(gcc_version_trigger).
3859         * Makefile.in: Regenerate.
3860         * configure.in: Do not reference config/gcc-version.m4 nor
3861         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
3862         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
3863         * configure: Regenerate.
3864
3865 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
3866             Andrew Pinski <pinskia@physics.uc.edu>
3867
3868         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
3869         * Makefile.in: Regenerate.
3870
3871 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
3872
3873         * MAINTAINERS (Write After Approval): Add myself.
3874
3875 2005-03-03  David Ayers  <d.ayers@inode.at>
3876
3877         * MAINTAINERS (Write After Approval): Add myself.
3878
3879 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
3880
3881         PR libgcj/20160
3882         * ltmain.sh: Avoid creating archives with components that have
3883         duplicate basenames.
3884
3885 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
3886
3887         PR bootstrap/20250
3888         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
3889         instead of check.
3890         * Makefile.in: Regenerate.
3891
3892 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
3893
3894         * Makefile.in: Regenerate to fix conflict between the previous two
3895         patches.
3896
3897 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
3898
3899         PR bootstrap/17383
3900         * Makefile.def (target_modules): Remove "stage", now unnecessary.
3901         * Makefile.tpl (HOST_SUBDIR): New substitution.
3902         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
3903         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3904         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
3905         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
3906         (Host modules, Bootstrapped modules): Use it.
3907         (Build modules, Target modules): Do not create symlink trees,
3908         always configure out-of-srcdir.
3909         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
3910         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
3911         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
3912         $(HOST_SUBDIR).  Create a symlink for host_subdir.
3913
3914         * Makefile.in: Regenerate.
3915         * configure: Regenerate.
3916
3917 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3918
3919         Merged from libada-gnattools-branch:
3920         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3921
3922         * gnattools: New directory.
3923         * Makefile.def: Add gnattools as a module, depending on target-libada.
3924         * Makefile.in: Regenerate.
3925         * configure.in: Include gnattools in host_tools; disable it if ada
3926         is disabled.
3927         * configure: Regenerate.
3928
3929 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
3930
3931         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
3932         treelang maintainer.
3933         (Write After Approval): Remove myself.
3934
3935 2005-02-23  Paul Schlie  <schlie@comcast.net>
3936
3937         * configure.in: Allow darwin targeted ports to build tk, itcl and
3938         libgui.
3939         * configure: Regenerate.
3940
3941 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3942
3943         PR libgcj/10353
3944         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
3945         * configure: Regenerate.
3946
3947 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
3948
3949         * MAINTAINERS (Write After Approval): Add myself.
3950
3951 2005-02-10  Ian Lance Taylor  <ian@airs.com>
3952
3953         * MAINTAINERS: Update my e-mail address.
3954
3955 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
3956
3957         * MAINTAINERS (Write After Approval): Add myself.
3958
3959 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
3960
3961         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
3962         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
3963         target-libgloss when not *-*-elf and *-*-aout.
3964         * configure: Regenerate.
3965
3966 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
3967
3968         * MAINTAINERS: Remove obsolete entries.
3969
3970         * MAINTAINERS (Write After Approval): Add Michael Matz.
3971
3972 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
3973
3974         * MAINTAINERS: Remove self as cpplib maintainer.
3975
3976 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
3977
3978         * install-sh, config.sub: Import from upstream.
3979
3980 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
3981
3982         PR bootstrap/18222
3983         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
3984         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
3985         * Makefile.in: Regenerate.
3986
3987 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
3988
3989         * MAINTAINERS: Update my email address.
3990
3991 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
3992             Andreas Schwab  <schwab@suse.de>
3993
3994         PR bootstrap/18033
3995         * config-ml.in: Eval option if surrounded by single quotes.
3996
3997 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
3998
3999         Revert 2004-12-28 Makefile changes, a better fix will be
4000         applied to mainline and src after GCC 4.0 branches.
4001
4002 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
4003
4004         PR bootstrap/17383
4005
4006         * Makefile.def (target_modules): Remove stage parameter,
4007         it is always true now.
4008         * Makefile.tpl (configure-build-[+module+],
4009         configure-target-[+module+]): Always build symlink tree
4010         for the directory and for include.  BUILD_SUBDIR and
4011         TARGET_SUBDIR cannot be . anymore.
4012         * Makefile.in: Regenerate.
4013
4014 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
4015
4016         Revert 2004-12-08 Makefile changes.
4017
4018 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
4019
4020         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
4021         cygwin, mingw.
4022
4023 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
4024
4025         * configure.in (sh64-*-*): Reenable gprof.
4026         * configure: Regenerate.
4027
4028 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
4029
4030         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4031         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4032         (EXTRA_TARGET_FLAGS): Add PICFLAG.
4033         * Makefile.in: Regenerate.
4034
4035 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
4036
4037         * MAINTAINERS: Update my email address.
4038
4039 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
4040
4041         * Makefile.tpl: Generate normal dependencies if the LHS module is
4042         not bootstrapped.
4043         * Makefile.in: Regenerate.
4044
4045 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4046
4047         * configure.in: Include config/gxx-include-dir.m4.  Use
4048         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
4049         * configure: Regenerate.
4050
4051 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4052
4053         * config.if: Delete.
4054         * configure.in: Set libstdcxx_incdir directly.
4055         * configure: Regenerate.
4056
4057 2004-12-02  Eric Christopher  <echristo@redhat.com>
4058
4059         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
4060         * Makefile.in: Regenerate.
4061
4062 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4063
4064         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4065         * configure: Regenerate.
4066
4067 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4068
4069         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
4070         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
4071         * configure: Regenerate.
4072
4073 2004-12-01  Eric Christopher  <echristo@redhat.com>
4074
4075         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
4076         of things to remove.
4077
4078 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
4079
4080         * MAINTAINERS (Write After Approval): Update my e-mail address.
4081
4082 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
4083
4084         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
4085         from CVS libtool to always pass_all.
4086
4087 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4088
4089         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4090         (hppa*64*-*-*): Delete incorrect comment.
4091         * configure: Rebuilt.
4092
4093 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4094
4095         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
4096
4097 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4098
4099         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
4100         from CVS libtool to always pass_all.
4101
4102 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4103
4104         * install-sh, compile: Import from automake.
4105
4106 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4107
4108         * config.guess, config.sub:  Import from savannnah.
4109
4110 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
4111
4112         * MAINTAINERS (Write After Approval): Add myself
4113
4114 2004-11-12  Mike Stump  <mrs@apple.com>
4115
4116         * Makefile.def: Add html support.
4117         * Makefile.tpl: Likewise.
4118         * Makefile.in: Regenerate.
4119
4120 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
4121
4122         PR 18423
4123         * configure.in: Remove all instances of build-fixincludes from
4124         noconfigdirs.
4125         (build_configargs): Supply --target to subdirectories.
4126         * configure: Regenerate.
4127
4128         * Makefile.def: Make gcc install depend on fixincludes install.
4129         * Makefile.in: Regenerate.
4130
4131 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
4132
4133         * MAINTAINERS: Add myself as gcc testsuite maintainer.
4134
4135 2004-11-11  Paul Brook  <paul@codesourcery.com>
4136
4137         * MAINTAINERS: Add self as arm maintainer.  Update email address.
4138
4139 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
4140
4141         * configure.in (noconfigdirs) [mmix-*-*]: Disable
4142         target-libgfortran.
4143         * configure: Regenerate.
4144
4145 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
4146
4147         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4148         like CC.
4149
4150 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
4151
4152         * Makefile.def (host fixincludes): Specify missing targets.
4153         * Makefile.in: Regenerate.
4154
4155 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
4156
4157         * MAINTAINERS: Add myself
4158
4159 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
4160
4161         * MAINTAINERS (Write After Approval): Add myself.
4162
4163 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
4164
4165         * Makefile.def: Build fixincludes for the host, too.
4166         * Makefile.in: Regenerate.
4167         * configure.in (host_tools): Add fixincludes.
4168         * configure: Regenerate.
4169
4170 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
4171
4172         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4173         * configure: Regenerated.
4174
4175 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
4176
4177         PR other/17783
4178         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4179         * configure: Regenerated.
4180
4181 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
4182
4183         * README.SCO: Update per FSF instructions.
4184
4185 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
4186
4187         PR target/18151
4188         * configure.in (case ${target}): Do not build fixincludes for avr.
4189         * configure: Regenerated.
4190
4191 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
4192
4193         * configure.in (case ${target}): Do not build fixincludes
4194         on platforms where it is not used.
4195         * configure: Regenerated.
4196
4197 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
4198
4199         * configure.in: Use an absolute path to install-sh.
4200         * configure: Regenerated.
4201
4202 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4203
4204         * MAINTAINERS (Write After Approval): Add myself.
4205
4206 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
4207
4208         * MAINTAINERS: Remove from Write After Approval those that are
4209         already maintainers.
4210
4211 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
4212
4213         * MAINTAINERS:  Update my email address.
4214
4215 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4216
4217         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4218         * configure: Regenerate.
4219
4220 2004-10-07  J"orn Rennecke <joern.rennecke@st.com>
4221
4222         * MAINTAINERS:  Update my email address.
4223
4224 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
4225
4226         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
4227         entries belonging to this category.
4228
4229 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
4230
4231         * MAINTAINERS: Update my e-mail address.
4232
4233 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
4234
4235         Fix wrong conflict resolution in:
4236
4237         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4238
4239         * Makefile.in: Regenerate.
4240         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4241         in the recursive `make', instead of hardwiring `all'.
4242         (Autogenerated TARGET-* variables): New.
4243
4244 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
4245
4246         * configure.in: Enable target-libgloss for crx-*-*.
4247         * configure: Regenerate.
4248
4249 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4250
4251         * MAINTAINERS (Various Maintainers): Move the "windows,
4252         cygwin, mingw" maintainer to ...
4253         (OS Port Maintainers): ... here.
4254
4255 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4256
4257         * MAINTAINERS (Write After Approval): Remove those that are
4258         maintainers of some subsystem.
4259
4260 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
4261
4262         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4263         * ltcf-cxx.sh (tpf*): Likewise.
4264         * ltconfig (tpf*): Add TPF OS configuration support.
4265
4266 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
4267
4268         * MAINTAINERS: Change my email address to my new work account.
4269
4270 2004-09-24  Michael Roth  <mroth@nessie.de>
4271
4272         * configure.in (--without-headers): Add missing double quotes.
4273         * configure: Regenerate.
4274
4275 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
4276
4277         * ylwrap: Revert to previous version.
4278
4279 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
4280
4281         PR bootstrap/17369
4282         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4283         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4284         SET_GCC_LIB_PATH_CMD.
4285         (BASE_TARGET_EXPORTS): Likewise.
4286         * Makefile.in: Regenerated.
4287
4288         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4289         * configure: Regenerated.
4290
4291 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
4292
4293         * config.guess: New upstream version
4294         * compile, depcomp, install-sh, ylwrap: Likewise.
4295
4296 2004-09-19  Roger Sayle  <roger@eyesopen.com>
4297
4298         * config/mh-x86omitfp: New host makefile fragment.  Add
4299         -fomit-frame-pointer to the default BOOT_CFLAGS.
4300         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4301         * configure: Regenerate.
4302
4303 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
4304
4305         PR target/11572
4306         * configure.in (*-*-darwin*): Renable libobjc.
4307         * configure: Regenerate.
4308
4309 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
4310
4311         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
4312
4313 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
4314
4315         * Makefile.def: Remove libbanshee.
4316         * Makefile.tpl: Ditto.
4317         * configure.in: Ditto.
4318         * Makefile.in: Regen.
4319         * configure: Ditto.
4320
4321 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
4322
4323         * ltmain.sh: Use $pic_object as $non_pic_object if
4324         $non_pic_object=none.
4325
4326 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
4327
4328         * missing: Import latest version from master repository.
4329
4330 2004-09-06  Nick Clifton  <nickc@redhat.com>
4331
4332         * config.sub: Import latest version from master repository.
4333         * config.guess: Likewise.
4334         This includes these changes:
4335
4336         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
4337
4338         * config.sub: Handle crisv32, alias etraxfs.
4339         * config.guess (crisv32:Linux:*:*): Handle.
4340
4341         2004-08-13  Brad Smith  <brad@comstyle.com>
4342
4343         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4344         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4345
4346         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4347
4348         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4349         assume the processor is a powerpc.  This is because coreutils
4350         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4351         in this case, due to a MacOS X bug that causes
4352         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4353         to return a negative number.
4354         Problem reported by Petter Reinholdtsen in:
4355         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4356
4357         2004-07-19  Ben Elliston  <bje@gnu.org>
4358
4359         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4360
4361         2004-06-24  Ben Elliston  <bje@gnu.org>
4362
4363         * config.guess: Update copyright years.
4364         * config.sub: Likewise.
4365
4366         2004-06-22  Robert Millan  <robertmh@gnu.org>
4367
4368         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4369         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4370
4371         2004-06-22  Stanley F. Quayle <stan@stanq.com>
4372
4373         * config.guess (*:*VMS:*:*): New entry. Replaces
4374         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4375         manufacturer.
4376
4377         2004-06-22  Ben Elliston  <bje@gnu.org>
4378
4379         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4380         * config.sub: Likewise.
4381
4382         2004-06-22  Ben Elliston  <bje@gnu.org>
4383
4384         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4385         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4386
4387         2004-06-11  Ben Elliston  <bje@gnu.org>
4388
4389         * config.guess (pegasos:OpenBSD:*:*): Remove.
4390
4391         2004-06-11  Ben Elliston  <bje@gnu.org>
4392
4393         From Wouter Verhelst <wouter@grep.be>:
4394         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4395
4396         2004-06-11  Ben Elliston  <bje@gnu.org>
4397
4398         * config.guess (luna88k:OpenBSD:*:*): New.
4399
4400         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
4401
4402         * config.guess (m32r*:Linux:*:*): New case.
4403         * config.sub: Handle m32rle.
4404
4405         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
4406
4407         From Jens Petersen  <petersen@redhat.com>:
4408         * config.sub: Handle sparcv8.
4409
4410         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
4411
4412         From Tom Smith <smith@cag.lkg.hp.com>:
4413         * config.guess: Version suffixes are equally significant on Tru64
4414         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
4415         prefix of "P" (patched kernel).
4416
4417         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
4418
4419         * config.sub: Add support for National Semiconductor CRX target.
4420
4421 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
4422
4423         * MAINTAINERS (Various Maintainers): Remove myself as web page
4424         maintainer, add myself as maintainer of build status lists.
4425
4426 2004-09-03  Jan Beulich  <jbeulich@novell.com>
4427
4428         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4429         *-*-netware, but add target-libmudflap.
4430         Consolidate *-*-netware targets (of which really only i?86 exists)
4431         into a single entry.
4432         * configure: Likewise.
4433
4434 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
4435
4436         * Makefile.tpl (sorry): Remove.
4437         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4438         (cleanstrap targets): Depend on distclean, not distclean-stage1.
4439         (do-clean): Clean per-stage directories too.
4440         (do-distclean): Run distclean-stage1 too.
4441         (.NOTPARALLEL): Enable during toplevel bootstrap.
4442         (stage[+id+]-bubble): Enable parallel execution during
4443         the recursive invocation.
4444         * Makefile.in: Regenerate.
4445
4446         Fix previous checkin:
4447
4448         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4449         include.
4450         * configure.in: Fix indentation.
4451         * configure: Regenerate.
4452
4453 2004-08-31  Robert Bowdidge <bowdidge@apple.com>
4454
4455         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4456         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4457         * configure: regenerate
4458         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4459         -mdynamic-no-pic
4460
4461
4462 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
4463
4464         * Makefile.def (build_modules): Add fixincludes.
4465         (dependencies): Make gcc depend on fixincludes.
4466         * configure.in (build_tools): Add fixincludes.
4467         (build_configdirs): Always include build_libs.
4468         * Makefile.in: Regenerate.
4469         * configure: Regenerate.
4470
4471 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
4472
4473         * Makefile.def (bootstrap stages): Add 'lean' parameter.
4474         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4475         phony targets; do not generate timestamp files.
4476         (distclean-stageN): Remove references to their timestamp files.
4477         (restageN, touch-stageN): Remove.
4478         (stageN-bubble): Rewritten.
4479         (compare): Support lean bootstraps.
4480         * Makefile.in: Regenerate.
4481
4482         * configure.in: Only warn when bootstrapping but
4483         build != host or build != target.  Support lean bootstraps.
4484         * configure: Regenerate.
4485
4486 2004-08-26  Phil Edwards  <phil@codesourcery.com>
4487
4488         * configure.in:  Give a better error message if GMP/MPFR are missing
4489         and a language needing them has been requested.
4490         * configure:  Regenerated.
4491
4492 2004-08-25  Phil Edwards  <phil@codesourcery.com>
4493
4494         * configure.in:  Print a list of available language front-ends if
4495         a requested one is missing.  Tidy stray tab characters.
4496         * configure:  Regenerated.
4497
4498 2004-08-19  Michael Koch  <konqueror@gmx.de>
4499
4500         * gcc/doc/install.texi: Update entry about automake for libjava.
4501
4502 2004-08-17  Robert Millan  <robertmh@gnu.org>
4503
4504         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4505         (instead of FreeBSD).
4506         * configure: Regenerate.
4507
4508 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4509
4510         * Makefile.in: Regenerate.
4511         * configure: Regenerate.
4512
4513         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4514         stage_*_flags.
4515         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4516         for bootstrapped modules if toplevel bootstrap is going.
4517         (GCC bootstrap): Generate per-stage targets for all bootstrapped
4518         modules.  Adjust for changes in Makefile.def.  Enable several
4519         rules even in non-bootstrap mode, just to avoid peppering the
4520         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4521         (stage-[+prev+]-bubble): Remove.
4522
4523         * Makefile.def (Dependencies): Depend on all-build-bison,
4524         all-build-flex, all-build-byacc, all-build-texinfo, rather
4525         than the host variations.
4526         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
4527         with BUILD_SUBDIR.
4528         (BISON): Update for recent Bisons.
4529         (YACC): Fix typo.
4530         (cross): Depend on all-build.
4531         (all): Do not depend on all-build.
4532         (prebootstrap): Remove.
4533         (dep-kind): Accept separate prefixes for MODULE and ON variables.
4534         (Prebootstrap dependencies): Add them to the per-stage targets
4535         and to all-prebootstrap.
4536         * configure.in (build_configdirs): Always enable build_tools.
4537         (BUILD_DIR_PREFIX): Remove.
4538
4539         * Makefile.def (gcc): Add target variable.
4540         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4541         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4542         in the recursive `make', instead of hardwiring `all'.
4543         (Autogenerated TARGET-* variables): New.
4544
4545 2004-08-13  Brian Booth  <bbooth@redhat.com>
4546
4547         * MAINTAINERS: Remove myself from write-after-approval.
4548
4549 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4550
4551         * src-release: Stop distributing mmalloc with gdb (which doesn't
4552         use it).
4553         * Makefile.def: GDB doesn't depend on mmalloc anymore.
4554         * Makefile.in: Regenerate.
4555
4556 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
4557
4558         * configure.in (arm*-*-eabi*): New target.
4559         * configure: Regenerate.
4560
4561 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
4562
4563         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4564         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4565         (Dependencies): New section.
4566         * Makefile.tpl (Dependencies): Generate from Makefile.def.
4567         (configure-target-[+module+]): Depend on maybe-all-gcc
4568         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
4569         (toplevel profiledbootstrap): Fix dependencies.
4570         * Makefile.in: Regenerate.
4571
4572 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
4573
4574         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4575         target-libiberty to noconfigdirs.
4576         * configure: Regenerate.
4577
4578 2004-08-03  Paul Brook  <paul@codesourcery.com>
4579
4580         * configure.in: Check for MPFR as well as GMP.
4581         * configure: Regenerate.
4582
4583 2004-08-01  Robert Millan  <robertmh@gnu.org>
4584
4585         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4586         libmudflap for all GNU-based systems (with Glibc).
4587         * configure: Regenerate.
4588
4589 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
4590
4591         * Makefile.def (host-modules): Add gcc.
4592         * Makefile.in: Regenerate.
4593         * Makefile.tpl (sorry): New rule.
4594         (configure-host, all-host, [+make_target+]-host, do-check,
4595         install-host): Do not add gcc as a special case.
4596         (host modules): Add a small special-casing for gcc.  Export
4597         extra_make_flags through the environment.
4598         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4599         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4600         other recursive targets for gcc): Remove.
4601
4602         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4603         (stage, unstage): New rules.
4604         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4605         distclean-stage[+id+]): Use stage_current.
4606         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4607         the stage*-start rules.
4608
4609 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
4610
4611         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
4612         use -all_load flag.
4613
4614 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
4615
4616         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
4617         * configure: Regenerate.
4618
4619 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
4620
4621         * maintainer-scripts/gcc_release: Revert yesterday's change.
4622
4623 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
4624
4625         * MAINTAINERS: Add myself to write-after-approval.
4626
4627 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
4628
4629         * libf2c: Removed.
4630         * gcc/gccbug.in: Updated because of libf2c removal.
4631         * maintainer-scripts/gcc_release: Ditto.
4632
4633 2004-07-09  Loren J. Rittle <ljrittle@acm.org>
4634
4635         * configure.in: Build libmudflap by default on FreeBSD.
4636         * configure: Regenerated.
4637
4638 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
4639
4640         * configure.in: Do not build libmudflap by default on non-GNU/Linux
4641         systems.
4642         * configure: Regenerated.
4643
4644 2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4645
4646         PR target/16344
4647         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4648         feedback based compiler.
4649         * Makefile.in: Rebuilt.
4650
4651 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
4652
4653         * Makefile.def (host_modules): Set bootstrap=true for flex.
4654         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4655         * Makefile.in: Rebuilt.
4656
4657 2004-07-07  Jan Hubicka  <jh@suse.cz>
4658
4659         * MAINTAINERS: Add self as a profile feedback maintainer.
4660
4661 2004-07-05  Phil Edwards  <phil@codesourcery.com>
4662
4663         * configure.in:  Do not prepend $srcdir to /dev/null in
4664         makefile fragments.
4665         * configure:  Regenerate.
4666
4667 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
4668
4669         * Makefile.def (build_modules): Add bison, byacc, flex,
4670         m4, texinfo.
4671         (flags_to_pass): Add FLEX.
4672         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4673         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4674         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4675         DEFAULT_MAKEINFO): Remove.
4676         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4677         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4678         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4679         objdir or else use configured tool.
4680         (all-build): New.
4681         (all): Depend on it.
4682         (Build module dependencies): Add.
4683         * Makefile.in: Regenerate.
4684         * configure.in: Better support for multiple build modules,
4685         matching what is done for host/target modules.  Do not look
4686         for "plausible" locations of build tools if Canadian cross.
4687         Use autoconf's AC_PROG_CC to find a C compiler.  Define
4688         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
4689         * configure: Regenerate.
4690
4691 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4692
4693         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4694         * Makefile.in: Regenerate.
4695
4696 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4697
4698         * Makefile.tpl (configure-build-[+module+],
4699         configure-[+module+], configure-target-[+module+]): Pass
4700         [+extra_configure_args+].
4701         (all-build-[+module+], all-[+module+], check-[+module+],
4702         install-[+module+], [+make_target+]-[+module+],
4703         all-target-[+module+], check-target-[+module+],
4704         install-target-[+module+], [+make_target+]-target-[+module+]):
4705         Pass [+extra_make_args+].
4706         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4707         (GCC_HOST_EXPORTS): Remove.
4708         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4709         cross, check-gcc, check-gcc-c++, install-gcc,
4710         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4711         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4712         * Makefile.in: Regenerate.
4713
4714 2004-06-21  Matthew Sachs  <msachs@apple.com>
4715
4716         * MAINTAINERS: Added self to write-after-approval.
4717
4718 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
4719
4720         * configure.in: Check for srcdir/winsup rather than build directory
4721         winsup.
4722         * configure: Regenerate.
4723
4724 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
4725
4726         * configure.in: Don't build Cygwin native newlib if winsup
4727         directory is missing.  Emit warning instead.
4728         * configure: Regenerate.
4729
4730 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
4731
4732         * Makefile.tpl (touch-stage[+id+]): New.
4733         (restage[+prev+]): Depend on touch-stage[+id+].
4734
4735         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4736         Use it throughout.
4737
4738         * Makefile.def: Add profile and feedback bootstrap stages.
4739         Remove next field from bootstrap stages.
4740         * Makefile.tpl (LN, LN_S): Substitute.
4741         (stageN-start, stageN-end): Use double-colon rules, to
4742         provide a hook for additional setup commands.
4743         (distclean-stageN-gcc, restageN): Create dependencies from
4744         [+prev+], not from [+next+].
4745         (stageN-bubble): Add commands for successive stages from
4746         [+prev+], using double-colon rules.
4747         (all-stageN-gcc): Fix typo.
4748         (stagefeedback-start, profiledbootstrap): New.
4749         * Makefile.in: Regenerate.
4750         * configure.in: Call ACX_PROG_LN.
4751         * configure: Regenerate.
4752
4753 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
4754
4755         * MAINTAINERS (Write After Approval): Add myself.
4756
4757 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
4758
4759         * MAINTAINERS (Write After Approval): Add myself.
4760
4761 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
4762
4763         * configure.in: Fix --enable-bootstrap breakage introduced in trees
4764         without gcc.
4765         * configure: Regenerate.
4766
4767 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
4768
4769         * Makefile.tpl: Fix typo.
4770         * Makefile.in: Regenerate.
4771
4772 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
4773
4774         * configure.in: Remove new- prefix from toplevel
4775         bootstrap targets.
4776         * configure: Regenerate.
4777
4778 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
4779
4780         * Makefile.tpl (all.normal): Rename to all.
4781         (all): Replace with a rule to pick the default
4782         target from configure.
4783         (all-gcc, configure-gcc): Use conditionals to
4784         do nothing when toplevel bootstrap is going on.
4785         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
4786         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
4787         * configure.in: Support --enable-bootstrap.
4788
4789         * Makefile.def: Remove new- prefix from toplevel
4790         bootstrap targets.
4791         * Makefile.tpl: Likewise.
4792
4793         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
4794         target.
4795
4796         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
4797         $(RECURSE_FLAGS) to recursive invocation of make.
4798
4799         * Makefile.in: Regenerate.
4800         * configure: Regenerate.
4801
4802 2004-05-30  Andreas Jaeger  <aj@suse.de>
4803             Jim Wilson <wilson@specifixinc.com>
4804
4805         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
4806         like CC.
4807
4808 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
4809
4810         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
4811         * configure: Regenerate.
4812
4813 2004-05-25  Daniel Jacobowitz  <drow@false.org>
4814
4815         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
4816         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
4817         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
4818         targets.
4819         * Makefile.in: Regenerate.
4820
4821 2004-05-24  Paolo Bonzini <bonzini@gnu.org>
4822
4823         * configure.in: Test the ability to symlink directories.
4824         * configure: Regenerate.
4825
4826         * Makefile.def (bootstrap-stage): New definitions.
4827         * Makefile.tpl (configure-stage1-gcc,
4828         configure-stage2-gcc, configure-stage3-gcc,
4829         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
4830         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
4831         new-restage3, compare): Autogenerate, see Makefile.in
4832         entry for behavioral changes.
4833         (distclean-stage1, new-stage1-start, new-stage1-end,
4834         new-stage1-bubble, distclean-stage2, new-stage2-start,
4835         new-stage2-end, new-stage2-bubble, distclean-stage3,
4836         new-stage3-start, new-stage3-end): New autogenerated targets.
4837         (objext, prebootstrap, BOOT_CFLAGS,
4838         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
4839         targets.
4840
4841         * Makefile.in: Regenerate.
4842         (distclean-stage1, new-stage1-start, new-stage1-end,
4843         new-stage1-bubble, distclean-stage2, new-stage2-start,
4844         new-stage2-end, new-stage2-bubble, distclean-stage3,
4845         new-stage3-start, new-stage3-end): New targets.
4846         (all-stage1-gcc): Move prebootstrap dependency from here...
4847         (configure-stage1-gcc): ...to here.
4848         (new-bootstrap): Use bubble targets.
4849         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4850         Use per-stage distclean targets.
4851         (configure-stage1-gcc, configure-stage2-gcc,
4852         configure-stage3-gcc, all-stage1-gcc,
4853         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
4854         Use new-stageN-start to prepare the tree.
4855
4856 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
4857
4858         * Makefile.def (host_modules): add libcpp.
4859         * Makefile.tpl: Add dependencies on and for libcpp.
4860         * Makefile.in: Regenerate.
4861         * configure.in: Add libcpp host module.
4862         * configure: Regenerate.
4863
4864 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
4865
4866         * Makefile.tpl: Whenever a recursive target is defined, wrap
4867         it in a special @if/@endif block, and prepare its maybe
4868         dependency in the @if/@endif block
4869         * configure.in: Instead of writing maybe dependencies, remove
4870         the @if/@endif statements, and remove the @if/@endif blocks
4871         that remain.
4872         * configure: Regenerate.
4873         * Makefile.in: Regenerate.
4874
4875 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
4876
4877         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
4878
4879 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
4880
4881         PR bootstrap/15120
4882         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
4883         * */configure: Rebuilt.
4884
4885 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
4886
4887         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
4888         of libf2c.
4889         * configure, Makefile.in: Regenerate.
4890
4891 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
4892
4893         * MAINTAINERS (Write After Approval): Add myself.
4894
4895 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
4896
4897         Merge from tree-ssa-20020619-branch.
4898
4899         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
4900         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
4901         (HOST_GMPLIBS): Define.
4902         (HOST_GMPINC): Define.
4903         (TARGET_LIB_PATH): Add libmudflap.
4904         (GFORTRAN_FOR_TARGET): Define.
4905         (configure-build*): Export GFORTRAN.
4906         (configure-gcc): Export GMPLIBS and GMPINC.
4907         (all-gcc): Add maybe-all-libbanshee.
4908         (configure-target-libgfortran): Define.
4909         * Makefile.in: Regenerate.
4910         * configure.in (host_libs): Add libbanshee.
4911         (target_libraries): Add target-libmudflap and target-libgfortran.
4912         Add --with-libbanshee.
4913         Handle --disable-libmudflap.
4914         (*-*-freebsd*): Use with_gmp.
4915         Add $(libgcj) to noconfigdirs.
4916         * configure: Regenerate.
4917         * depcomp: New file.
4918         * MAINTAINERS: Add tree-ssa maintainers.
4919
4920 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
4921
4922         * MAINTAINERS (Various Maintainers): Add myself.
4923
4924 2004-04-30  Brian Ford  <ford@vss.fsi.com>
4925
4926         * MAINTAINERS (Write After Approval): Add myself.
4927
4928 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
4929
4930         * MAINTAINERS (Write After Approval): Add myself.
4931
4932 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
4933
4934         * config/acx.m4: Fix fastcompare support for new-bootstrap.
4935         * configure: Regenerate.
4936
4937 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
4938
4939         Revert:
4940         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4941
4942         * Makefile.def (flags_to_pass): Remove *dir variables that
4943         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4944         as well as prefix and exec_prefix.
4945         * Makefile.in: Regenerate.
4946
4947 2004-04-26  Robert Millan  <robertmh@gnu.org>
4948
4949         Add patches from libtool CVS.
4950         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
4951         * ltconfig: Likewise.
4952         * ltcf-c.sh: Likewise.
4953         * ltcf-cxx.sh: Likewise.
4954         * ltcf-gcj.sh: Likewise.
4955
4956 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4957
4958         * Makefile.def (host_modules): Mark with the bootstrap
4959         flag packages on which gcc depends.
4960         * Makefile.tpl (all-bootstrap): Use it.
4961         * Makefile.in: Regenerate.
4962
4963 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4964
4965         * Makefile.def (flags_to_pass): Remove *dir variables that
4966         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4967         as well as prefix and exec_prefix.
4968         * Makefile.in: Regenerate.
4969
4970 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4971
4972         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
4973         * configure: Regenerate.
4974         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
4975         * gcc/Makefile.tpl (compare): Use the result of the test.
4976         * gcc/Makefile.in: Regenerate.
4977
4978 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
4979
4980         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
4981         Always relocate gcc and prev-gcc to the original names, even
4982         if the build fails.
4983         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4984         New targets.
4985
4986 2004-04-23  Laurent GUERBY <laurent@guerby.net>
4987
4988         * MAINTAINERS: Update my email address.
4989
4990 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4991
4992         * configure.in (mips*-*-irix5*): Enable ld.
4993         * configure: Regenerate.
4994
4995 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4996
4997         * configure: Regenerate.
4998
4999 2004-04-15  James E Wilson  <wilson@specifixinc.com>
5000
5001         * Makefile.tpl (configure-[+module+], configure-gcc,
5002         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5003         Set and export LDFLAGS.
5004         * Makefile.in: Regenerate.
5005
5006 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
5007
5008         * MAINTAINERS: Add myself to write-after-approval.
5009
5010 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5011
5012         PR bootstrap/14871
5013         * Makefile.tpl: If we don't have built-in-tree target tools,
5014         use the ones found by configure rather than hacking around with
5015         program_transform_name.
5016         * configure.in: Give Makefile.tpl the information necessary
5017         to do that.
5018         * Makefile.in: Regenerate.
5019         * configure: Regenerate.
5020
5021 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
5022
5023         PR bootstrap/14760
5024         * configure.in: When computing baseargs, strip *all* copies of
5025         offending options.  Also, don't match/substitute the trailing space,
5026         so that this actually works when two similar options are separated by
5027         only one space.
5028         * configure: Regenerate.
5029
5030 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
5031
5032         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5033         (rs6000-*-aix*): Same.
5034         * configure: Regenerate.
5035
5036 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
5037
5038         * MAINTAINERS: Add myself to write-after-approval.
5039
5040 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
5041
5042         * MAINTAINERS: Add myself to write-after-approval.
5043
5044 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
5045
5046         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5047         STRICT_WARN, WARN_CFLAGS flags passed down to make.
5048         * Makefile.in: Regenerate.
5049
5050         * configure.in (top level bootstrap support): Rework --enable-werror
5051         to set @stage2_werror_flag@.
5052         * configure: Regenerate.
5053         * Makefile.tpl (top level bootstrap support): Pass
5054         @stage2_werror_flag@ down to configure in stages 2 and 3.
5055         * Makefile.in: Regenerate.
5056
5057 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5058
5059         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5060         for stages 2 and 3 as well as in make.  As a consequence, remove
5061         OUTPUT_OPTION (now detected by configure) from the flags passed down
5062         to make.
5063         * Makefile.in: Regenerate.
5064
5065         * Makefile.tpl (new-bootstrap): Fix typo.
5066         * Makefile.in: Regenerate.
5067
5068 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
5069
5070         * Makefile.tpl: Rearrange by moving recursive_targets rules
5071         into their proper sections.
5072         * Makefile.tpl (top level bootstrap support): Move disabling
5073         of coverage flags from 'make' to 'configure'; improve comments.
5074         * Makefile.in: Regenerate.
5075
5076         * Makefile.tpl (experimental top level bootstrap) Move stage1
5077         language setting from all- target to configure- target; disable
5078         intermodule optimization in stage 1; prevent gratuitous rebuilds
5079         of stage 1.
5080         * Makefile.in: Regenerate.
5081         * configure.in: Comma-separate stage 1 language list for top
5082         level bootstrap.
5083         * configure: Regenerate.
5084
5085         * Makefile.tpl: Clean up experimental top level bootstrap support:
5086         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5087         prev-gcc in configure- targets as well as all- targets.
5088         * Makefile.in: Regenerate.
5089
5090 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
5091
5092         * compile: New file imported from automake.
5093
5094 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
5095
5096         * configure.in: Remove symbolic link section.
5097         * configure: Regenerate.
5098         * Makefile.tpl (links): Remove.
5099         * Makefile.in: Regenerate.
5100
5101 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
5102             Nathanael Nerode  <neroden@gcc.gnu.org>
5103
5104         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5105         Set with AC_CHECK_PROGS.
5106         * configure.in: Fix comment typo from last patch.
5107         * configure: Regenerate.
5108
5109 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
5110
5111         * Makefile.tpl: Introduce experimental top level bootstrap support.
5112         * Makefile.in: Regenerate.
5113         * configure.in: Introduce support for top level bootstrap.
5114         * configure: Regenerate.
5115
5116 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5117             Paolo Bonzini  <bonzini@gnu.org>
5118
5119         PR bootstrap/14522
5120         * configure.in: Cope with shells that do not support unquoted ^
5121         * configure: Regenerate.
5122
5123 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5124             Paolo Bonzini  <bonzini@gnu.org>
5125
5126         PR bootstrap/14522
5127         * configure.in: Cope with shells that do not support nesting
5128         quotes inside quoted backquote substitutions.
5129         * configure: Regenerate.
5130
5131 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
5132
5133         PR bootstrap/14522
5134         * configure.in: Fix escaping of $.
5135         * configure: Regenerate.
5136
5137 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
5138
5139         * configure: Regenerate, since I forgot to while committing Paolo's
5140         changes.
5141
5142 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
5143
5144         PR ada/14131
5145         Move language detection to the top level.
5146         * configure.in: Find default values for the tools as
5147         soon as possible.  Disable ada if GNAT is not found.
5148         Emit error message about missing languages.  Expand
5149         --enable-languages=all for the gcc subdirectory.
5150
5151 2004-03-10  Ben Elliston  <bje@gnu.org>
5152
5153         * MAINTAINERS: Update my email address.
5154
5155 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
5156
5157         * ltconfig: Disable building static libraries if building shared
5158         libraries on AIX 5L.
5159
5160 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
5161
5162         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5163         and disable libgcj.
5164         * configure: Regenerated.
5165
5166 2004-03-01  Brian Booth  <bbooth@redhat.com>
5167
5168         * MAINTAINERS: Add myself to write-after-approval.
5169
5170 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
5171
5172         * MAINTAINERS: Add myself to write-after-approval.
5173
5174 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5175
5176         PR bootstrap/7087
5177         * Makefile.tpl: Guard XFOO sed statements better.
5178         * Makefile.tpl: Add dependency for configure-target-libada.
5179         * Makefile.in: Regenerate (incidentally fixes broken
5180         commit when libada-branch was merged).
5181
5182 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
5183
5184         * MAINTAINERS: Add myself to write-after-approval.
5185
5186 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
5187
5188         * MAINTAINERS: Add Nicola Pero and myself as libobjc
5189         maintainers.
5190
5191 2004-02-20  Andrew Cagney  <cagney@redhat.com>
5192
5193         * config.guess: Update from version 2003-10-16 to 2004-02-16.
5194         * config.sub: Update from version 2003-11-03 to 2004-02-16.
5195
5196 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5197
5198         PR bootstrap/11932
5199         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5200
5201 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
5202
5203         * MAINTAINERS: Added myself to write-after-approval.
5204
5205 2004-02-14  Michael Koch  <konqueror@gmx.de>
5206
5207         * MAINTAINERS: Added myself to write-after-approval.
5208
5209 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
5210
5211         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
5212         some OS port maintainers to OS port maintainers section.
5213
5214 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
5215
5216         * MAINTAINERS: Add self.
5217
5218 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
5219
5220         * MAINTAINERS: Alphabetize.
5221
5222 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
5223
5224         * MAINTAINERS: Remove myself.
5225
5226 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
5227
5228         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5229         (rs6000-*-aix*): Same.
5230         * configure: Regenerate.
5231
5232 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
5233
5234         * configure.in (host): Add in missing $noconfigdirs to defines.
5235         * configure: Regenerate.
5236
5237 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
5238             Nathanael Nerode  <neroden@gcc.gnu.org>
5239
5240         PR ada/6637, PR ada/5911
5241         Merge with libada-branch:
5242         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5243         with appropriate dependencies. Add --enable-libada configure switch.
5244         * configure, Makefile.in: Regenerate.
5245
5246 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
5247
5248         * MAINTAINERS: Add myself to write-after-approval.
5249
5250 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5251
5252         * configure.in: Don't pass --with-stabs on IRIX 5 either.
5253         * configure: Regenerate.
5254
5255 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
5256
5257         Merge from upstream:
5258
5259         * ltmain.in: When setting IFS to '~', be careful about user
5260         arguments that contain '~'.
5261
5262         2004-02-04  Peter O'Gorman  <peter@pogma.com>
5263
5264         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
5265         Also test $base_compile against $CC with escaped arguments. Bug
5266         reported by Geoff Keating <geoffk@apple.com>.
5267
5268 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
5269
5270         * MAINTAINERS: Remove i960 port.
5271
5272 2004-01-23  DJ Delorie  <dj@redhat.com>
5273
5274         * Makefile.def (target_modules) [libiberty]: Don't stage.
5275         * Makefile.in: Rebuilt.
5276
5277 2004-01-20  Caroline Tice  <ctice@apple.com>
5278
5279         * MAINTAINERS: Add myself to write-after-approval.
5280
5281 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
5282
5283         * MAINTAINERS: Update my email address.
5284
5285 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
5286
5287         * MAINTAINERS: Add myself to write-after-approval.
5288
5289 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5290
5291         * MAINTAINERS: Remove entries without email address.
5292
5293 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
5294
5295         * MAINTAINERS: Add myself to write-after-approval.
5296
5297 2004-01-15  Steven Bosscher  <stevenb@suse.de>
5298
5299         * MAINTAINERS: Update my email address.
5300
5301 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
5302
5303         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5304         * Makefile.tpl (configure-target-[+module+]): Support stage.
5305         * Makefile.in: Rebuilt.
5306
5307 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
5308
5309         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
5310
5311 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
5312
5313         * MAINTAINERS: Add myself as a MIPS maintainer.
5314
5315 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5316
5317         * configure.in: Use ./config.cache, not config.cache.
5318         * configure: Regenerate.
5319         * Makefile.tpl: Special-casing not needed for GCC any more.
5320         * Makefile.in: Regenerate.
5321
5322         * configure.in: Don't share a cache file for host dirs.
5323         * configure: Regenerate.
5324
5325         * config-ml.in: Don't mess with the cache file.
5326
5327 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5328
5329         * MAINTAINERS: Move myself from 'Write After Approval' to
5330         'CPU Port Maintainers' section as SPARC maintainer.
5331
5332 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5333
5334         * Makefile.tpl: Make GCC use a separate config.cache.
5335         * Makefile.in: Regenerate.
5336
5337         PR bootstrap/11932, PR bootstrap/11933
5338         (I don't know if it will fix either of them, but it relates
5339         to them.)
5340         * configure.in: Don't use shared config.cache for target
5341         directories.
5342         * configure: Regenerate.
5343
5344 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
5345
5346         * MAINTAINERS: Add myself to 'Write After Approval' section.
5347
5348 2003-12-31  Roger Sayle  <roger@eyesopen.com>
5349
5350         * configure.in (ia64*-*-hpux*): Disable building java libraries.
5351         * configure: Regenerated.
5352
5353 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
5354
5355         * MAINTAINERS: Remove the mn10200 maintainer.
5356
5357 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
5358
5359         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5360         * configure: Regenerated.
5361
5362 2003-12-16  Jan Hubicka  <jh@suse.cz>
5363
5364         * MAINTAINERS: Add myself as callgraph maintainer.
5365
5366 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
5367
5368         * configure.in (raw_libstdcxx_flags): Remove the leading space.
5369         * configure: Regenerate.
5370
5371 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5372
5373         * MAINTAINERS: Move myself from 'Bug database only accounts' to
5374         'Write After Approval' section. Update email.
5375
5376 2003-12-01  James Lemke <jim@wasabisystems.com>
5377
5378         * MAINTAINERS (Write After Approval): Add myself.
5379
5380 2003-11-20  Matt Thomas  <matt@3am-software.com>
5381
5382         * MAINTAINERS: Add myself as a vax port maintainer.
5383
5384 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
5385
5386         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5387         (configure-build-[+module+], configure-[+module+]): Likewise.
5388         (configure-target-[+module+], configure-gcc, config.status): Likewise.
5389         * Makefile.in: Regenerate.
5390
5391 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
5392
5393         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
5394         shared/dylibed libraries.
5395         * ltmain.sh: Likewise.
5396         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
5397         * ltcf-cxx.sh: Likewise.
5398         * ltcf-gcj.sh: Likewise.
5399         * ltconfig: Likewise.
5400
5401 2003-11-17  Stan Cox  <scox@redhat.com>
5402
5403         * MAINTAINERS: Add myself as iq2000 port maintainer.
5404
5405 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
5406
5407         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5408         * Makefile.in: Regenerate.
5409
5410 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
5411
5412         * config.sub: Update to 2003-11-03 version.
5413
5414 2003-10-20  Phil Edwards  <phil@codesourcery.com>
5415
5416         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
5417         * configure:  Regenerate.
5418
5419 2003-10-20  Nicolas Pitre <nico@cam.org>
5420
5421         * MAINTAINERS: Add myself to 'Write After Approval' section.
5422
5423 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
5424
5425         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
5426
5427 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
5428
5429         * MAINTAINERS: Update my email address.
5430
5431 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5432
5433         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
5434
5435 2003-10-17 Ralph Loader  <rcl@ihug.co.nz>
5436
5437         * MAINTAINERS: Add myself to 'Write After Approval' section.
5438
5439 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
5440
5441         * config.guess: Update to 2003-10-16 version.
5442         * config.sub: Update to 2003-10-16 version.
5443
5444 2003-10-15 David Daney  <ddaney@avtrex.com>
5445
5446         * MAINTAINERS: Added myself to 'Write After Approval' section.
5447
5448 2003-10-15  Falk Hueffner  <falk@debian.org>
5449
5450         * MAINTAINERS: Move myself from 'Bug database only accounts' to
5451         'Write After Approval' section. Update email.
5452
5453 2003-10-14  Roger Sayle  <roger@eyesopen.com>
5454
5455         * MAINTAINERS: Move myself from 'Write After Approval' to
5456         'Various Maintainers' section as middle-end maintainer.
5457
5458 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5459
5460         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5461         HOST_FLAGS_TO_PASS.
5462         * Makefile.in: Regenerate.
5463
5464 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
5465
5466         * config.guess: Update to 2003-10-07 version.
5467         * config.sub: Update to 2003-10-07 version.
5468
5469 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5470
5471         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
5472         * ltconfig (irix5*, irix6*): Don't override version_type.
5473
5474 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
5475
5476         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5477         * configure: Rebuilt
5478         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5479         * Makefile.in: Rebuilt
5480
5481 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5482
5483         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5484
5485 2003-09-30  Carlo Wood  <carlo@alinoe.com>
5486
5487         * MAINTAINERS (Write After Approval): Add myself.
5488
5489 2003-09-29  Paul Koning  <ni1d@arrl.net>
5490
5491         * MAINTAINERS: Move myself from "Write After Approval"
5492         to CPU platform maintainers for pdp11 platform.
5493
5494 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
5495
5496         * MAINTAINERS: Move myself from 'Write After Approval' to
5497         'Various Maintainers' section as libffi testsuite maintainer.
5498
5499 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
5500
5501         * configure.in: Pass a computed --program-transform-name
5502         to subconfigures.
5503         * configure: Regenerated.
5504
5505 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
5506
5507         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5508         * Makefile.in: Regenerate.
5509
5510         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5511         * Makefile.in: Regenerate.
5512
5513 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
5514
5515         * MAINTAINERS: Move myself from 'Write After Approval'
5516         to 'Various Maintainers' (objective-c) section.
5517
5518 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
5519
5520         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5521         quoting.
5522         * configure: Regenerated.
5523
5524 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
5525
5526         * MAINTAINERS (Write After Approval): Add myself to write after
5527         approval list.
5528
5529 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
5530
5531         * MAINTAINERS (Write After Approval): Add myself.
5532
5533 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
5534
5535         * MAINTAINERS: Update my e-mail address.
5536
5537 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
5538
5539         * libtool.m4 (LD): Correct powerpc64 host match.
5540
5541 2003-09-06  James E Wilson  <wilson@tuliptree.org>
5542
5543         * MAINTAINTERS: Update my affiliation and email address.
5544
5545 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5546
5547         * MAINTAINERS (Write After Approval): Add myself.
5548
5549 2003-09-04  DJ Delorie  <dj@redhat.com>
5550
5551         * configure: Regenerate.
5552
5553 2003-09-04  Robert Millan  <robertmh@gnu.org>
5554
5555         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
5556
5557 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5558
5559         * configure.in: Ensure arguments to sed are properly spaced.
5560         * configure: Regenerate.
5561
5562 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
5563
5564         * MAINTAINERS: Update my e-mail address.
5565
5566 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
5567
5568         * MAINTAINERS (Write After Approval): Add myself.
5569
5570 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
5571
5572         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5573         * configure: Regenerated.
5574
5575 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
5576
5577         * MAINTAINERS: Update my email address.
5578
5579 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
5580
5581         * configure.in:  Use newline instead of semicolon when assuming
5582         shell arguments in a for loop.
5583         * configure:  Regenerated.
5584
5585 2003-08-22  Jason Eckhardt  <jle@rice.edu>
5586
5587         * MAINTAINERS: Resurrect the i860 maintainer.
5588
5589 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
5590
5591         PR 8180
5592         * configure.in: When testing with_libs and with_headers, treat
5593         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
5594         * configure: Regenerate.
5595
5596         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5597         make, shell, etc.
5598         (baseargs): Likewise.
5599         * configure: Regenerate.
5600
5601 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
5602
5603         * MAINTAINERS (Write After Approval): Add myself.
5604
5605 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
5606
5607         * configure.in: Disable libgcj for darwin not on powerpc.
5608         * configure: Rebuild.
5609
5610 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
5611
5612         * config-ml.in, symlink-tree: Add license.
5613
5614 2003-08-03  Richard Stallman  <rms@gnu.org>
5615             Eben Moglen  <moglen@columbia.edu>
5616
5617         * README.SCO: New file.
5618
5619 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
5620
5621         * Makefile.tpl (check, check-c++): Express dependencies using
5622         dependencies rather than commands.
5623         * Makefile.in: Regenerate.
5624
5625 2003-08-01  Andrew Cagney  <cagney@redhat.com>
5626
5627         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5628         * configure: Ditto.
5629
5630 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
5631
5632         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5633         * Makefile.in: Update.
5634
5635 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
5636
5637         * configure.in: Enable libgcj for darwin.
5638         * configure: Rebuild.
5639
5640 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
5641
5642         * config-ml.in:  Use ac_configure_args directly instead of
5643         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
5644         actually seen.
5645
5646 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5647
5648         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5649         creating target and build subdirs to build all parent dirs as needed.
5650         * Makefile.in: Rebuild.
5651         * configure.in: Don't build dirs explicitly here.
5652         * configure: Rebuild.
5653
5654 2003-07-26  Paul Brook  <paul@nowt.org>
5655
5656         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
5657
5658 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
5659
5660         * Makefile.tpl (all-make): Depend on intl.
5661         * Makefile.in: Rebuilt.
5662
5663 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
5664
5665         * install-sh:  Update to newer upstream versions (associated with
5666         aclocal 1.7).
5667         * mkinstalldirs:  Likewise.
5668         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
5669
5670 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
5671
5672         * MAINTAINERS: Move self from Bug database only accounts
5673         to write-after-approval.
5674
5675 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
5676
5677         * config.if: Remove unused libc_interface determination.
5678
5679 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
5680
5681         * MAINTAINERS: Move self from write-after-approval to
5682         build machinery (*.in).
5683
5684 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5685
5686         PR bootstrap/11273
5687         PR bootstrap/11408
5688         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
5689         unused INSTALL_PROGRAM_ARGS.
5690         * configure.in: Use AC_PROG_INSTALL.
5691         * Makefile.in: Regenerate.
5692         * configure: Regenerate.
5693
5694 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
5695
5696         * MAINTAINERS: Alphabetize.
5697
5698 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
5699
5700         * configure: Rebuilt.
5701         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
5702         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5703         newlib nor libgloss.
5704         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
5705         * configure.in (am33_2.0-*-linux*): Added.
5706
5707 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
5708
5709         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5710         * configure: Regenerate.
5711
5712 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
5713
5714         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
5715         * Makefile.in: Regenerate.
5716
5717 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
5718
5719         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
5720         * Makefile.in: Regenerate.
5721
5722 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
5723
5724         * Makefile.tpl: Replace PWD with PWD_COMMAND.
5725         * Makefile.in: Regenerated.
5726
5727         * config-ml.in: Replace PWD with PWD_COMMAND.
5728
5729 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
5730
5731         * intl: New directory; see intl/ChangeLog for details.
5732         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
5733         * Makefile.tpl: all-gcc depends on maybe-all-intl.
5734         * Makefile.in: Regenerate.
5735
5736 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5737
5738         * configure.in: Clean up config-lang.in handling.  Delete
5739         useless assignment to "subdirs".
5740         * configure: Regenerate.
5741
5742 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
5743
5744         * configure.in: Rename 'target_libs' to 'target_libraries'.
5745         Remove useless reference to 'target_libs'.
5746         * configure: Regenerate.
5747
5748 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
5749
5750         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5751         * Makefile.in: Regenerate.
5752
5753 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5754
5755         * Makefile.def: Introduce flags_to_pass.
5756         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5757         * Makefile.in: Regenerate.
5758
5759 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
5760
5761         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5762         and target-libgloss.
5763         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5764         <h8300*-*-*>: Disable libf2c and ${libgcj}.
5765         * configure: Regenerate.
5766
5767 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
5768
5769         * configure.in: Update testsuite_flags to new location.
5770         * configure. Regenerate.
5771
5772 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5773
5774         * Makefile.tpl: Remove BUILD_CC stuff.
5775         * Makefile.in: Regenerate.
5776
5777 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
5778
5779         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
5780
5781 2003-06-16  Graeme Peterson <gp@qnx.com>
5782
5783         * MAINTAINERS (Write After Approval): Add myself.
5784
5785 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
5786
5787         * config.guess: Update to 2003-06-12 version.
5788         * config.sub: Update to 2003-06-13 version.
5789
5790 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
5791
5792         * config.guess: Update to 2003-06-06 version.
5793         * config.sub: Update to 2003-06-06 version.
5794
5795 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5796
5797         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5798         * configure. Regenerate.
5799
5800 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5801
5802         * configure.in: Disable serial configure by default.
5803         * configure: Regenerate.
5804         * Makefile.tpl: Abolish .NOTPARALLEL.
5805         * Makefile.in: Regenerate.
5806
5807         * Makefile.tpl: Replace {build,host,target}_canonical by
5808         {build,host,target}.
5809         * Makefile.in: Regenerate.
5810
5811         * Makefile.tpl: Fix stupid pasto.
5812         * Makefile.in: Regenerate.
5813
5814 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5815
5816         * Makefile.tpl: Remove bogus conditional.
5817         * Makefile.in: Regenerate.
5818
5819 2003-06-05  Jan Hubicka  <jh@suse.cz>
5820
5821         * Makefile.tpl (profiledbootstrap): New target.
5822         * Makefile.in (profiledbootstrap): New target.
5823
5824 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
5825
5826         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
5827         Pinski. Remove user names from other bugzilla-only maintainers.
5828
5829 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5830
5831         * Makefile.tpl: Make 'recursive targets' using autogen rather
5832         than shell loop.  Remove duplicate 'clean' targets and false
5833         comments.
5834         * Makefile.def: Add systematic dependencies to 'recursive' targets.
5835         Add systematic method of specifying missing targets in subdirs.
5836         Add copyright boilerplate.
5837         * Makefile.in: Regenerate.
5838         * configure.in: Add 'recursive targets' to maybe list.
5839         * configure: Regenerate.
5840
5841         * MAINTAINERS: "GNATS only" -> "Bug database only".
5842
5843         * Makefile.tpl: Rename [+target+] to [+make_target+].
5844         * Makefile.def: Rename 'target' to 'make_target'.
5845
5846 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
5847
5848         * MAINTAINERS: Add self as options handling maintainer.
5849
5850 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
5851
5852         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
5853         been too long since I touched those ports.
5854
5855 2003-05-28  DJ Delorie  <dj@redhat.com>
5856
5857         * Makefile.tpl: Make maybe-check-gcc .PHONY.
5858         * Makefile.in: Regenerate.
5859
5860 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
5861
5862         * configure.in: Use curly braces in the definition of tooldir.
5863         * configure: Regenerate.
5864
5865 2003-05-21  DJ Delorie  <dj@redhat.com>
5866
5867         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5868         newlib or libgloss.
5869         * Makefile.in: Regenerate.
5870
5871 2003-05-21  DJ Delorie  <dj@redhat.com>
5872
5873         * Makefile.tpl: Add missing empty maybe-check-gcc target.
5874         * Makefile.in: Regenerate.
5875
5876 2003-05-20  Ian Lance Taylor  <ian@airs.com>
5877
5878         * MAINTAINERS: Update my e-mail address.
5879
5880 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5881
5882         * configure.in: Switch more things to use maybe dependencies.
5883         * Makefile.tpl: Switch more things to use maybe dependencies.
5884         Factor out common code from autogen IF statements.
5885         * configure: Regenerate.
5886         * Makefile.in: Regenerate.
5887
5888 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
5889
5890         * configure.in: Accept i[3456789]86 for machine type.
5891         * configure: Regenerate.
5892
5893 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5894
5895         * configure.in: Switch more things to use maybe dependencies.
5896         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
5897         * configure: Regenerate.
5898         * Makefile.tpl: Switch more things to use maybe dependencies.
5899         * Makefile.in: Regenerate.
5900
5901 2003-05-16  Andreas Schwab  <schwab@suse.de>
5902
5903         * Makefile.tpl (install-opcodes): Define.
5904         * Makefile.in: Rebuild.
5905
5906 2003-05-13  Andreas Jaeger  <aj@suse.de>
5907
5908         * config.guess: Update to 2003-05-09 version.
5909         * config.sub: Update to 2003-05-09 version.
5910
5911 2003-05-13  Michael Eager <eager@mvista.com>
5912
5913         * configure.in: Correct sed script so that options in quotes are not
5914         deleted.
5915         * configure: Rebuild.
5916
5917 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
5918
5919         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
5920         and $$s/newlib/libc/sys/cygwin32 include paths.
5921         * configure: Ditto.
5922
5923 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
5924
5925         * MAINTAINERS: Update my email addresses.
5926
5927 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
5928
5929         * config-ml.in: Propagate INSTALL variables.
5930
5931 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5932
5933         * MAINTAINERS: Remove duplicate entries in Write After Approval.
5934
5935 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
5936
5937         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
5938         * Makefile.in: Regenerate.
5939
5940 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
5941
5942         * MAINTAINERS (GNATS only): Add Falk Hueffner.
5943
5944 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
5945
5946         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
5947
5948 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
5949
5950         * Makefile.tpl: Clean $(BUILD_SUBDIR).
5951         * Makefile.in: Regenerated.
5952
5953 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
5954
5955         * MAINTAINERS (Write After Approval): Upgrade myself from
5956         GNATS only to write-after-approval. Update my mail address.
5957
5958 2003-04-25  Loren J. Rittle <ljrittle@acm.org>
5959
5960         (OS Port Maintainers: freebsd): Add myself.
5961
5962 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
5963
5964         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
5965
5966 2003-04-22  Kean Johnston  <jkj@sco.com>
5967
5968         * MAINTAINERS (SCO ports): Added myself.
5969
5970 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
5971
5972         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
5973
5974 2003-04-19  Kean Johnston  <jkj@sco.com>
5975
5976         * MAINTAINERS (Write After Approval): Add myself.
5977
5978 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5979
5980         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
5981         * Makefile.in: Regenerate.
5982
5983 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
5984
5985         * configure.in (powerpc64*-*-linux*): Remove.
5986         * configure: Rebuilt.
5987
5988 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
5989
5990         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
5991         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
5992         and restrap.
5993         * Makefile.in:  Regenerate.
5994
5995 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
5996
5997         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
5998         * configure: Regenerated.
5999
6000 2003-04-15  DJ Delorie  <dj@redhat.com>
6001
6002         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
6003
6004 2003-04-13  Nick Clifton  <nickc@redhat.com>
6005
6006         * config-ml.in: Remove support for --disable-aix removing
6007         call-aix multilibs.
6008
6009 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
6010
6011         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6012         * */configure: Rebuilt.
6013
6014 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
6015
6016         * MAINTAINERS: Add my email address.
6017
6018 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
6019
6020         * MAINTAINERS (Write After Approval): Add myself.
6021
6022 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6023
6024         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6025         * Makefile.in: Regenerate.
6026
6027 2003-03-14  Michael Chastain  <mec@shout.net>
6028
6029         * Makefile.in: Regenerate with correct Makefile.def.
6030
6031 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6032
6033         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
6034         Make macro.
6035         * Makefile.in: Regenerate.
6036         * configure.in: Clean up gxx_include_dir logic.
6037         * configure: Regenerate.
6038
6039 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
6040
6041         * MAINTAINERS (Write After Approval): Add myself.
6042
6043 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
6044
6045         * MAINTAINERS: Update my mail address.
6046
6047 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6048
6049         * configure.in (gxx_include_dir): Fix typo.
6050         * configure: Regenerated.
6051
6052 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6053
6054         * Makefile.tpl: Reindent.
6055         * Makefile.in: Regenerate.
6056         * configure.in: Reindent.  Don't set unused variables.
6057         * configure: Regenerate.
6058
6059 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
6060
6061         * configure.in: Include $(build_tooldir)/sys-include in
6062         FLAGS_FOR_TARGET.
6063         * configure: Regenerated.
6064
6065 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6066
6067         * Makefile.tpl: Always pass down RANLIB.
6068         * Makefile.in: Regenerate.
6069
6070         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6071         * Makefile.in: Regenerate.
6072         * configure.in: Remove unused logic relating to --enable-shared
6073         and --enable-threads.  Remove bogus comments.  Remove redundant
6074         noconfigdirs.
6075         * configure: Regenerate.
6076
6077         * configure.in: Replace ${libstdcxx_version} by its value.
6078         Remove reference to mh-dgux.
6079         * configure: Regenerate.
6080
6081 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
6082
6083         * MAINTAINERS (Write After Approval): Add myself.
6084
6085 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6086
6087         * Makefile.tpl: Rearrange.
6088         * Makefile.in: Regenerate.
6089
6090 2003-02-25  Uwe Stieber <uwe@wwws.de>
6091
6092         * configure.in: Add support for kaOS as cross build target system.
6093         * configure: Regenerated.
6094
6095 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
6096
6097         * MAINTAINERS (Write after approval): Add myself.
6098
6099 2003-02-21  James E Wilson  <wilson@tuliptree.org>
6100
6101         * MAINTAINERS: Update my email address.
6102
6103 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
6104
6105         * MAINTAINERS: Add self to blanket write privs. section.
6106
6107 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
6108
6109         * Makefile.tpl: Add definition of CPPFLAGS to pass into
6110         configure-target-* as some target builds may require additional
6111         flags for preprocessor tests.
6112         * Makefile.in: Regenerated.
6113
6114 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
6115
6116         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6117         * ltconfig: Handle it.
6118         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6119         auto-detecting it.
6120
6121         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6122         it is used as argument to $CC.
6123         * ltcf-gcj.sh: Likewise.
6124
6125         * configure.in: Introduce --enable-maintainer-mode.
6126         * configure: Rebuilt.
6127         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6128         for maintainer mode.
6129         * Makefile.in: Rebuilt.
6130
6131 2003-02-18  Jason Merrill  <jason@redhat.com>
6132
6133         * Makefile.tpl (check-c++): Allow parallelism.
6134
6135 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6136
6137         * MAINTAINERS: Remove John Carr (who never actually had access to
6138         gcc.gnu.org).
6139
6140 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
6141
6142         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6143         don't configure target-libobjc.
6144         * configure: Regenerate.
6145
6146 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6147
6148         * Makefile.tpl (RANLIB): Define.
6149         * Makefile.in: Regenerate.
6150
6151 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
6152
6153         * MAINTAINERS: Update my email.
6154
6155 2003-02-06  Keith R Seitz  <keiths@redhat.com>
6156
6157         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6158         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6159         * Makefile.in: Regenerated.
6160         * configure.in: Remove all traces of snavigator, db, and grep.
6161         * configure: Regenerated.
6162
6163 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6164
6165         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
6166         After Approval.
6167
6168 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6169
6170         * MAINTAINERS (Write after approval): Add myself.
6171
6172 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
6173
6174         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6175         * Makefile.in: Regenerated.
6176
6177 2003-01-30  Roger Sayle  <roger@eyesopen.com>
6178
6179         * config.guess: Updated to 2003-01-30's version.
6180         * config.sub: Updated to 2003-01-28's version.
6181
6182 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
6183
6184         * config.if: If gcc_version is already set, just use it.  Don't set
6185         gcc_version_trigger if it's already set, otherwise set it to
6186         gcc/version.c, but only if the file exists.  If it is not set and
6187         gcc/version.c does not exist, try to extract the version number from
6188         $CC.
6189
6190 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
6191
6192         * MAINTAINERS: Add myself to write-after-approval list.
6193
6194 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
6195
6196         * configure.in:  Revert 24Jan change.
6197         * configure:  Regenerate.
6198
6199 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6200
6201         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
6202         entry of HJ Lu.
6203
6204 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6205
6206         * configure.in: Revert previous change.
6207         * configure: Regenerate.
6208
6209 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6210
6211         * configure.in: Make rda native-only.
6212         * configure: Regenerate.
6213
6214 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6215
6216         * MAINTAINERS: Move myself from GNATS-only-accounts to
6217         write-after-approval.
6218
6219 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6220
6221         * configure.in: Add missing \.
6222         * configure: Rebuilt.
6223
6224 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
6225
6226         * configure.in (baseargs): Avoid using \| in sed regular
6227         expressions.
6228         * configure: Rebuilt.
6229
6230 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
6231
6232         * configure.in (baseargs): Remove all supported forms of
6233         --cache-file, --srcdir, --host, --build and --target options
6234         from argument lists.
6235         * configure: Rebuilt.
6236
6237 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
6238
6239         * MAINTAINERS: Add myself to write-after-approval list.
6240
6241 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
6242
6243         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6244         * configure: Rebuilt.
6245
6246 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6247
6248         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6249         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6250         * Makefile.in: Regenerate.
6251         * configure: Regenerate.
6252
6253 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
6254
6255         * configure.in: Remove Makefile in build, host and target modules
6256         unless configure was run with --no-recursion.
6257         * configure: Rebuilt.
6258
6259 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6260
6261         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6262         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6263         * Makefile.in: Regenerate.
6264
6265 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
6266
6267         * config.guess: Update to 2003-01-03 version.
6268         * config.sub: Update to 2003-01-03 version.
6269
6270 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6271
6272         * configure: Regenerate with proper autoconf 2.13.
6273
6274 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6275
6276         * configure.in: Add AC_PREREQ for consistency.
6277         * configure: Regenerate.
6278
6279 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
6280
6281         * configure.in (GDB_TK): Add tcl directories conditional on
6282         gdb/gdbtk directory being present.
6283         * configure: Regenerate.
6284
6285 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
6286
6287         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
6288         by gcc if LD is not defined and we are not doing a Canadian Cross.
6289         * configure: Rebuilt.
6290
6291 2002-12-31  Tom Tromey  <tromey@redhat.com>
6292
6293         * Makefile.in: Rebuilt.
6294         * Makefile.def (target_modules) [libffi]: Allow installation.
6295
6296 2002-12-31  Andreas Schwab  <schwab@suse.de>
6297
6298         * configure.in: Fix use of $program_transform_name.
6299         * configure: Regenerated.
6300
6301 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
6302
6303         * configure.in (baseargs): Don't remove first configure argument.
6304         * configure: Regenerated.
6305
6306 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
6307
6308         * Makefile.tpl (local-distclean): Don't remove...
6309         (multilib.ts): ... this.  Moved into...
6310         (multilib.out): ... this.  Don't use sub-make.
6311         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6312         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6313         (configure-build-[+module+], configure-[+module+],
6314         configure-target-[+module+], configure-gcc): ... these.  Test
6315         for Makefile existence.  Drop config.status from dependencies.
6316         * Makefile.in: Rebuilt.
6317         * configure.in: Move gcc-version-trigger to the end of
6318         ac_configure_args.  Add comments to maybedep.tmp and
6319         serdep.tmp.  Introduce --disable-serial-configure.  Remove
6320         nonopt from baseargs, matching and removing corresponding
6321         whitespace while at it.
6322         * configure: Rebuilt.
6323
6324 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
6325
6326         * configure.in (host_configargs): Replace reference to
6327         no-longer-defined buildopts with --build=${build_alias}.
6328         * configure: Rebuilt.
6329
6330         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
6331         program_transform_name to standard idiom.
6332         (AUTOGEN, AUTOCONF): Define.
6333         (Makefile.in): Use $(AUTOGEN).
6334         (Makefile): Depend on config.status, and use autoconf-style rule to
6335         build it.  Move original commands to...
6336         (config.status): ... this new target.
6337         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
6338         $(AUTOCONF).
6339         * Makefile.in: Rebuilt.
6340
6341 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6342
6343         * Makefile.tpl: Fix dramatic bustage due to change in
6344         program_transform_name.
6345         * Makefile.in: Regenerate.
6346
6347         * configure.in: Remove unnecessary PATH setting.
6348         * configure: Regnerate.
6349
6350         * configure.in: Don't default to unprefixed tools unless
6351         the native tools will work.
6352         * configure: Regenerate.
6353
6354         * configure.in: Convert to autoconf script.  Blow away lots
6355         of now-redundant Makefile fragments.
6356         * configure: Generate using Autoconf.
6357         * Makefile.tpl: Rewrite to reflect autoconfiscation.
6358         * Makefile.in: Regenerate.
6359
6360 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6361
6362         * configure: Fix stupid bug where RANLIB was mistakenly included.
6363
6364         * configure.in: Rename (buildargs, hostargs, targargs) to
6365         (build_configargs, host_configargs, target_configargs).
6366
6367         * configure.in: Move logic out of sed statement.
6368
6369         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
6370         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6371
6372 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
6373
6374         * config.sub: Import from master repository
6375         * config.guess: Ditto
6376
6377 2002-12-24  Andreas Schwab  <schwab@suse.de>
6378
6379         * Makefile.tpl (multilib.out): Fix missing space.
6380         * Makefile.in: Regenerate.
6381
6382 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6383
6384         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
6385         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
6386         * Makefile.in: Regenerate.
6387         * configure.in: Remove unnecessary leftovers.
6388
6389 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
6390
6391         * configure.in (extra_ranlibflags_for_target): New variable.
6392         (*-*-darwin): Add -c to ranlib commands.
6393         * configure (tooldir): Handle extra_ranlibflags_for_target.
6394
6395 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6396
6397         * Makefile.tpl: Revert HJL's change.
6398         * Makefile.in: Regenerated.
6399         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6400         always.
6401
6402 2002-12-19  Andreas Schwab  <schwab@suse.de>
6403
6404         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6405         * Makefile.in: Regenerate.
6406
6407 2002-12-18  H.J. Lu <hjl@gnu.org>
6408
6409         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6410         * Makefile.in: Regenerated.
6411
6412         * configure.in (build_prefix): New. Substitute.
6413
6414 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6415
6416         * Makefile.tpl: Don't let real targets depend on phony targets.
6417         * Makefile.in: Regenerate.
6418
6419         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6420         * Makefile.in: Regenerate.
6421
6422 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
6423
6424         * config.sub: Import from master repository
6425         * config.guess: Ditto
6426
6427 2002-12-16  Jason Merrill  <jason@redhat.com>
6428
6429         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6430         previous 'make bootstrap'.
6431         * Makefile.in: Regenerate.
6432
6433 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
6434
6435         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6436
6437 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6438
6439         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6440         * Makefile.in: Regenerate.
6441
6442 2002-12-13  Jason Merrill  <jason@redhat.com>
6443
6444         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
6445         library tests.
6446         (check-c++): Just depend on it and check-target-libstdc++-v3.
6447         * Makefile.in: Regenerate.
6448
6449 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
6450
6451         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6452         * Makefile.in: Rebuilt.
6453
6454 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
6455
6456         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
6457
6458 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6459
6460         * configure: Fix bug put in by gremlins.
6461
6462         * Makefile.tpl: Substitute more autoconfily.
6463         * configure: Substitute more autoconfily.
6464         * Makefile.in: Regenerate.
6465
6466 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
6467
6468         * config.sub: Import from master repository
6469         * config.guess: Ditto
6470         * MAINTAINERS: Added Svein Seldal under write after approval
6471
6472 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
6473
6474         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6475         * Makefile.in (all-sim): Ditto.
6476
6477 2002-12-06  DJ Delorie  <dj@redhat.com>
6478
6479         * Makefile.tpl: Change configure dependencies to not have real
6480         targets depend on phony targets.
6481
6482 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
6483
6484         * configure.in: Revert unintentional change.
6485
6486         * Makefile.tpl: Change dependency for */multilib.out so that
6487         it works when gcc isn't in the tree.
6488
6489         * configure.in: Substitute more.
6490         * configure: Run subconfigures from the Makefile.
6491         * Makefile.tpl: Run subconfigures from the Makefile; add a few
6492         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
6493
6494 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6495
6496         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
6497
6498 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6499
6500         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6501         and corresponding dependencies.
6502         * Makefile.in: Regenerate.
6503
6504         * configure.in (host_tools): Order binutils, gas and ld for
6505         convenience in running the testsuites.
6506
6507         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6508         * Makefile.in: Regenerate.
6509         * configure.in: Introduce rules to serialize subconfigure runs.
6510
6511         * configure.in: Introduce BASE_CC_FOR_TARGET.
6512         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
6513         Realize configure-build-* targets.  Realize configure-target-* targets.
6514         * Makefile.in: Regenerate.
6515
6516 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6517
6518         * configure: Move gcc_version_trigger stuff from here...
6519         * configure.in: ...to here.
6520
6521         * configure.in: Separate subconfigure options added by this file from
6522         options given by the user.  Add machinery to put args for host
6523         subconfigures into the Makefile.
6524
6525         * Makefile.tpl: Remove 'vault' targets.
6526         * Makefile.tpl: Reorder and comment dependencies.
6527         * Makefile.in: Regenerate.
6528
6529 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6530         * configure.in: Fix my broken commit of previous patch. (sigh)
6531
6532 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
6533
6534         * configure.in: Move host-specific darwin noconfigdirs into
6535         the host-specific section.
6536
6537 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
6538
6539         * configure.in: Move host-specific darwin noconfigdirs into
6540         the host-specific section.
6541
6542 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6543
6544         * configure: Remove skip-this-dir support.
6545         * Makefile.tpl: Remove skip-this-dir support.
6546
6547         * Makefile.tpl: Remove leftover support for non-autoconfiscated
6548         subdirectories.
6549         * Makefile.in: Regenerate.
6550
6551         * Makefile.tpl: Strip out useless setting of 'dir'.
6552         * Makefile.in: Regenerate.
6553
6554 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6555
6556         * configure.in: Fix deeply stupid bug.
6557
6558         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6559         shell code in CXX_FOR_TARGET
6560         * Makefile.def: Introduce raw_cxx.
6561         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6562         RAW_CXX_FOR_TARGET.
6563         * Makefile.in: Regenerate.
6564
6565 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
6566
6567         * Makefile.tpl: Remove unnecessary ifs.
6568         * Makefile.in: Regenerate.
6569
6570         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
6571         dependencies.  Maybe-ize build-libiberty.  Create dummy install
6572         targets for 'no_install' modules.
6573         * configure: Move GDB_TK substitution to configure.in.  Move
6574         build_modules stuff to configure.in.
6575         * configure.in: Implement soft dependency machinery.  Maybe-ize
6576         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
6577         * Makefile.in: Regenerate.
6578
6579 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6580
6581         * Makefile.tpl: Make all-target, install-target behave similarly
6582         to all, install (only hitting configured targets).  Eliminate
6583         unused macro defintions.
6584
6585         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6586         build != host.
6587
6588         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6589
6590         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6591
6592         * configure.in: Produce lists of subdir targets we're actually
6593         configuring.  Remove references to "dosrel".
6594         * Makefile.tpl: Let configure set which subdir targets are hit.
6595         Remove install-cross; clean up install; remove ALL.  Remove
6596         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
6597         Autogenerate host module targets.  Remove empty dependency lines
6598         and redundant dependency; rearrange slightly.
6599         * Makefile.def: Add host-side libtermcap, utils.
6600
6601         * Makefile.in: Regenerate.
6602
6603 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6604
6605         * ltconfig (osf[345]): Append $major to soname_spec.
6606         Reflect this in library_names_spec.
6607         * ltmain.sh (osf): Prefix $major with . for use as extension.
6608
6609 2002-11-19  Andreas Jaeger  <aj@suse.de>
6610
6611         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
6612         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
6613         and sparc64 GNU/Linux systems.
6614
6615 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
6616
6617         * MAINTAINERS: Update email.
6618
6619 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6620
6621         * MAINTAINERS: Complete James Dennett's entry.
6622
6623 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
6624
6625         * MAINTAINERS (Write After Approval): Add myself.
6626
6627 2002-11-13  Bruce Korb  <bkorb@gnu.org>
6628
6629         * Makefile.tpl: syntactic cleanup
6630
6631 2002-11-13 Stuart Hastings <stuart@apple.com>
6632
6633         * MAINTAINERS: Add myself to write-after-approval list.
6634
6635 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6636
6637         * Makefile.def: Add list of recursive targets to autogenerate.
6638         Add build_modules.
6639         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
6640         targets.  Autogenerate *-build-* targets.
6641         * Makefile.in: Regenerate.
6642
6643 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6644
6645         * configure: More autoconf-style substitutions.
6646         * Makefile.tpl: More autoconf-style substitutions.
6647         * Makefile.in: Regenerate.
6648
6649 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6650
6651         * configure: Substitute more variables in a more autoconf-friendly
6652         way.  Simplify slightly.
6653         * Makefile.tpl: Make more variables substitutable in an
6654         autoconf-friendly way.
6655         * Makefile.in: Regenerate.
6656
6657 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
6658
6659         * MAINTAINERS (Write After Approval): Add myself.
6660
6661 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6662
6663         * configure.in (v810*): Remove special setting of tools.
6664
6665         * configure: Add support for extra required flags for ar or nm.
6666         * configure.in (aix4.3+): Use above support for target-specific
6667         issues, rather than using config/mt-aix43.
6668
6669 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6670
6671         * configure: Remove 'removing', which doesn't work.  Replace $subdir
6672         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
6673         with $srcdir.  Reformat indentation.  Substitute some variables
6674         formerly hard-coded in the Makefile for build=host.
6675         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6676         * Makefile.def: Autogenerate more.
6677         * Makefile.in: Regenerate.
6678
6679 2002-11-04  Adam Nemet  <anemet@lnxw.com>
6680
6681         * MAINTAINERS (Write After Approval): Add myself.
6682
6683 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
6684
6685         * Makefile.def (host_modules): Add rda.
6686         * Makefile.in: Regenerate.
6687         * configure.in (target_tool): Add target-rda to list.
6688
6689 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6690
6691         * MAINTAINERS: Remove "co-maintainer" note for web pages.
6692
6693 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
6694
6695         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
6696         and restrap targets to this rule.
6697         * Makefile.in:  Regenerate.
6698
6699 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6700
6701         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
6702         GNATS only accounts.
6703
6704 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
6705
6706         * configure.in (i[3456]86-*-linux*): Add check to disable
6707         ${libgcj} for glibc1.
6708
6709 2002-10-24  Denis Chertykov  <denisc@overta.ru>
6710
6711         * MAINTAINERS: Add myself as ip2k port maintainer.
6712
6713 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
6714
6715         * configure.in: Add tic4x target.
6716
6717 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6718
6719         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6720         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6721         * Makefile.in: Regenerate.
6722
6723         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6724         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6725         * Makefile.in: Regenerate.
6726
6727 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
6728
6729         * MAINTAINERS: Add myself as web pages co-maintainer.
6730
6731 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6732
6733         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6734         * Makefile.in: Regenerate.
6735
6736 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
6737
6738         * MAINTAINERS: Add myself and Nathan Sidwell
6739         <nathan@codesourcery.com> as VxWorks maintainers.
6740
6741 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6742
6743         * Makefile.def: Remove order dependency comments.
6744         * Makefile.tpl: Add explicit install-install dependencies.
6745         * Makefile.in: Regenerate.
6746
6747         * Makefile.tpl: Remove material now in src-release.  (Finally!)
6748         * Makefile.in: Regenerate.
6749
6750         * Makefile.tpl: Add configure-target (for src-release in src)
6751         * Makefile.in: Regenerate.
6752
6753 2002-09-30  Nick Clifton  <nickc@redhat.com>
6754
6755         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6756
6757 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
6758
6759         * configure.in (s390*-*-linux*): Enable libgcj.
6760
6761 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
6762
6763         * configure: Revert accidentally applied changes.
6764
6765         * Makefile.tpl: Make more autoconf-friendly.
6766         * Makefile.in: Regenerate.
6767         * configure: Make substitution more autoconf-like.
6768
6769 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
6770
6771         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6772         single entry to handle all these.
6773         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
6774         libjava on arm-*-elf.
6775
6776 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
6777
6778         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6779         things that depend on them.
6780
6781 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6782
6783         * Makefile.tpl: Make subsituted variables more autoconfy.
6784         * Makefile.in: Regenerate.
6785         * configure: Make seds more autoconfy.
6786
6787 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6788
6789         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6790         * Makefile.in: Regenerate.
6791         * configure.in: Rewrite sed statements to look autoconfy.
6792
6793         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6794         all-target-foo on configure-target-foo.
6795         * Makefile.def: Ditto.
6796         * Makefile.in: Rebuild.
6797
6798 2002-09-25  Andrew Haley  <aph@redhat.com>
6799
6800         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
6801
6802 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6803
6804         * Makefile.def: New file.
6805         * Makefile.tpl: New file.
6806         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6807         * contrib/gcc_update: Note that Makefile.in is a generated file.
6808
6809         * configure.in: Minor rearrangement.  Simplify tests.
6810
6811 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
6812
6813         * configure.in (with_headers): Skip copy if value is "yes".
6814         (with_libs): Likewise.
6815
6816 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6817
6818         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6819         * configure.in (sh*-*-pe*): Ditto.
6820         * configure.in (mips*-*-pe*): Ditto.
6821         * configure.in (*arm-wince-pe): Ditto.
6822
6823         * configure.in: Rearrange.
6824
6825 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
6826
6827         * MAINTAINERS: Update my email address.
6828
6829 2002-08-30  Paul Koning  <pkoning@equallogic.com>
6830
6831         * MAINTAINERS: (Write After Approval): Add myself.
6832
6833 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
6834
6835         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
6836
6837 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
6838
6839         * MAINTAINERS: Change my mailing address.
6840
6841 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
6842
6843         * MAINTAINERS (Write After Approval): Remove myself.
6844         (Various Maintainers: c++ runtime libs): Add myself.
6845
6846 2002-08-20  Loren J. Rittle <ljrittle@acm.org>
6847
6848         * MAINTAINERS (Write After Approval): Remove myself.
6849         (Various Maintainers: c++ runtime libs): Add myself.
6850
6851 2002-08-15  Eric Christopher  <echristo@redhat.com>
6852
6853         * config.sub: Import from master repository.
6854         * config.guess: Ditto.
6855
6856 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
6857
6858         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6859         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6860         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6861
6862 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
6863
6864         * MAINTAINERS: Add self to rs6000 vector extensions.
6865
6866 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
6867
6868         * libiberty/configure: Reverted unintended yesterday's check in.
6869
6870 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
6871
6872         * boehm-gc/configure, libf2c/configure: Rebuilt.
6873         * libffi/configure, libiberty/configure: Ditto.
6874         * libjava/configure, libobjc/configure: Ditto.
6875         * libstdc++-v3/configure, zlib/configure: Ditto.
6876         Merged from binutils:
6877         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
6878         From Steve Ellcey <sje@cup.hp.com>:
6879         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
6880         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
6881         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
6882         IA64.
6883         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
6884         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
6885         soname_spec, sys_lib_search_path_spec): Ditto.
6886
6887 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
6888
6889         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6890
6891 2002-08-04  H.J. Lu  (hjl@gnu.org)
6892
6893         * configure.in (mips*-*-linux*): Don't skip target-libffi.
6894
6895 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
6896
6897         * MAINTAINERS (Write After Approval): Add myself.
6898
6899 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
6900
6901         * configure.in: Move generic linux case to end.  Copy generic
6902         linux noconfigdirs to mips*-*-linux* entry and new
6903         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
6904
6905 2002-07-19  Michael Matz  <matz@suse.de>
6906
6907         * MAINTAINERS: Add myself as ra* maintainer.
6908
6909 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
6910
6911         * config.guess: Update to 2002-07-09 version.
6912         * config.sub: Update to 2002-07-03 version.
6913
6914 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
6915
6916         * MAINTAINERS: Fix typo in a maintainer email address.
6917
6918 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6919
6920         * configure.in: Remove two redundant tests.
6921
6922 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6923
6924         * configure.in (mips*-*-irix6*o32): Enable stabs.
6925
6926 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
6927
6928         * configure.in: Don't build grez.
6929         * Makefile.in: Ditto.
6930
6931         * Makefile.in: Remove references to bsp, cygmon, libstub.
6932         * configure.in: Ditto.
6933
6934         * configure.in: Remove leftover reference to gdbtest.
6935
6936 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
6937
6938         * configure.in (gxx_include_dir):  Change to match versioned
6939         C++ headers if --enable-version-specific-runtime-libs is used.
6940
6941 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
6942
6943         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6944
6945 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6946
6947         * configure.in: Make --without-x work.
6948
6949 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6950
6951         * configure.in: Rearrange target Makefile fragment collection.
6952
6953         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6954         cvs[src].
6955         * configure.in: Ditto.
6956
6957 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
6958
6959         * MAINTAINERS (Write After Approval): Update my e-mail address.
6960
6961 2002-06-24  Ben Elliston  <bje@redhat.com>
6962
6963         * configure.in (host_tools): Remove cgen.
6964
6965         * Makefile.in (all-cgen): Remove; runs from its source directory.
6966         (check-cgen, install-cgen, clean-cgen): Likewise.
6967         (all-opcodes): Do not depend on all-cgen.
6968         (all-sim): Likewise.
6969
6970 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
6971
6972         * Makefile.in: Eliminate 'apache' targets.
6973         * configure.in: Eliminate 'apache' targets.
6974
6975         * configure.in: Eliminate redundant tests.  Reorganize.
6976
6977         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6978
6979         * config-ml.in: Eliminate references to Cygnus configure.
6980
6981         * Makefile.in: Eliminate references to building emacs.
6982
6983 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
6984
6985         * MAINTAINERS: Update my email address.
6986
6987 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
6988
6989         * config.if (libstdcxx_incdir): Version C++ headers.
6990         (cxx_incdir): Remove.
6991
6992 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6993
6994         * MAINTAINERS (Write After Approval): Add self.
6995
6996 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
6997
6998         * configure.in: Add support for ip2k.
6999
7000 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
7001
7002         * configure.in: Fix AIX configury bug.
7003
7004 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
7005
7006         * MAINTAINERS (Write After Approval): Add self.
7007
7008 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7009
7010         * configure.in: replace ${topsrcdir} with ${srcdir}
7011
7012         * configure.in: Move definition of libstdcxx_flags
7013         right above usage, rather than waaay earlier.
7014
7015         * configure.in: Pull definition of is_cross_compiler earlier.
7016
7017         * configure.in: Rearrange a little.
7018
7019         * configure.in: Remove references to librx.
7020         * Makefile.in: Remove references to librx.
7021
7022 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
7023
7024         * config.sub: Add support for avr target.
7025         Import from master sources, rev 1.255
7026
7027 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
7028
7029         * configure, .cvsignore:  Revert previous change...
7030         * Makefile:  ...delete.
7031
7032 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7033
7034         * configure.in: Eliminate ${gasdir} variable.
7035
7036 2002-06-18  Dave Brolley  <brolley@redhat.com>
7037
7038         * configure.in: Add support for frv.
7039         * config.sub: Add support for frv.
7040
7041 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7042
7043         * configure:  Remove garbage from previous commit.
7044
7045 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7046
7047         * configure:  For in-source builds, make a subdir and re-exec there.
7048         * Makefile:  New file.  Pass targets through to build directory.
7049         * .cvsignore:  No longer ignore "Makefile".
7050
7051 2002-06-16  Douglas Rupp  <rupp@gnat.com>
7052
7053         * MAINTAINERS (Write After Approval): Add self.
7054
7055 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7056
7057         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7058
7059 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
7060
7061         * configure.in (vax-*-netbsd*): Re-enable gas.
7062
7063 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
7064
7065         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7066         BUILD_PREFIX_1, to correct nomenclature.
7067         * configure: Likewise.
7068
7069         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7070         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7071
7072 2002-05-31  Olaf Hering  <olh@suse.de>
7073
7074         * config-ml.in: Propogate DESTDIR also.
7075
7076 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
7077
7078         * configure.in (vax-*-netbsd*): Don't build gas for this
7079         platform.
7080
7081 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7082
7083         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7084         and libgcj for AVR.
7085
7086 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
7087
7088         * MAINTAINERS (Write After Approval): Add myself.
7089
7090 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7091
7092         * config.guess: Update to 2002-05-22 version.
7093         * config.sub: Likewise.
7094
7095 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7096
7097         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7098         * config-ml.in: Likewise.
7099         * configure: Likewise.
7100         * configure.in: Likewise.
7101
7102 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
7103
7104         * MAINTAINERS: Update my email address.
7105
7106 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
7107
7108         * configure.in: Simplify makefile fragment collection.
7109
7110         * configure.in: Remove code to build emacs.
7111
7112         * configure.in : Remove --srcdir argument from targargs and buildargs
7113         (it's always overridden in the Makefile anyway).  Rearrange a bit.
7114
7115         * configure: Move some logic to configure.in.
7116         * configure.in: Move some logic from configure.
7117
7118 2002-05-11  Tom Tromey  <tromey@redhat.com>
7119
7120         * MAINTAINERS: Reflect libgcj reality.
7121
7122 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
7123
7124         * Makefile.in: Honour DESTDIR.
7125
7126 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
7127
7128         * config.guess: Import 2002-03-20 version.
7129         * config.sub: Import 2002-04-26 version.
7130
7131 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7132
7133         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
7134
7135 2002-05-07  Tim Josling  <tej@melbpc.org.au>
7136
7137         * MAINTAINERS: Add self.
7138
7139 2002-05-06  Loren J. Rittle <ljrittle@acm.org>
7140
7141         * ltmain.sh: Detect and handle object name conflicts
7142         while piecewise linking a static library.
7143
7144 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
7145
7146         * configure.in (noconfigdirs): Don't disable libgcj on
7147         sparc64-*-solaris* and sparcv9-*-solaris*.
7148
7149 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
7150
7151         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7152
7153 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
7154
7155         * configure.in (FLAGS_FOR_TARGET): Do not add
7156         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7157         on i[3456]86-*-linux*.
7158
7159 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
7160
7161         * configure.in (noconfigdirs): Replace [ ] with test.
7162
7163         * configure.in (noconfigdirs): Do not add target-newlib if
7164         target == i[3456]86-*-linux*, and host == target.
7165
7166 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
7167
7168         * configure.in: delete reference to absent file
7169
7170         * configure.in: replace '[' with 'test'
7171
7172         * configure.in: Eliminate references to gash.
7173         * Makefile.in: Eliminate references to gash.
7174
7175         * configure.in: remove useless references to 'pic' makefile fragments.
7176
7177         * configure.in: (*-*-windows*) Finish removing.
7178
7179         * configure.in: Eliminate redundant test for libgui.
7180
7181 2002-04-29  Roger Sayle  <roger@eyesopen.com>
7182
7183         * MAINTAINERS: Add self and realphabetize.  Update entries
7184         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
7185         entry for a29k port maintainer.
7186
7187 2002-04-26      Joel Sherrill <joel@OARcorp.com>
7188
7189         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7190         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7191
7192 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
7193
7194         * configure.in: remove references to dead files
7195
7196 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
7197
7198         * MAINTAINERS: Add information about purpose of this file.
7199
7200 2002-04-18  Tom Tromey  <tromey@redhat.com>
7201
7202         * configure.in: Disallow configuring libgcj when it is already
7203         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
7204         Solaris 2.8 by default.  For PR libgcj/6158.
7205
7206 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7207
7208         * configure.in:  Move default CC setting out of config/mh-* fragments
7209         directly into here.
7210
7211 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7212
7213         * configure.in: don't even try to configure or make a subdirectory
7214         if there's no configure script for it.
7215
7216 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
7217
7218         * MAINTAINERS: Remove chill maintainers.
7219         * Makefile.in (CHILLFLAGS): Remove.
7220         (CHILL_LIB): Remove.
7221         (TARGET_CONFIGDIRS): Remove libchill.
7222         (CHILL_FOR_TARGET): Remove.
7223         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7224         CHILL_LIB.
7225         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7226         (CHECK_TARGET_MODULES): Likewise.
7227         (INSTALL_TARGET_MODULES): Likewise.
7228         (CLEAN_TARGET_MODULES): Likewise.
7229         (configure-target-libchill): Remove.
7230         (all-target-libchill): Remove.
7231         * configure.in (target_libs): Remove target-libchill.
7232         Do not compute CHILL_FOR_TARGET.
7233         * libchill: Remove directory.
7234
7235 2002-04-11  DJ Delorie  <dj@redhat.com>
7236
7237         * Makefile.in, configure.in: Sync with binutils, entries
7238         follow...
7239
7240 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7241
7242         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
7243         (do-tar, do-bz2): New rules.
7244         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
7245         (gdb-tar): New rule.
7246         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
7247         (insight_dejagnu.tar): New rule.
7248         (insight.tar): New rule.
7249         (gdb+dejagnu.tar): New rule.
7250         (gdb.tar): New rule.
7251
7252 2002-02-01  Mo DeJong  <supermo@bayarea.net>
7253
7254         * Makefile.in: Add all-tix to deps for all-snavigator
7255         so that tix is built when building snavigator.
7256
7257 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
7258
7259         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7260         ld and gdb are not supported.
7261
7262 2002-01-07  Mark Salter  <msalter@redhat.com>
7263
7264         * configure.in: Remove target-bsp and target-cygmon from arm builds.
7265         Allow target-libgloss to be built for arm, strongarm, and xscale.
7266
7267 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
7268
7269         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7270         options for i[3456]86-pc-linux* native builds.
7271
7272 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
7273
7274         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7275         files from .po files for a distribution.
7276
7277 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
7278
7279         * configure.in: Enable libstdc++-v3 for h8300 targets.
7280
7281 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
7282
7283         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
7284         version from bfd/.
7285
7286 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
7287
7288         * Makefile.in (VER): When present, extract the version number from
7289         the file version.in.
7290
7291 2001-05-24  Tom Rix <trix@redhat.com>
7292
7293         * configure.in : enable ld for aix
7294
7295 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7296
7297         * config.guess: Add linux target for S/390.
7298
7299 2000-11-07  Philip Blundell  <pb@futuretv.com>
7300
7301         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7302
7303 2000-11-03  Philip Blundell  <pb@futuretv.com>
7304
7305         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7306         files.
7307
7308 2001-01-15  Ben Elliston  <bje@redhat.com>
7309
7310         * configure.in (host_tools): Add sid.
7311         Always configure cgen.
7312
7313 2000-11-24  Nick Clifton  <nickc@redhat.com>
7314
7315         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
7316
7317
7318 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
7319
7320         * Makefile.in (ALL_MODULES): Add all-cgen.
7321         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7322         (all-cgen): New target.
7323         (all-opcodes,all-sim): Depend on all-cgen.
7324         * configure.in (host_tools): Add cgen.
7325         Only configure cgen if --enable-cgen-maint.
7326
7327 2002-04-09  Loren J. Rittle <ljrittle@acm.org>
7328
7329         * configure.in: Add *-*-freebsd* configurations.
7330
7331 2002-04-08  Tom Tromey  <tromey@redhat.com>
7332
7333         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7334         Fixes PR libgcj/6068.
7335
7336 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
7337
7338         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7339
7340 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7341
7342         * configure.in (alpha*-dec-osf*): Enable libgcj.
7343
7344 2003-03-27  Matthew Gingell <gingell@gnat.com>
7345
7346         * MAINTAINERS (Write After Approval): Add myself.
7347
7348 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
7349
7350         Fix for: PR bootstrap/3591, target/5676
7351         * configure.in (mcore-pe): Disable the configuration of
7352         libstdc++-v3 since exceptions are not supported.
7353
7354 2002-03-20  Anthony Green  <green@redhat.com>
7355
7356         * configure.in: Enable libgcj for xscale-elf target.
7357
7358 Tue Mar 19 09:05:08 2002  J"orn Rennecke <joern.rennecke@superh.com>
7359
7360         * MAINTAINERS:  Update my email address.
7361
7362 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
7363
7364         * ltmain.sh (relink_command): Fix typo in previous change.
7365
7366 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
7367
7368         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
7369         (relink_command): Added --tag flags.
7370         (mode=install): If relinking fails; error out.
7371
7372 2002-03-12  Richard Henderson  <rth@redhat.com>
7373
7374         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
7375         .NOTPARALLEL tag.
7376         (do-check): Rename from check.
7377         (check): Allow parallel check.
7378
7379 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
7380
7381         * MAINTAINERS: Add myself as maintainer for xtensa port.
7382         Fix alphabetical order in CPU port maintainer list.
7383         Remove myself from Write After Approval list.
7384
7385 2002-03-11  Richard Henderson  <rth@redhat.com>
7386
7387         * Makefile.in (.NOTPARALLEL): Add fake tag.
7388
7389 2002-03-07  H.J. Lu  (hjl@gnu.org)
7390
7391         * configure.in: Enable gprof for mips*-*-linux*.
7392
7393 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
7394
7395         * MAINTAINERS (Write After Approval): Add myself.
7396
7397 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
7398
7399         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7400         libjava.
7401         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7402
7403 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
7404
7405         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7406         because its Makefile is there; test for the executable instead.
7407
7408 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
7409
7410         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7411         libstdc++-v3 and libjava.
7412
7413 2002-02-11  Adam Megacz <adam@xwt.org>
7414
7415         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7416         boehm-gc
7417
7418 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
7419
7420         * config.guess: Updated to 2002-01-30's version.
7421         * config.sub: Updated to 2002-02-01's version.
7422         Contribute sh64-elf.
7423         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
7424         * configure.in: Added sh64-*-*.
7425
7426 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
7427
7428         * MAINTAINERS: Belatedly add myself to write after approval list.
7429
7430 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
7431
7432         * MAINTAINERS: Put self in as maintainer for x86-64 port.
7433         Remove self as Write After Approval.
7434
7435 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
7436
7437         * MAINTAINERS: Put self in as maintainer for contrib/regression
7438         directory.
7439
7440 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
7441
7442         * MAINTAINERS:  Update my email address.
7443
7444 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
7445
7446         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
7447         target-libiberty, and target-libgloss.  Skip Java-related
7448         libraries if not supported for NetBSD on target CPU.
7449
7450 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
7451
7452         * install-sh: Use _inst.$$_ for temp file name.
7453
7454 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
7455
7456         * MAINTAINERS (Write After Approval): Move my contact info
7457         from here...
7458         (OS Port Maintainers): ...to here (netbsd).
7459
7460 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
7461
7462         * MAINTAINERS (Write After Approval): Add myself.
7463
7464 2002-01-17  H.J. Lu <hjl@gnu.org>
7465
7466         * Makefile.in (all-fastjar): Also depend on all-libiberty.
7467         (all-target-fastjar): Also depend on all-target-libiberty.
7468
7469 2002-01-16  H.J. Lu  (hjl@gnu.org)
7470
7471         * config.guess: Import from master sources, rev 1.225.
7472         * config.sub: Import from master sources, rev 1.238.
7473
7474 2002-01-16  Kazu Hirata  <kazu@hxi.com>
7475
7476         * MAINTAINERS (Write After Approval): Remove myself.
7477
7478 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
7479
7480         * MAINTAINERS (Write After Approval): Add myself.
7481
7482 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
7483
7484         * MAINTAINERS: Add self as docs co-maintainer.
7485
7486 2001-12-11  Matthias Klose  <doko@debian.org>
7487
7488         * MAINTAINERS (Write After Approval): Add myself.
7489
7490 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
7491
7492         * MAINTAINERS: Update my email address.
7493
7494 2001-12-07  Turly O'Connor  <turly@apple.com>
7495         * MAINTAINERS (Write After Approval): Add myself.
7496         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
7497         (rs6000_initialize_trampoline): Call __trampoline_setup for
7498         ABI_DARWIN too.
7499         * darwin-tramp.asm: New file, implements __trampoline_setup.
7500         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
7501
7502 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
7503
7504         * MAINTAINERS (Write After Approval): Add myself.
7505
7506 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
7507
7508         * configure, configure.in: Use temp file for long sed commands.
7509
7510 2001-12-03  Laurent Guerby  <guerby@acm.org>
7511
7512         * config.sub: Update to version 1.232 on subversion.
7513
7514 2001-12-03  Ben Elliston  <bje@redhat.com>
7515
7516         * MAINTAINERS: Update mail address for config.* patches.
7517
7518 2001-11-27  DJ Delorie <dj@redhat.com>
7519             Zack Weinberg  <zack@codesourcery.com>
7520
7521         When build != host, create libiberty for the build machine.
7522
7523         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7524         CONFIG_ARGUMENTS.
7525         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7526         New variables.
7527         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7528         and rules.
7529         (all.normal): Depend on ALL_BUILD_MODULES.
7530         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7531         (all-build-libiberty): Depend on configure-build-libiberty.
7532
7533         * configure: Calculate and substitute proper value for
7534         ALL_BUILD_MODULES.
7535         * configure.in: Create the build subdirectory.
7536         Calculate and substitute TARGET_CONFIGARGS (formerly
7537         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7538
7539 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
7540
7541         * MAINTAINERS (write-after-approval): Add self.
7542
7543 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
7544
7545         * MAINTAINERS (GNATS only accounts): Remove self.
7546
7547 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
7548
7549         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7550         libf2c.
7551
7552 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
7553
7554         * MAINTAINERS (Write After Approval): Add self.
7555
7556 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
7557
7558         * MAINTAINERS: mips and s390 are also CPU ports.
7559
7560 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
7561
7562         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
7563
7564 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
7565
7566         * MAINTAINERS: Alphabetize.
7567
7568 2001-11-09  Kazu Hirata  <kazu@hxi.com>
7569
7570         * MAINTAINERS (Various maintainers: h8 port): Add myself.
7571
7572 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7573
7574         * MAINTAINERS (Various maintainers: hppa port): Added myself.
7575
7576 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
7577
7578         * configure.in (--enable-languages): Be more permissive about
7579         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
7580
7581 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
7582
7583         * config.sub: Import from master sources, rev. 1.230.
7584         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
7585
7586 2001-11-07  Laurent Guerby  <guerby@acm.org>
7587
7588         * MAINTAINERS (Write After Approval): Add self.
7589
7590 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
7591
7592         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7593
7594 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
7595
7596         * config.sub: Import from master sources, rev 1.226.
7597         * config.guess: Import from master sources, rev 1.216.
7598
7599 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
7600
7601         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7602         * MAINTAINERS: Add self as maintainer of MMIX port.
7603         Remove old after-approval entry.
7604
7605 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
7606
7607         * ChangeLog, configure: Fix spelling errors.
7608
7609 2001-10-20  Brendan Kehoe  <brendan@zen.org>
7610
7611         * MAINTAINERS: Tweak my address.
7612
7613 Thu Oct 11 21:50:15 2001  J"orn Rennecke <amylaar@onetel.net.uk>
7614
7615         * MAINTAINERS: Update my email address.
7616
7617 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
7618
7619         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7620         * MAINTAINERS: Add self as maintainer of CRIS port.
7621
7622 2001-10-10  Geert Bosch  <bosch@gnat.com>
7623
7624         * MAINTAINERS (Various maintainers: Ada front end):
7625         Added Robert Dewar.
7626
7627 2001-10-03  David Billinghurst <David.Billinghurst@riotinto.com>
7628
7629         * MAINTAINERS (Write After Approval): Added self
7630
7631 2001-10-02  Geert Bosch  <bosch@gnat.com>
7632
7633         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7634
7635 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
7636
7637         * configure: Handle temporary files securely using mkdir.
7638
7639 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
7640
7641         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7642
7643 2001-09-26  Will Cohen <wcohen@redhat.com>
7644
7645         * configure.in (*-*-linux*): Disable configuration of target-newlib
7646         and target-libgloss.
7647
7648 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
7649
7650         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7651         RANLIB.
7652
7653 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
7654
7655         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7656         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7657         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7658         avoid quotes nesting problems.
7659         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7660         (DO_X): Export only variables that are set.
7661
7662 2001-09-19  Ben Elliston  <bje@redhat.com>
7663
7664         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7665         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7666         semantics.  Use the shell built-in "type" command instead.
7667
7668 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
7669
7670         Merged from gcc-3_0-branch:
7671         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
7672         * ltcf-c.sh: Use $objext, not $ac_objext.
7673         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
7674         * ltcf-cxx.sh: Add support for GNU.
7675         2001-07-22  Timothy Wall  <twall@redhat.com>
7676         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
7677         default settings if using GNU tools with that configuration.
7678         * ltcf-cxx.sh: Ditto.
7679         * ltcf-gcj.sh: Ditto.
7680         2001-07-21  Michael Chastain  <chastain@redhat.com>
7681         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7682         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
7683         * ltmain.sh: Mark as gcc-local.
7684
7685 2001-08-30  Eric Christopher  <echristo@redhat.com>
7686             Jason Eckhardt  <jle@redhat.com>
7687
7688         * config.guess: Merge from master sources.
7689         * config.sub: Merge from master sources, add support for mipsisa32.
7690
7691 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
7692         * config.sub: Merge from master sources, rev 1.219.
7693         * MAINTAINERS: Add self as contact for stormy16 port.
7694
7695 2001-08-14  Zack Weinberg  <zackw@panix.com>
7696
7697         * config.sub: Merge from master sources, rev 1.218.
7698         * config.guess: Merge from master sources, rev 1.209.
7699
7700 2001-08-11  Graham Stott  <grahams@redhat.com>
7701
7702         * Makefile.in (check-c++): Add missing semicolon.
7703
7704 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
7705
7706         * MAINTAINERS (Various maitainers: predict.def): Added myself.
7707
7708 2001-07-30  Eric Christopher  <echristo@redhat.com>
7709
7710         * MAINTAINERS (Various maintainers: mips port): Added myself.
7711
7712 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
7713
7714         * configure.in (sh-*-linux*): New.
7715
7716 2001-07-27  Richard Henderson  <rth@redhat.com>
7717
7718         * .cvsignore: Add LAST_UPDATED.
7719
7720 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
7721
7722         * MAINTAINERS (Various maintainers: s390 port): Added myself.
7723
7724 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
7725
7726         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
7727
7728 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
7729
7730         * MAINTAINERS (Write After Approval): Added myself.
7731
7732 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7733
7734         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7735         and libgcj on m68hc11/m68hc12.
7736
7737 2001-06-27  H.J. Lu  (hjl@gnu.org)
7738
7739         * Makefile (CFLAGS_FOR_BUILD): New.
7740         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7741
7742 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
7743
7744         * README: Remove version number.
7745
7746 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7747
7748         * INSTALL/README: Update wrt. to the installation instructions now
7749         residing in gcc/doc/install.texi.
7750
7751 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
7752
7753         * README: Replace with a cut-down and updated version of gcc/README.
7754
7755 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
7756
7757         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
7758         multilibs to be disabled.
7759
7760 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
7761
7762         * MAINTAINERS (Write After Approval): Add myself.
7763
7764 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
7765
7766         * config.guess: Import CVS version 1.195.
7767         * config.sub: Import CVS version 1.212.
7768
7769 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
7770
7771         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7772         gcc/xgcc is built, use -print-prog-name to find out the program
7773         name to use.
7774
7775 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
7776
7777         * config.guess:  Import CVS version 1.194.  All gcc-local changes
7778         appear to also be in the master copy.
7779         * config.sub:  Import CVS version 1.211.
7780
7781 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
7782
7783         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7784         with_gcc]: Use `gcc -shared' to build a shared library.
7785
7786 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7787
7788         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7789         archives.
7790
7791 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7792
7793         * MAINTAINERS (Write After Approval): Add myself.
7794
7795 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
7796
7797         * configure.in (libstdcxx_flags): Do not try to execute
7798         libstdc++-v3/testsuite_flags until it exists.
7799
7800 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
7801
7802         * MAINTAINERS: Update my email address.
7803
7804 2001-05-31  Graham Stott  <grahams@redhat.com>
7805
7806         * MAINTAINERS (Write After Approval): Add myself.
7807
7808 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
7809
7810         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
7811         libraries when using g++ with native linker.
7812
7813 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
7814
7815         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7816
7817 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
7818
7819         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7820         [aix4*|aix5*]: Prepend blank.
7821
7822 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
7823
7824         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7825         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
7826         of subdir/configure scripts to use the new libtool.m4.
7827
7828 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
7829
7830         * MAINTAINERS (Write After Approval): Add myself.
7831
7832 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
7833
7834         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7835
7836 2001-05-11  Ben Elliston  <bje@redhat.com>
7837
7838         * Makefile.in (all-sid): New target.
7839         (check-sid, clean-sid, install-sid): Likewise.
7840
7841 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
7842
7843         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7844
7845 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
7846
7847         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7848         libgcj.
7849
7850 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
7851
7852         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7853         gcc/xgcc is built, use -print-prog-name to find out the program
7854         name to use.
7855
7856 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
7857
7858         * configure.in (noconfigdirs): Don't reset it from scratch in the
7859         target case; only append to it.
7860
7861         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7862         sparc-*-solaris2.8]: Disable ${libgcj}.
7863
7864 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
7865
7866         * configure.in (libgcj_saved): Copy from $libgcj.
7867         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7868         --disable-libgcj.
7869
7870 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
7871
7872         * MAINTAINERS: Remove self as MIPS maintainer and
7873         C front end maintainer.
7874
7875 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
7876
7877         * configure.in: Move *-chorusos target case to the proper switch.
7878         Disable libgcj.
7879
7880 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
7881
7882         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7883         1.641.2.228.
7884
7885 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7886
7887         * Makefile.in (STAGE1_CFLAGS): Pass down.
7888
7889 2001-04-13  Alan Modra  <amodra@one.net.au>
7890
7891         * config.guess: Add hppa64-linux support.  Note for next import that
7892         this is already in the master file.
7893         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
7894
7895 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
7896
7897         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7898         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7899
7900 2001-04-11  Stan Shebs  <shebs@apple.com>
7901
7902         * MAINTAINERS: Add self as Darwin port maintainer.
7903
7904 2001-04-11  Alan Modra  <amodra@one.net.au>
7905
7906         * MAINTAINERS: Update my email address.
7907
7908 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
7909
7910         * ltcf-cxx.sh: Support creation of C++ shared libraries on
7911         recent versions of FreeBSD (release 3 or later).
7912         * ltconfig: On FreeBSD, -lc must not be provided when building
7913         a shared library or else the standard -pthread gcc option is
7914         rendered worthless to later users of the built library.
7915
7916 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
7917
7918         * MAINTAINERS: Add self and RTH as C front end maintainers.
7919
7920 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
7921
7922         * config.sub: Make sure to match an already-canonicalized
7923         machine name (eg. mn10300-unknown-elf).
7924
7925 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
7926
7927         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7928         New macros.
7929         (bootstrap, cross): Use RECURSE_FLAGS.
7930         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7931
7932 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
7933
7934         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7935
7936 2001-03-22  Colin Howell  <chowell@redhat.com>
7937
7938         * Makefile.in (DO_X): Do not backslash single-quotes in
7939         backquotes (two places).
7940
7941 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
7942
7943         Re-installed:
7944         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
7945         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
7946         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7947         * ltcf-cxx.sh: Likewise.
7948         * ltcf-gcj.sh: Likewise.
7949
7950 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7951
7952         * MAINTAINERS: Add myself as "documentation co-maintainer".
7953
7954 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
7955
7956         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7957         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7958
7959 2001-03-19  Tom Tromey  <tromey@redhat.com>
7960
7961         * config-ml.in: Handle GCJ and GCJFLAGS.
7962
7963 2001-03-21  Michael Chastain  <chastain@redhat.com>
7964
7965         * Makefile.in: all-m4 depends on all-texinfo.
7966
7967 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
7968
7969         * MAINTAINERS: Add myself to write after approval list.
7970
7971 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
7972
7973         * Makefile.in (DO_X): Quote nested quotes.
7974
7975 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
7976
7977         * MAINTAINERS: Add myself to write after approval list.
7978
7979 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
7980
7981         * Makefile.in (DO_X): Use double quotes for quoting
7982         "RANLIB=$${RANLIB}".
7983
7984 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
7985
7986         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
7987
7988 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
7989
7990         * configure.in: Only use `lang_requires' for languages athat are
7991         actually enabled.
7992
7993 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
7994
7995         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
7996
7997 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
7998
7999         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8000
8001 2001-03-07  Tom Tromey  <tromey@redhat.com>
8002
8003         * configure.in: Allow config-lang.in to set `lang_requires' to list
8004         of other required languages.
8005
8006 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
8007
8008         * Makefile.in: Remove RANLIB definition. Use RANLIB
8009         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8010         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8011
8012 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
8013             Alexandre Oliva  <aoliva@redhat.com>
8014
8015         * Makefile.in (check-c++): Use tabs, not spaces.
8016
8017 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
8018
8019         * MAINTAINERS: add myself to Write After Approval list.
8020
8021 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
8022
8023         * Makefile.in (check-c++): New rule.
8024
8025         * configure.in (target_libs): Remove libg++.
8026         (noconfigdirs): Remove libg++.
8027         (noconfigdirs): Same.
8028         (noconfigdirs): Same.
8029         (noconfigdirs): Same.
8030
8031         * config-ml.in: Remove libg++ references.
8032
8033         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8034         (ALL_TARGET_MODULES): Same.
8035         (configure-target-libg++): Remove.
8036         (all-target-libg++): Remove.
8037         (configure-target-libio): Remove.
8038         (all-target-libio): Remove.
8039         (check-target-libio): Remove.
8040         (.PHONY): Remove.
8041         (libg++.tar.bz2): Remove.
8042         (all-target-cygmon): Remove libio.
8043         (all-target-libstdc++): Remove.
8044         (configure-target-libstdc++): Remove.
8045         (TARGET_LIB_PATH): Remove libstdc++.
8046         (ALL_GCC_CXX): Remove libstdc++.
8047         (all-target-gperf): Correct.
8048
8049 2001-02-16  Nick Clifton  <nickc@redhat.com>
8050
8051         * configure.in (noconfigdirs): Allow configuration of texinfo
8052         for Cygwin hosts.
8053
8054 2001-02-15  Anthony Green  <green@redhat.com>
8055
8056         * configure: Introduce GCJ_FOR_TARGET.
8057         * configure.in: Ditto.
8058         * Makefile.in: Ditto.
8059
8060 2001-02-13  Andreas Schwab  <schwab@suse.de>
8061
8062         * MAINTAINERS: Update mail address.
8063
8064 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8065
8066         * config.guess: Add linux target for S/390.
8067         * config.sub: Likewise.
8068
8069 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
8070
8071         * configure.in: for *-chorusos, don't config target-newlib and
8072         target-libgloss.
8073
8074 2001-02-06  Ben Elliston  <bje@redhat.com>
8075
8076         * configure: Output host type to stdout, not stderr.
8077
8078 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
8079
8080         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
8081         * ltcf-cxx.sh: Likewise.
8082
8083         * config.if: Assume enable_libstdcxx_v3 is defined.
8084
8085 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
8086
8087         Remove V2 C++ library.
8088         * configure.in: Remove --enable-libstdcxx_v3 support.
8089
8090 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
8091
8092         * include/demangle.h: Add prototype for java_demangle_v3.
8093
8094 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
8095
8096         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
8097
8098 2001-01-27  Richard Henderson  <rth@redhat.com>
8099
8100         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8101
8102 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8103
8104         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8105         Don't unset, it's non-portable and no longer necessary, set to empty
8106         instead.
8107
8108 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8109
8110         * ltconfig: Shell portability fix for the tagname validity check.
8111
8112 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
8113
8114         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8115         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8116
8117 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8118
8119         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8120
8121 2001-01-26  Tom Tromey  <tromey@redhat.com>
8122
8123         * configure.in: Allow libgcj to be built on Sparc Solaris.
8124
8125 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
8126
8127         * ltcf-c.sh: Add aix5 case.
8128         * ltcf-cxx.sh: Likewise.
8129         * ltconfig: Likewise.
8130
8131 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
8132
8133         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8134         keep at least one of build_libtool_libs or build_old_libs set to
8135         yes.
8136
8137         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8138         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8139
8140 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
8141
8142         * configure.in: Enable libgcj on several additional platforms.
8143
8144 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
8145
8146         * configure.in: Enable libgcj for linux targets.
8147
8148 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8149
8150         * MAINTAINERS (Write After Approval): Add myself.
8151
8152 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8153
8154         * MAINTAINERS: Add myself as vax port maintainer.
8155
8156 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
8157
8158         * MAINTAINERS: Add myself as Mercury front-end maintainer.
8159
8160 2001-01-09  Mike Stump  <mrs@wrs.com>
8161
8162         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8163         failures of subdirectories.
8164
8165 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8166
8167         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8168         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8169         * ltcf-cxx.sh: Likewise.
8170         * ltcf-gcj.sh: Likewise.
8171         * ltconfig.sh: Fix typo.
8172
8173 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8174
8175         * configure: handle DOS-style absolute paths.
8176
8177 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8178
8179         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8180
8181 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
8182
8183         * MAINTAINERS: Add myself as avr port co-maintainer.
8184
8185 2000-12-28  Ben Elliston  <bje@redhat.com>
8186
8187         * MAINTAINERS: Add myself under ``Write After Approval''.
8188
8189 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
8190
8191         * texinfo: Remove directory from GCC.
8192
8193 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8194
8195         * COPYING: Update to current
8196         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
8197         to 19yy as example year in copyright notice).
8198
8199 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
8200
8201         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8202         (libstdcxx_incdir): Pass down.
8203         * config.if: Remove expired bits for cxx_interface, add stub.
8204         (libstdcxx_incdir): Add variable for g++ include directory.
8205         * configure.in (gxx_include_dir): Use it.
8206
8207 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
8208
8209         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
8210         with old-email address from ``Write After Approval''.
8211
8212 2000-12-15  Andreas Jaeger  <aj@suse.de>
8213
8214         * configure.in: Handle lang_dirs.
8215
8216 2000-12-14  Tom Tromey  <tromey@redhat.com>
8217
8218         * MAINTAINERS: Removed brads.
8219
8220         * MAINTAINERS: Added gcj developers.
8221
8222 2000-12-13  Anthony Green  <green@redhat.com>
8223
8224         * configure.in: Disable libgcj for any target not specifically
8225         listed.  Disable libgcj for x86 and Alpha Linux until compatible
8226         with g++ abi.
8227
8228 2000-12-13  Mike Stump  <mrs@wrs.com>
8229
8230         * Makefile.in (local-distclean): Also remove fastjar.
8231
8232 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
8233
8234         * contrib/gcc_update: Add fastjar --touch entries.
8235
8236 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
8237
8238         * configure.in: Disable language-specific target libraries for
8239         languages that aren't enabled.
8240
8241 2000-12-10  Anthony Green  <green@redhat.com>
8242
8243         * configure.in: Define libgcj.  Disable libgcj target libraries for
8244         most targets.
8245
8246 2000-12-10  Neil Booth  <neilb@earthling.net>
8247
8248         * MAINTAINERS: Update mail address, remove from WAA list.
8249
8250 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8251
8252         * libjava: Imported from /cvs/java.
8253         * libffi: Likewise.
8254         * Boehm-gc: Likewise.
8255
8256 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8257
8258         * configure.in (target_libs): Revert 2000-12-08 patch.
8259         (noconfigdirs): Added target-libjava.
8260
8261 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8262
8263         * djunpack.bat: removed.
8264
8265 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8266
8267         * Makefile.in: handle DOS-style absolute paths.
8268         * config-ml.in: likewise.
8269         * symlink-tree: likewise.
8270
8271 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8272
8273         * fastjar: Imported.
8274
8275 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8276
8277         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8278         libjava.
8279         * configure.in (target_libs): Removed `target-libjava'.
8280
8281 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8282
8283         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8284         (ALL_MODULES): Added fastjar.
8285         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8286         (all-target-libjava): all-fastjar replaces all-zip.
8287         (all-fastjar): Added.
8288         (configure-target-fastjar, all-target-fastjar): Likewise.
8289         * configure.in (host_tools): Added fastjar.
8290
8291 2000-12-07  Mike Stump  <mrs@wrs.com>
8292
8293         * Makefile.in (local-distclean): Remove leftover built files.
8294
8295 2000-11-24  Nick Clifton  <nickc@redhat.com>
8296
8297         * configure.in (xscale-elf): Add target.
8298         (xscale-coff): Add target.
8299
8300 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
8301
8302         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8303         recent versions of FreeBSD (release 3 or later).
8304         * ltconfig: On FreeBSD, -lc must not be provided when building
8305         a shared library or else the standard -pthread gcc option is
8306         rendered worthless to later users of the built library.
8307
8308 2000-11-16  Fred Fish  <fnf@be.com>
8309
8310         * configure.in (enable_libstdcxx_v3): Fix typo,
8311         libstd++ -> libstdc++.
8312
8313 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8314
8315         * MAINTAINERS: Add self to Write After Approval list.
8316
8317 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
8318
8319         * MAINTAINERS: Update my email address.  Add myself to global write
8320         privs list.
8321
8322 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
8323
8324         * Makefile.in: Merge with src and libgcj.
8325         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
8326         configure-target-<library> when their configure scripts need the C
8327         or C++ library to have already been built to work properly.
8328         (do_proto_toplev): Set them to an empty string.
8329
8330         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8331         (REALLY_SET_LIB_PATH): Use them.
8332
8333 2000-11-17  Stan Shebs  <shebs@apple.com>
8334
8335         * MAINTAINERS: Add self to Write After Approval list.
8336
8337 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8338
8339         * configure: Provide the original toplevel configure arguments
8340         (including $0) to subprocesses in the environment rather than
8341         through gcc/configargs.h.
8342
8343 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8344
8345         * MAINTAINERS: Remove references to cccp. Change C9X reference to
8346         C99.  Alphabetise "Write After Approval" list.
8347
8348 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
8349
8350         * configure: Turn on libstdc++ V3 by default.
8351
8352         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
8353         if we've got GCC.
8354
8355 2000-11-11  Philip Blundell  <philb@gnu.org>
8356
8357         * MAINTAINERS: Add self to Write After Approval list.
8358
8359 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
8360
8361         * ltcf-c.sh (aix4): Improve shared library configuration; require
8362         exporting symbols.
8363         * ltcf-cxx.sh (aix4): Define.
8364         * ltconfig (aix4): Define library and soname specs appropriate for
8365         AIX.  Define command to create export symbols list.
8366
8367 Mon Nov  6 14:19:35 2000  Christopher Faylor <cgf@cygnus.com>
8368
8369         * config.sub: Add support for Sun Chorus
8370
8371 2000-10-31  Nick Clifton  <nickc@redhat.com>
8372
8373         * MAINTAINERS: Rename <name>@cygnus.com addresses to
8374         <name>@redhat.com.  Also installed new email address for Clint
8375         Popetz.
8376
8377 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
8378
8379         * etc: Remove directory from GCC.
8380
8381 2000-10-16  Michael Meissner  <meissner@redhat.com>
8382
8383         * configure (gcc/configargs.h): Only create if there is a build GCC
8384         directory created.
8385
8386 2000-10-16  Matthias Klose  <doko@debian.org>
8387
8388         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
8389         when configured for libstdc++-v3.
8390
8391 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
8392
8393         * configure: Save configure arguments to gcc/configargs.h.
8394
8395 2000-10-04  Philipp Thomas  <pthomas@suse.de>
8396
8397         * config.guess: Import CVS version 1.157.
8398         * config.sub: Import CVS version 1.181.
8399
8400 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
8401
8402         * Makefile.in (bootstrap): avoid recursion if subdir missing
8403         (cross): ditto
8404         (do-proto-toplev): ditto
8405
8406 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
8407
8408         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
8409         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
8410
8411         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
8412         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
8413         all affected `configure' scripts.
8414
8415 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
8416
8417         * MAINTAINERS: Add self as cpplib co-maintainer.
8418
8419 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
8420
8421         * MAINTAINERS: Add self to Write After Approval list.
8422
8423 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8424
8425         * INSTALL/README: egcs -> GCC update.
8426
8427 Sun Sep 17 16:55:59 CEST 2000   Marc Espie <espie@cvs.openbsd.org>
8428
8429         * MAINTAINERS: Add myself to Write After Approval list.
8430
8431 2000-09-15  Kazu Hirata  <kazu@hxi.com>
8432
8433         * MAINTAINERS: Add myself to Write After Approval list.
8434
8435 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
8436
8437         * configure.in: Do not build byacc for hppa64.  Provide paths to the
8438         X11 libraries for hppa64.
8439
8440 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8441
8442         * MAINTAINERS: Add myself as 68hc11 port maintainer.
8443
8444 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
8445
8446         * Makefile.in (all-zlib): Added dummy target.
8447
8448         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8449         ltcf-gcj.sh: Updated from libtool multi-language branch.
8450
8451 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
8452
8453         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8454         (bootstrap*): Depend on all-bootstrap.
8455
8456 2000-09-05  Philipp Thomas  <pthomas@suse.de>
8457
8458         * config.guess: Import CVS version 1.156.
8459         * config.sub: Import CVS version 1.179.
8460
8461 2000-09-02  Anthony Green  <green@cygnus.com>
8462
8463         * Makefile.in (all-gcc): Depend on all-zlib.
8464         (CLEAN_MODULES): Add clean-zlib.
8465         (ALL_MODULES): Add all-zlib.
8466         * configure.in (host_libs): Add zlib.
8467
8468 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
8469
8470         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8471         crosses, but add gcc/include to the header search path for them.
8472
8473 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
8474
8475         * MAINTAINERS: Add self to Write After Approval list.
8476
8477 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8478
8479         * config.guess: Import CVS version 1.152.
8480         * config.sub: Import CVS version 1.177.
8481
8482 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
8483
8484         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8485         $targargs to tell whether newlib is going to be built.
8486
8487         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8488         $$r/TARGET_SUBDIR/libio for _G_config.h.
8489
8490 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
8491
8492         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
8493
8494 2000-08-22  DJ Delorie  <dj@redhat.com>
8495
8496         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
8497
8498 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
8499
8500         * config-ml.in (CC, CXX): Avoid trailing whitespace.
8501         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8502         sub-configures.
8503
8504 2000-08-21  DJ Delorie  <dj@redhat.com>
8505
8506         * MAINTAINERS: Add self as a libiberty maintainer
8507
8508 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
8509
8510         * configure.in (libstdcxx_flags): Use
8511         libstdc++-v3/src/libstdc++.INC.
8512
8513 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
8514
8515         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8516
8517 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
8518
8519         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8520
8521         * configure: Make enable_threads and enable_shared defaults
8522         explicit.  Substitute enable_threads into generated Makefiles.
8523         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8524         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8525
8526 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
8527
8528         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
8529
8530 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
8531
8532         * config-ml.in (CC): Remove bogus duplicate quotation mark from
8533         previous delta.
8534
8535 2000-08-11  Jason Merrill  <jason@redhat.com>
8536
8537         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8538         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8539         (FLAGS_FOR_TARGET): Not here.
8540         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8541
8542 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
8543
8544         * config-ml.in (CC, CXX): Don't introduce a leading space.
8545
8546 2000-08-07  DJ Delorie  <dj@delorie.com>
8547
8548         * MAINTAINERS: Add self as a DJGPP maintainer
8549
8550 2000-08-07  DJ Delorie  <dj@redhat.com>
8551
8552         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8553         "if we're also building gcc, and it's a gcc that will run on the
8554         build machine, we want to use its includes instead of the system's
8555         default includes".
8556
8557 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
8558
8559         * MAINTAINERS: Add self to Write After Approval list.
8560
8561 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
8562
8563         * configure.in (libstdcxx_flags): Don't use `"'.
8564
8565         * config-ml.in: Adjust multilib search paths to the
8566         appropriate multilib tree.
8567
8568 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
8569
8570         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8571         commas in $LANGUAGES.
8572
8573 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
8574
8575         * configure.in: Re-enable all references to libg++ and librx.
8576
8577 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
8578
8579         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
8580         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
8581         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
8582         * ltcf-cxx.sh (need_lc): Set based on postdeps.
8583
8584         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8585
8586 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
8587
8588         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8589         CXX_FOR_TARGET for sed.
8590
8591 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
8592
8593         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8594         Do not override if already set in the environment or in configure.
8595         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8596         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8597
8598 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
8599
8600         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
8601         the libtool CVS tree multi-language branch.
8602         * ltconfig, ltmain.sh: Updated.
8603
8604 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
8605
8606         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
8607         (clean-target): Depend on it.
8608
8609         * Makefile.in (FLAGS_FOR_TARGET): New macro.
8610         (GCC_FOR_TARGET): Use it.
8611         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8612         * configure.in: ... here.
8613         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
8614         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8615
8616 2000-07-24  Eric Christopher  <echristo@cygnus.com>
8617
8618         * MAINTAINERS: Add self to Write After Approval list.
8619
8620 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
8621
8622         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8623         (configure-target-libchill, configure-target-libobjc): Likewise.
8624
8625         * configure.in: Use the same cache file for all target libs.
8626         * config-ml.in: But different cache files per multilib variant.
8627
8628 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8629
8630         * configure (topsrcdir): Don't use dirname.
8631
8632 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
8633
8634         * MAINTAINERS: Add self to Write After Approval list.
8635
8636 2000-07-20  Jason Merrill  <jason@redhat.com>
8637
8638         * configure.in: Remove all references to libg++ and librx.
8639
8640         * configure, configure.in, Makefile.in: Unify gcc and binutils.
8641
8642 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
8643
8644         * config.sub: Update to subversions version 2000-07-06.
8645
8646 2000-07-12  Andrew Haley  <aph@cygnus.com>
8647
8648         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8649         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8650
8651 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
8652
8653         * symlink-tree:  Check number of arguments.
8654
8655 2000-07-05  Jim Wilson  <wilson@cygnus.com>
8656
8657         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8658         search path for a g++ extracted from the build tree.  This
8659         will allow link tests run by configure scripts in
8660         subdirectories to succeed.
8661
8662 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
8663
8664         * ltconfig: Add support for mips-dde-sysv4.2MP
8665
8666 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8667
8668         * MAINTAINERS: Add myself as loop discovery maintainer.
8669
8670 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
8671
8672         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8673         `os2'. Force ac_cv_exeext to be ".exe" in that case.
8674
8675 2000-06-19  Timothy Wall  <twall@cygnus.com>
8676
8677         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8678         * config.sub: Add tic54x target.
8679
8680 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
8681
8682         * MAINTAINERS: Add self as Fortran maintainer,
8683         remove Craig Burley.
8684
8685 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8686
8687         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8688         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8689
8690 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
8691
8692         * MAINTAINERS: Add self as i18n maintainer
8693
8694 20000-05-21  H.J. Lu  (hjl@gnu.org)
8695
8696         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8697         directory are used if they exist. Make sure
8698         $(build_tooldir)/include is searched for header files,
8699         $(build_tooldir)/lib/ for library files.
8700         (GCC_FOR_TARGET): Likewise.
8701         (CXX_FOR_TARGET): Likewise.
8702
8703 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
8704
8705         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8706
8707 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
8708
8709         * Makefile.in (configure-target-libiberty): Depend on
8710         configure-target-newlib.
8711
8712 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
8713
8714         * configure.in, Makefile.in: Merge all libffi-related
8715         configury stuff from the libgcj tree.
8716
8717 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8718
8719         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8720         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8721
8722 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8723
8724         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8725         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
8726         current version information.  Add to proto-toplev directory.
8727         (gdb-taz): Build do-djunpack.
8728
8729 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
8730
8731         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8732
8733 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8734
8735         * MAINTAINERS: Add self to Write After Approval list.
8736
8737 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8738
8739         * ltmain.sh: Preserve in relink_command any environment
8740         variables that may affect the linker behavior.
8741
8742 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
8743
8744         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8745
8746 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
8747
8748         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8749
8750 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
8751
8752         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
8753         with the version name.
8754
8755 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
8756
8757         * MAINTAINERS: Add self as bb-reorder maintainer.
8758
8759 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
8760
8761         * config.if: Tweak.
8762
8763 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
8764
8765         * djunpack.bat: New file.
8766
8767 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8768
8769         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
8770         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8771         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8772         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
8773
8774 2000-04-16  Dave Pitts  <dpitts@cozx.com>
8775
8776         * config.sub (case $basic_machine): Change default for "ibm-*"
8777         to "openedition".
8778
8779 2000-04-13  Andreas Jaeger  <aj@suse.de>
8780
8781         * MAINTAINERS: Added myself.
8782
8783 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8784
8785         * Makefile.in (gdb-taz): New target.  GDB specific archive.
8786         (do-md5sum): New target.
8787         (MD5PROG): Define.
8788         (PACKAGE): Default to TOOL.
8789         (VER): Default to a shell script.
8790         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
8791         md5 checksum generation.
8792         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8793         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8794         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
8795         insight.tar.bz2): Use gdb-taz to create archive.
8796
8797 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8798
8799         * configure (warn_cflags): Delete.
8800
8801 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
8802
8803         * MAINTAINERS: Added myself.
8804
8805 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
8806             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
8807
8808         * configure.in (enable_libstdcxx_v3): Add.
8809         (target_libs): Add bits here to switch between libstdc++-v2 and
8810         libstdc++-v3.
8811         * config.if: And this file too.
8812         * Makefile.in: Add libstdc++-v3 targets.
8813
8814 2000-04-05  Michael Meissner  <meissner@redhat.com>
8815
8816         * config.sub (d30v): Add d30v as a basic machine type.
8817
8818 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
8819
8820         * configure.in: -linux-gnu*, not -linux-gnu.
8821
8822 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
8823
8824         * MAINTAINERS: Add self in write-after-approval section.
8825
8826 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
8827
8828         * MAINTAINERS: Add self as ia64 port maintainer.
8829
8830 2000-03-08  Neil Booth  <NeilB@earthling.net>
8831
8832         * MAINTAINERS: Add self in write-after-approval section.
8833
8834 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8835
8836         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8837         (do-tar-bz2): Replace TOOL with PACKAGE.
8838         (gdb.tar.bz2): Remove GDBTK from GDB package.
8839         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
8840         dejagnu.tar.bz2): New packages.
8841
8842 2000-02-27  Andreas Jaeger  <aj@suse.de>
8843
8844         * configure.in: Add entry for mips*-*-linux*, move catch all
8845         *-*-*linux* entry below this one.
8846
8847 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
8848
8849         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
8850
8851 2000-02-24  Nick Clifton  <nickc@cygnus.com>
8852
8853         * config.sub: Support an OS of "wince".
8854
8855 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8856
8857         * config.guess, config.sub: Updated to match config's 2000-02-15
8858         version.
8859
8860 2000-02-23  Linas Vepstas <linas@linas.org>
8861
8862         * config.sub: Add support for Linux/IBM 370.
8863         * configure.in: Likewise.
8864
8865 2000-02-22  Nick Clifton  <nickc@cygnus.com>
8866
8867         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8868
8869 2000-02-20  Christopher Faylor <cgf@cygnus.com>
8870
8871         * config.guess: Guess "cygwin" rather than "cygwin32".
8872
8873 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8874
8875         * configure (gcc_version): When setting, narrow search to
8876         lines containing `version_string'.
8877
8878 2000-02-15  Denis Chertykov  <denisc@overta.ru>
8879
8880         * config.sub: Add support for avr target.
8881
8882 2000-02-14  Nick Clifton  <nickc@cygnus.com>
8883
8884         * MAINTAINERS: Add maintainers for MCore port.
8885
8886 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8887
8888         * config.sub: Add mmix-knuth-mmixware.
8889
8890 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8891
8892         * MAINTAINERS: Pair cccp with cpplib maintainership.
8893
8894 2000-01-27  Christopher Faylor <cgf@redhat.com>
8895
8896         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8897         structure stuff to -L library search.
8898         (CXX_FOR_TARGET): Ditto.
8899         (CROSS_CHECK_MODULES): Fix spelling mistake.
8900
8901 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
8902
8903         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8904         the C++ compiler.
8905
8906 2000-01-12  Richard Henderson  <rth@cygnus.com>
8907
8908         * configure.in: Don't build some bits for beos.
8909
8910 2000-01-12  Joel Sherrill (joel@OARcorp.com)
8911
8912         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8913         as include files.
8914
8915 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
8916
8917         * Add self as cpplib maintainer, as requested by Jason
8918         Merrill.  Correct my e-mail address.
8919
8920 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
8921
8922         * configure.in: Use mt-aix43 to handle *_TARGET defs,
8923         not mh-aix43.
8924
8925 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
8926
8927         * MAINTAINERS: Add myself to "write after approval" list.
8928
8929 1999-12-14  Richard Henderson  <rth@cygnus.com>
8930
8931         * config.guess (alpha-osf, alpha-linux): Detect ev67.
8932         * config.sub: Accept alphaev[78], alphaev8.
8933
8934 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8935
8936         * config.guess, config.sub: Update from autoconf.
8937
8938 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
8939
8940         * MAINTAINERS:  update my playtime e-address.
8941
8942 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8943
8944         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8945         necessary libraries are missing.
8946
8947 Fri Nov 19 11:22:31 MST 1999    Diego Novillo <dnovillo@cygnus.com>
8948
8949         * MAINTAINERS: Add new 'write after approval' maintainer.
8950
8951 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8952
8953         * MAINTAINERS: Add new Java maintainer.
8954
8955 1999-10-25  Andreas Schwab  <schwab@suse.de>
8956
8957         * configure: Fix quoting inside arguments of eval.
8958
8959 1999-10-21  Nick Clifton  <nickc@cygnus.com>
8960
8961         * config-ml.in: Allow suppression of some ARM multilibs.
8962
8963 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
8964
8965         * config.guess: Add OS/390 match pattern.
8966         * config.sub: Add mvs, openedition targets.
8967         * configure.in (i370-ibm-opened*): New.
8968
8969 1999-09-04  Steve Chamberlain  <sac@pobox.com>
8970
8971         * config.sub: Add support for configuring for pj.
8972
8973 1999-08-31  Nick Clifton  <nickc@cygnus.com>
8974
8975         * config.sub (maybe_os): Add support for configuring for fr30.
8976
8977 1999-08-25  Nick Clifton  <nickc@cygnus.com>
8978
8979         * configure.in: Do not configure or build ld for AIX
8980         platforms.  ld is known to be broken on these platforms.
8981
8982 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8983
8984         * config-ml.in: Pass compiler flag corresponding to multidirs to
8985         subdir configures.
8986
8987 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
8988
8989         * Makefile.in (LDFLAGS): Define.
8990
8991 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
8992
8993         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8994         noconfigdirs.
8995         (*-*-cygwin*): Likewise.
8996
8997 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
8998
8999         * mkdep: New file.
9000         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9001         (BINUTILS_SUPPORT_DIRS): Add mkdep.
9002
9003         From Eli Zaretskii <eliz@is.elta.co.il>:
9004         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9005         long file name when using DJGPP on MS-DOS.
9006
9007 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
9008
9009         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9010
9011 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
9012
9013         * Makefile.in (check-target-libio): Remove all-target-libstdc++
9014         dependency as this causes "make check" to globally "make all"
9015
9016 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
9017
9018         * configure.in (target_libs): Added target-zlib.
9019         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9020         (CONFIGURE_TARGET_MODULES): Likewise.
9021         (CHECK_TARGET_MODULES): Likewise.
9022         (INSTALL_TARGET_MODULES): Likewise.
9023         (CLEAN_TARGET_MODULES): Likewise.
9024         (configure-target-zlib): New target.
9025         (all-target-zlib): Likewise.
9026         (all-target-libjava): Depend on all-target-zlib.
9027         (configure-target-libjava): Depend on configure-target-zlib.
9028
9029         * Makefile.in (configure-target-libjava): Depend on
9030         configure-target-newlib.
9031         (configure-target-boehm-gc): New target.
9032         (configure-target-qthreads): New target.
9033
9034         * configure.in (target_libs): Added target-qthreads.
9035         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9036         (CONFIGURE_TARGET_MODULES): Likewise.
9037         (CHECK_TARGET_MODULES): Likewise.
9038         (INSTALL_TARGET_MODULES): Likewise.
9039         (CLEAN_TARGET_MODULES): Likewise.
9040         (all-target-qthreads): New target.
9041         (configure-target-libjava): Depend on configure-target-qthreads.
9042         (all-target-libjava): Depend on all-target-qthreads.
9043
9044         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9045         (CONFIGURE_TARGET_MODULES): Likewise.
9046         (CHECK_TARGET_MODULES): Likewise.
9047         (INSTALL_TARGET_MODULES): Likewise.
9048         (CLEAN_TARGET_MODULES): Likewise.
9049         (all-target-libjava): New target.
9050         (all-target-boehm-gc): Likewise.
9051         * configure.in (target_libs): Added libjava, boehm-gc.
9052
9053 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
9054
9055         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9056         configure.bat in SUPPORT_FILES.
9057         (gas+binutils.tar.bz2): Likewise.
9058
9059         * makeall.bat: Remove; obsolete.
9060
9061 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
9062
9063         From Mark Elbrecht:
9064         * configure.bat: Remove; obsolete.
9065
9066 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
9067
9068         * configure: Add -W -Wall to the default CFLAGS when compiling with
9069         gcc.
9070
9071 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
9072
9073         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9074
9075 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
9076
9077         * configure.in: Build ld on IRIX6.
9078
9079 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
9080
9081         * Makefile.in: Change distribution targets to use bzip2 instead of
9082         gzip.
9083         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9084         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9085
9086 1999-06-04  Nick Clifton  <nickc@cygnus.com>
9087
9088         * config.sub: Add mcore target.
9089
9090 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
9091
9092         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9093
9094 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
9095
9096         * config.guess (dummy): Changed to $dummy.
9097
9098 1999-05-24  Nick Clifton  <nickc@cygnus.com>
9099
9100         * config.sub: Tidied up case statements.
9101
9102 1999-05-22  Ben Elliston  <bje@cygnus.com>
9103
9104         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9105         <jiro@din.or.jp>.
9106
9107         * config.guess: Merge with FSF version. Future changes will be
9108         more accurately recorded in this ChangeLog.
9109         * config.sub: Likewise.
9110
9111 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
9112
9113          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9114
9115 1999-04-30  Tom Tromey  <tromey@cygnus.com>
9116
9117         * ltmain.sh: [mode link] Always use CC given by ltconfig.
9118
9119 1999-04-23  Tom Tromey  <tromey@cygnus.com>
9120
9121         * ltconfig, ltmain.sh: Update to libtool 1.2f.
9122
9123 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
9124
9125         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9126         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9127         Bad merge removed these two changes.
9128
9129 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
9130                           Martin Heller (Ing.-Buero_Heller@t-online.de)
9131
9132         * config.guess (interix Alpha): Add.
9133
9134 1999-04-11  Richard Henderson  <rth@cygnus.com>
9135
9136         * configure.in (i?86-*-beos*): Do config gperf; don't config
9137         gdb, newlib, or libgloss.
9138
9139 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
9140
9141         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9142         link a trivial program with -mabi=64.  If it fails, remove mabi=64
9143         from multidirs.
9144
9145 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
9146
9147         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9148
9149 1999-04-08  Nick Clifton  <nickc@cygnus.com>
9150
9151         * config.sub: Add support for mcore targets.
9152
9153 1999-04-07  Michael Meissner  <meissner@cygnus.com>
9154
9155         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9156         not mt-ospace, in order to shut up assembler warning about using
9157         symbols that are named the same as registers.
9158
9159 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
9160
9161         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9162         dependency list for all-target-cygmon.
9163
9164 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
9165
9166         * config-ml.in: Check $host, not $target, for selective multilibs.
9167         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9168         thumb interworking, and underscore prefix multilibs.
9169
9170 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
9171
9172         * missing: Update to version from current automake.
9173
9174 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
9175
9176         * configure (gxx_include_dir): Removed.
9177
9178         * configure.in (gxx_include_dir): Handle it.
9179         * Makefile.in: Likewise.
9180
9181 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
9182
9183         * config.sub (mips64vr4111,mips64vr4111el) Add.
9184
9185 1999-03-21  Ben Elliston  <bje@cygnus.com>
9186
9187         * config.guess: Correct typo for detecting ELF on FreeBSD.
9188
9189 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
9190
9191         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9192         config/mh-djgpp.
9193
9194 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
9195
9196         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9197         all-target-newlib to dependency list for all-target-bsp.
9198
9199 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9200
9201         * config.sub: Add i386-uwin support.
9202         * config.guess: Likewise.
9203
9204 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9205
9206         * configure.in: cleanup, add mh-*pic handling for arm, special
9207         case powerpc*-*-aix*
9208
9209 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
9210
9211         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9212         can be built.
9213
9214 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
9215
9216         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9217         targets.
9218
9219 1999-03-02  Nick Clifton  <nickc@cygnus.com>
9220
9221         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9222
9223 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
9224
9225         * config.sub: Check for "cygwin*" rather than "cygwin32*"
9226
9227 1999-02-24  Nick Clifton  <nickc@cygnus.com>
9228
9229         * config.sub: Fix typo in arm recognition.
9230
9231 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
9232
9233         * configure.in (noconfigdirs): Changed target_configdirs to
9234         include target-bsp only for m68k-*-elf* and m68k-*-coff*
9235         rather than m68k-*-* since it is not known to work on
9236         m68k-aout. Ditto for arm-*-*oabi.
9237
9238 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
9239
9240         * configure.in (*-*-windows*): Remove, no longer used.
9241
9242 1999-02-19  Ben Elliston <bje@cygnus.com>
9243
9244         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9245         Smart and improved by Andrew Cagney.
9246
9247 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
9248
9249         * config.guess: Recognize openbsd-*-hppa.
9250
9251 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
9252
9253         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9254         only if it is not empty.
9255
9256 1999-02-17  Nick Clifton  <nickc@cygnus.com>
9257
9258         Patch from: Scott Bambrough <scottb@corelcomputer.com>
9259
9260         * config.guess: Modified to recognize uname's armv* syntax.
9261
9262         * config.sub: Modified to recognize uname's armv* syntax.
9263
9264 1999-02-17  Mark Salter  <msalter@cygnus.com>
9265
9266         * configure.in: Added target-bsp for sparclite.
9267
9268 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
9269
9270         * config.sub: Recognize alphapca5[67] and up to alphaev8.
9271
9272 1999-02-08  Nick Clifton  <nickc@cygnus.com>
9273
9274         * configure.in: Add support for strongarm port.
9275         * config.sub: Add support for strongarm target.
9276
9277 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9278
9279         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9280         the old name config/mh-cygwin32.
9281         Enable texinfo.
9282
9283 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
9284
9285         * configure.in: Do build ld for ix86 Solaris.
9286
9287 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
9288
9289         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
9290         $AR_FOR_TARGET.  Likewise for RANLIB.
9291
9292 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
9293
9294         * config.sub (oabi):  Recognize.
9295         * configure.in (arm-*-oabi):  Handle.
9296
9297 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
9298
9299         * config.guess: Improve detection of i686 on UnixWare 7.
9300
9301 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9302
9303         * config.guess: Add support for i386-pc-interix.
9304         * config.sub: Likewise.
9305         * configure.in: Likewise.
9306
9307 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
9308
9309         * Makefile.in: Remove unneeded all-target-libio from
9310         from all-target-winsup target since it is now unneeded.
9311         Add all-target-libtermcap in its place since it is now
9312         needed.
9313
9314 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
9315
9316         * configure.in: makefile stub for cygwin target is probably
9317         unnecessary.  Remove it for now.
9318
9319 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
9320
9321         * configure.in: libtermcap.a should be built when cygwin is the
9322         target as well as the host.
9323         * config.guess: Allow mixed case in cygwin uname output.
9324         * Makefile.in: Add libtermcap target.
9325
9326 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
9327
9328         * config.sub: Clean up handling of hppa2.0.
9329
9330 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
9331
9332         * config.guess: Use C code to identify more HP machines.
9333
9334 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
9335
9336         * config.sub: Handle hppa2.0.
9337
9338 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
9339
9340         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9341         cygmon for all sparclite targets, regardless of object format.
9342
9343 1998-12-15  Mark Salter  <msalter@cygnus.com>
9344
9345         * configure.in: Added target-bsp for several target architectures.
9346
9347         * Makefile.in: Added rules for bsp.
9348
9349 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
9350
9351         * config.guess: Improve detection of hppa2.0 processors.
9352
9353 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
9354
9355         * config.guess: Recognize FreeBSD using ELF automatically.
9356
9357 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
9358
9359         * configure (skip-this-dir): Add handling for new shell script, which
9360         might be created by a sub-directory's configure to indicate, this particular
9361         directory is "unwanted".
9362         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9363
9364 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
9365
9366         * ltconfig: import from libtool, after changing libtool to
9367         account for the cygwin name change.
9368
9369 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
9370
9371         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9372         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9373
9374 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
9375
9376         * configure.in: Add libtermcap to list of cygwin dependencies.
9377
9378 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
9379
9380         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9381         they include winsup/include when it's a cygwin target.
9382
9383 1998-11-12  Tom Tromey  <tromey@cygnus.com>
9384
9385         * configure.in (host_tools): Added zip.
9386         * Makefile.in (all-target-libjava): Depend on all-zip.
9387         (all-zip): New target.
9388         (ALL_MODULES): Added all-zip.
9389         (NATIVE_CHECK_MODULES): Added check-zip.
9390         (INSTALL_MODULES): Added install-zip.
9391         (CLEAN_MODULES): Added clean-zip.
9392
9393 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
9394
9395         * Makefile.in: lose "32" from comment about cygwin.
9396
9397 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
9398
9399         * configure.in: Use -Os to build target libraries for the fr30.
9400
9401 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
9402
9403         * config.sub: Add fr30.
9404
9405 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
9406
9407         * configure.in: drop "32" from config/mh-cygwin32.  Check
9408         cygwin* instead of cygwin32*.
9409         * config.sub: Check cygwin* instead of cygwin32*.
9410
9411 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
9412
9413         * config.guess: Match any version of Unixware7.
9414
9415 1998-10-20  Syd Polk  <spolk@cygnus.com>
9416
9417         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9418         if desired.
9419
9420 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
9421
9422         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9423         these if the appropriate directories and files to not exist.
9424
9425 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
9426
9427         * Makefile.in (DEVO_SUPPORT): Add config.if.
9428
9429 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9430
9431         * configure: Add pattern to replace "build_tooldir"'s
9432         definition in the generated Makefile with "tooldir"'s
9433         actual value.
9434
9435 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
9436
9437         * config.sub: Bring back lost sparcv9.
9438
9439         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9440
9441 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
9442
9443         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9444         CC_FOR_TARGET and friends.
9445
9446 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
9447
9448         * Makefile.in (build_tooldir): New variable, same as tooldir.
9449         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9450         -B$(build_tooldir)/bin/.
9451         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9452
9453 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9454
9455         * README: Remove installation instructions and refer to the
9456         INSTALL directory instead.
9457
9458 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
9459
9460         * config.sub: Add support for i[34567]86-pc-udk.
9461         * configure.in: Likewise.
9462
9463 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
9464
9465         * Makefile.in: add bzip2 package building bits for user
9466         tools module
9467         * configure.in: ditto
9468
9469 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
9470
9471         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9472         (ALL_TARGET_MODULES): Add all-target-libobjc.
9473         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9474         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9475         (all-target-libchill): Add dependencies.
9476         * configure.in (target_libs): Add libchill.
9477
9478 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
9479
9480         * configure.in (target_subdir): Remove duplicate line.
9481
9482 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
9483
9484         * Makefile.in (all-automake): fix dependencies.
9485
9486 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
9487
9488         * configure.in: Minor cleanups for building in the $(target_alias)
9489         subdir.
9490
9491 1998-09-22  Jim Wilson  <wilson@cygnus.com>
9492
9493         * Makefile.in (bootstrap): Set r and s before make all.  Use
9494         BASE_FLAGS_TO_PASS in make all.
9495         (cross): Likewise.
9496
9497 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
9498
9499         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9500
9501 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
9502
9503         * config.sub: Fix typo in last change.
9504
9505 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9506
9507         * config.sub: Add support for C4x target.
9508         * configure.in: Likewise.
9509
9510 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
9511
9512         * config.sub: Recognize sparcv9 just like sparc64.
9513
9514 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
9515
9516         * config.guess: Match "Pent II" or "PentII" for OpenServer.
9517
9518 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
9519
9520         * config.guess: Correctly identify Pentium II sco boxes.
9521
9522         * config.guess: Fix "tr" code.  From Weiwen Liu.
9523
9524 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
9525
9526         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9527         stabs.
9528
9529 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
9530
9531         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9532         (ALL_TARGET_MODULES): Add all-target-libchill.
9533         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9534         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9535         (all-target-libchill): Add dependencies.
9536         * configure.in (target_libs): Add libchill.
9537
9538 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9539
9540         * config.guess: Avoid assumptions about "tr" behaves when
9541         LANG is set to something other than English.
9542
9543 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
9544
9545         * configure (gxx_include_dir): Changed to
9546         '${prefix}/include/g++'-${libstdcxx_interface}.
9547
9548         * config.if: New to determine the interfaces.
9549
9550 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
9551
9552         * config.guess: Detect and handle MPE/IX.
9553         * config.sub: Deal with MPE/IX.
9554
9555 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
9556
9557         * configure.in: Use mh-aix43.
9558
9559 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
9560
9561         * configure: Fix --without/--disable cases for gxx-include-dir.
9562
9563 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
9564
9565         * mdata-sh:  Imported.  Needed for automake support.
9566
9567 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
9568
9569         * Makefile.in (taz): Try "chmod -R og=u ." before
9570         "chmod og=u `find . -print`".
9571
9572 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
9573
9574         * configure.in: Add arm-elf and thumb-elf support.
9575
9576 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
9577
9578         * Makefile.in: Undo previous patch.
9579
9580 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
9581
9582         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9583         to here ...
9584         (install-no-fixedincludes): and here
9585         (INSTALL_MODULES): ... from here.
9586
9587 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
9588
9589         * config.sub: Merge with FSF.
9590
9591         * config.guess: Merge with FSF.
9592
9593 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
9594
9595         * configure (extraconfigdirs): New variable.
9596         (SUBDIRS): Add extraconfigdirs and recurse on them too.
9597         * Makefile.in (all): Move higher in file.
9598         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9599         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9600         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9601         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9602         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9603
9604 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
9605
9606         * Makefile.in (all-target-libjava): Depend on all-gcc and
9607         all-target-newlib.
9608         (configure-target-libjava): Depend on $(ALL_GCC).
9609
9610 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
9611
9612         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9613         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9614
9615 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
9616
9617         * INSTALL/README: Fix typo.
9618
9619 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
9620
9621         * ylwrap: Change absolute path checks to check for DOS style path
9622         names.
9623
9624         * ylwrap: Don't use a full path name if the source file is in the
9625         same directory.  From hjl@lucon.org (H.J. Lu).
9626
9627         * config-ml.in: Default to being verbose, to match Feb 18 change to
9628         configure.
9629
9630 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
9631
9632         Brought over from egcs:
9633
9634         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
9635
9636         * configure.in (target_subdir): Set to ${target_alias} instead
9637         of "libraries".
9638
9639         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
9640
9641         * configure.in (target_subdir): Set to libraries if enable_multilib.
9642
9643 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
9644
9645         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9646         multilibs, force reconfiguration the first time we create
9647         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9648
9649 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
9650
9651         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9652         avoid confusion with --no-recursion.
9653
9654 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
9655
9656         * configure.in: Win32 hosts shouldn't use install -x
9657         * install-sh: remove -x option, and special .exe-handling
9658         hack.
9659
9660 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
9661
9662         * config.guess: Recognize i586-pc-beos.
9663         * configure.in: Don't build some bits for beos.
9664
9665 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
9666
9667         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9668         CFLAGS default to -O2.
9669
9670         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9671         when using GNU ld.
9672
9673 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
9674
9675         * ltmain.sh: Correct install when using a different shell.
9676
9677 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
9678
9679         * ltconfig, ltmain.sh: Update to libtool 1.2b.
9680
9681 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
9682
9683         * makefile.vms: Update to build binutils/makefile.vms.  Add install
9684         target.
9685
9686 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
9687
9688         * ltconfig: Update to correct AIX handling.
9689
9690 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
9691
9692         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9693
9694         * configure.in (target_subdir): Set to ${target_alias} instead
9695         of "libraries".
9696
9697 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
9698
9699         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9700         (Makefile): Depend on $(gcc_version_trigger).
9701
9702         * configure (gcc_version): Change default initializer to empty
9703         string.
9704         (gcc_version_trigger): New variable; pass this variable down
9705         to subdir configures to enable them checking gcc's version
9706         themselves. Emit make macros for both gcc_version vars.
9707         (topsrcdir): Initialize reliably.
9708         (recursion line): Remove --with-gcc-version=${gcc_version}.
9709
9710 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
9711
9712         * configure (enable_version_specific_runtime_libs): Implement new flag
9713         --enable-version-specific-runtime-libs which installs C++ runtime stuff
9714         in $(libsubdir); emit definition in each generated Makefile.
9715         (gxx_include_dir): Initialize depending on
9716         $enable_version_specific_runtime_libs.
9717
9718 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
9719
9720         * configure (gcc_version): Initialize properly depending on
9721         how and where configure is started.
9722         (recursion line): Pass a --with-gcc-version=${gcc_version}
9723         to configures in subdirs.
9724
9725 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
9726
9727         * configure.in (noconfigdirs): Add configure pattern for mips tx39
9728         cygmon
9729
9730 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
9731
9732         * configure.in: Add cygmon and libstub support for mn10200.
9733
9734 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
9735
9736         * configure (gcc_version): Add new variable describing the
9737         particular gcc version we're building.
9738         * Makefile.in (libsubdir): Add new macro for the directory
9739         in which the compiler finds executables, libraries, etc.
9740         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9741         and libsubdir.
9742
9743 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
9744
9745         * Makefile.in (local-clean): Remove *.log.
9746         (warning.log): Built with warn_summary from build.log.
9747         (mail-report.log): Run test_summary.
9748         (mail-report-with-warnings.log): Run test_summary including
9749         warning.log in the report.
9750
9751 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
9752
9753         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9754
9755 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
9756
9757         * Makefile.in (grep): Grep no longer depends on libiberty.
9758
9759 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
9760
9761         * Makefile.in: all-snavigator needs all-libgui.
9762
9763 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
9764
9765         * configure.in: Add cygmon and libstub support for mn10300.
9766
9767 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
9768
9769         * missing: Update to version from automake 1.3.
9770
9771         * ltmain.sh: On installation, don't get confused if the same name
9772         appears more than once in the list of library names.
9773
9774 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
9775
9776         * config.sub: Accept m68060 and m5200 as CPU names.
9777
9778 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
9779
9780         * configure: Use && rather than using -a in test, because odd
9781         strings can confuse test.
9782         * configure.in: Likewise.
9783
9784 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
9785
9786         * ltconfig, ltmain.sh: Bring in Visual C++ support.
9787
9788 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
9789
9790         * Makefile.in (boostrap2-lean, bootstrap3-lean,
9791         bootstrap4-lean): New targets.
9792
9793 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
9794
9795         * mpw-* Delete.  Not used.
9796
9797 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
9798
9799         * COPYING.LIB: Update FSF address.
9800
9801 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
9802
9803         * ltconfig, ltmain.sh: Update to libtool 1.2a.
9804
9805         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9806         GAS_SUPPORT_DIRS.
9807
9808 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
9809
9810         * ltconfig, ltmain.sh: Avoid producing a version number if
9811         -version-info was not used.
9812
9813 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
9814
9815         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9816         building with newlib.
9817
9818 1998-04-30  Paul Eggert  <eggert@twinsun.com>
9819
9820         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
9821         Solaris `make' causes it to continue to next definition.
9822
9823 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9824
9825         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9826         the right GUI libraries and files are installed along with GDB.
9827
9828 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
9829
9830         * configure.in: Change alpha to alpha* in several places.
9831
9832 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
9833
9834         * config.sub: Recognize sparc86x.
9835
9836 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
9837
9838         * configure.in (--enable-target-optspace): Remove debug echo.
9839
9840 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
9841
9842         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9843
9844 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
9845
9846         * ltconfig: Update cygwin32 support.
9847
9848         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9849         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9850         (GDB_SUPPORT_DIRS): Likewise.
9851
9852 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
9853
9854         * configure.in (target_makefile_frag): If --enable-target-optspace,
9855         use -Os to compile target libraries rather than -O2.  Default to
9856         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9857         not used.
9858         * configure.in (target_cflags): Ditto for d30v.
9859
9860 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
9861
9862         * Makefile.in (all-bfd): Depend on all-intl.
9863         (all-binutils): Likewise.
9864         (all-gas): Likewise.
9865         (all-gprof): Likewise.
9866         (all-ld): Likewise.
9867
9868 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
9869
9870         * configure.in (host_tools): Fix typo, lbtool -> libtool.
9871
9872 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
9873
9874         * Makefile.in (all-bfd): Depend upon all-libiberty.
9875
9876         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9877
9878 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
9879
9880         * Makefile.in: Add libstub.
9881
9882         * configure.in: Ditto. Build libstub for targets that have cygmon
9883         support.
9884
9885 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
9886
9887         * configure.in: Don't set PICFLAG on ix86-cygwin32.
9888
9889 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
9890
9891         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9892         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
9893
9894 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
9895
9896         * configure: Define DEFAULT_M4 by searching PATH.
9897         * Makfile.in: Use DEFAULT_M4.
9898
9899 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
9900
9901         * ltconfig: Add cygwin32 support.
9902
9903         * Makefile.in, configure.in: Add libtool as a native only directory
9904         to configure and build.
9905
9906 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
9907
9908         * Makefile.in (INSTALL_MODULES): Remove texinfo.
9909
9910 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
9911
9912         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9913
9914 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
9915
9916         * Makefile.in: add ash make rules
9917         * configure.in: add ash to native_only and host_tools lists
9918
9919 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
9920
9921         * Makefile.in (all-gettext, all-intl): New targets.
9922         (ALL_MODULES): Added all-gettext, all-intl.
9923         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9924         (INSTALL_MODULES): Added install-gettext, install-intl.
9925         (CLEAN_MODULES): Added clean-gettext, clean-intl.
9926
9927         * configure.in (host_tools): Added gettext.
9928         (native_only): Likewise.
9929         (noconfigdirs) [various cases]: Likewise.
9930         (host_libs): Added intl.
9931
9932 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
9933
9934         * configure: Do not disable building gdbtk for cygwin32 hosts.
9935
9936 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
9937
9938         * configure.in: Add thumb-coff target.
9939         * config.sub: Add thumb-coff target.
9940
9941 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9942
9943         * Makefile.in: Revert yesterday's change.
9944         (all-target-winsup):  all-target-librx stays out of here.
9945
9946 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9947
9948         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9949         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9950         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
9951         Remove references to librx and libg++.
9952
9953 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
9954
9955         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9956         recursive makes
9957
9958 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
9959
9960         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9961         for newlib directory.
9962         (CXX_FOR_TARGET): Likewise.
9963
9964 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
9965
9966         * ltconfig: Update after libtool/ltconfig.in change for
9967         hpux11.
9968
9969 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
9970
9971         * ltconfig, ltmain.sh: Update to libtool 1.2.
9972
9973 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9974
9975         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9976         (install-gcc-cross): Instead, override LANGUAGES here.
9977
9978 1998-03-18  Dave Love  <d.love@dl.ac.uk>
9979
9980         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9981         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9982
9983 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
9984
9985         * configure.in: Add Thumb-pe target.
9986
9987 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
9988
9989         * Makefile.in - changed sn targets to snavigator
9990         * configure.in - changed sn targets to snavigator
9991
9992 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9993
9994         * config-ml.in: After building symlink tree call make distclean
9995         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9996         to be the case for libiberty.
9997
9998 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
9999
10000         * configure: When making link, also check the current
10001         directory. The configure scripts may create one.
10002
10003 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
10004
10005         * config.sub: Accept alphapca56 and alphaev6 properly.
10006
10007 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10008
10009         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10010
10011 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10012
10013         * config.sub (sco5): Fix typo.
10014
10015 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
10016
10017         * Makefile.in (INSTALL_MODULES): Move install-tcl before
10018         install-itcl.
10019         (install-itcl): Remove dependency on install-tcl.
10020
10021 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
10022
10023         * configure.in: Remove libgloss from noconfigdirs for MN10300.
10024
10025 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
10026
10027         * configure.in: Don't build libgui for a cygwin32 target when not on
10028         a cygwin32 host.
10029
10030 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10031
10032         * configure (redirect): Set to null, so default behavior of
10033         configure is now --verbose.
10034
10035 1998-02-16  Dave Love  <d.love@dl.ac.uk>
10036
10037         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10038         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10039
10040 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
10041
10042         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10043         this change to sync Makefile.in with its ChangeLog entries.
10044
10045 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
10046
10047         * ltmain.sh (mkdir): Check that the directory doesn't exist
10048         before we exit with error, so that we don't get races during
10049         parallel builds.
10050
10051 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10052
10053         * ltconfig, ltmain.sh: Update from libtool 1.0i.
10054
10055 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10056
10057         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10058         PICFLAG_FOR_TARGET.
10059         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10060
10061         * configure: Emit a definition for the new macro enable_shared
10062         into each Makefile.
10063
10064 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10065
10066         * configure.in (host_tools, native_only): Add libtool.
10067
10068 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
10069
10070         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10071         Fix typo in ming config comment.
10072
10073 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10074
10075         * ltconfig, ltmain.sh: Update from libtool 1.0h.
10076
10077 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
10078
10079         * config.sub: Add tic30 cases, and map c30 to tic30.
10080
10081 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
10082
10083         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10084         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10085         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10086         (CLEAN_TARGET_MODULES): Similarly
10087         (all-target-libf2c): Add dependences.
10088         * configure.in (target_libs): Add libf2c.
10089
10090 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
10091
10092         * configure.in: Remove expect from noconfigdirs when target
10093         is cygwin32.  OK to build expect and dejagnu with Canadian
10094         Cross.
10095
10096 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
10097
10098         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10099         host.
10100
10101         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10102         and mingw32.
10103
10104 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10105
10106         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10107         here as it is not defined in the toplevel Makefile.
10108
10109 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10110
10111         * configure (package_makefile_rules_frag): New variable, which names
10112         a file with generic rules, ...
10113         Change comment to mention we now have FIVE parts.
10114         * configure: Undo last change.
10115
10116 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
10117
10118         * config.guess: More accurate determination of HP processor types.
10119         * config.sub: More accurate determination of HP processor types.
10120
10121 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10122
10123         * configure (package_makefile_frag): Move inserting the
10124         ${package_makefile_frag} to where it should be according
10125         to the comment.
10126
10127 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
10128
10129         * config.guess: Add support for Linux/ARM.
10130
10131 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
10132
10133         * .cvsignore: Remove *-info and *-install since they match
10134         release-info and mpw-install, which we don't want to just ignore.
10135
10136 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
10137
10138         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10139
10140 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
10141
10142         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10143         local_prefix to sub-make invocations.
10144
10145 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
10146
10147         * configure.in: Check makefile fragments in the source
10148         directory.
10149
10150 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10151
10152         * configure.in: Check whether host and target makefile
10153         fragments exist before adding them to *_makefile_frag.
10154
10155 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
10156
10157         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10158
10159 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
10160
10161         * configure.in: Make sure we only replace RPATH_ENVVAR on
10162         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10163         regexp to sed.
10164
10165         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10166         to sub-makes.
10167
10168 1998-01-13  Lee Iverson   (leei@ai.sri.com)
10169
10170         * config-ml.in (multi-do): LDFLAGS must include multilib
10171         designator.
10172
10173 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
10174
10175         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10176
10177 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
10178
10179         * config.sub: Add mingw32 support.
10180         * configure.in: Likewise.
10181
10182 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10183
10184         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10185
10186 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
10187
10188         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10189         * configure (gxx_include_dir): Provide a definition for subdirs
10190         which do not use autoconf.
10191
10192 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
10193
10194         * config.guess: Sync with egcs.  Picks up new alpha support,
10195         BeOS & some additional linux support.
10196
10197 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
10198
10199         * config.guess: HP 9000/803 is a PA1.1 machine.
10200
10201 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
10202
10203         * configure.in: It's alpha*-...
10204
10205 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10206
10207         * configure.in (host_makefile_frag, target_makefile_frag):
10208         Handle multiple config files.
10209         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10210         alpha-*-*.
10211
10212 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
10213
10214         * mkdep: New file.
10215
10216 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
10217
10218         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10219
10220 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
10221
10222         * Makefile.in: Add libgui directory.
10223         (GDB_TK): Add all-libgui.
10224         * configure.in: Add libgui directory.
10225         * configure: Add all-libgui to GDB_TK.
10226
10227 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
10228
10229         * config-ml.in (multidirs): Add m32r to multilib list.
10230
10231 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
10232
10233         * Makefile.in (all-target-gperf): Change dependency to
10234         all-target-libstdc++.
10235
10236 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
10237
10238         * config.guess: Add BeOS support.
10239
10240 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
10241
10242         Source directory cvs renamed to cvssrc:
10243         * configure.in (host_tools): Change cvs to cvssrc.
10244         (native_only): Likewise.
10245         (noconfigdirs) [various cases]: Likewise.
10246         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10247         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10248         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10249         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10250         (all-cvssrc): Rename target from all-cvs.
10251
10252 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
10253
10254         * configure (gxx_include_dir): Fix thinko.
10255
10256 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
10257
10258         * Makefile.in (INSTALL_TARGET_CROSS): Define.
10259         (install-cross, install-gcc-cross): New targets.
10260
10261 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
10262
10263         * configure.in (noconfigdirs): Add support for Thumb target.
10264
10265         * config.sub (maybe_os): Add support for Thumb target.
10266
10267 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
10268
10269         * Makefile.in: Add rules for cygmon.
10270
10271         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10272
10273 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
10274
10275         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10276         * configure (gxx_include_dir): Provide a definition for subdirs
10277         which do not use autoconf.
10278
10279 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
10280
10281         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10282         11/18/97 build
10283
10284 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
10285
10286         * From Franz Sirl.
10287         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10288         found on RedHat Linux systems.
10289
10290 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
10291
10292         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10293         guesses.
10294
10295 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
10296
10297         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10298
10299 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
10300
10301         * ltmain.sh: If mkdir fails, check whether the directory was created
10302         anyhow by some other process.
10303
10304 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
10305
10306         * configure.in (d30v-*-*): Configure all directories.
10307
10308 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
10309
10310         * configure.in (d30v-*-*): Configure newlib, libiberty directories
10311         for the D30V.
10312
10313 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
10314
10315         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10316
10317 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
10318
10319         * include/libiberty.h: Add extern "C" { so it can be used with C++
10320         progrms.
10321         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
10322         programs.
10323
10324 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
10325
10326         * configure.in (d30v-*-*): Configure GCC now.
10327
10328 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
10329
10330         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10331         is no longer needed.
10332
10333 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
10334
10335         * Makefile.in: check-target-libio depends on all-target-libstdc++.
10336
10337 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
10338
10339         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10340         targets using "$@" to provide support for similar but not identical
10341         targets without having to duplicate code.
10342
10343 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
10344
10345         * makefile.vms: Fix to work with DEC C.
10346
10347 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
10348
10349         * config.sub: Add mips-tx39-elf to marketing names.
10350
10351 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
10352
10353         * ltmain.sh: Handle symlinks in generated script.
10354
10355 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
10356
10357         * configure: Handle autoconf style directory options: --bindir,
10358         --datadir, --includedir, --infodir, --libdir, --libexecdir,
10359         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10360         --sysconfdir.
10361         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10362         (sharedstatedir, localstatedir, oldincludedir): New variables.
10363         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10364         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10365         sbindir, sharedstatedir, and sysconfdir.
10366
10367 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10368
10369         * Makefile.in (bootstrap-lean): New target.
10370
10371 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
10372
10373         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
10374         sn, and gnuserv from noconfigdirs.
10375
10376 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
10377
10378         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10379
10380 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
10381
10382         * Makefile.in (cross): New target.
10383
10384 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
10385                           Jeff Law         <law@cygnus.com>
10386
10387         * Makefile.in (bootstrap2, bootstrap3): New targets.
10388         (all-bootstrap): Remove outdated and confusing target.
10389         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10390
10391 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10392
10393         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10394         windows.  Consistent with gdb/configure.
10395
10396 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
10397
10398         * configure.in: Name Linux target fragment.
10399
10400         * configure: Rewrite so that project Makefile fragment is inserted
10401         first and appears last in the resulting Makefile.
10402
10403 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10404
10405         * Makefile.in (install-itcl): Install tcl first.
10406
10407 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
10408
10409         * configure.in: remove bison from noconfigdirs for Cygwin32 host
10410
10411 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10412
10413         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10414
10415         * configure.in (skipdirs): Add target-librx for Linux.
10416         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10417
10418 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
10419
10420         * Makefile.in (bootstrap): New target.
10421
10422 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
10423
10424         * config.sub: Accept 'amigados' for backward compatibility.
10425
10426 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
10427
10428         * config.guess: Merge with FSF.
10429
10430 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
10431
10432         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10433
10434 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
10435
10436         * config.sub: Add "marketing-names" patch.
10437
10438 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
10439
10440         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
10441
10442 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
10443
10444         * config.sub: Handle v850-elf.
10445
10446 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
10447
10448         * .cvsignore (*-install): Remove.
10449
10450 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
10451
10452         * ltconfig: Set CONFIG_SHELL in libtool.
10453         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10454
10455 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
10456
10457         * configure.in (target_subdir): Set to libraries if enable_multilib.
10458
10459 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
10460
10461         * config.guess: Update from gcc directory.
10462
10463 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10464
10465         * Makefile.in (all-sim): Depends on all-readline.
10466
10467 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
10468
10469         * Makefile.in (BISON, YACC): Use $$s.
10470         (all-bison): Depend on all-texinfo.
10471
10472 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
10473
10474         * Makefile.in (BISON): Add -L flag.
10475         (YACC): Likewise.
10476
10477 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
10478
10479         * configure.in (noconfigdirs): Add support for v850e target.
10480
10481         * config.sub (maybe_os): Add support for v850e target.
10482
10483 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
10484
10485         * configure.in (noconfigdirs): Add support for v850ea target.
10486
10487         * config.sub (maybe_os): Add support for v850ea target.
10488
10489 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
10490
10491         * config.sub: Add mipstx39.  Delete r3900.
10492
10493 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10494
10495         * Makefile.in (all-autoconf): Depends on all-texinfo.
10496
10497 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
10498
10499         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10500         eabi targets.
10501
10502 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
10503
10504         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10505
10506         * configure: When handling a Canadian Cross, handle YACC as well as
10507         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
10508         * Makefile.in (all-bison): Depend upon all-texinfo.
10509
10510 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
10511
10512         * Makefile.in (BISON): bison, not byacc or bison -y.
10513         (YACC): bison -y or byacc or yacc.
10514         (various): Add *-bison as appropriate.
10515         (taz): No need to mess with BISON anymore.
10516
10517 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
10518
10519         * configure: If OSTYPE matches *win32*, try to find a good value for
10520         CONFIG_SHELL.
10521
10522 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
10523
10524         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10525         configure.in if it is present.
10526
10527 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
10528
10529         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10530
10531 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
10532
10533         * config.sub: Recognize `arc' cpu.
10534         * configure.in: Likewise.
10535         * config-ml.in: Likewise.
10536
10537 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
10538
10539         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10540
10541 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
10542
10543         * configure: Changed sed delimiter from ':' to '|' when
10544         attempting to substitute ${config_shell} for SHELL. On
10545         NT ${config_shell} may contain a ':' in it.
10546
10547 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
10548
10549         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10550
10551 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
10552
10553         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10554
10555 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
10556
10557         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10558
10559         * ylwrap: If the program is a relative path, force it to be
10560         absolute.
10561
10562 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10563
10564         * configure (tooldir): Set BISON to `bison -y' and not just bison.
10565
10566 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10567
10568         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
10569         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10570         for libraries.
10571
10572 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
10573
10574         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
10575         separated by spaces.
10576
10577 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
10578
10579         * ylwrap: New file.
10580         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10581
10582         * ltmain.sh: Handle /bin/sh at start of install program.
10583
10584         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10585
10586         * ltconfig, ltmain.sh: New files, from libtool 1.0.
10587         * missing: New file, from automake 1.2.
10588
10589 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
10590
10591         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
10592         check-tk to CHECK_X11_MODULES.
10593
10594 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
10595
10596         * config.sub: Merge with FSF.
10597
10598 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
10599
10600         * config.guess: Merge with FSF.
10601
10602 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10603
10604         * configure: Treat msdosdjgpp like go32.
10605         * configure.in: Likewise.  Don't remove gprof for go32.
10606
10607         * configure: Change Makefile.tem2 to Makefile.tm2.
10608
10609 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
10610
10611         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10612
10613 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10614
10615         * install-sh (chmodcmd): Set to null if the DST directory already
10616         exists.  Same as Nov 11th change.
10617
10618 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
10619
10620         * configure (GDB_TK): Needs itcl and tix.
10621
10622 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
10623
10624         * config.guess: Update from FSF.
10625
10626 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
10627
10628         * Makefile.in (GDB_TK): Depend on itcl and tix.
10629
10630 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
10631
10632         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10633         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10634         (INSTALL_SCRIPT): New variable.
10635         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10636         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10637         to -x.
10638         * install-sh: Add support for -x option.
10639
10640 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
10641
10642         * configure.in, Makefile.in: Treat tix like itcl.
10643
10644 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
10645
10646         * Makefile.in (WINDRES): New variable.
10647         (WINDRES_FOR_TARGET): New variable.
10648         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10649         (EXTRA_HOST_FLAGS): Add WINDRES.
10650         (EXTRA_TARGET_FLAGS): Add WINDRES.
10651         (EXTRA_GCC_FLAGS): Add WINDRES.
10652         ($(DO_X)): Pass down WINDRES.
10653         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10654         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10655         DLLTOOL_FOR_TARGET.
10656
10657 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
10658
10659         * configure.in: configure sim before gdb for win32-x-ppc
10660
10661 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10662
10663         Move gperf into the toplevel, from libg++.
10664         * configure.in (target_tools): Add target-gperf.
10665         (native_only): Add target-gperf.
10666         * Makefile.in (all-target-gperf): New target, depend on
10667         all-target-libg++.
10668         (configure-target-gperf): Empty rule.
10669         (ALL_TARGET_MODULES): Add all-target-gperf.
10670         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10671         (CHECK_TARGET_MODULES): Add check-target-gperf.
10672         (INSTALL_TARGET_MODULES): Add install-target-gperf.
10673         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10674
10675 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
10676
10677         * config.sub (mn10200): Recognize new basic machine.
10678
10679 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10680
10681         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10682         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10683
10684 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10685
10686         * configure.in: If we're building mips-sgi-irix6* native, turn on
10687         ENABLE_MULTILIB and set TARGET_SUBDIR.
10688
10689 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
10690
10691         * Makefile.in (all-sn): Depend on all-grep.
10692
10693 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
10694
10695         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10696
10697         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10698         Makefile.  From Jeff Makey <jeff@cts.com>.
10699         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10700
10701         * Makefile.in (DISTBISONFILES): Remove.
10702         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
10703         $(DEFAULT_YACC).
10704
10705         * configure.in: Build itl, db, sn, etc., when building for native
10706         cygwin32.
10707
10708         * Makefile.in (LD): New variable.
10709         (EXTRA_HOST_FLAGS): Pass down LD.
10710         ($(DO_X)): Likewise.
10711
10712 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
10713
10714         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10715
10716 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
10717
10718         * configure.in (targargs): Strip out any supplied --build argument
10719         before adding our own. Always add --build.
10720
10721 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
10722
10723         * configure.in (targargs): Pass --build if we're doing
10724         a cross-compile.
10725
10726 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
10727
10728         * configure: Use '|' instead of ":" as the separator in
10729         sed. Otherwise sed chokes on NT path names with drive
10730         designators. Also look for "?:*" as the leading characters in an
10731         absolute pathname.
10732
10733 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
10734
10735         * config.sub: Support for r3900.
10736
10737 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
10738
10739         * configure.in: Use install-sh, not install.sh.
10740
10741 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
10742
10743         * Makefile.in (taz): Improve check for BISON so it doesn't try to
10744         apply it twice.
10745
10746 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
10747
10748         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10749         install-binutils.
10750
10751 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
10752
10753         * Makefile.in: Add automake targets.
10754         * configure.in (host_tools): Add automake.
10755
10756 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
10757
10758         * configure: Default CXX to c++, not gcc.
10759         * Makefile.in (CXX): Set to c++, not gcc.
10760         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10761
10762 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
10763
10764         * install-sh: try appending a .exe if source file doesn't
10765         exist
10766
10767 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
10768
10769         * configure.in: Turn on multilib by default.
10770         (cross_only): Remove target-libiberty.
10771
10772         * Makefile.in (all-gcc): Don't depend on libiberty.
10773
10774 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
10775
10776         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10777
10778 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
10779
10780         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10781         (DISTBISONFILES): Add ld/Makefile.in
10782
10783 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
10784
10785         * configure.in: if target is cygwin32 but host isn't cygwin32,
10786         don't configure gdb tcl tk expect, not just gdb.
10787
10788 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
10789
10790         * configure.in: Added gnuserv everywhere sn appears.
10791
10792         * Makefile.in (ALL_MODULES): Added all-gnuserv.
10793         (CROSS_CHECK_MODULES): Added check-gnuserv.
10794         (INSTALL_MODULES): Added install-gnuserv.
10795         (CLEAN_MODULES): Added clean-gnuserv.
10796         (all-gnuserv): New target.
10797
10798 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
10799
10800         * config.guess: Fixes for MIPS OpenBSD systems.
10801
10802 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
10803
10804         * Makefile.in (INSTALL_XFORM): Remove.
10805         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10806
10807         * mkinstalldirs: New file, copied from automake.
10808         * Makefile.in (installdirs): Rename from install-dirs.  Use
10809         mkinstalldirs.  Change all users.
10810         (DEVO_SUPPORT): Add mkinstalldirs.
10811
10812 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
10813
10814         * install-sh: Rename from install.sh.
10815         * Makefile.in (INSTALL): Change install.sh to install-sh.
10816         (DEVO_SUPPORT): Likewise.
10817
10818         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
10819         Graichen <graichen@rzpd.de>.
10820
10821 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
10822
10823         * config.guess: Recognize OpenBSD systems correctly.
10824
10825 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10826
10827         * README, Makefile.in (ETC_SUPPORT): Remove references to
10828         cfg-paper*, configure.{texi,man,info*}._
10829
10830 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
10831
10832         * Makefile.in (all.normal): Ensure that gcc is built after all
10833         the x11 - ie gdb - targets.
10834
10835 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
10836
10837         * makefile.vms: Don't run conf-a-gas.
10838
10839 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
10840
10841         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
10842
10843 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
10844
10845         * configure.in: Remove noconfigdirs case since gdb also
10846         configures and builds for tic80-coff.
10847
10848 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
10849
10850         * configure: Set cache_file to config.cache.
10851         * Makefile.in (local-distclean): Remove config.cache.
10852
10853 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
10854
10855         * COPYING: Update FSF address.
10856
10857 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
10858
10859         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10860         noconfigdirs.
10861
10862 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
10863
10864         * Makefile.in (install-dirs): Don't crash if prefix, and hence
10865         MAKEDIRS, is empty.
10866
10867 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
10868
10869         * config.sub: Tweak mn10300 entry.
10870
10871 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
10872
10873         * configure.in (host_tools): Put sim before gdb, so gdb's
10874         configure.tgt can determine if the simulator was configured.
10875
10876 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
10877
10878         * config.sub: Move BeOS $os case to be with other Cygnus
10879         local cases.
10880
10881 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
10882
10883         * config.sub: Remove misplaced comment that broke Linux.
10884
10885 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
10886
10887         * config.sub: Add BeOS support.
10888
10889 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
10890
10891         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10892
10893 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
10894
10895         * configure.in (noconfigdirs): Remove tcl and tk from
10896         noconfigdirs for cygwin32 builds.
10897
10898 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
10899
10900         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10901
10902 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
10903
10904         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10905         make-all.com, use makefile.vms instead.
10906
10907 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
10908
10909         * config.sub: Accept -lnews*.
10910
10911 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
10912
10913         * configure.in (noconfigdirs): Disable target-newlib,
10914         target-examples and target-libiberty for d30v.
10915
10916 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
10917
10918         * configure.in (noconfigdirs): Enable ld for d30v.
10919
10920 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
10921
10922         * configure.in (tic80-*-*): Build compiler.
10923
10924 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
10925
10926         * configure.in (d30v-*): Remove sim directory from list of
10927         unsupported d30v directories
10928
10929 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
10930
10931         * config.sub, configure.in: Add d30v target cpu.
10932
10933 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
10934
10935         * makefile.vms: New file.
10936         * make-all.com: Remove.
10937
10938 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
10939
10940         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10941
10942 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
10943
10944         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10945
10946 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
10947
10948         * Makefile.in (ALL_MODULES): Added all-db.
10949         (CROSS_CHECK_MODULES): Addec check-db.
10950         (INSTALL_MODULES): Added install-db.
10951         (CLEAN_MODULES): Added clean-db.
10952
10953 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
10954
10955         * config.guess: Merge with latest FSF sources.
10956
10957 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
10958
10959         * Makefile.in (ALL_MODULES): Added all-itcl.
10960         (CROSS_CHECK_MODULES): Added check-itcl.
10961         (INSTALL_MODULES): Added install-itcl.
10962         (CLEAN_MODULES): Added clean-itcl.
10963
10964 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
10965
10966         * configure.in: build gdb for mn10200
10967
10968 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
10969
10970         * Makefile.in (all-target-winsup): Depend on all-target-libio.
10971
10972 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
10973
10974         * configure.in (tic80-*-*): Turn off most targets right now.
10975
10976 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
10977
10978         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10979         rather than the makeinfo program.
10980         (do-info): Depend upon all-texinfo.
10981
10982 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
10983
10984         * configure.in: Remove uses of config/mh-linux.
10985
10986         * config.sub, config.guess: Merge with latest FSF sources.
10987
10988 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
10989
10990         * config.sub (case $basic_machine): Add tic80 entries.
10991
10992 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
10993
10994         * config.sub, config.guess: Merge with latest FSF sources.
10995
10996 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
10997
10998         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10999         * mpw-config.in: Test for NewFolderRecursive.
11000         * mpw-install: Use symbolic name for startup filename.
11001         * mpw-README: Add various additional details.
11002
11003 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
11004
11005         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11006
11007 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
11008
11009         * configure.in: Do build gcc and the target libraries for
11010         the mn10200.
11011
11012 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
11013
11014         * configure.in: don't avoid building gdb for mn10300 any more
11015         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11016         instead of single-quoting it.
11017
11018 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
11019
11020         * configure.in: Don't use --with-stabs on IRIX 6.
11021
11022 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
11023
11024         * configure.in (m32r): Build gdb, libg++ now.
11025
11026 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11027
11028         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
11029         directories from noconfigdirs.
11030
11031 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
11032
11033         * config.sub (basic_machine): added mips16 configuration
11034
11035 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11036
11037         * config.sub: Handle d10v-unknown.
11038
11039 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
11040
11041         * config.sub: Handle v850-unknown.
11042
11043 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
11044
11045         * Makefile.in: add findutils
11046         * configure.in: add findutils to list of host_tools
11047
11048 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
11049
11050         * config.sub: Handle mn10200 and mn10300.
11051
11052 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11053
11054         * configure.in (d10v-*): Do not build librx.
11055
11056 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
11057
11058         * configure.in (mn10300): Build everything except gdb & libgloss.
11059
11060 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
11061
11062         * config.guess:  Patch for Dansk Data Elektronik servers,
11063         from Niels Skou Olsen <nso@dde.dk>.
11064
11065         For ncr, use /bin/uname rather than uname, since GNU uname does not
11066         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
11067
11068         Patch for MIPS R4000 running System V,
11069         from Eric S. Raymond <esr@snark.thyrsus.com>.
11070
11071         Fix thinko for nextstep.
11072
11073         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11074
11075         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
11076         * config.guess: Guess mips-dec-mach_bsd4.3.
11077
11078         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
11079         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
11080         release numbers.
11081         * config.guess (mips-mips-riscos*):  Emit just enough of the
11082         release number.
11083
11084         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
11085         * config.guess (sparc-auspex-sunos*):  Added.
11086         (f300-fujitsu-*): Added.
11087
11088         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
11089         * config.guess:  Recognize a Tadpole as a sparc.
11090
11091 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11092
11093         * config.guess: Don't assume that NextStep version is either 2 or
11094         3.  NextStep 4 (aka OpenStep 4) has come out now.
11095
11096 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11097
11098         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11099         From Rik Faith <faith@cs.unc.edu>.
11100
11101 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
11102
11103         * config.sub: Contributions from bug-gnu-utils to:
11104         Support plain "hppa" (no version given) architecture, reported by
11105         OpenStep.
11106         OpenBSD like NetBSD.
11107         LynxOs is not a hardware supplier.
11108
11109         * config.guess: Contributions from bug-gnu-utils to add support for:
11110         OpenBSD like NetBSD.
11111         Stratus systems.
11112         More Pyramid systems.
11113         i[n>4]86 Intel chips.
11114         M680[n>4]0 Motorola chips.
11115         Use unknown instead of lynx for hardware manufacturer.
11116
11117 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11118
11119         * install.sh (chmodcmd): Set to null if the DST directory already
11120         exists.
11121
11122 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11123
11124         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11125         not use mt-ppc target Makefile fragment any more.
11126
11127 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11128
11129         * configure.in (*-*-windows):  Exclude everything but those dirs
11130         needed to build windows.
11131
11132 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
11133
11134         * Makefile.in (all-target-winsup): Depend on all-target-librx.
11135
11136 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11137
11138         * configure.in:  Exclude mmalloc from i386-windows.
11139
11140 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11141
11142         * Undo my previous change.
11143
11144 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
11145
11146         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11147         unconditionally.
11148         (MAKEOVERRIDES): Define (revert this part of October 18 change).
11149
11150 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11151
11152         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
11153         host to add it's own flags.
11154
11155 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
11156
11157         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11158
11159 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
11160
11161         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11162         (CXX_FOR_TARGET): Likewise.
11163         (GCC_FOR_TARGET): Define.
11164         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11165         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11166         CC_FOR_TARGET was specified on the command line.
11167         (MAKEOVERRIDES): Don't define.
11168
11169 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
11170
11171         * configure.in (m32r): Fix spelling of libg++ libs.
11172
11173 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
11174
11175         * config.sub (-apple*): Remove, now redundant.
11176
11177 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
11178
11179         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11180
11181         * configure: Rework yesterday's sed script patch.
11182
11183         * config.sub: Merge with FSF.
11184
11185 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
11186
11187         * config.guess:  Merge from FSF.
11188
11189         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
11190         * config.guess: Use pc instead of unknown, for pc clone systems.
11191         Change linux to linux-gnu.
11192
11193         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11194         * config.guess: Avoid non-portable tr syntax.
11195
11196 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
11197
11198         * test-build.mk (HOLES): Add "xargs" for gdb.
11199
11200         * configure: Avoid hpux10.20 sed bug.
11201
11202 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
11203
11204         * configure.in:  Add support for windows host
11205         (that is a build done under the Microsoft build environment).
11206
11207 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
11208
11209         * Makefile.in: Replace all uses of srcroot with s, to shrink
11210         command line lengths.
11211
11212         Patches from Geoffrey Noer <noer@cygnus.com>:
11213         * configure.in: If configuring for newlib, pass --with-newlib to
11214         subdirectories.
11215         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11216         -Bnewlib/ and -Lwinsup to gcc.
11217         (CXX_FOR_TARGET): Likewise.
11218
11219 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11220
11221         * Makefile.in (ETC_SUPPORT): Add configure.
11222
11223 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
11224
11225         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11226         host configuration file.
11227
11228 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
11229
11230         * configure.in: Break mn10x00 support into separate
11231         mn10200 and mn10300 configurations.
11232         * config.sub: Likewise.
11233
11234 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
11235
11236         * configure.in: Add lots of stuff to noconfigdirs for
11237         the mn10x00 targets.
11238
11239         * config.sub, configure.in: Add mn10x00 support.
11240
11241 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
11242
11243         * make-all.com: Call conf-a-gas, not config-a-gas.
11244
11245 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
11246
11247         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11248         targets.
11249
11250 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
11251
11252         * mpw-README: Add much more detail for native PowerMac.
11253         * mpw-install: New file.
11254         * mpw-configure: Add --norecursion and --help options.
11255         * mpw-config.in: Translate readme and install files when
11256         copying to objdir.
11257         * mpw-build.in: Don't always depend on byacc and flex.
11258         (install-only-top): New action.
11259
11260 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
11261
11262         * configure.in:  You can now configure GDB for the v850.
11263
11264 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
11265
11266         * configure.in (noconfigdirs): Don't configure any C++ dirs
11267         if targeting D10V.
11268
11269 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11270
11271         * config.sub: Recognize mips64vr5000.
11272
11273 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
11274
11275         * configure.in: Use a single line for host_tools and native_only.
11276
11277 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
11278
11279         * config.sub, configure.in: Add entries for m32r.
11280
11281 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
11282
11283         * Makefile.in (inet-install): Don't run install-gzip.
11284
11285 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
11286
11287         * configure.in:  Don't config lots of things for *-*-windows*.
11288
11289 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
11290
11291         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11292         (host_libs, host_tools): Copy from configure.in.
11293         * mpw-configure: Don't complain about directories not found.
11294
11295 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11296
11297         * configure.in (i[345]86): Recognize i686 for pentium pro.
11298         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11299         file.
11300
11301         * config.guess (i[345]86): Ditto.
11302
11303 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11304
11305         * configure.in (noconfigdirs): Removed gdb for D10V.
11306
11307 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
11308
11309         * configure.in: Remove ld, target-libio, target-libg++, and
11310         target-libstdc++ from noconfigdirs.
11311
11312 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
11313
11314         * configure: Fix three locations where shell scripts were
11315         being run directly rather than with config_shell.
11316
11317 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
11318
11319         * configure.in (v850-*-*): Set up initial $noconfigdirs.
11320         * config.sub (basic_machine): Recognize v850.
11321
11322 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
11323
11324         * mpw-configure: Handle multiple enable/disable options and
11325         pass them down recursively, handle -c and -s flags appropriately
11326         depending on choice of compiler, add escape mechanism for
11327         quoted arguments to gC.
11328
11329 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11330
11331         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11332         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11333         so that -mrelocatable-lib and -mno-eabi are used.
11334
11335         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11336         not support --print-multi-lib, don't abort.
11337
11338 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
11339
11340         * make-all.com: Run config-a-gas.
11341         * setup.com: Don't copy subdirectory files around.
11342
11343 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
11344
11345         * configure.in (*-*-ose): Remove exclusion of libgloss for this
11346         target, it now compiles correctly.
11347
11348 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
11349
11350         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11351
11352 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11353
11354         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11355
11356 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11357
11358         * configure.in (native_only): Add prms.
11359
11360 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
11361
11362         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11363         (BINUTILS_SUPPORT_DIRS): Likewise.
11364
11365 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11366
11367         * configure.in (d10v-*-*): Don't configure ld or gdb until the
11368         d10v support is added.
11369
11370 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11371
11372         * configure.in (d10v-*-*): New target.
11373
11374 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
11375
11376         * config.guess (HP 9000/811): Recognize this as a PA1.1
11377         machine.
11378
11379 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
11380
11381         * Makefile.in (do-tar-gz): New target, split out from tail end of
11382         taz target.  Run each command separately, don't use pipes.
11383         (taz): Use it.
11384
11385 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
11386
11387         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11388         * mpw-build.in: No builds should depend on building byacc or flex,
11389         they are assumed to be installed already.
11390
11391 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11392
11393         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11394         variable that CC_FOR_TARGET needs.
11395
11396 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11397
11398         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11399         options have changed since the last time the subdirectory was
11400         configured, and if it has, reconfigure.
11401         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11402         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11403
11404 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
11405
11406         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11407         CLEAN_MODULES): Add bash.
11408         (all-bash): New target.
11409
11410 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
11411
11412         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11413
11414 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11415
11416         * config.sub (basic_machine): Recognize d10v as a valid processor.
11417
11418 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
11419
11420         * mpw-configure: Add support for --bindir.
11421         * mpw-build.in: Use a GCC-specific build script for GCC actions.
11422
11423 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
11424
11425         * configure.in: add bash, time, gawk to list of hosttools and things
11426         to only build for native toolchains
11427
11428 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11429
11430         * Makefile.in (docdir): Remove.
11431
11432 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11433
11434         * Makefile.in (datadir): Set to $(prefix)/share.
11435
11436 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
11437
11438         * configure.in: build diff and patch for cygwin32-hosted
11439         toolchains.
11440
11441 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
11442
11443         * config.sub: Accept -rtems*.
11444
11445 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
11446
11447         * configure.in: enable dosrel for cygwin32-hosted builds,
11448                 remove diff from the list of things not buildable
11449                 via Canadian Cross
11450
11451 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
11452
11453         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
11454         don't get ". ".
11455
11456 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
11457
11458         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11459
11460 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
11461
11462         * Makefile.in (taz): Handle case where tex3patch didn't even get
11463         checked out.  Also, if it was found, put the symlink in a new util
11464         subdirectory.
11465
11466 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11467
11468         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11469
11470 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
11471
11472         * config.sub: Recognize -openvms.
11473         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11474         * make-all.com, setup.com: New files.
11475
11476 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
11477
11478         * Makefile.in (taz): tex3patch moved to texinfo/util.
11479
11480 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
11481
11482         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
11483         * configure.in: remove make from disable-if-Can-Cross list
11484                 enable gdb if ${host} and ${target} are cygwin32
11485
11486 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
11487
11488         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
11489         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11490
11491 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
11492
11493         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
11494         distinguish sysv/svr4/bsd variants.
11495         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11496
11497 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
11498
11499         * configure.in: Added copyright notice.
11500         * move-if-change: Added copyright notice.
11501
11502 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11503
11504         * configure.in (powerpcle-*-solaris*): Until we get shared
11505         libraries working, don't build gdb, sim, make, tcl, tk, or
11506         expect.
11507
11508 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
11509
11510         * config.guess:  Merge with FSF:
11511
11512         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11513         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11514
11515         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
11516         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11517
11518         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
11519         * config.guess:  Combine two OSF1 rules.
11520         Also recognize field test versions.  From mjr@zk3.dec.com.
11521         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
11522         because GNU uname does not support -p.  From pmr@pajato.com.
11523
11524 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
11525
11526         * Makefile.in (MAKEDIRS): Removed $(tooldir).
11527
11528 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
11529
11530         * mpw-README: Document GCCIncludes.
11531
11532 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
11533
11534         * configure.in (alpha-*-linux*): Set enable_shared to yes.
11535
11536 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11537
11538         * mpw-configure: Handle --enable-FOO and --disable-FOO.
11539
11540 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
11541
11542         * configure.in (*-*-cygwin32): Configure make.
11543
11544 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
11545
11546         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11547
11548 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
11549
11550         * Makefile.in (all-inet): Depend on all-perl.
11551
11552         * Makefile.in (inet-install): New target.
11553
11554         * Makefile.in (all-inet): Depend on all-tcl.
11555         (all-inet): Depend on all-send-pr.
11556
11557 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11558
11559         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11560         temporarily.
11561
11562 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
11563
11564         * configure.in: Don't configure --with-gnu-ld on AIX.
11565
11566 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
11567
11568         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11569
11570 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
11571
11572         * Makefile.in (ALL_MODULES): Added all-inet.
11573         (CROSS_CHECK_MODULES): Added check-inet.
11574         (INSTALL_MODULES): Added install-inet.
11575         (CLEAN_MODULES): Added clean-inet.
11576         (all-indent): New target.
11577
11578         * configure.in (host_tools): Added inet.
11579         (native_only): Added inet.
11580         (noconfigdirs): Added inet.
11581
11582 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
11583
11584         * configure.in: Don't configure libgloss if we are not configuring
11585         newlib.
11586
11587 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
11588
11589         * configure.in: Don't configure libgloss for unsupported
11590         architectures.
11591
11592 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11593
11594         * Makefile.in (CLEAN_MODULES): Add clean-apache.
11595
11596 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
11597
11598         * Makefile.in (ALL_MODULES): Include all-apache.
11599         (CROSS_CHECK_MODULES): Include check-apache.
11600         (INSTALL_MODULES): Include install-apache.
11601         (all-apache): New target.
11602
11603         * configure.in: Added apache everywhere perl is seen.
11604
11605 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11606
11607         * Makefile.in: Add support for clean-{module} and
11608         clean-target-{module} rules.
11609
11610 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
11611
11612         * configure.in (*-*-ose) do not build libgloss.
11613
11614 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11615
11616         * config.guess (prep*:SunOS:5.*:*): Turn into
11617         powerpele-unknown-solaris2.
11618
11619 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
11620
11621         * configure.in: Permit --enable-shared to specify a list of
11622         directories.
11623
11624 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
11625
11626         * configure.in (host==solaris): Pass only the first word of $CC
11627         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11628
11629 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
11630
11631         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11632
11633 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
11634
11635         * Makefile.in (ALL_MODULES): Include all-perl.
11636         (CROSS_CHECK_MODULES): Include check-perl.
11637         (INSTALL_MODULES): Include install-perl.
11638         (ALL_X11_MODULES): Include all-guile.
11639         (CHECK_X11_MODULES): Include check-guile.
11640         (INSTALL_X11_MODULES): Include install-guile.
11641         (all-perl): New target.
11642         (all-guile): New target.
11643
11644         * configure.in (host_tools): Include perl and guile.
11645         (native_only): Include perl and guile.
11646         (noconfigdirs): Don't build guile and perl; no ports have been
11647         done.
11648
11649 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
11650
11651         * configure (--enable-*): Handle quoted option lists such as
11652         --enable-sim-cflags='-g0 -O' better.
11653
11654 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11655
11656         * Makefile.in ({,inst}all-target): New rule so we can make and
11657         install all of the target directories easily.
11658
11659 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11660
11661         * configure.in: Add missing global flag in sed substitution when
11662         deleting `target-' from ${configdirs}.
11663
11664 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
11665
11666         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11667         option.
11668
11669         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11670         config/mh-necv4.
11671
11672         * install.sh: Correct misspelling of transformbasename.
11673
11674         * config.guess: Recognize mips-*-sysv*.
11675
11676 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
11677
11678         * config.sub: Recognize mon960.
11679
11680 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
11681
11682         * configure: Restore Canadian Cross handling of BISON and LEX,
11683         removed in Feb 20 change.
11684
11685 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
11686
11687         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11688         Mention make install.  Remove the old copyright date as well the
11689         clumsy and rather pointless copyright on the README file.
11690
11691 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11692
11693         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11694         Makefile after running symlink-tree, then run `make distclean' to
11695         avoid clobbering any generated files in srcdir.
11696
11697 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
11698
11699         * configure.in (m68k-*-netbsd*): Build everything now.
11700
11701 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
11702
11703         * Makefile.in (taz): Fix quoting.
11704
11705 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
11706
11707         * configure.in (sparclet-*-*): Build everything now.
11708
11709 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11710
11711         * configure.in (m68k-*-linux*): New host.
11712
11713 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
11714
11715         * configure: Check for bison before byacc.
11716
11717 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
11718
11719         * Makefile.in configure:  Change the way LEX and BISON/YACC are
11720         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
11721         searching PATH.  These are used as fallbacks by Makefile.in if
11722         flex/bison/byacc aren't in objdir.
11723
11724 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
11725
11726         * Makefile.in: Make everything which depends upon all-bfd also
11727         depend upon all-opcodes, in case --with-commonbfdlib is used.
11728
11729 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11730
11731         * configure.in (host *-*-cygwin32): Don't build gdb if we are
11732         building NT native compilers on Unix.
11733
11734 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
11735
11736         * configure.in: Don't get CC from the host Makefile fragment if we
11737         can find gcc in PATH, or if this is a Canadian Cross.  Move the
11738         Solaris test for /usr/ucb/cc to the post target script, just after
11739         the compiler sanity test.
11740
11741 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
11742
11743         * config.sub: Merge with FSF.
11744
11745 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
11746
11747         * Makefile.in (RPATH_ENVVAR): New variable.
11748         (REALLY_SET_LIB_PATH): Use it.
11749         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11750
11751 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
11752
11753         * config.sub, configure.in: Recognize sparclet cpu.
11754
11755 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11756
11757         * config.guess:  Support m68k-cbm-sysv4.
11758
11759 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11760
11761         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11762         m68k-unknown-linuxaout from linker help string.  Put quotes around
11763         $ld_help_string.
11764
11765 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
11766
11767         * config.guess (powerpc-harris-powerunix): Add guess for port
11768         to new target.
11769
11770 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11771
11772         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11773
11774 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
11775
11776         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11777         $(REALLY_SET_LIB_PATH) in Makefile.
11778         * Makefile.in (SET_LIB_PATH): New variable.
11779         (REALLY_SET_LIB_PATH): New variable.
11780         ($(DO_X)): Use $(SET_LIB_PATH).
11781         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11782         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11783         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11784         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11785         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11786         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11787         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11788         (install-dosrel): Likewise.
11789         (all-opcodes): Depend upon all-libiberty.
11790
11791 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
11792
11793         * config.guess (*:CYGWIN*): New
11794
11795 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11796
11797         * Makefile.in (all-target-winsup): All all-target-libiberty.
11798
11799 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11800
11801         * configure.in (noconfigdirs): Add missing # in front of comment.
11802
11803 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
11804
11805         * configure.in: add second pass to things added to noconfigdirs
11806         so *-gm-magic can exclude libgloss properly.
11807
11808 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
11809
11810         * mpw-configure (extralibs_name, rez_name): Set correctly
11811         for MWC68K compiler.
11812
11813         * mpw-README: Add more info on the necessary build tools.
11814
11815 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
11816
11817         * configure.in, config.sub: Recognize cygwin32.
11818
11819 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
11820
11821         * config.guess, config.sub: Recognize A/UX.
11822
11823 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
11824
11825         * config.sub: Merge with gcc/config.sub.
11826
11827 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
11828
11829         * mpw-build.in (do-binutils): Add build of stamps.
11830
11831 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
11832
11833         * config.sub: Add recognition for mips64vr4100*-* targets.
11834
11835 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11836
11837         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11838         Add creation of gconfigargs with `--enable-shared' turned on.
11839         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11840         ($(host)-stamp-stage3-configured): Likewise.
11841         (HOLES): Add chatr and ldd.
11842         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11843
11844 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
11845
11846         * configure: Pass --nfp to recursive configures.
11847
11848 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
11849
11850         * Makefile.in (DLLTOOL): New.
11851         (DLLTOOL_FOR_TARGET): New.
11852         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11853         (EXTRA_TARGET_FLAGS): Ditto.
11854         (EXTRA_GCC_FLAGS): Ditto.
11855         (CONFIGURE_TARGET_MODULES): Ditto.
11856         (DO_X): Ditto.
11857         * configure: Add DLLTOOL.
11858
11859 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
11860
11861         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11862         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11863         mh-sco, since old workarounds no longer needed, and don't
11864         build ld, since libraries have weak symbols in COFF.
11865
11866 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
11867
11868         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11869
11870 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11871
11872         * configure.in: Make sure that ${CC} can be used to compile an
11873         executable.
11874
11875 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
11876
11877         * Makefile.in (all-gdb): Depend on $(GDB_TK).
11878         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11879         nothing depending on whether gdbtk is being built.
11880
11881 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
11882
11883         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11884
11885 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
11886
11887         * configure.in (noconfigdirs): Put ld or gas in this early, if the
11888         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11889
11890 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
11891
11892         * config-ml.in: Add support for
11893         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11894         Simplify setting of multidirs from --disable-foo.
11895
11896 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11897
11898         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11899         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11900         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
11901         non-empty, pass them on to the  GCC make.
11902         (all-bootstrap): New rule that is like all-gcc, except it executes
11903         the GCC bootstrap rule instead of the GCC all rule.
11904
11905 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
11906
11907         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11908
11909 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11910
11911         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11912         DG/UX support.
11913
11914 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
11915
11916         * config.sub (i*86*) Change [345] to [3456]
11917
11918 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11919
11920         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11921         --with-gnu-ld=no.
11922
11923 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11924
11925         * config-ml.in (rs6000*, powerpc*): Add switches to control which
11926         AIX multilibs get built.
11927
11928 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11929
11930         * configure.in (i386-win32): Don't build expect if we're not
11931         building the tcl subdir.
11932
11933 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
11934
11935         * Makefile.in: (configure-target-examples, all-target-examples):
11936         New targets, configure and build example programs.
11937
11938 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
11939
11940         * mpw-configure: If an mpw-config.in generated a file mk.sed,
11941         use it as input to sedit the generated MPW makefile.
11942         * mpw-README: Add a suggestion about Gestalt.h.
11943
11944 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
11945
11946         * config.sub: Accept *-*-ieee*.
11947
11948 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
11949
11950         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
11951         Ronald F. Guilmette <rfg@monkeys.com>.
11952
11953 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11954
11955         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11956         for powerpc-pe native.
11957         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11958         (target==powerpc-pe): duplicate i386-win32 entry.
11959
11960 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11961
11962         * configure.in (noconfigdirs): Exclude target-newlib for all versions
11963         of vxworks, not just vxworks5.1.
11964
11965 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
11966
11967         * mpw-configure: Add support for exec-prefix.
11968
11969 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11970
11971         * config.guess: Recognize HP model 816 machines as having
11972         a PA1.1 processor.
11973
11974 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
11975
11976         * configure: Ignore new autoconf configure options.
11977
11978 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
11979
11980         * config.guess:  Recognize Pentium under SCO.
11981         From Robert Lipe <robertl@arnet.com>.
11982
11983 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11984
11985         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
11986
11987 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
11988
11989         * configure.in: Don't configure gas for alpha-dec-osf*.
11990
11991 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
11992
11993         * configure.in: Default to --with-stabs for some targets for which
11994         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11995         i[345]86*-*-unixware*.
11996
11997 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
11998
11999         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12000         rather than basing it on the target.  Simplify handling of options
12001         controlling which directories to configure.  Remove extraneous
12002         slash in multi-clean target.
12003
12004 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
12005
12006         * config-ml.in: Prefix more variables with ml_ so they don't collide
12007         with configure's.
12008
12009 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
12010
12011         * configure: Don't turn -v into --v.
12012
12013 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
12014
12015         * configure.in (targargs): Fix typo.
12016
12017         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12018
12019 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
12020
12021         * configure.in: Strip --host and --target options from
12022         CONFIG_ARGUMENTS, and always configure for --host only.  Add
12023         --with-cross-host option when building with a cross-compiler.
12024         * configure: Canonicalize the arguments put into config.status by
12025         always using `=' for an option with an argument.  Pass a presumed
12026         --host or --target explicitly.
12027
12028 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
12029
12030         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12031         into general OS recognition case.
12032
12033 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12034
12035         * configure.in (target_configdirs): add target-winsup only
12036         for win32 target systems.
12037
12038 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
12039
12040         * Makefile.in (all-target-libgloss): Depend upon
12041         configure-target-newlib, since when libgloss is built it looks to
12042         see if the newlib directory exists.
12043
12044 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
12045
12046         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12047         cfg-ml-*.in.
12048
12049 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
12050
12051         * configure: Handle LD and LD_FOR_TARGET when configuring a
12052         Canadian Cross.
12053
12054 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12055
12056         * configure.in (target_libs): add target-winsup.
12057         (target==i386-win32): add patch diff flex make to $noconfigdirs.
12058         (target==ppcle-pe): remove ld from $noconfigdirs.
12059
12060 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
12061
12062         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12063         Preserve relative path names in $srcdir.  Build symlink tree if
12064         configuring cross target dir and srcdir=. (= no VPATH support).
12065         (configure-target-libg++): Depend on configure-target-librx.
12066         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12067         * config-ml.in: New file.
12068         * symlink-tree: New file.
12069         * configure: Ensure srcdir="." if that's what it is.
12070
12071 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
12072
12073         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12074         includes and FLEX_SKELETON setting.
12075         * mpw-configure (--with-gnu-ld): New option, controls whether
12076         to use PPCLink or ld with PowerMac GCC.
12077         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12078         * mpw-config.in: Configure grez if targeting Mac.
12079
12080         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12081         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12082         just macos.
12083         * configure.in: Configure grez resource compiler if targeting Mac.
12084         * Makefile.in (all-grez, install-grez): New targets.
12085
12086 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
12087
12088         * configure: CXX defaults to gcc, not g++.  If we find
12089         gcc in the path, set CC to gcc -O2.
12090
12091 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
12092
12093         * configure: Default ${build} correctly.  Avoid picking up extra
12094         spaces when reading CC and CXX from Makefile.  When doing a
12095         Canadian Cross, use plausible default values for numerous
12096         variables.
12097         * configure.in: When doing a Canadian Cross, don't try to
12098         configure tools whose configure script can't handle it.
12099
12100 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12101
12102         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12103
12104 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12105
12106         * configure:  Remove dubious bug reporting address.
12107
12108 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12109
12110         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
12111         configure script, run that instead of this directory's configure.
12112         In either case, print a message that we're configuring the sub-dir.
12113
12114 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12115
12116         * configure.in: Before checking for the existence of various files,
12117         use sed to filter out "target-".
12118
12119 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12120
12121         * Makefile.in (DO_X): Split rule to decrease command line length
12122         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
12123         (Philippe De Muyter).
12124
12125 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12126
12127         * Makefile.in (all-patch): depend on all-libiberty.
12128
12129 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
12130
12131         * configure.in: If the only directory in target_configdirs which
12132         actually exists is libiberty, then set target_configdirs to empty,
12133         to avoid trying to build a target libiberty in a gas or gdb
12134         distribution.
12135
12136 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
12137
12138         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12139         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12140         systems.
12141
12142 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12143
12144         * configure.in (copy_dirs): Use sys-include instead of include
12145         for --with-headers option.
12146
12147 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
12148
12149         * Makefile.in, configure.in: Make winsup builds work with
12150         new scheme.
12151
12152 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
12153
12154         * configure.in: Build the linker on AIX.
12155
12156 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12157
12158         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
12159         where needed.
12160
12161 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
12162
12163         * Makefile.in (all-gcc): Fix typo.
12164
12165 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12166
12167         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
12168
12169 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12170
12171         * configure.in:  Rename libFOO to target-libFOO, and xiberty
12172         to target-xiberty, to provide more flexibility.
12173         (target_subdir):  Define.  Create if cross.
12174         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12175         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
12176         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12177         check-libFOO -> check-target-libFOO, etc.
12178         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12179         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12180         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12181         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
12182         allow ALL_GCC="" to only configure.
12183         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
12184         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
12185         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
12186
12187 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
12188
12189         * Makefile.in (taz): Build "info" in etc explicitly.
12190
12191 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
12192
12193         * configure.in:  Make sure that CC is undefined (as opposed to
12194         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
12195         problem with autoconf trying to configure on a host without GCC.
12196
12197 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12198
12199         * mpw-configure: Set host alias from choice of host compiler,
12200         only use generic MPW Makefile sed if present, edit a file
12201         named "hacked_Makefile.in" instead of "Makefile.in" if present.
12202         * mpw-README: Add problem notes about CW6 and CW7.
12203
12204 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
12205
12206         * Makefile.in (taz): Use ";" instead of ";;".
12207
12208 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12209
12210         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
12211         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12212         DISTDOCDIRS.
12213         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
12214         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
12215
12216 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12217
12218         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
12219         and gnats, because they are now subsumed by DISTSTUFFDIRS.
12220         Move bfd to DISTSTUFFDIRS.
12221
12222 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12223
12224         * Makefile.in (X11_LIB): Removed.
12225         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12226
12227         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12228
12229 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12230
12231         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12232         names.
12233
12234 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12235
12236         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12237
12238 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
12239
12240         * configure.in (i[345]86-*-win32): Always build newlib.
12241         Don't configure cvs, autoconf or texinfo.
12242         * Makefile.in (LD_FOR_TARGET): New.
12243         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12244         Pass down LD_FOR_TARGET.
12245
12246 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12247
12248         * winsup: New directory.
12249         * Makefile.in: Build winsup.
12250         * configure.in: Winsup is configured when target is win32.
12251         Can only build win32 target GDB when native.
12252
12253 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
12254
12255         * config.guess: Recognize HP model 819 machines as having
12256         a PA 1.1 processor.
12257
12258 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
12259
12260         * configure: Fix sed loop which substitutes for CC and CXX to
12261         avoid bug found in various sed implementations.
12262
12263 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12264
12265         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12266         simulator.  Use standard powerpc-*-eabi*.
12267
12268 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12269
12270         * configure.in: Stop putting gas and binutils in noconfigdirs for
12271         powerpc-*-aix* and rs6000-*-*.
12272
12273 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
12274
12275         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12276         -mcall-aixdesc libraries.
12277
12278 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
12279
12280         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12281
12282         * config.sub (arm | armel | armeb): Fix shell syntax.
12283
12284 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12285
12286         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12287         -msoft-float and -mcpu=common support.
12288         (powerpc*-*-eabisim*): Add support for building -mcall-aix
12289         libraries.
12290
12291 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12292
12293         * configure.in: Allow configuration and build of emacs19 for the alpha.
12294
12295 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12296
12297         * configure.in (CC): Get ^CC, not just any old CC, from
12298         ${host_makefile_frag}.
12299
12300 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12301
12302         * configure.in (CC): Try to get CC from
12303         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12304
12305 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12306
12307         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12308         only if it exists in $(srcdir).
12309
12310 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
12311
12312         * configure: If CC and CXX are not set in the environment, set
12313         them, based on either an existing Makefile or on searching for gcc
12314         in PATH.  Substitute for CC and CXX in Makefile.
12315         * configure.in: Remove libm from target_libs.  Separate
12316         target_configdirs from configdirs.  If CC is not set in
12317         environment, try to get it from a host Makefile fragment.  Rewrite
12318         changes of configdirs to use skipdirs instead.  A few minor
12319         tweaks.  Take directories out of target_configdirs as they are
12320         taken out of configdirs.  Remove existing Makefile files from
12321         subdirectories.  Substitute for TARGET_CONFIGDIRS and
12322         CONFIG_ARGUMENTS in Makefile.
12323         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12324         by configure.in.
12325         (CONFIG_ARGUMENTS): Likewise.
12326         (CONFIGURE_TARGET_MODULES): New variable.
12327         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12328         ($(CONFIGURE_TARGET_MODULES)): New target.
12329         (configure-libg++, configure-libio): New targets.
12330         (all-libg++): Depend upon configure-libg++.
12331         (all-libio): Depend upon configure-libio.
12332         (configure-libgloss, all-libgloss): New targets.
12333         (configure-libstdc++): New target.
12334         (all-libstdc++): Depend upon configure-libstdc++.
12335         (configure-librx, all-librx): New targets.
12336         (configure-newlib): New target.
12337         (all-newlib): Depend upon configure-newlib
12338         (configure-xiberty): New target.
12339         (all-xiberty): Depend upon configure-xiberty.
12340
12341 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12342
12343         * configure.in (host i[345]86-*-win32):  Expand the
12344         noconfigdirs again.
12345
12346 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
12347
12348         * mpw-configure: Fix sed command file name.
12349
12350 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12351
12352         * configure.in (host i[345]86-*-win32): Reduce the
12353         noconfigdirs again.
12354
12355 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
12356
12357         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12358         or powerpc*-*-pe*, since they are not yet supported.
12359
12360 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12361
12362         Add PowerMac support and many other enhancements.
12363         * mpw-configure: New option --cc to select compiler to use,
12364         paste options set according to --cc into the generated
12365         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12366         if mpw-make.sed is present.
12367         * mpw-config.in: Don't test for gC1, test for mpw-touch,
12368         add forward includes for PowerPC include files.
12369         * mpw-build.in: Build using Makefile.PPC if present.
12370         (do-byacc, etc): Remove separate version resource builds.
12371         (do-gas): Build "stamps" before "all".
12372         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12373         * mpw-README: Update to reflect --cc option, PowerMac support,
12374         and recently-reported compatibility problems.
12375
12376 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
12377
12378         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12379         embedded m68k systems (-aout, -coff, -elf, -vxworks).
12380         (--with-multilib-top): Pass to recursive invocations.
12381
12382 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
12383
12384         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12385         v810-*-*.
12386
12387 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12388
12389         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12390         gdb, ld and opcodes on v810-*-*.
12391
12392 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
12393
12394         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12395         (local-maintainer-clean): New target.
12396         (maintainer-clean): New target.
12397         (realclean): Just depend upon maintainer-clean.
12398
12399 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12400
12401         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12402
12403 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
12404
12405         * configure.in: Build ld in mips*-*-bsd* case.
12406
12407 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
12408
12409         * config.sub: Accept -lites* OS.  From Ian Dall.
12410
12411 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
12412
12413         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
12414         targets.
12415
12416 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12417
12418         * configure.in: treat i386-win32 canadian cross the same as
12419         i386-go32 canadian cross.
12420
12421 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12422
12423         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12424         running under the simulator to build a reduced set of libraries.
12425         (powerpc-*-eabiaix): Add fine grained multilib support added to
12426         other powerpc targets yesterday.
12427
12428 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12429
12430         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12431         -disable-softfloat, -disable-relocatable, -disable-aix, and
12432         -disable-sysv to control which multilib libraries get built.
12433
12434 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
12435
12436         * configure: Add Makefile.tem to list of files to remove in trap
12437         handler.
12438
12439 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12440
12441         * config.guess (*Linux*):  Add missing "exit"s.
12442         Also, need specific check for alpha-unknown-linux (uses COFF).
12443
12444 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12445
12446         * config.guess:  Merge with FSF:
12447
12448         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
12449         * config.guess (AIX4): More robust release numbering discovery.
12450
12451         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
12452         * config.guess (i386-sequent-ptx): Properly get version number.
12453
12454         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
12455         * config.guess (mips:*:4*:UMIPS): New case.
12456
12457 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
12458
12459         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12460         (i386-win32 host): Likewise.  Don't build readline.
12461
12462 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
12463
12464         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
12465         SUPPORT_FILES to submakes.
12466
12467 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
12468
12469         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12470         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12471         mpw-configure.
12472
12473 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
12474
12475         * configure.in (appdirs): Use =, not ==, in test expression when
12476         trying to build the text to print in the warning message for
12477         Solaris users.
12478
12479 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
12480
12481         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12482
12483 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12484
12485         * config.guess: Recognize lynx-2.3.
12486
12487 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
12488
12489         * config.sub (z8ksim): Deleted
12490         (z8k-*-coff): New, this is the one true name of the target.
12491
12492 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
12493
12494         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12495
12496 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
12497
12498         * config.guess (*:Linux:*:*): First try asking the linker what the
12499         default object file format is (elf, aout, or coff).  Then if this
12500         fails, try previous methods.
12501
12502 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12503
12504         * configure.in: Don't build newlib for *-*-vxworks5.1.
12505
12506 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12507
12508         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12509         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12510
12511 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
12512
12513         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12514
12515 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
12516
12517         * cfg-ml-com.in: New file.
12518         * cfg-ml-pos.in: New file.
12519
12520 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12521
12522         * COPYING.NEWLIB: Add HP free copyright to list.
12523
12524 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12525
12526         * config.sub: Recognize -eabi* for the system, not just -eabi.
12527
12528 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
12529
12530         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12531         * config.sub, configure.in (win32): New target and host.
12532
12533 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
12534
12535         * configure.in: Add i386-pe configuration.
12536
12537 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
12538
12539         * mpw-build.in (install): Install GDB after LD.
12540
12541 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
12542
12543         * mpw-config.in (elf/mips.h): Always forward-include, needed
12544         for GDB to build.
12545
12546 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12547
12548         * testsuite: New directory for customer acceptance and whole tool
12549         chain tests.
12550
12551 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
12552
12553         * configure: If per-host line isn't found, but AC_OUTPUT is found
12554         and a configure script exists, run it instead.
12555
12556 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12557
12558         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
12559
12560 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12561
12562         * configure: Set build_{cpu,vendor,os,alias} to host values when
12563         --build isn't specified.
12564
12565 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12566
12567         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12568         (FLAGS_TO_PASS): Pass them.
12569         (EXTRA_TARGET_FLAGS): Ditto.
12570
12571 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12572
12573         * Makefile.in (all-libg++): Depend on all-libstdc++.
12574
12575 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12576
12577         * configure.in (noconfigdirs): Enable all packages for
12578           i386-unknown-netbsd.
12579
12580 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
12581
12582         * configure.in (noconfigdirs): Don't configure tk for i386-go32
12583         hosted builds (DOS builds)
12584
12585 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
12586
12587         Changes for ARM based on patches from Richard Earnshaw:
12588         * config.sub: Handle armeb and armel.
12589         * configure.in: Omit arm linker only for riscix.
12590
12591 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12592
12593         * config.guess:  Update from FSF.
12594
12595 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
12596
12597         * config.sub: Recognize powerpcle as the little endian variant of
12598         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
12599         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
12600         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
12601         temporarily.
12602
12603 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
12604
12605         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12606
12607 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
12608
12609         * config.sub: Accept -lites* as a basic system type.
12610
12611 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
12612
12613         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12614         installed, and if so return linuxoldld as the system name.
12615
12616 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
12617
12618         * config.guess: Add hppa1.1-hp-lites support.
12619
12620 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12621
12622         * configure.in: Don't build newlib for m68k-vxworks5.1.
12623
12624 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12625
12626         * configure.in (mips-sgi-irix6): Use mh-irix5.
12627
12628 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
12629
12630         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12631
12632 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12633
12634         * test-build.mk: Enable building of shared libraries on IRIX 5 and
12635         OSF/1.  Fix compiler flags.
12636         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
12637
12638 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
12639
12640         * configure.in: Recognize --with-newlib.
12641         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12642
12643 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12644
12645         * Makefile.in: move {all,check,install}-gdb from *_MODULES
12646         to *_X11_MODULES due to gdbtk needing X include files et al.
12647
12648 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
12649
12650         Merge in support for Mac MPW as a host.
12651         (Old change descriptions retained for informational value.)
12652
12653         * mpw-config.in: Add generic include forwards for cpu-specific
12654         include files in aout and elf directories.
12655
12656         * mpw-configure: Added copyright.
12657         * mpw-config.in: Check for presence of required build tools.
12658         (target_libs): Add newlib.
12659         (target_tools): Add examples.
12660         (Read Me): Generate as "Read Me for MPW" instead.
12661         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12662         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12663         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12664
12665         * mpw-configure: Remove subdir-specific makefile hackery,
12666         delete mk.tmp after using it.
12667
12668         * mpw-build.in (all): Display start and end times.
12669
12670         * mpw-configure (host_canonical): Set.
12671         (target_cpu): Always add to makefiles.
12672         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12673         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12674         (mpw-mh-mpw): Look for in srcdir and srcroot.
12675         Use sed instead of mpw-edit-prefix to edit prefix definitions.
12676
12677         * mpw-build.in: (install-only): New target.
12678
12679         * mpw-configure (host_alias, target_alias): Rename from hostalias
12680         and targetalias, add into generated Makefile.
12681         (mk.tmp): If present, add into generated Makefile.
12682         * mpw-build.in (all-gas): Build config.h first before gas proper.
12683
12684         * mpw-configure (config.status): Write only if changed.
12685         * mpw-config.in (readline): Configure it (not built, just used for
12686         definitions).
12687
12688         * mpw-config.in (elf/mips.h): Add a forward include.
12689
12690         * mpw-config.in: Forward-include most .h files in include into
12691         extra-include.
12692         (readline): Don't build.
12693         mpw-build.in (install): Install GDB.
12694
12695         * mpw-configure (prefix, mpw_prefix): Handle it.
12696         * mpw-config.in (mmalloc, readline): Don't configure.
12697         * mpw-build.in (thisscript): Rename to ThisScript.
12698         Use mpw-build instead of BuildProgram everywhere.
12699         (mmalloc, readline): Don't build.
12700         * mpw-README: New file, basic documentation about the MPW port.
12701
12702         * mpw-config.in: Use forward-include to create include files.
12703
12704         * mpw-configure: Add more things to the top of each configured
12705         Makefile, including contents of config/mpw-mh-mpw.
12706         * mpw-config.in (extra-include): Create this directory and fill it
12707         with Posix-like include files when configuring.
12708
12709         * config.sub (apple, mac, mpw): Add various aliases.
12710
12711         * mpw-build.in: New file, top-level build script fragment for MPW.
12712         * mpw-configure: New file, configure script for MPW.
12713         * mpw-config.in: New file, config fragment for MPW.
12714
12715 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12716
12717         * configure.in (host_libs): Remove glob, since it is gone from the
12718         sources.
12719
12720 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12721
12722         * Makefile.in: define empty GDB_NLM_DEPS var.
12723
12724         * configure.in(target_makefile_frag): use config/mt-netware
12725         for netware targets.
12726
12727 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
12728
12729         * config.sub: Merge in recent FSF changes.  Remove linux special
12730         cases.
12731
12732 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12733
12734         Revert this change:
12735
12736         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
12737
12738                 * build-all.mk: Use CC=cc -Xs on Solaris.
12739
12740 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12741
12742         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
12743         stop using it.
12744         * Makefile.in: Nuke all references to glob subdirectory.
12745
12746 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12747
12748         * configure.in: Fix --enable-shared logic in per-host.
12749
12750 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12751
12752         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12753
12754 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12755
12756         * configure.in (noconfigdirs): Don't build gas on AIX, for
12757         powerpc*-*-aix* as well as for rs6000*-*-aix*.
12758
12759 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
12760
12761         * configure: Fix --cache-file to work if the file argument is a
12762         relative path.
12763
12764 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
12765
12766         * configure: If the --cache-file is used, pass it down to
12767         configure in subdirectories.
12768
12769 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
12770
12771         * config.sub: add vxworks29k configuration.
12772
12773 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
12774
12775         * Makefile.in (taz): Do "diststuff" part quietly.
12776
12777 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
12778
12779         * config.sub: Mini-merge with gcc/config.sub.
12780
12781 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12782
12783         * config.guess (IRIX): Sed - to _.
12784
12785 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12786
12787         * Makefile.in (source-vault, binary-vault): New targets.
12788
12789 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
12790
12791         * config.sub: Recognize -eabi as a basic system type.
12792
12793 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12794
12795         * configure.in (enable_shared stuff): Fix typo.
12796
12797 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
12798
12799         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12800
12801 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12802
12803         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12804
12805 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
12806
12807         * configure.in (rs6000-*-*): Don't build gas.
12808
12809 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
12810
12811         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12812         reduce command line length.
12813         (AS_FOR_TARGET): Check for as.new, not Makefile.
12814         (NM_FOR_TARGET): Check for nm.new, not Makefile.
12815
12816 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12817
12818         * config.guess:  Merge from FSF.
12819
12820 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12821
12822         * configure: Don't use $ when handling program_suffix.
12823
12824 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
12825
12826         * configure.in:  Configure tk for hppa/hpux.
12827
12828 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
12829
12830         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
12831
12832 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
12833
12834         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
12835         to LIBCXXFLAGS.  Tests are better run without it.
12836
12837 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
12838
12839         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12840
12841 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
12842
12843         * configure.in (*-*-netware*): Don't configure xiberty.
12844
12845 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
12846
12847         * configure.in:  Remove tk from native_only list.
12848
12849 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
12850
12851         * build-all.mk: Add mips-ncd-elf target to sun4 targets
12852           for special NCD build.
12853
12854 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12855
12856         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12857         makeall.bat, they're only useful for binutils snapshots.
12858         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12859         makeall.bat to specified SUPPORT_FILES.
12860
12861 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
12862
12863         * build-all.mk: Add Ericsson targets to sun4 and solaris
12864           hosts.  Add  BNR's sun4 target to solaris host, so their
12865           build-from-source will be tested in-house first.
12866
12867 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
12868
12869         * Makefile.in (LIBCFLAGS): New variable.
12870         (CFLAGS_FOR_TARGET): Ditto.
12871         (LIBCFLAGS_FOR_TARGET): Ditto.
12872         (LIBCXXFLAGS): Ditto.
12873         (CXXFLAGS_FOR_TARGET): Ditto.
12874         (LIBCXXFLAGS_FOR_TARGET): Ditto.
12875         (BASE_FLAGS_TO_PASS): Pass them.
12876         (EXTRA_TARGET_FLAGS): Ditto.
12877
12878         * configure.in: Support --enable-shared.
12879
12880 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
12881
12882         * configure.in (target_libs):  Include libstdc++ again.
12883         * config.guess:  Update from FSF (for FreeBSD).
12884
12885 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12886
12887         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12888         makeall.bat.
12889         (DISTDOCDIRS): Add `etc'.
12890         (ETC_SUPPORT_PFX): New variable.
12891         (taz): Include anything from etc starting with a word in
12892         ETC_SUPPORT_PFX.
12893
12894 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12895
12896         * config.sub: Update for recent FSF changes.  Remove obsolete
12897         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
12898         spacing changes.
12899
12900 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
12901
12902         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
12903
12904         * config.guess:  Merge with FSF.
12905         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12906
12907 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12908
12909         * configure: Since the "trap 0" handler will override the exit
12910         status on many systems, only use it for "exit 1", and make it set
12911         a non-zero exit status; reset it before "exit 0".  Also, check
12912         exit status of config.sub, and error out if it failed.
12913
12914 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
12915
12916         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12917         and install libgloss.
12918
12919 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12920
12921         * Makefile.in (all-binutils): Depend upon all-byacc.
12922
12923         * configure.in: Don't build emacs on Irix 5.
12924
12925 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
12926
12927         * configure.in (*-*-netware*): Add libio.
12928
12929 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
12930
12931         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12932         (CHECK_TARGET_MODULES): Ditto.
12933         (INSTALL_TARGET_MODULES): Ditto.
12934         (TARGET_LIBS): Ditto.
12935         (all-libstdc++): Note dependencies.
12936
12937 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12938
12939         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12940
12941 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
12942
12943         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12944         -fexternal-templates.
12945
12946         * configure.in (target_libs): Add libstdc++.
12947         (noconfigdirs): Add libstdc++ as appropriate.
12948
12949 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12950
12951         * config.guess:  Update from FSF.
12952
12953 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12954
12955         * configure: Use ${config_shell} when running ${configsub}.
12956
12957 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
12958
12959         * config.sub: No longer recognize h8300h.
12960
12961 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12962
12963         * config.sub: Remove extraneous differences between config.sub and
12964         gcc/config.sub.
12965
12966 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12967
12968         * Makefile.in (DISTSTUFFDIRS): Add gas.
12969
12970 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
12971
12972         * COPYING.NEWLIB: New file.
12973
12974 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12975
12976         * config.guess (HP-UX):  Patch from Harlan Stenn
12977         <harlan@landmark.com> to also emit release level.
12978
12979 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
12980
12981         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12982
12983 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12984
12985         * config.sub:  Merge nextstep cleanup from FSF.
12986
12987 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12988
12989         * configure.in (arm-*-*): Don't configure ld for this target.
12990
12991 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
12992
12993         * configure.in (*-*-netware): don't configure libg++, libio,
12994           librx, or newlib.
12995
12996 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12997
12998         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
12999         configure ld--it works, but it doesn't support shared libraries.
13000
13001 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13002
13003         * config.guess (*-unknown-freebsd*):  Get rid of possible
13004         trailing "(Release)" in version string.
13005         Patch from Paul Richards <paul@isl.cf.ac.uk>.
13006
13007 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13008
13009         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13010         Fix type: *-next-neststep -> *-next-nextstep.
13011
13012         * config.guess:  Merge from FSF:
13013
13014         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
13015
13016         * config.guess: Recognize powerpc-ibm-aix3.2.5.
13017
13018         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
13019
13020         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13021         instead of UNIX_SV for UnixWare 1.0).
13022
13023 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
13024
13025         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
13026         to make gdb/nlm/* build after the compiler and linker.
13027
13028 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13029
13030         * config.guess (netbsd, freebsd, linux):  Accept any machine,
13031         not just i[34]86.
13032         (m68k-atari-sysv4):  Relocate to match FSF version.
13033
13034         * config.guess:  More merges from the FSF:
13035
13036         Add a space before function call or macro invocation.
13037
13038         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13039
13040         * config.guess: Add trap cmd to remove dummy.c and dummy when
13041         interrupted.
13042
13043         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13044
13045         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13046         (dummy): Redirect stderr from compilation of dummy.c.
13047
13048         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
13049
13050         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13051
13052 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
13053
13054         * configure: Accept and ignore --cache*, for compatibility with
13055         new autoconf.
13056
13057 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13058
13059         * config.guess:  Merge from FSF:
13060
13061         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13062
13063         * config.guess (Pyramid*:OSx*:*:*): New case.
13064         (PATH): Add /.attbin at end for finding uname.
13065         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
13066
13067         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
13068
13069         * config.guess (M88*:DolphinOS:*:*): New case.
13070
13071         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
13072
13073         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13074         to select whether to use ELF or COFF.
13075
13076         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13077
13078         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13079
13080         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13081
13082         * config.guess: Guess the OS version for HPUX.
13083
13084         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
13085
13086         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13087
13088 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13089
13090         * configure.in: Recognize --with-headers, --with-libs, and
13091         --without-newlib.
13092         * Makefile.in (all-xiberty): Depend upon all-ld.
13093
13094 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13095
13096         * configure.in: Change i[34]86 to i[345]86.
13097
13098 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13099
13100         * configure (version): A few more tweaks to help message.
13101
13102 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13103
13104         * Makefile.in:  Remove (for now) librx as a host library,
13105         now that we're building it for target.
13106
13107 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13108
13109         * configure: Fix up help message; from karl@owl.hq.ileaf.com
13110         (Karl Berry).
13111
13112 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13113
13114         * configure.in:  Also configure librx.
13115
13116 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13117
13118         * Makefile.in:  Update various rules to reflect that librx
13119         is now needed for libg++.
13120
13121 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13122
13123         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13124
13125 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
13126
13127         * configure.in: Configure the examples directory.
13128
13129 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13130
13131         * configure: Simplify Jun 2 1994 change.
13132
13133 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13134
13135         * change CC to /usr/latest/bin/gcc for lynx host builds, since
13136         /bin/gcc isn't good enough to build gcc.
13137
13138 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
13139
13140         * Makefile.in (GDB_SUPPORT_FILES): Remove
13141         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
13142         (gdb.tar.gz): Add new rule to use standard distribution building
13143         mechanism.
13144
13145 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13146
13147         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
13148         Bill Cox <bill@cygnus.com>.
13149
13150 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13151
13152         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
13153
13154 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
13155
13156         * configure:  Search current dir first in .gdbinit.
13157
13158 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13159
13160         * config.sub:  Recognize freebsd (merged from gcc config.sub).
13161
13162 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13163
13164         * config.sub:  Refer to NeXT's operating system as nextstep.
13165
13166         * config.sub (case $basic_machine):  Re-order the cases, to match
13167         the order in the FSF version (which is mostly alphabethical).
13168         Merge in some additions and changes from the FSF.
13169
13170 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
13171
13172         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13173         * config.sub: Recognize cxux7.
13174         * configure.in: Use mh-cxux for m88k-harris-cxux*.
13175
13176 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13177
13178         * config.sub:  Fix typo powerpc -> powerpc-*.
13179
13180 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
13181
13182         * Makefile.in: `all-emacs19' depends on `all-byacc'.
13183
13184         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13185         parallel with all-emacs and install-emacs).  Top-level command
13186         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13187
13188 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13189
13190         * test-build.mk ($(host)-stamp-stage2-installed): Remove
13191         $(relbindir)/make before doing ``make install'', and use
13192         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
13193         installing over running make binary.
13194         ($(host)-stamp-stage3-installed): Likewise.
13195
13196 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13197
13198         * config.guess: Recognize Mach.
13199
13200 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13201
13202         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13203         see whether --exec-prefix was used.
13204
13205 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13206
13207         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
13208
13209 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13210
13211         * Makefile.in: Add all-librx target similar to all-libproc.
13212
13213 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
13214
13215         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
13216         with post 1.2 uname bogosity.
13217
13218 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13219
13220         * configure: Remove temporary files on receipt of a signal.
13221
13222 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
13223
13224         * configure: If there is a package_makefile_frag, remove
13225         ${subdir}/Makefile.tem after copying it in.
13226
13227 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13228
13229         * build_all.mk: support rs6000 lynx identifies itself as
13230         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
13231         since /bin/gcc is too feeble to compile a modern gcc.
13232
13233 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13234
13235         * brought devo/test-build.mk update-to-date with progressive/
13236           test-build.mk. Add lynx targets and hppa flag info.
13237
13238 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13239
13240         * configure.in:  Use mh-ncrsvr43.  Patch from
13241         Tom McConnell <tmcconne@sedona.intel.com>.
13242
13243 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13244
13245         * config.guess (i386-unknown-bsdi):  No longer need to
13246         check #if defined(__bsdi__) && defined(__i386__).
13247
13248 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13249
13250         * configure: Set program_transform_nameoption correctly.
13251
13252 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13253
13254         * brought build-all.mk update-to-date with progressive build-all.mk,
13255           added new targets and hppa info.
13256
13257 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13258
13259         * configure: If config.guess result is a prefix of the user
13260         specified target, assume a native build and use the user specified
13261         target as the host alias.  Remove SunOS patch suffix removal hack.
13262         * configure.in: Remove SunOS patch suffix removal hack.
13263
13264         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13265         in NATIVE_CHECK_MODULES.
13266
13267 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
13268
13269         * Makefile.in: Rename HOST_ONLY to NATIVE.
13270         * configure: Delete SunOs patch suffix from host_canonical
13271           and build_canonical variables that are prepended to Makefiles.
13272         * configure.in: Add comments for easier maintenance.
13273
13274 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13275
13276         * Makefile.in: Add all-libproc target similar to all-gui.
13277
13278 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
13279
13280         * Makefile.in (CHECK_MODULES): split into
13281         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13282
13283 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
13284
13285         * config.guess (i386-unknown-bsdi): New system to guess.
13286
13287 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13288
13289         * Makefile.in: Add all-gui target (but not yet build by "all").
13290
13291 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
13292
13293         * config.sub: Move deletion of patch suffix from here...
13294         * configure.in: To here, at Ian's suggestion.  The top-
13295           level scripts might need to know of a patch level.
13296
13297 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
13298
13299         * config.sub: Strip off patch suffix so rtl is recognized
13300           as a sunos4.1.3 machine, even though it's been patched.
13301
13302 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
13303
13304         * Makefile.in (INSTALL_LAST): Delete.
13305         (INSTALL_DOSREL): New.
13306
13307 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13308
13309         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13310         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13311         whether we pass down --with-gnu-ld anyhow.
13312
13313 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
13314
13315         * Makefile.in (INSTALL_LAST): Change operation so it works
13316         on more flavors of make.
13317         * configure.in (go32): Don't build libg++ or libio.
13318
13319 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
13320
13321         * Makefile.in (Move HOST_PREFIX_1 and friends up so
13322         they can be overriden by templates.
13323
13324 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
13325
13326         * configure.in (target==go32): Don't build gdb.
13327         * dosrel: New directory.
13328
13329 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
13330
13331         * configure.in (host==go32): Configure dosrel too.
13332         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13333         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13334         be set by incoming names or templates.
13335         (INSTALL_LAST): New rule.
13336
13337 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
13338
13339         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13340
13341 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13342
13343         * configure.in (appdirs): New variable.  Currently empty, but will
13344         be used in gas distribution.  If nonempty, lists a set of
13345         directories at least one of which must get configured, or top
13346         level configuration is considered to have failed.
13347         (rs6000-*-lynxos*): Use new file name.
13348
13349 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13350
13351         Eliminate XTRAFLAGS.
13352         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13353         newlib include files using -idirafter, and also use -nostdinc.
13354         (CXX_FOR_TARGET): Likewise.
13355         (XTRAFLAGS): Removed.
13356         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13357         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13358         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13359         ($(DO_X)): Don't pass down XTRAFLAGS.
13360
13361 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13362
13363         * configure.in (mips*-dec-bsd*): New target; do build linker.
13364         (mips*-*-bsd*): New target; don't build linker.
13365
13366 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13367
13368         * configure.in: support rs6000-*-lynxos* configuration.
13369         support sunos4 as a cross target.
13370
13371         * config.sub: look for lynx*, not lynx since the OS version may
13372         legitimately be part of the name.
13373
13374 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13375
13376         * configure.in (i[34]86-*-sco*): Move to be with other i386
13377         targets.
13378         (romp-*-*): New target.  Skip various binary utilities.
13379         (vax-*-*): New target.  Don't build newlib.
13380         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
13381
13382 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13383
13384         * configure.in: Only set host_makefile_frag if config
13385         directory exists.
13386
13387 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13388
13389         * install.sh: If $dstdir exists, don't check whether each
13390         component does.
13391
13392 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13393
13394         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13395
13396 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
13397
13398         * configure.in (*-*-lynxos*): Don't configure newlib for either
13399         native or cross Lynx.
13400
13401 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
13402
13403         * config.sub (sparc64-elf): Fix os.
13404         (z8k): Remove duplicate.
13405
13406 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13407
13408         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13409         gcc/stmp-fixproto, to try to prevent fixproto from being run.
13410
13411 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
13412
13413         * configure: Make file links cleanly even if Lynx fails on
13414           an NFS symlink (at least fail cleanly).
13415
13416 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13417
13418         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13419         -XNh2000.
13420
13421 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13422
13423         * configure: Unknown options are fatal again.
13424
13425 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
13426
13427         * configure: Ignore --x-includes and --x-libraries, for Autoconf
13428         compatibility.
13429
13430 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
13431
13432         * build-all.mk: Add `clean' target.
13433
13434 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13435
13436         * config.guess:  Add SINIX support.
13437         * configure.in:  Add mips-*-sysv4* support.
13438
13439 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
13440
13441         * build-all.mk: Document all useful targets.
13442         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13443         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13444
13445 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13446
13447         * configure: Support --silent, --quiet.
13448
13449 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13450
13451         * configure: Support --disable-FEATURE.
13452
13453 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13454
13455         * config.guess: Recognize NCR running SVR4.3.
13456
13457 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13458
13459         * config.guess:  Make BSDI generate i386-unknown-bsd386.
13460         Patch from Paul Eggert <eggert@twinsun.com>.
13461
13462 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13463
13464         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13465
13466 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13467
13468         * configure: Make unrecognized options give nonfatal warnings
13469         instead of fatal errors, and pass them to any subdirectory
13470         configures in case they recognize them.
13471         Make --x equivalent to --with-x.
13472
13473 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13474
13475         * configure: Add --enable-* options.  Clean up usage message and
13476         some comments.
13477
13478 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
13479
13480         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13481
13482 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13483
13484         * configure.in (hppa*-*-*): Enable binutils.
13485
13486 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13487
13488         * config.sub: Recognize cisco.
13489
13490 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
13491
13492         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13493
13494 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13495
13496         * config.guess: about target *-hitachi-hiuxwe2, don't print more
13497         than one configuration name.  Add comment.
13498
13499 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
13500
13501         * config.guess: about target *-hitachi-hiuxwe2, fixed
13502         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
13503         macro is incorrect.]
13504
13505 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13506
13507         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13508         than the "make ls" stuff which used to be here.
13509
13510 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13511
13512         * config.guess:  Recognize i[34]86-unknown-freebsd.
13513         From Shawn M Carey <smcarey@rodan.syr.edu>.
13514
13515 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13516
13517         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13518
13519 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
13520
13521         * config.guess: Check for ptx.
13522
13523 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
13524
13525         * config.sub: Add os9k checking.
13526
13527 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13528
13529         * config.guess: Handle OSF1 running on HPPA processors
13530
13531 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
13532
13533         * configure: If subdir configure fails, print out a message with
13534         subdirectory name, in case subdir's configure code didn't identify
13535         itself.
13536
13537 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
13538
13539         * configure.in: Remove embedded newlines from configdirs.
13540         Avoid mismatches of substrings.  Fix matching strings at end
13541         of configdirs.
13542
13543 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
13544
13545         * config.guess:  Add Lynx/rs6000 config support.
13546
13547 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
13548
13549         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13550
13551 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
13552
13553         * configure.in (hppa*-*-osf*): Treat this just like most other
13554         PA configurations (eg no binutils or ld).
13555         (hppa*-*-*elf*): These configurations have binutils and ld.
13556
13557 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13558
13559         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
13560
13561 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13562
13563         * configure.in (rs6000-*-*): Build gas.
13564
13565 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13566
13567         * Makefile.in:  Avoid bug in losing hpux sed.
13568
13569 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13570
13571         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13572         for GDB and GDB has been fixed to not need it.
13573
13574 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13575
13576         * config.guess: Recognize vax hosts.
13577
13578 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13579
13580         * configure (while loop): Don't use "break 2" inside case
13581         statement -- the case statement isn't an enclosing loop.
13582
13583 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13584
13585         * config.guess:  Clean up NeXT support, to allow nextstep
13586         on Intel machines.  Make OS be nextstep.
13587
13588 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
13589
13590         * config.guess: Add alternate forms for Convex.
13591
13592 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
13593
13594         * configure:  Completely rewrite option processing.  Take
13595         advantage of pattern-matching to avoid invoking test frequently.
13596         Also clean up host and target defaulting logic.
13597
13598 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13599
13600         * Makefile.in: Replace all occurrances of "rootme" with "r" and
13601         "$${rootme}" with "$$r", to increase the likelihood that the do-*
13602         commands (plus user environment) will fit SCO limits.
13603
13604 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13605
13606         * configure.in: Don't issue warnings about directories which are
13607         not being configured if -norecursion is set.  Correct test for
13608         --with-gnu-as and --with-gnu-ld to not get confused by substring
13609         matches.
13610
13611         * configure.in: Don't build gas for alpha-dec-osf1*.
13612
13613 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
13614
13615         * configure:  Back out Per's change of 12/19/1993.  It changes the
13616         behavior of configure in unexpected and confusing ways.
13617
13618         Also, use different delim char when calculating
13619         program_transform_name so that the name can contain slashes.
13620
13621 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
13622
13623         * configure.in, config.sub: Add support for VSTa micro-kernel.
13624
13625 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
13626
13627         * configure.in: Nuke hacks which were used to get a special
13628         version of GAS for HPPA configurations.
13629
13630 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13631
13632         * configure:  If only ${target_alias} is given, use that
13633         as the default for ${host_alias}.
13634         * configure:  Add missing back-slashes before nested quotes.
13635
13636 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
13637
13638         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13639
13640 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
13641
13642         * config.guess:  Recognize some Tektronix configurations.
13643         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13644
13645 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
13646
13647         * config.sub: Match any flavor of SH.
13648
13649 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
13650
13651         * configure.in: Don't try to configure newlib for Alpha.
13652
13653 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13654
13655         * configure.in: Don't build ld for Irix 5.  Don't build gas,
13656         libg++ or libio for any Alpha target.
13657
13658         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
13659
13660 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
13661
13662         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13663         default arguments -- so it tried to compress itself.
13664
13665 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
13666
13667         * configure.in (notsupp): ensure that a space is always at the end
13668           of the configdirs list, since the grep checks for an explicit space
13669
13670 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13671
13672         * configure.in (target i386-sysv4.2): don't build ld, since static
13673           versions of many libraries are not available.
13674
13675 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13676
13677         * config.guess: Recognize Apollos (using environment variables).
13678         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13679
13680 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13681
13682         * config.guess: Recognize Sony news mips running newsos.
13683
13684 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
13685
13686         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13687         "fi ; else" for bash.
13688
13689 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
13690
13691         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13692
13693 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
13694
13695         * config.sub: accept unixware as an alias for svr4.2.
13696         Fix some inconsistancies with the gcc version.
13697
13698 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13699
13700         * Makefile.in (DISTDOCDIRS):  Add gdb.
13701
13702 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13703
13704         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
13705
13706 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
13707
13708         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13709         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13710         this now.
13711
13712 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13713
13714         * config.sub: Accept hiux* as an OS name.
13715
13716         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13717         etc/make-stds.texi.  The underscore came from gcc, and dje now
13718         agrees that RUNTESTFLAGS is the correct name.
13719
13720 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13721
13722         * install.sh:  Remove 'set -e'.  It makes any conditionals
13723         in the script useless.
13724
13725         * config.guess: Automatically recognize arm-acorn-riscix
13726         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13727
13728 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
13729
13730         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13731
13732 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
13733
13734         * Makefile.in (DISTDOCDIRS): New variable.
13735         (taz): Edit local Makefile.in sooner, instead of proto-toplev
13736         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
13737
13738 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13739
13740         * configure.in (hppa target): check the source directory for the
13741           pagas sub-directory
13742
13743 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
13744
13745         * config.sub: Allow -aout* and -elf*.
13746
13747 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
13748
13749         * configure.in: Don't build ld on i386-solaris2, same as for
13750         sparc-solaris2.
13751
13752 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13753
13754         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13755
13756 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13757
13758         * configure.in:  Configure gdb for alpha.
13759
13760 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13761
13762         * Makefile.in (CXXFLAGS): Add -O.
13763
13764 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13765
13766         * config.guess: added support for DG Aviion
13767
13768 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
13769
13770         * configure.in: Produce warning message for subdirectories not
13771         configurable for this host/target combination.  Don't try to
13772         configure gdb for vms.
13773
13774 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
13775
13776         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13777         appropriate files before making "diststuff".
13778         (DISTBISONFILES): New var: list of files to be edited.
13779         (DISTSTUFFDIRS): Add binutils.
13780
13781 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13782
13783         * config.sub: also handle mipsel and mips64el (for little endian mips)
13784
13785 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13786
13787         * configure.in: Add * to end of all OS names.
13788
13789 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
13790
13791         * configure.in: Build newlib for LynxOS native.
13792
13793 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13794
13795         * config.guess: Add support for delta 88k running SVR3.
13796
13797         * configure.in: Add comment about HP compiler vs. emacs.
13798
13799 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13800
13801         * configure.in: don't build ld on solaris2 (not a viable option
13802           due to bugs in getpwnam & getpwuid)
13803
13804 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
13805
13806         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13807         config.guess will produce a full version number.
13808
13809 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13810
13811         * configure.in: Build linker and binutils for alpha-dec-osf1.
13812
13813 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13814
13815         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13816         and gdb/testsuite/Makefile.in.
13817
13818 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13819
13820         * configure.in: recognize mips*- instead of mips-
13821
13822 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
13823
13824         * config.sub: Accept linux*coff and linux*elf as operating
13825         systems.
13826
13827 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13828
13829         * config.sub: Recognize mips64, and mips3 as an alias for it.
13830
13831 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13832
13833         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13834         gdb knows how to handle OSF/1 shared libraries.
13835
13836 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13837
13838         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13839         * config.guess: Recognize Hitachi's HIUX.
13840         * config.sub: Recognize h3050r* and hppahitachi.
13841         Remove redundant cases for hp9k[23]*.
13842
13843 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13844
13845         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13846         if gas and ld are in the source tree and are in ${configdirs}.
13847         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
13848         --with options (but still pass them down on the command line,
13849         if they were explicitly specified).
13850
13851 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13852
13853         * configure: substitute SHELL value in Makefile.in with
13854         ${CONFIG_SHELL}
13855
13856 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13857
13858         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13859         *-*-solaris2* targets.
13860
13861 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13862
13863         * Makefile.in: define M4, and pass it down to sub-makes;
13864         all-autoconf now depends on all-m4
13865
13866 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13867
13868         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13869         presence of {ar,ranlib} instead of a configured directory
13870
13871 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
13872
13873         * config.guess: Accept 34?? as well as 33?? for NCR.
13874
13875 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13876
13877         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13878         of 'gas' in sed commands, since 'gash' is now in the tree as well.
13879
13880 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13881
13882         * configure: grab values for $(CC) and $(CXX) from the
13883         environment, so that someone can do "CC=gcc configure; make" and
13884         have it work right (matching the way that autoconf works now)
13885
13886         * configure.in, Makefile.in: add support for gash, the tcl
13887         interface to Galaxy
13888
13889         * config.guess: add NetBSD variants (hp300, x86)
13890
13891 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
13892
13893         * install.sh: Support -d option (in the manner of SunOS 4 install,
13894         as it is more deterministic than that of GNU install)
13895         (chmodcmd): Set file to mode 755 by default (should also do default
13896         chgrp and chown, but I don't feel like dealing with that now)
13897
13898 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
13899
13900         * config.sub: Remove h8300hhms alias.
13901
13902 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13903
13904         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13905
13906 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13907
13908         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13909         as stmp-fixinc
13910
13911 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
13912
13913         * config.sub: recognize m88110-bug-coff.
13914
13915 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13916
13917         * Makefile.in (all-libio): all dependencies on the toolchain used
13918         to build this (gcc, gas, ld, etc)
13919
13920 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13921
13922         * config.guess: Deal with OSF/1 1.3 on alpha.
13923
13924 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13925
13926         * install.sh: add some 'else true' clauses for portability
13927
13928         * configure.in: don't build libio for h8[35]00-*-* targets
13929
13930 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13931
13932         * Makefile.in:  Add support for new libio.
13933
13934 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13935
13936         * install.sh: If one command fails, don't try the rest.  Don't try
13937         to remove $dsttmp (via trap) unless we have already created it.
13938         If $src doesn't exist, detect it and exit with an error.
13939
13940         * config.guess: Recognize BSD on hp300.
13941
13942 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13943
13944         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13945         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13946
13947 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
13948
13949         * Makefile.in (all-send-pr): depends on all-prms
13950
13951 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13952
13953         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13954
13955 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13956
13957         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13958         Added test for mips-mips-riscos5.
13959
13960 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13961
13962         * configure.in: use mh-hp300 for 68k HP hosts
13963
13964 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13965
13966         * configure: add support for CONFIG_SHELL, so that you can use
13967         some alternate shell for evaluating configure scripts
13968
13969 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
13970
13971         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
13972         in configure script to bug-gdb@prep.ai.mit.edu when building
13973         distribution archive.
13974         * Makefile.in (COMPRESS):  Remove def.
13975         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
13976         gdb.tar.Z and make-gdb.tar.Z respectively.
13977         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
13978         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
13979         to convergence with 'taz' target in Makefile.in.
13980
13981 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13982
13983         * install.sh (dsttmp): use trap to ensure that tmp files go
13984         away on error conditions
13985
13986 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13987
13988         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13989
13990 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13991
13992         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13993         its parent is '/' not ''.
13994
13995         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13996
13997 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
13998
13999         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14000         that ${newsrcdir}/configure.in does.
14001
14002 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14003
14004         * test-build.mk: support for CONFIG_SHELL
14005
14006 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
14007
14008         * config.sub (netware):  Add as a basic system type.
14009
14010 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14011
14012         * Makefile.in (Makefile): depend on configure.in.  Also drop the
14013           $(srcdir)/ from the dependency on Makefile.in.
14014
14015 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
14016
14017         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14018         (h8300hhms is temporary until multi-libraries are implemented).
14019         * configure.in: Handle h8300h too.
14020
14021 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14022
14023         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14024
14025 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
14026
14027         * configure:  Remove extraneous output when guessing host type.
14028         * config.guess:  Remove extraneous output when guessing using C
14029         compiler rather than uname, or when guessing fails.
14030
14031 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
14032
14033         * Makefile.in: remove all.cross and install.cross targets
14034
14035         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14036           definitions
14037
14038 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
14039
14040         * configure.in (target sh): Build gprof.
14041
14042 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14043
14044         * config.sub: change -solaris to -solaris2
14045
14046 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14047
14048         * configure.in: Use config/mh-riscos for mips-*-sysv*.
14049
14050 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
14051
14052         * configure: Correct error message for missing Makefile.in to
14053         print correct directory.
14054
14055 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14056
14057         * install.sh: kludge around 386BSD shell bug
14058
14059 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
14060
14061         * config.guess:  Recognize NeXT.
14062         * config.guess:  Recognize i486-ncr-sysv4.
14063         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
14064
14065 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
14066
14067         * Makefile.in (MAKEINFOFLAGS): New variable.
14068         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14069         * build-all.mk, test-build.mk: Pass down --no-split as
14070         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
14071
14072 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
14073
14074         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
14075
14076 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
14077
14078         * Makefile.in (libg++.tar.z):  New rule.
14079         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
14080         * Makefile.in (taz):  Only do a single chmod.
14081
14082 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14083
14084         * install.sh: don't use dirname anymore (replaced with sed usage)
14085
14086 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
14087
14088         * Makefile.in:  Change extension for gzip'd files from '.z' to
14089         '.gz' per new FSF standard usage.
14090
14091 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14092
14093         * configure: put quotes around the final value of program_transform_name
14094
14095 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14096
14097         * Makefile.in: new install.sh support; update install-info rules
14098
14099 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
14100
14101         * configure.in: Build diff for crosses, but not for go32 host.
14102
14103         * configure.in: Build gprof only for native, and don't build it
14104         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14105
14106 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
14107
14108         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14109
14110 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14111
14112         * configure.in (host_tools): Add prms.
14113
14114 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14115
14116         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14117         with $(FLAGS_TO_PASS) on the command line
14118
14119         * config.sub: Recognize lynx and lynxos
14120
14121 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14122
14123         * config.sub: Accept -ecoff*, not just -ecoff.
14124
14125 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14126
14127         * Makefile.in (taz): Use .gz suffix instead of .z.
14128         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14129         names.
14130
14131 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14132
14133         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14134
14135 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14136
14137         * Makefile.in (install-no-fixedincludes):  install gcc last, so
14138         that rebuilds that might happen during 'make install' don't get
14139         bogus gcc include files
14140
14141 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14142
14143         Change from Utah for HPPA support:
14144         * config.guess: Recognize hppa1.x-hp-bsd.
14145
14146 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
14147
14148         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
14149         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14150
14151 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14152
14153         * config.sub: Add support for rom68k and bug boot monitors.
14154
14155 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
14156
14157         * Makefile.in: Make all-opcodes depend on all-bfd.
14158
14159 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14160
14161         * config.guess: Added special check for i[34]86-univel-sysv4*.
14162
14163 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
14164
14165         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14166         the processor rather than assuming i486.
14167
14168 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14169
14170         * config.guess: Recognize SunOS6 as Solaris3.
14171
14172 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
14173
14174         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
14175         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14176
14177 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
14178
14179         * build-all.mk (all-cross): New target for Canadian Cross.
14180         Added Q2 go32 targets.
14181         * test-build.mk: Configure go32 cross sparclite-aout and
14182         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
14183         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14184
14185 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14186
14187         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14188         GO32 hosted toolchains
14189
14190 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14191
14192         * configure: change  so "-exec-prefix" gets passed down rather
14193         than "-exec_prefix" so autoconf generated Makefiles get the
14194         exec_prefix set right.
14195
14196 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14197
14198         * config.guess: get the Solaris2 minor version number
14199
14200         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14201
14202 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14203
14204         * config.guess: Recognize some Sequent platforms.
14205
14206 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14207
14208         * Makefile.in: added the vault-install target
14209
14210         * configure.in: actually use the Sun3 makefile fragment that's in
14211         config, also added the release dir to configdirs
14212
14213 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14214
14215         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14216
14217 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14218
14219         * configure.in: remove some program from Alpha targetted toolchains
14220
14221 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
14222
14223         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
14224         gprof.
14225         (taz): Run "make diststuff" in those directories instead of "make
14226         proto-dir".  Look for "VERSION=" only at start of line in subdir
14227         Makefile.  Use "gzip -9" for compression.
14228         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14229         (binutils.tar.z): New target.
14230
14231 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14232
14233         * Makefile.in (taz): Include gpl.texinfo.
14234
14235 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14236
14237         * Makefile.in (setup-dirs): Merged into "taz" target.
14238         (taz): Only do `proto-dir' stuff if a directory is actually needed
14239         for this target.
14240
14241 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
14242
14243         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14244         (FLAGS_TO_PASS): Pass down MUNCH_NM.
14245         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14246         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14247         (gcc-no-fixedincludes): Correct for current gcc Makefile.
14248
14249 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
14250
14251         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
14252         config.sub, and move-if-change to gdb testsuite distribution
14253         archive, so the testsuite can be extracted, configured, and
14254         run separately from the gdb distribution.  Blow away the Chill
14255         tests that require a Chill compiled executable, since GNU Chill
14256         is not yet publically available.
14257
14258 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14259
14260         * test-build.mk: set environment variables in a single command,
14261         instead of a list of assignments and exports
14262
14263         * config.guess: recognize Alpha/OSF1 systems
14264
14265 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14266
14267         * configure: Change help message to prefer --options rather than
14268           -options.
14269
14270 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14271
14272         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14273         zippy@ecst.csuchico.edu.
14274         * config.guess: Recognize miniframe.
14275
14276 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14277
14278         * Makefile.in: Use srcroot to find runtest rather than rootme.
14279         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14280
14281 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14282
14283         * test-build.mk: Extensive additions to support building on a
14284         machine other than the host.
14285
14286 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14287
14288         * configure (tooldir): Fix for i386-aix again.
14289
14290 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
14291
14292         * configure, Makefile.in:  Change definition of $(tooldir)
14293         to match the FSF.
14294
14295 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
14296
14297         * config.guess:  Recognize i[34]86/SVR4.
14298
14299 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14300
14301         * Makefile.in (all-gdb): gdb depends on sim.
14302
14303 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
14304
14305         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
14306         at the same time we make the prototype gdb directory.
14307         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
14308         files at the same time as the gdb base release distribution.
14309
14310 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
14311
14312         * Makefile.in (check): Use individual check targets rather than
14313         DO_X rule.
14314         (check-gcc): Added.
14315
14316 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
14317
14318         * config.sub: Use sysv3.2 not sysv32 for canonical OS
14319         for System V release 3.2.
14320
14321 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14322
14323         * config.sub: Recognize hppaosf.
14324         * configure.in: Do configure ld/binutils/gas for it.
14325
14326 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14327
14328         * configure (tooldir): Alter syntax used to set this, for systems
14329         where "\$" isn't handled right, like i386-aix.
14330
14331 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14332
14333         * configure: Pass program-transform-name, not
14334         program_transform_name, to recursive configures.
14335
14336 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
14337
14338         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14339         of gas+ld+binutils.
14340
14341 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
14342
14343         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
14344
14345 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14346
14347         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14348
14349 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14350
14351         * Makefile.in (PRMS): Set back to all-prms.
14352
14353 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
14354
14355         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14356         targets, rather than for MIPS hosts.
14357
14358 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14359
14360         * configure.in: add comment for --with-x default values
14361
14362         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14363
14364         * Makefile.in: add check-* targets for each of the directories in
14365         the tree.  Add a definition of RUNTEST that will use the one we
14366         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
14367
14368 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
14369
14370         * configure.in: Removed obsolete references to bfd_target and
14371         target_makefile_frag.
14372
14373         * build-all.mk: Set assorted targets for Q2.
14374         * config.sub: Recognize z8k-sim and h8300-hms.
14375         * test-build.mk: Really don't pass host to configure.
14376         (HOLES): Added uname.
14377
14378 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
14379
14380         * configure: Handle an empty program-prefix, program-suffix or
14381         program-transform-name correctly.
14382
14383 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
14384
14385         * build-all.mk: -G 8 no longer required for MIPS targets.
14386         * test-build.mk: Don't pass host argument to configure; make it
14387         guess.
14388
14389 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
14390
14391         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
14392         * Makefile.in (COMPRESS):  New macro, like GZIP.
14393
14394 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14395
14396         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14397
14398         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14399         with gas currently defaults to -G 0.
14400
14401 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
14402
14403         * Makefile.in (all-flex): flex depends on byacc.
14404
14405         * build-all.mk: If host not specified, use config.guess.  Pass TAG
14406         to test-build.mk as RELEASE_TAG.
14407         * test-build.mk (configargs): New variable containing arguments to
14408         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
14409         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14410
14411         * config.guess: Use /bin/uname when checking -X argument on SCO,
14412         to avoid invoking GNU uname which doesn't understand -X.
14413
14414         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14415
14416         * configure.in: Build gas for mips-*-*.
14417
14418 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14419
14420         * Makefile.in (all.normal): insert missing backslash.
14421
14422 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14423
14424         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
14425
14426         * Makefile.in: Complete overhaul to merge many almost identical
14427         targets.
14428
14429 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14430
14431         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14432         (gdb.tar.Z): Adjusted.
14433
14434         * Makefile.in (setup-dirs, taz): New targets; should be general
14435         enough to adapt for gdb sometime.  Build only .z file.
14436         (gas.tar.z): New target.
14437
14438 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
14439
14440         * build-all.mk: Use CC=cc -Xs on Solaris.
14441
14442 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
14443
14444         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
14445         for handling BISON for FSF releases.
14446
14447 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14448
14449         * configure: Actually implement the change zoo just documented.
14450
14451 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
14452
14453         * configure: when using config.guess, only set target_alias when
14454         it's not already been set (ie, on the command line)
14455
14456 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14457
14458         * Makefile.in: add installcheck target, set PRMS to install-prms
14459
14460 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14461
14462         * configure: add support for package_makefile_fragment, handle the
14463         case where a directory has a configure.in file but no Makefile.in
14464         more gracefully (with an actual understandable error message, even);
14465         add support for --without (and add this to the usage message); also
14466         explicitly add a --host=${host_alias} to the command line when
14467         config.guess is used
14468
14469 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
14470
14471         * configure: Must use both --host and --target in recursive calls.
14472
14473 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14474
14475         * Makefile.in: Change deja-gnu to dejagnu.
14476
14477 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14478
14479         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14480
14481 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14482
14483         * configure.in: canonicalize all instances to *-*-solaris2*,
14484         also strip out a number of tools to not build for go32 host
14485
14486 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14487
14488         * config.guess: add GPL.
14489
14490         * Makefile.in, config.guess, config.sub, configure: bump
14491           copyrights to 93.
14492
14493 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
14494
14495         * Makefile.in (do-info): Removed obsolete check for existence of
14496         localenv file.
14497
14498         * Makefile.in (MAKEOVERRIDES): Define to be empty.
14499
14500 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14501
14502         * Makefile.in: a couple of 'else true' for decstation,
14503         support for TclX
14504
14505         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14506
14507 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
14508
14509         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14510
14511 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
14512
14513         * config.guess: Recognize i386-ibm-aix (PS/2).
14514         * configure.in: Use config/mh-aix386 file for it.
14515
14516 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
14517
14518         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14519         CC_FOR_TARGET instead.
14520         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14521
14522 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
14523
14524         * Makefile.in: Add sim to list of directories sent with gdb
14525
14526 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14527
14528         * configure.in: Put back mips-dec-bsd* case.
14529
14530 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
14531
14532         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14533         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
14534         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
14535
14536 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14537
14538         * configure.in: remove no-op mips-dec-bsd* in "case $target"
14539
14540         * Makefile.in (dir.info): only run gen-info-dir if it exists,
14541         (install-info): install dir.info only if it exists,
14542         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14543
14544 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
14545
14546         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
14547         gas for mips-dec-bsd.
14548
14549 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
14550
14551         * configure (makesrcdir): If ${srcdir} is relative and not ".",
14552         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14553
14554 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
14555
14556         * configure.in: Added "dejagnu" to hosttools list.
14557
14558 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
14559
14560         * config.sub, configure.in, config.guess:  Add support
14561         for Bosx, an AIX variant from Bull.
14562         Patches from F.Pierresteguy@frcl.bull.fr.
14563
14564 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
14565
14566         * devo/dejagnu: Initial creation of devo/dejagnu.
14567         Migrated dejagnu testcases and support files for testing software
14568         tools to reside as subdirectories, currently called "testsuite",
14569         within the directory of the software tool.  Migrated all programs,
14570         support libraries, etc. beloging to dejagnu proper from
14571         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
14572         with no modifications.  The changes to these files which will
14573         allow them to configure, build, and execute properly will be made
14574         in a future update.
14575
14576 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14577
14578         * Makefile.in: Change send_pr to send-pr.
14579         * configure.in: Likewise.
14580         * send_pr: Renamed directory to send-pr.
14581
14582 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
14583
14584         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
14585
14586 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
14587
14588         * README:  Update for gdb-4.8 release.
14589         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
14590         gdb-xxx.tar.z (gzip'd) file also.
14591
14592 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14593
14594         * Makefile.in: make all-diff depend on all-libiberty
14595
14596 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
14597
14598         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14599
14600 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14601
14602         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14603
14604 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
14605
14606         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
14607         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
14608         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
14609
14610 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14611
14612         * Makefile.in:  makeinfo binary is in a new location
14613
14614 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
14615
14616         * config.sub: Accept -ecoff as an OS.
14617
14618         * Makefile.in: Various changes to eliminate a level of make
14619         recursion and reduce the required command line length.
14620         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14621         sub-makes.
14622         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14623         variables holding settings for specific sub-makes.
14624         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14625         in terms of BASE_FLAGS_TO_PASS.
14626         (TARGET_LIBS): New variable listing directories which use
14627         TARGET_FLAGS_TO_PASS.
14628         (subdir_do): Eliminated.
14629         (do-*): New set of targets to replace subdir_do.
14630         (various): All targets which used subdir_do now depend on do-*.
14631         (local-clean): Renamed from do_clean.
14632         (local-distclean): New target, dependency of distclean and
14633         realclean.
14634         (install-info): Don't create directories.  Depend on dir.info
14635         rather than calling make recursively.
14636         (install-dir.info): Eliminated.
14637         (install-info-dirs): Create all info directories here.
14638         (dir.info): Depend upon do-install-info.
14639
14640         * test-build.mk (HOLES): Added false.
14641
14642 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
14643
14644         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
14645
14646 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14647
14648         * Makefile.in (info): remove dependency on all-texinfo.  The
14649         problem was really in texinfo/C, not at this level.
14650
14651 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
14652
14653         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14654
14655 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
14656
14657         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
14658         GDB releases.
14659
14660 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14661
14662         * configure: Include srcdir in message about target of link not
14663         being found.  Don't convert `-' to `_' in `with' options being
14664         passed to subdirs.
14665
14666 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14667
14668         * configure.in: add uudecode to host_tools
14669
14670         * Makefile.in: added {all,install}-uudecode targets, added them to
14671         the appropriate lists
14672
14673 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
14674
14675         * Makefile.in (all-gcc): Added dependency on all-gas.
14676
14677         * configure.in (mips-*-*): Build ld and binutils.
14678
14679 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14680
14681         * configure: check return code from mkdir, print error message and
14682           exit on failure.
14683
14684 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
14685
14686         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
14687
14688 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14689
14690         * test-build.mk (HOLES): Added tar, cpio and uudecode.
14691
14692 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
14693
14694         * config.sub (h8500):  Recognize this as a cpu type.
14695
14696 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14697
14698         * configure: source directory missing is no longer a warning
14699
14700         * configure.in: recognize irix[34]* instead of irix[34]
14701
14702         * Makefile.in: define and pass down X11_LIB
14703
14704 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
14705
14706         * guess-systype: Renamed to ...
14707         * config.guess:  ... by popular request.
14708         * configure.in, Makefile.in:  Update accordingly.
14709
14710 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
14711
14712         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
14713         + Add Convex, Cray/Unicos, and Encore/Multimax support.
14714         + Execute ./dummy instead of assuming . is in PATH.
14715
14716 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
14717
14718         * guess-systype:  New shell script.  Attempts to guess the
14719         canonical host name of the executing host.
14720         Only a few hosts are supported so far.
14721         * configure:  Call guess-systype if no host is specified.
14722
14723 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
14724
14725         * Makefile.in (gcc-no-fixedincludes): Made to work with current
14726         gcc Makefile.
14727
14728
14729 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
14730
14731         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14732         (all-gcc, install-gcc, subdir_do): Use it.
14733
14734 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
14735
14736         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14737
14738 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
14739
14740         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14741           set exclusively by configure, using configure.in .
14742
14743 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14744
14745         * test-build.mk: set $PATH for all builds
14746
14747         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14748
14749 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
14750
14751         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
14752         the one used in gcc/Makefile.in, so that a null expansion doesn't
14753         override the one needed to build gcc with a native cc.
14754
14755
14756 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14757
14758         * configure: Accept -with arguments.
14759
14760 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14761
14762         * Makefile.in: added h8300sim
14763
14764 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
14765
14766         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14767         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
14768         (all-cygnus, native, build-cygnus): Make
14769         $(canonhost)-stamp-3stage-done, not $(host)....
14770         * test-build.mk (stamp-3stage-compared): Use tail +10c for
14771         i386-sco3.2v4.  Added else true to if command.
14772
14773 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
14774
14775         * config.sub: (from FSF) Sequent uses a BSD-like OS.
14776
14777 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
14778
14779         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14780
14781 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14782
14783         * configure.in: don't remove binutils from Solaris builds
14784
14785 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
14786
14787         * Makefile.in: get rid of earlier definitions for *clean,
14788         also handle the recursive info rule better
14789
14790 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
14791
14792         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
14793         do more-or-less the right thing.
14794
14795 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
14796
14797         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14798         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14799
14800 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14801
14802         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14803         $(host_canonical).
14804
14805         * configure.in: split the configdirs list into 4 categories (native
14806         v. cross, library v. tool) and handle the cross-only and native-
14807         only in more reasonable (and correct!) way.
14808
14809 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
14810
14811         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
14812         configdirs anymore.
14813
14814 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14815
14816         * Makefile.in: extensive cleanup::  removed all of the explicit
14817         clean-* targets, collapsed many wrappers around subdir_do into
14818         one, added additional targets to satisfy standards.texi, deleted
14819         some old targets, some changes for consistency
14820
14821 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14822
14823         * configure.in: handle some programs as cross-only, and others as
14824         native only
14825
14826         * test-build.mk: handle partial holes in a more generic manner
14827
14828         * Makefile.in: m4 depends on libiberty
14829
14830 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14831
14832         * configure.in: add m4, textutils, fileutils, sed, shellutils,
14833         time, wdiff, and find to configdirs
14834
14835         * Makefile.in: all, clean, and install rules for the new programs
14836         added to configure.in
14837
14838 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14839
14840         * configure.in: use mh-sun for all *-sun-* hosts
14841
14842 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14843
14844         * Makefile.in: define flags for X11 include files and library file
14845         locations, pass them down to the programs that need this info
14846
14847         * build-all.mk: added a 'native' target, to 3stage the native toolchain
14848
14849 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14850
14851         * configure.in: start building libg++ for HP-UX targets
14852
14853 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
14854
14855         * README:  Update references to files moved into etc/.
14856
14857 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
14858
14859         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
14860         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
14861
14862 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
14863
14864         * configure: accept dash as well as underscore in long option
14865         names for FSF compatibility.
14866
14867 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
14868
14869         * config.sub: added -sco3.2v4 support from FSF.
14870
14871 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14872
14873         * configure.in: expand the section that adds or removes
14874         directories from the list of programs to build, to handle native
14875         vs. cross in addition to host v. native
14876
14877 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
14878
14879         * Makefile.in:  Replace C++ in macro names with CXX.
14880         This is less likely to break ...
14881
14882 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14883
14884         * test-build.mk: add -w to GNU_MAKE
14885
14886 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14887
14888         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14889         add 'sparc' to list of recognized cpus.  This needed to make
14890         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14891         Delete some redundant ose68 variants.  Recognize -wrs as an os,
14892         then changes that into $CPU-wrs-vxworks.
14893
14894         * configure.in: remove most references to gdbtest, regularize
14895         target based program removal
14896
14897         * test-build.mk: import from p3 tree (many fixes and changes)
14898
14899 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
14900
14901         * Makefile.in: added rules to handle tcl, tk, and expect
14902
14903         * configure.in: handle those directories if they exist
14904
14905 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14906
14907         * config.sub: removed bogus hppabsd and hppahpux names, since
14908         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14909
14910 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14911
14912         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
14913         depends upon all-xiberty
14914
14915         * Makefile.in: changes from p3, including:
14916
14917         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
14918
14919         * Makefile.in (XTRAFLAGS): include newlib directories if
14920         newlib/Makefile exists, rather than if host != target.
14921
14922         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
14923
14924         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14925         from the same source tree and not building a cross-compiler.  This
14926         matters for the libg++ configuration if reconfiguring a tree that
14927         has already been installed.
14928
14929         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
14930
14931         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14932         pick up the machine and system specific header files.
14933
14934         * Makefile.in: added AS_FOR_TARGET, passed down in
14935         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
14936         the C compiler to use to create programs which are run in the
14937         build environment, set it to default to $(CC), and passed it down
14938         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14939
14940         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
14941
14942         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14943         We need them for unusual native builds, like systems without
14944         ranlib.
14945
14946         * configure: also define $(host_canonical) and
14947         $(target_canonical), which are the full, canonical names for the
14948         given host and target
14949
14950 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
14951
14952         * Makefile.in:  Added separate definitions for C++.
14953
14954 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
14955
14956         * configure.in (configdirs):  Add deja-gnu.
14957
14958 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
14959
14960         * README:  Update for configure.texi and gdb-4.7 release.
14961
14962 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
14963
14964         * Makefile.in:  Move "all" target to top of file.
14965         Previously, first target was ".PHONY" which caused BSD4.4 make
14966         to build .PHONY when make was run without arguments.
14967
14968 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
14969
14970         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
14971         Library-copylefted code in libiberty.
14972
14973 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
14974
14975         * config.sub:  Replace m68kmote with plain old m68k.
14976
14977 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
14978
14979         * Makefile.in:  Remove space from blank line, avoid Make complaints.
14980
14981 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
14982
14983         * config.sub: Complain if no argument is given.  Added support for
14984         386bsd as OS and target alias.
14985
14986 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
14987
14988         * Makefile.in (XTRAFLAGS): include newlib directories if
14989         newlib/Makefile exists, rather than if host != target.
14990
14991 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
14992
14993         * config.sub: recognize sparclite-wrs-vxworks.
14994
14995         * Makefile.in (install-xiberty): added *-xiberty make rules (from
14996         p3.) Added clean-xiberty to clean.
14997
14998 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14999
15000         * configure.in: use *-*-* instead of nested cases for host and target
15001
15002 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
15003
15004         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15005         from the same source tree and not building a cross-compiler.  This
15006         matters for the libg++ configuration if reconfiguring a tree that
15007         has already been installed.
15008
15009 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
15010
15011         * config.sub (i486v/i486v4):  Merge in from FSF version.
15012
15013 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
15014
15015         * configure: only set PWD if it is already set.
15016
15017 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
15018
15019         * configure: just set PWD=`pwd` at the top, since Ultrix sh
15020         doesn't have unset and all success paths (and most error paths)
15021         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15022         to just ${PWD} to avoid confusion.)
15023
15024 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
15025
15026         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15027         even for a native compilation.
15028
15029 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
15030
15031         Changes to make the gdb.tar.Z rule work better.
15032
15033         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
15034         (DEVO_SUPPORT):  Add configure.texi.
15035         (bfd-ilrt.tar.Z):  Remove ancient rule.
15036
15037 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
15038
15039         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15040         pick up the machine and system specific header files.
15041
15042         * configure.in, config.sub: added new target m68010-adobe-scout,
15043         with alias of adobe68k.  Changed configure.in to check for
15044         -scout before -sco* to avoid a false match.
15045
15046         * Makefile.in: added AS_FOR_TARGET, passed down in
15047         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15048         the C compiler to use to create programs which are run in the
15049         build environment, set it to default to $(CC), and passed it down
15050         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15051
15052 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15053
15054         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15055         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
15056         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15057         FOR_TARGET variants, to newlib and libg++.
15058
15059 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15060
15061         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15062         first.
15063
15064 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
15065
15066         * config.sub:  Accept `elf' as an environment.
15067
15068 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15069
15070         * Makefile.in (all-opcodes):  cd into the right directory
15071
15072 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
15073
15074         * configure: added -program_transform_name option, used as
15075         argument to sed when installing programs.
15076         configure.texi: added documentation for -program_prefix,
15077         -program_suffix and -program_transform_name.
15078
15079 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
15080
15081         * config.sub:  Accept i486 where i386 ok.
15082
15083 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
15084
15085         * config.sub: accept we32k
15086
15087 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
15088
15089         * config.sub, configure.in: accept OSE68000 and OSE68k.
15090
15091         * Makefile.in: don't create all directories for ``make install'';
15092         let the subdirectories create the ones they need.
15093
15094 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15095
15096         * COPYING: new file, GPL v2
15097
15098 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15099
15100         * Makefile.in: use the new gen-info-dir, which needs a template
15101         argument (which also lives in texinfo)
15102
15103         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15104
15105 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
15106
15107         * config.sub (ncr3000):  Change i386 to i486.
15108
15109 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15110
15111         * Makefile.in: add install-rcs, install-grep to
15112         install-no-fixedincludes, removed install-bison and install-libgcc
15113
15114 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
15115
15116         * configure.in: grab the HPUX makefile fragment if on HPUX
15117
15118 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15119
15120         * Makefile.in: eradicate bison spoor (ditto libgcc).
15121          configure.in: recognise m68{k,000}-ericsson-OSE.
15122          es1800 is alias for m68k-ericsson-OSE
15123
15124 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15125
15126         * configure.in: rearrange the parts that remove programs from
15127         configdirs, based now on HOST==TARGET or by canonical triple.
15128
15129 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15130
15131         * test-build.mk: recurse explicitly with -f test-build.mk when
15132           appropriate.  predicate stage3 and comparison on the existence
15133           of gcc.  That is, if gcc isn't around, we aren't three-staging.
15134           On very clean, also remove ...stamp-co.  Build in-place before
15135           doing other builds.
15136
15137 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15138
15139         * Makefile.in, configure.in: add tgas
15140
15141 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15142
15143         * Makefile.in: a number of changes merged in from progressive.
15144
15145         * configure.in: add libm.
15146
15147         * .cvsignore: ignore some stuff that comes from test-build.mk.
15148
15149 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
15150
15151         * config.sub:  Add es1800 (m68k-ericsson-es1800).
15152
15153 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15154
15155         * configure: Add program_suffix (parallel to program_prefix)
15156         * Makefile.in: adjust directory-creating script for losing decstation
15157
15158 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
15159
15160         * configure:  Minor $subdir-related fixes.
15161
15162 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15163
15164         * configure: fix various problems with propogating
15165         makefile_target_frag in subdirs.
15166         * configure.in: config libgcc if its there
15167
15168 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
15169
15170         * config.sub:  HPPA merge.
15171
15172 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
15173
15174         * Makefile.in:  Replace all-bison with all-byacc in all
15175         dependency lines for other tools (which now use byacc).
15176
15177 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
15178
15179         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
15180
15181 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
15182
15183         * Makefile.in: make gprof rules similar to byacc rules (instead of
15184         vestigal $(unsubdir) that didn't work...)
15185
15186 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
15187
15188         * config.sub:  Add support for Linux.
15189         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
15190         (at least for libg++).
15191
15192 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
15193
15194         * configure.texi: fix doc for the -nfp option to configure
15195
15196 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
15197
15198         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15199
15200 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
15201
15202         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15203         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15204         * configure.in: added solaris* host_makefile_frag hook.
15205
15206 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15207
15208         * config.sub: changed recognition of m68000 so that various
15209         m68k types can be specified via m680[01234]0
15210
15211 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15212
15213         * config.sub (basic_machine): fix sed so that '-foo' isn't
15214         completely substituted out while .+'-foo' loses the '-foo'
15215
15216 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15217
15218         * config.sub ($os): Add -aout.
15219
15220 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
15221
15222         * configure:  If host_makefile_frag is absolute, don't
15223         prefix ${invsubdir} (relevant to libg++ auto-configure).
15224
15225 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15226
15227         * Makefile.in (tooldir): Define it.
15228         (all-ld): Depend on all-flex.
15229
15230 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
15231
15232         * Makefile.in (check):  Fix libg++ special case.
15233
15234 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
15235
15236         * configure: do not bury `pwd` into config.status, thus do fewer
15237           pwd's.
15238
15239         * configure: print the "Building in" message only when building in
15240           other than "." AND verbose.
15241
15242         * configure: remove -s, rework -v to better accommodate guested
15243           configures.
15244
15245         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15246
15247 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
15248
15249         * Makefile.in: macroize flags passed on recursion.  remove
15250           fileutils.
15251
15252 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
15253
15254         * configure: get makesrcdir right for subdirs deeper than 1.
15255
15256         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15257           install.
15258
15259 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
15260
15261         * Makefile.in: don't print subdir_do or recursion lines.
15262
15263 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
15264
15265         * standards.texi: added menu item.
15266
15267         * Makefile.in: build and install standards.info.
15268
15269         * standards.texi: new file.
15270
15271 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15272
15273         * configure: test for and move config.status pieces from
15274           ${subdir}/.
15275
15276 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
15277
15278         * configure:  Test for existance of files before trying to mv
15279         them, to avoid numerous non-existance messages.
15280
15281 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
15282
15283         * configure: correct final line of config.status.
15284
15285         * configure: patch from eggert.  Avoids a protection problem if
15286           the original Makefile.in is read only.
15287
15288         * configure: use move-if-change from gcc to create config.status.
15289           Some makefiles depend on config.status to tell if a directory
15290           has been reconfigured for a different host.  This change
15291           prevents those directories from remaking everything in the case
15292           where the reconfig was only intended to rebuild a Makefile.
15293
15294         * configure: test for config.sub with "config.sub sun4" rather
15295           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
15296           host alias from a missing config.sub.
15297
15298 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15299
15300         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15301           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
15302
15303 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
15304
15305         * configure: mkdir ${subdir} as needed.
15306
15307 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
15308
15309         * Makefile.in,configure.in: added autoconf.
15310
15311 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15312
15313         * Makefile.in: no longer pass against on recursion.
15314
15315         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15316           definitions are not inherited.
15317
15318         * configure: correct makesrcdir when subdir is .
15319
15320 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
15321
15322         * configure:  Add support for 'subdirs' variable, which is
15323         like 'configdirs', except that configure doesn't re-invoke
15324         itself for subdirs, it just creates a Makefile for each subdir.
15325         * configure.texi:  Document subdirs.
15326
15327 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15328
15329         * configure.in: added flex to configdirs
15330
15331 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
15332
15333         * Makefile.in: remove clean-stamps from clean.
15334
15335 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
15336
15337         * configure.in:  Add gdbtest to configdirs.
15338
15339 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
15340
15341         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
15342         to recursive makes.
15343         * configure.in:  Recognize new ncr3000 config.
15344
15345 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
15346
15347         * Makefile.in, configure.in: removed references to gdbm.
15348
15349 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
15350
15351         * config.sub:  Don't canonicalize os value
15352         newsos* to bsd (readline needs to check for newsos).
15353         (This fix was earlier made Jan 31, but got re-broken.)
15354
15355 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
15356
15357         * configure.in:  sco is an os, not a vendor!
15358
15359         * configure:  Quote $( better.  Keep various shells happy.
15360
15361 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
15362
15363         * Makefile.in: eliminate stamp-files.
15364
15365 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
15366
15367         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
15368           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15369
15370 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
15371
15372         * config.sub:  fix iris/iris3.
15373
15374 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
15375
15376         * configure: re-add -rm.
15377
15378 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
15379
15380         * Maskefile.in: add .stmp-rcs to all.
15381
15382         * configure.in: remove gas from rs6000 build, use aix host fragment.
15383
15384 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
15385
15386         * configure: pass down site_option during recursion.
15387
15388 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
15389
15390         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
15391
15392 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
15393
15394         * configure: Change exec_prefix so that it really defaults to prefix.
15395
15396 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
15397
15398         * Makefile.in, configure.in:  Add support for mmalloc library.
15399
15400 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
15401
15402         * Makefile.in: add stmp dependencies for a few more things.
15403
15404 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
15405
15406         * configure: adjusted error message on objdir/srcdir configure
15407           collision, per john's suggestion.
15408
15409         * Makefile.in: add libiberty stmp to all and all.cross.
15410
15411 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
15412
15413         * Makefile.in: remove force dependencies, add grep to all.
15414
15415 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
15416
15417         * Makefile.in: drop flex.  make stamp files work.
15418
15419         * configure: added test for conflicting configuration in srcdir,
15420           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
15421           gets cranky.  use relative paths for configure and srcdir
15422           whenever possible.  Send some error messages to stderr that were
15423           going to stdout.
15424
15425 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
15426
15427         * Makefile.in:  Fix libg++ rule to check for gcc directory
15428         before using gcc/gcc.  Also pass XTRAFLAGS.
15429
15430 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
15431
15432         * Makefile.in: added stmp-files so that directories aren't polled
15433           when they are already built.
15434
15435         * configure.texi: fixed a node pointer problem.
15436
15437 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
15438
15439         * config.sub configure.in gdb/configure.in
15440         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15441         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15442         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
15443
15444 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15445
15446         * configure: -recurring becomes -silent.  corrected help message
15447           for -site= option.
15448
15449         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15450
15451 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15452
15453         * configure: when building Makefile for crosses, replace
15454           tooldir and program_prefix.  default srcdir from location of
15455           config.sub.  remove "for host in hosts" and "for target in
15456           targets" loops.
15457
15458 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15459
15460         * Makefile.in: Do not pass bindir or mandir to cvs.
15461
15462 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
15463
15464         * Makefile.in, configure.in: removed traces of namesubdir,
15465           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
15466           copyrights to '92, changed some from Cygnus to FSF.
15467
15468         * configure.texi: remove most references to multiple hosts,
15469           multiple targets, subdirs, etc.
15470
15471         * configure.man: removed rcsid. reference config.sub not
15472           config.subr.
15473
15474         * Makefile.in: mkdir $(infodir) on install-info.
15475
15476 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
15477
15478         * configure.texi:  Explain better about .gdbinit and about
15479         the environment that configure.in sections run in.
15480
15481 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
15482
15483         * configure.in:  Ultrix is only a decstation if it's a MIPS.
15484
15485 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
15486
15487         * README:  DOC.configure => cfg-paper.texi.
15488
15489 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
15490
15491         * config.sub (near case $os):  Don't convert newsos* to bsd!
15492
15493 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
15494
15495         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
15496         the number of copies of COPYING that go into the GDB tar file.
15497
15498 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
15499
15500         * bfd/configure.in, gdb/config/mh-i386sco,
15501         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15502         Fix SCO configuration stuff.
15503
15504 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
15505
15506         * Makefile.in:  For libg++, make sure the -I pointing
15507         to the gcc directory goes *after* all the libg++-local -I flags.
15508         Also, move just-gcc dependency from just-libg++ to all-libg++.
15509
15510 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
15511
15512         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
15513
15514 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
15515
15516         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
15517
15518 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
15519
15520         * config.sub:  Add stratus configuration frags.  Also
15521         submitted to FSF.
15522
15523 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
15524
15525         * Makefile.in (DEV_SUPPORT):  add configure.man.
15526
15527         * config.sub(Decode manufacturer-specific):  add -none*.
15528
15529 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
15530
15531         * Makefile.in:  remove form feeds to make Sun's make happy.
15532         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
15533
15534 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
15535
15536         * Makefile.in (AR_FLAGS):  Make quieter.
15537
15538 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
15539
15540         * configure.in:  Add libg++.
15541         * configure:  When verbose, don't output the command line at each
15542         level; it will be unremarkably the same as the previous version,
15543         which will be the same as what the user typed.
15544
15545 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
15546
15547         * configure.in, Makefile.in: fix clean-info, add flex.  add
15548           fileutils.
15549
15550         * configure: be less sensitive to spaces in Makefile.in.  Do not
15551           look for sources in "..".  Doing so breaks subdirectories that
15552           might have their own configure.  If a subdir has it's own
15553           configure script, use it.
15554
15555 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
15556
15557         * cfg-paper.texi: some changes suggested by rms.
15558
15559 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
15560
15561         * config.sub:  Merge in some small additions from the FSF version,
15562         taken from the gcc distribution, to bring the Cygnus and FSF
15563         versions into closer sync.
15564
15565 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
15566
15567         * configure.in:  Changed svr4 references to sysv4.
15568
15569 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
15570
15571         * configure: added -V for version number option.
15572
15573 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
15574
15575         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15576           renamed from DOC.configure to cfg-paper.texi.
15577
15578 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15579
15580         * configure, config.subr, config.sub: config.subr is now
15581           config.sub again.
15582
15583 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
15584
15585         * configure.texi: new file, in progress.
15586
15587         * Makefile.in: build info file and install the man page for
15588           configure.
15589
15590         * configure.man: new file, first cut.
15591
15592         * configure: find config.subr again now that configuration "none"
15593           has gone.  removed all traces of the -ansi option.  removed all
15594           traces of the -languages option.
15595
15596         * config.subr: resync from rms.
15597
15598 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15599
15600         * configure, config.sub, config.subr: merge config.sub into
15601           config.subr, call the result config.subr, remove config.sub, use
15602           config.subr.
15603
15604         * Makefile.in: revised install for dir.info.
15605
15606 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15607
15608         * configure.in: add decstation host makefile frag.
15609
15610         * Makefile.in: BISON now bison -y again.  also install-gcc on
15611           install.  clean-gdbm on clean.  infodir belongs in datadir.
15612           Make directories for info install.  Build dir.info here then
15613           install it.
15614
15615 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15616
15617         * Makefile.in: fix for bad directory tests.
15618
15619 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15620
15621         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
15622           regexp.  -srcdir relative was being handled incorrectly.
15623
15624         * Makefile.in: unwrapped some for loops so that parallel makes
15625           work again and so one can focus one's attention on a particular
15626           package.
15627
15628 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15629
15630         * configure: added PWD as a stand in for `pwd` (for speed). use
15631           elif wherever possible.  make -srcdir work without -objdir.
15632           -objdir= commented out.
15633
15634 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15635
15636         * configure: +options become --options.  -subdirs commented out.
15637           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
15638           Makefile now at top of generated Makefile.  Removed cvs log
15639           entries.  added -srcdir.  create .gdbinit only if there is one
15640           in ${srcdir}.
15641
15642         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
15643           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
15644           and mandir now keyed off datadir by default.
15645
15646 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15647
15648         * Freshly created ChangeLog.
15649
15650 \f
15651 Local Variables:
15652 mode: change-log
15653 left-margin: 8
15654 fill-column: 76
15655 version-control: never
15656 End: