re PR bootstrap/41818 (Error building cross compiler caused by changing LD_LIBRARY_PA...
[platform/upstream/gcc.git] / ChangeLog
1 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2
3         PR bootstrap/41818
4         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
5         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
6         * Makefile.in: Regenerate.
7
8 2010-01-02  Richard Guenther  <rguenther@suse.de>
9
10         PR lto/41529
11         * configure.ac: Include config/elf.m4.  Disable LTO if not
12         builting for an elf target.
13         * configure: Regenerate.
14
15 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
16
17         * MAINTAINERS: Change my email address.
18
19 2009-12-18  Ben Elliston  <bje@au.ibm.com>
20
21         * config.sub, config.guess: Update from upstream sources.
22
23 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
24
25         * MAINTAINERS (Write After Approval): Add myself.
26
27 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
28
29         PR middle-end/30447
30         PR middle-end/30789
31         PR other/40302
32
33         * configure.ac: Require MPC.
34         * configure: Regenerate.
35
36 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37
38         PR target/38384
39         PR bootstrap/40972
40         * libtool.m4: Sync from git Libtool.
41         * ltoptions.m4: Likewise.
42         * ltversion.m4: Likewise.
43         * lt~obsolete.m4: Likewise.
44         * ltmain.sh: Likewise.
45
46 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
47
48         * configure.ac: Update minimum MPC version to 0.8.
49         * configure: Regenerate.
50
51 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
52
53         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
54         * configure: Regenerated.
55
56 2009-11-21  Ian Lance Taylor  <iant@google.com>
57
58         * configure.ac: Change default of poststage1_ldflags to be empty if
59         poststage1_libs is set.  When poststage1_libs is empty, and
60         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
61         * configure: Rebuild.
62
63 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
64
65         * MAINTAINERS (Write After Approval): Update my email address.
66
67 2009-11-20  Ben Elliston  <bje@au.ibm.com>
68
69         * config.guess: Update from upstream sources.
70
71 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
72
73         * Makefile.def: Restore host and target settings for gmp.
74         * Makefile.in: Rebuild.
75
76 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
77
78         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
79         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
80         Fix portability of test of C++ as bootstrap language.  Add
81         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
82         * configure: Rebuild.
83         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
84         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
85         in-tree building.
86         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
87         (POSTSTAGE1_HOST_EXPORTS): Use it.
88         (STAGE[+id+]_CXXFLAGS): New.
89         (BASE_FLAGS_TO_PASS): Pass it down.
90         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
91         extra_exports.
92         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
93         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
94         extra_exports.
95         * Makefile.in: Rebuild.
96
97 2009-11-17  Ben Elliston  <bje@au.ibm.com>
98
99         * config.sub, config.guess: Update from upstream sources.
100
101 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
102
103         * MAINTAINERS (Write After Approval): Add myself.
104
105 2009-11-09  Jon Beniston <jon@beniston.com>
106
107         * MAINTAINERS (Write After Approval): Add myself.
108
109 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
110
111         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
112         paths for *-w64-mingw* and x86_64-*mingw*.
113         * configure: Regenerated.
114
115 2009-11-05  Joern Rennecke <amylaar@spamcop.net>
116
117         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
118
119 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
120
121         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
122         Phil Edwards to Write-After Approval.
123
124 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
125
126         * configure.ac: Disable target-winsup & co for
127         x86_64-*-mingw* and *-w64-mingw* targets.
128         * configure: Regenerated.
129
130 2009-10-16  Nick Clifton  <nickc@redhat.com>
131
132         * MAINTAINERS: Add myself as a maintainer for the RX port.
133
134 2009-10-26  Johannes Singler <singler@kit.edu>
135
136         * MAINTAINERS (Write After Approval): Update my e-mail address.
137
138 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
139
140         * configure.ac (CLooG test): Use = with test.
141         * configure: Regenerate.
142
143 2009-10-22  Richard Guenther  <rguenther@suse.de>
144
145         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
146         cloog if the ppl version check failed.  Move flags saving
147         before setting in libelf check.
148         * configure: Regenerate.
149
150 2009-10-21  Richard Guenther  <rguenther@suse.de>
151
152         * configure.ac: Adjust the ppl and cloog configure to work as
153         documented.  Disable cloog if ppl was disabled.  Omit the version
154         checks if they were disabled.
155         * configure: Re-generate.
156
157 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
158
159         * configure.ac: Add 'lto' to enable_languages, not
160         new_enable_languages, and only if not already present.
161         * configure: Regenerate.
162
163 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
164
165         * README: Refer to the various COPYING* files instead of just
166         COPYING.
167         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
168
169 2009-10-07 Rafael Avila de Espindola  <espindola@google.com>
170
171         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
172         
173 2009-10-07  Richard Guenther  <rguenther@suse.de>
174
175         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
176         and Richard Guenther as reviewers.
177         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
178         as reviewers.
179
180 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
181
182         * config.sub: Update from upstream sources.
183
184 2009-10-06  Ian Lance Taylor  <iant@google.com>
185
186         * Makefile.def: check-gold depends upon all-gas.
187         * Makefile.in: Rebuild.
188
189 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
190
191         * MAINTAINERS (Write After Approval): Add myself.
192
193 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
194
195         * Makefile.def: all-lto-plugin depends on all-libiberty.
196         set bootstrap=true for lto-plugin.
197         Add lto-plugin.
198         * Makefile.in: Regenerate.
199         * configure.ac (host_libs): Add lto-plugin.
200         * configure: Regenerate.
201
202 2009-10-03  Diego Novillo  <dnovillo@google.com>
203
204         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
205         (HOST_LIBELFLIBS): Define.
206         (HOST_LIBELFINC): Define.
207         * Makefile.in: Regenerate.
208         * configure.ac: Add --enable-lto.
209         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
210         If --enable-lto is used, add 'lto' to new_enable_languages.
211         If --enable-lto is used and gold is enabled, add
212         lto-plugin to configdirs.
213         * configure: Regenerate.
214
215 2009-10-03  Simon Baldwin  <simonb@google.com>
216
217         * configure.ac: If --with-system-zlib, suppress local zlib and
218         pass --with-system-zlib to subdir configure scripts.
219         * configure: Regenerate.
220
221 2009-10-01  Loren J. Rittle <ljrittle@acm.org>
222             Paolo Bonzini  <bonzini@gnu.org>
223
224         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
225         $(srcdir).
226         * Makefile.in: Rebuilt.
227
228 2009-09-26  Gary Funck <gary@intrepid.com>
229
230         * MAINTAINERS (Write After Approval): Add myself.
231
232 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
233
234         * configure.ac: Update minimum MPC version to 0.7.
235         * configure: Regenerate.
236
237 2009-09-25  Nick Clifton  <nickc@redhat.com>
238
239         * configure.ac: Pass any --cache-file=/dev/null option on to
240         subconfigures.
241         * configure: Regenerate.
242
243 2009-09-23  Nick Clifton  <nickc@redhat.com>
244
245         * config.sub, config.guess: Update from upstream sources.
246
247 2009-09-22  Loren J. Rittle <ljrittle@acm.org>
248
249         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
250         * Makefile.in: Rebuilt.
251
252 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
253
254         PR bootstrap/32272
255         * configure.ac: Error out if $srcdir isn't '.' but contains
256         host-${host_noncanonical}.
257         * configure: Regenerate.
258
259 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
260
261         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
262         maintainer.
263
264 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
265
266         * configure.ac: If bootstrapping a combined tree with
267         --enable-gold, require c++ in stage1_languages.
268         * configure: Regenerate.
269
270         * configure.ac: Also add target_libs of stage1_languages to
271         bootstrap_target_libs.
272         * configure: Regenerate.
273
274         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
275         with --enable-languages not containing c++.
276         * configure: Regenerate.
277
278 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
279
280         * configure.ac: Disable java and boehm-gc for bfin-*-*.
281         * configure: Regenerate.
282
283 2009-09-12  Joern Rennecke <joern.rennecke@embecosm.com>
284
285         * MAINTAINERS (Write After Approval): Update my e-mail address,
286         and move from from here...
287         (Waiting for paperwork): To here.
288
289 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
290
291         * MAINTAINERS (Reviewers): Add self as driver reviewer.
292
293 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
294
295         * configure.ac: Do not use $extrasub for replacing @if/@endif
296         parts in Makefile; instead, use additional arguments to
297         AC_CONFIG_COMMANDS to do the replacement manually, with several
298         sed invocations, to avoid HP-UX sed command limits.
299         * configure: Regenerate.
300
301 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
302
303         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
304         blank before -L.
305
306 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
307
308         * configure.ac (with-build-config): Document.  Handle without.
309         Handle missing argument.
310         * configure: Rebuilt.
311
312 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
313
314         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
315         Default to bootstrap-debug only if compare-debug works.
316         * configure: Rebuilt.
317         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
318         * Makefile.in: Rebuilt.
319
320 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
321
322         * MAINTAINERS (OS Port Maintainers): Update my email address.
323
324 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
325
326         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
327         * Makefile.in: Rebuilt.
328
329 2009-09-01  Chris Demetriou  <cgd@google.com>
330
331         * MAINTAINERS (Write After Approval): Add myself.
332
333 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
334
335         PR debug/30161
336         * include/dwarf2.h (enum dwarf_tag): Added
337         DW_TAG_GNU_template_template_param
338         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
339
340 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
341
342         * Makefile.tpl (AWK): Fix typo.
343         * Makefile.in: Regenerate.
344
345 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
346
347         * configure.ac: Detect awk and sed.
348         * Makefile.def (flags_to_pass): Add AWK and SED.
349         * Makefile.tpl (AWK, SED): New.
350         (BASE_FLAGS_TO_PASS): Add AWK and SED.
351         * configure: Regenerate.
352         * Makefile.in: Regenerate.
353
354 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
355
356         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
357         (collapseslashes): Likewise.
358
359 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
360
361         * configure.ac (AC_PREREQ): Bump to 2.64.
362
363 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
364
365         * configure.ac: Remove --with-datarootdir, --with-docdir,
366         --with-pdfdir, --with-htmldir switches.
367         * configure: Regenerate.
368
369         * configure: Regenerate.
370
371         * compile: Sync from Automake 1.11.
372         * depcomp: Likewise.
373         * install-sh: Likewise.
374         * missing: Likewise.
375         * mkinstalldirs: Likewise.
376         * ylwrap: Likewise.
377
378 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
379
380         * ltmain.sh (func_normal_abspath): New function.
381         (func_relative_path): Likewise.
382         (func_mode_help): Document new -bindir option for link mode.
383         (func_mode_link): Add new -bindir option, and use it to place
384         output DLL if specified.
385
386 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
387
388         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
389         (baseargs): Add --disable-option-checking.
390         * configure: Regenerate.
391
392         * Makefile.def (configure-target-libiberty): Depend on
393         all-binutils and all-ld.
394         (configure-target-newlib): Likewise.
395         * Makefile.in: Regenerate.
396
397 2009-08-17  Ben Elliston  <bje@au.ibm.com>
398
399         * config.sub, config.guess: Update from upstream sources.
400
401 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
402
403         Sync from src, merge:
404
405         2009-07-02  Tristan Gingold  <gingold@adacore.com>
406
407         * configure.ac: Do not exclude gas for i386-*-darwin.
408         Add a case for x86_64-*-darwin.
409         * configure: Regenerate.
410
411 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
412
413         * MAINTAINERS: Add my name to Write After Approval list.
414
415 2009-08-06  Michael Eager <eager@eagercon.com>
416
417         * configure.ac: Add Microblaze target.
418         * configure: Regenerate.
419
420 2009-07-31  Christian Bruel  <christian.bruel@st.com>
421
422         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
423         * configure: Regenerate.
424         
425 2009-07-28  Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
426
427         * MAINTAINERS (Write After Approval): Update my e-mail address.
428
429 2009-07-06  Ian Lance Taylor  <iant@google.com>
430
431         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
432         * configure: Rebuild.
433
434 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
435
436         * MAINTAINERS: Move myself to the Graphite Reviewers.
437
438 2009-06-30  Wei Guozhi  <carrot@google.com>
439
440         * MAINTAINERS: Add my name to Write After Approval list.
441
442 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
443
444         PR bootstrap/40338
445         * configure.ac (comparestring): Create new variable.
446         * Makefile.tpl (comparestring): Use to skip some comparisions.
447         * configure: Regenerate.
448         * Makefile.in: Regenerate.
449
450 2009-06-26  Doug Evans  <dje@sebabeach.org>
451
452         * Makefile.def (host_modules): Add cgen.
453         * Makefile.in: Regenerate.
454         * configure.ac (host_tools): Add cgen.
455         * configure: Regenerate.
456
457 2009-06-23  DJ Delorie  <dj@redhat.com>
458
459         * MAINTAINERS: Add myself as mep maintainer.
460
461 2009-06-23  Ian Lance Taylor  <iant@google.com>
462
463         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
464         boot_languages.  Only bootstrap target libraries listed in
465         target_libs for some boot language.  Add --with-stage1-ldflags,
466         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
467         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
468         if not building with C++.
469         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
470         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
471         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
472         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
473         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
474         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
475         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
476         * configure, Makefile.in: Rebuild.
477
478 2009-06-23  Li Feng  <nemokingdom@gmail.com>
479
480         * MAINTAINERS: Added my name to write-after-approval list.
481
482 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
483
484         * configure.ac: Define is_elf for QNX Neutrino targets.
485         * configure: Regenerate.
486
487 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
488
489         * MAINTAINERS: Added my name to the write-after-approval list
490
491 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
492
493         * configure.ac: Detect MPC in default directory.
494         * configure: Regenerate.
495
496 2009-06-03  Jerome Guitton  <guitton@adacore.com>
497             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
498
499         * Makefile.tpl (all): Avoid a trailing backslash.
500         * Makefile.in: Regenerate.
501
502 2009-06-03  Ben Elliston  <bje@au.ibm.com>
503
504         * config.sub, config.guess: Update from upstream sources.
505
506 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
507
508         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
509         to noconfdirs.
510         * configure: Regenerate.
511
512 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
513
514         * Makefile.tpl ([+compare-target+]): Compare all stage
515         directories, rather than just gcc.
516         * Makefile.in: Rebuilt.
517
518 2009-06-01  Doug Kwan  <dougkwan@google.com>
519
520         * configure.ac: Support gold for target arm*-*-*.
521         * configure: Regenerate.
522
523 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
524
525         * Makefile.def: Add MPC support and dependencies.
526         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
527
528         * Makefile.in, configure: Regenerate.
529
530 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
531
532         * Makefile.tpl (all): Avoid harmless warning in make all when
533         gcc-bootstrap is enabled but stage_last does not exist.
534         * Makefile.in: Rebuilt.
535
536 2009-05-24  Nicolas Roche  <roche@adacore.com>
537
538         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
539         * Makefile.in: Regenerate.
540
541 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
542
543         * MAINTAINERS: Update my e-mail address.
544
545 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
546
547         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
548         * configure:  Regenerate.
549
550 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
551
552         PR other/40159
553         * Makefile.tpl (all): Don't assume gcc-bootstrap and
554         gcc-no-bootstrap are mutually exclusive.
555         * Makefile.in: Rebuilt.
556
557 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
558
559         PR other/40159
560         * Makefile.tpl (all): Don't end with unconditional success.
561         * Makefile.in: Rebuilt.
562
563 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
564
565         PR target/37137
566         * Makefile.def (flags_to_pass): Remove redundant and incomplete
567         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
568         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
569         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
570         stage_configureflags, stage_cflags and stage_libcflags into
571         explicit Makefile macros.
572         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
573         GFORTRAN.
574         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
575         CC.  Set CC_FOR_BUILD from CC.
576         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
577         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
578         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
579         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
580         and GFORTRAN.
581         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
582         (_LIBCFLAGS): Renamed to _TFLAGS.
583         (do-compare-debug, do-compare3-debug): Drop.
584         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
585         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
586         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
587         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
588         (XGCC_FLAGS_FOR_TARGET): New.
589         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
590         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
591         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
592         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
593         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
594         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
595         TFLAGS.
596         (BUILD_CONFIG): Include if requested.
597         (all): Set TFLAGS on bootstrap.
598         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
599         (all-stageid-prefixmodule): Likewise.
600         (do-clean, distclean-stageid): Set TFLAGS.
601         (restrap): Fix whitespace.
602         * Makefile.in: Rebuilt.
603
604 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
605
606         * config.guess: Sync with src.
607
608 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
609
610         * configure.ac ($with_ppl):  Default to no if not supplied.
611         ($with_cloog):  Likewise.
612         configure:  Regenerate.
613
614 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
615
616         * MAINTAINERS: Update my e-mail address.
617
618 2009-04-27  Nick Clifton  <nickc@redhat.com>
619
620         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
621
622 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
623
624         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
625         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
626         * Makefile.in: Regenerate.
627
628 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
629
630         PR bootstrap/39739
631         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
632         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
633
634         * configure, Makefile.in: Regenerate.
635
636 2009-04-21  Taras Glek  <tglek@mozilla.com>
637
638         * include/hashtab.h: Update GTY annotations to new syntax
639         * include/splay-tree.h: Likewise
640
641 2009-04-17  Ben Elliston  <bje@au.ibm.com>
642
643         * config.sub, config.guess: Update from upstream sources.
644
645 2009-04-15  Anthony Green  <green@moxielogic.com>
646
647         * configure.ac: Add moxie support.
648         * configure: Rebuilt.
649
650 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
651
652         * configure.ac: Change copyright header to refer to version
653         3 of the GNU General Public License and to point readers at the
654         COPYING3 file and the FSF's license web page.
655         * Makefile.def: Likewise.
656         * Makefile.tpl: Likewise.
657         * Makefile.in: Regenerate.
658
659 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
660
661         * configure.ac: Restore match for darwin9 or later. Use double
662         brackets since regeneration eats one pair.
663         * configure: Regenerate.
664
665 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
666
667         PR gas/10039
668         * configure.ac: Require texinfo 4.7.
669         * configure: Regenerated.
670
671 2009-04-09  Nick Clifton  <nickc@redhat.com>
672
673         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
674         the GCC Runtime Library Exception.
675
676 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
677
678         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
679         * configure: Regenerate.
680
681 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
682
683         * Makefil.def (languages): New entries.
684         * Makefile.tpl (check-gcc-*): New generic target.
685         * Makefile.in: Regenerate.
686
687 2009-03-25  Erven Rohou <erven.rohou@inria.fr>
688
689         * MAINTAINERS:  Update my email address.
690
691 2009-03-18  Tom Tromey  <tromey@redhat.com>
692
693         * configure: Rebuild.
694         * configure.ac (host_libs): Add libiconv.
695         * Makefile.in: Rebuild.
696         * Makefile.def (host_modules): Add libiconv.
697         (configure-gdb, all-gdb): Depend on libiconv.
698
699 2009-03-16  Tristan Gingold  <gingold@adacore.com>
700
701         * configure.ac: Treat gdb as supported on x86_64-darwin.
702         * configure: Regenerate.
703
704 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
705
706         * configure.ac (--with-host-libstdcxx): New option.
707         * configure: Regenerate.
708
709 2009-03-12  Joern Rennecke <joern.rennecke@arc.com>
710
711         * MAINTAINERS:  Move myself into the write after approval list.
712
713 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
714
715         * MAINTAINERS: Update e-mail address.
716         
717 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
718
719         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
720
721 2009-03-10  Ira Rosen <irar@il.ibm.com>
722
723         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
724
725 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
726
727         Backport from git Libtool:
728
729         2009-01-19  Robert Millan  <rmh@aybabtu.com>
730         Support GNU/kOpenSolaris.
731         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
732         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
733         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
734         GNU/kOpenSolaris.
735
736 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
737
738         * MAINTAINERS: Update e-mail address.
739
740 2009-02-24  Michael Eager  <eager@eagercon.com>
741
742         * MAINTAINERS (Write After Approval): Add self.
743
744 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
745
746         * MAINTAINERS (Write After Approval): Add myself.
747
748 2009-02-05  Andreas Schwab  <schwab@suse.de>
749
750         * Makefile.tpl (stage_last): Define $r and $s before using
751         $(RECURSE_FLAGS_TO_PASS).
752         * Makefile.in: Regenerate
753
754 2009-01-30  Ian Lance Taylor  <iant@google.com>
755
756         * MAINTAINERS: Move myself to the Global Reviewers list.
757
758 2009-01-29  Robert Millan  <rmh@aybabtu.com>
759
760         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
761         * configure: Regenerate.
762
763 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
764
765         * MAINTAINERS: Make whitespace consistent.
766         Remove Robert Millan from Write After Approval.
767
768 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
769
770         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
771         (all-opcodes): Depend on all-libiberty.
772         * Makefile.in: Regenerate.
773
774 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
775
776         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
777         * configure: Regenerate.
778
779 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
780
781         * MAINTAINERS (Write After Approval): Add myself.
782
783 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
784
785         * MAINTAINERS: Add myself to reviewers (Fortran).
786
787 2009-01-12  Sebastian Pop <sebastian.pop@amd.com>
788
789         PR tree-optimization/38515
790         * configure.ac (cloog-polylib): Removed.
791         (with_ppl, with_cloog): Test for "no".
792         * configure: Regenerated.
793
794 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
795
796         * MAINTAINERS: Moved myself to reviewers (Fortran).
797
798 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
799
800         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
801         (Write After Approval): Remove myself.
802
803 2009-01-03  Diego Novillo  <dnovillo@google.com>
804
805         * MAINTAINERS: Remove myself from alias maintainership.
806
807 2009-01-02  David Ayers  <ayers@fsfe.org>
808
809         * MAINTAINERS: Update e-mail address.
810
811 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
812
813         * MAINTAINERS: Make whitespace consistent.
814
815 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
816
817         Backport from upstream Libtool:
818         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
819         Add cache variables to tests that require the linker to work.
820         For shlibpath_overrides_runpath, this also changes the semantics
821         to let the result from the C compiler take precedence.
822
823 2008-12-02  Ben Elliston  <bje@au.ibm.com>
824
825         * config.sub, config.guess: Update from upstream sources.
826
827 2008-12-12  Sebastian Pop <sebastian.pop@amd.com>
828
829         * configure.ac (ppllibs): Add by default the lib flags.
830         * configure: Regenerate.
831
832 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
833
834         * MAINTAINERS:  Add myself to the write after approval list.
835
836 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
837
838         * configure.ac: Add double brackets on darwin[912].
839         * configure: Regenerate.
840
841 2008-12-03  Daniel Kraft  <d@domob.eu>
842
843         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
844         Approval to Reviewer section (for Fortran front-end).
845
846 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
847
848         * configure.ac: Expand to darwin10 and later.
849         * configure: Regenerate.
850
851 2008-12-02  Andreas Schwab  <schwab@suse.de>
852
853         * Makefile.def: configure-target-boehm-gc depends on
854         all-target-libstdc++-v3.
855         * Makefile.in: Regenerate.
856
857 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
858
859         * MAINTAINERS:  Add myself as mingw maintainer.
860
861 2008-12-02  Ben Elliston  <bje@au.ibm.com>
862
863         * config.sub, config.guess: Update from upstream sources.
864
865 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
866
867         * README.SCO: Remove.
868
869 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
870
871         * MAINTAINERS:  Add myself to the write after approval list.
872
873 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
874
875         * MAINTAINERS:  Update my email address in WAA section.
876
877 2008-11-29  Chen Liqin <liqin@sunnorth.com.cn>
878
879         * MAINTAINERS: Update e-mail address.
880
881 2008-11-27  Toon Moene <toon@moene.org>
882
883         * MAINTAINERS: Change e-mail address.
884
885 2008-11-27  Tristan Gingold  <gingold@adacore.com>
886
887         * configure.ac: Build gdb for i?86-*-darwin*
888         * configure: Regenerated.
889
890 2008-11-24  Hariharan Sandanagobalane <hariharan@picochip.com>
891
892         * MAINTAINERS: Added my full name.
893
894 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
895
896         PR bootstrap/38014
897         PR bootstrap/37923
898
899         Revert:
900
901         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
902
903         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
904         * Makefile.in: Regenerated.
905
906         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
907
908         PR gdb/921
909         PR gdb/1646
910         PR gdb/2175
911         PR gdb/2176
912
913         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
914         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
915         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
916         (HOST_EXPORTS): Pass CPPFLAGS.
917         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
918         (LDFLAGS_FOR_TARGET): Initialize from configure script.
919         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
920         * Makefile.in, configure: Regenerated.
921         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
922         and CPPFLAGS_FOR_BUILD.
923
924 2008-11-06  Jeff Law <law@redhat.com>
925
926         * MAINTAINERS: Add myself as middle end maintainer.
927
928 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
929
930         * MAINTAINERS (Write after approval): Add myself.
931
932 2008-11-05  Diego Novillo  <dnovillo@google.com>
933
934         * MAINTAINERS (Global Reviewers): Add myself.
935         (Non-Algorithmic Maintainers): Remove myself.
936
937 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
938
939         * MAINTAINERS (Write after approval): Add myself.
940
941 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
942
943         * MAINTAINERS (Write after approval): Add myself.
944
945 2008-10-31  Ben Elliston  <bje@au.ibm.com>
946
947         * configure.ac (spu-*-*): Remove special case.
948         * configure: Regenerate.
949
950 2008-10-30  Catherine Moore  <clm@codesourcery.com>
951
952         * MAINTAINERS (Write after approval): Update my email address.
953
954 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
955
956         * configure.ac [spu-*-*]: Do not set skipdirs.
957         * configure: Re-generate.
958
959 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
960
961         * MAINTAINERS (Various Maintainers): Add myself to reload.
962
963 2008-10-25  Richard Guenther  <rguenther@suse.de>
964
965         * MAINTAINERS (Various Maintainers): Add myself as middle-end
966         maintainer.  Remove myself as libgcc-math maintainer.
967         (Non-Algorithmic Maintainers): Remove myself.
968
969 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
970
971         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
972         * Makefile.in: Regenerated.
973
974 2008-10-23  Cary Coutant  <ccoutant@google.com>
975
976         * MAINTAINERS (Write after approval): Add myself.
977
978 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
979
980         PR gdb/921
981         PR gdb/1646
982         PR gdb/2175
983         PR gdb/2176
984
985         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
986         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
987         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
988         (HOST_EXPORTS): Pass CPPFLAGS.
989         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
990         (LDFLAGS_FOR_TARGET): Initialize from configure script.
991         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
992         * Makefile.in, configure: Regenerated.
993         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
994         and CPPFLAGS_FOR_BUILD.
995
996 2008-10-20  Sebastian Pop <sebastian.pop@amd.com>
997
998         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
999         Sebastian Pop.
1000
1001 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
1002
1003         * MAINTAINERS (Write After Approval): Added myself.
1004
1005 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1006
1007         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1008         recommended version to 2.3.2.
1009
1010         * configure: Regenerate.
1011
1012 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
1013
1014         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
1015
1016 2008-09-29  David Daney <david.daney@caviumnetworks.com>
1017
1018         * MAINTAINERS (Write After Approval): Update e-mail address.
1019
1020 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
1021
1022         * libtool.m4: Update to libtool 2.2.6.
1023         * lt~obsolete.m4: Update to libtool 2.2.6.
1024         * ltmain.sh: Update to libtool 2.2.6.
1025         * ltsugar.m4: Update to libtool 2.2.6.
1026         * ltversion.m4: Update to libtool 2.2.6.
1027         * ltoptions.m4: Update to libtool 2.2.6.
1028         * ltgcc.m4: Update to match changes from libtool 2.2.6.
1029
1030 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
1031
1032         * MAINTAINERS (Write After Approval): Add myself.
1033
1034 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1035
1036         * MAINTAINERS (Write After Approval): Update my name.
1037
1038 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
1039
1040         * MAINTAINERS: Add myself in "Write After Approval".
1041
1042 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
1043
1044         * MAINTAINERS: Add myself as ia64 maintainer.
1045
1046 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
1047
1048         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
1049         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
1050         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
1051         and Michael Tiemann from Write After Approval since they do not
1052         actually have access.
1053
1054 2008-09-05  Richard Guenther  <rguenther@suse.de>
1055
1056         * configure.ac: Initialize clooglibs to -lcloog.
1057         * configure: Re-generate.
1058
1059 2008-09-04  Le-Chun Wu  <lcwu@google.com>
1060
1061         * MAINTAINERS (Write After Approval): Add myself.
1062
1063 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
1064
1065         * configure.ac (--with-cloog-polylib): New.
1066         (--disable-cloog-version-check): New.
1067         (--disable-ppl-version-check): New.
1068         * configure: Re-generate.
1069
1070 2008-09-03  Richard Guenther  <rguenther@suse.de>
1071
1072         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1073         cloog test.
1074         * configure: Re-generate.
1075
1076 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
1077
1078         Add picoChip port.
1079         * MAINTAINERS: Add picoChip maintainers.
1080
1081 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
1082             Tobias Grosser  <grosser@fim.uni-passau.de>
1083             Jan Sjodin  <jan.sjodin@amd.com>
1084             Harsha Jagasia  <harsha.jagasia@amd.com>
1085             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1086             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1087             Adrien Eliche  <aeliche@isty.uvsq.fr>
1088
1089         Merge from graphite branch.
1090         * configure: Regenerate.
1091         * Makefile.in: Regenerate.
1092         * configure.ac (host_libs): Add ppl and cloog.
1093         Add checks for PPL and CLooG.
1094         * Makefile.def (ppl, cloog): Added modules and dependences.
1095         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1096         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1097
1098 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1099
1100         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1101         (GCC_SHLIB_SUBDIR): New.
1102         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1103         * configure: Regenerate.
1104         * Makefile.in: Regenerate.
1105
1106 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
1107
1108         * MAINTAINERS: Consistently use tabs to separate columns.
1109
1110 2008-08-29  Tristan Gingold  <gingold@adacore.com>
1111
1112         * MAINTAINERS (Write after Approval): Add myself.
1113
1114 2008-08-28  Tristan Gingold  <gingold@adacore.com>
1115
1116         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1117         Enable bfd, binutils and opcodes.
1118         * configure: Regenerate.
1119
1120 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1121
1122         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
1123
1124 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1125
1126         * MAINTAINERS:  Use correct Umlaut for last name.
1127
1128 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1129
1130         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
1131
1132 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
1133
1134         * MAINTAINERS: Update my email address.
1135
1136 2008-08-16  Nicolas Roche  <roche@adacore.com>
1137
1138         * Makefile.tpl: Add BOOT_ADAFLAGS.
1139         * Makefile.in: Regenerate.
1140
1141 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
1142
1143         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1144         * configure: Regenerate.
1145
1146 2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
1147
1148         * configure.ac: Add makefile fragments for hpux.
1149         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1150         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1151         * configure: Regenerate.
1152         * Makefile.in: Regenerate.
1153
1154 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
1155
1156         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
1157
1158 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
1159
1160         * MAINTAINERS (Write after Approval): Add myself.
1161
1162 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
1163
1164         * MAINTAINERS (Write After Approval):  Add myself.
1165
1166 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
1167
1168         * MAINTAINERS (Write After Approval):  Add myself.
1169
1170 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
1171
1172         * MAINTAINERS: Update my email address.
1173
1174 2008-06-25  Joey Ye  <joey.ye@intel.com>
1175
1176         * MAINTAINERS (Write After Approval):  Add myself.
1177
1178 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1179
1180         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1181         * Makefile.in: Regenerate.
1182         * configure: Regenerate.
1183
1184 2008-06-17  Daniel Kraft  <d@domob.eu>
1185
1186         * MAINTAINERS (Write After Approval):  Add myself.
1187
1188 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1189
1190         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1191         "$@" is still intact with both Autoconf 2.59 and 2.62.
1192         * configure: Regenerate.
1193
1194 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1195
1196         * Makefile.tpl: Fix comment errors.
1197         * Makefile.in: Regenerate.
1198
1199 2008-06-12  David S. Miller  <davem@davemloft.net>
1200             David Edelsohn  <edelsohn@gnu.org>
1201
1202         * configure.ac: Add powerpc*-*-* to gold supported targets.
1203         * configure: Regenerate.
1204
1205 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
1206
1207         PR tree-optimization/36218
1208         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1209         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1210         (all prefix="build-"): Pass them to build-system sub-makes.
1211         * Makefile.in: Regenerate.
1212
1213 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
1214
1215         * MAINTAINERS (mt port): Remove.
1216         (sco5, unixware, sco udk): Remove.
1217         (Kean Johnston): Add to Write After Approval.
1218
1219 2008-05-30  Julian Brown  <julian@codesourcery.com>
1220
1221         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1222         of libobjc for ARM EABI Linux.
1223         * configure: Regenerate.
1224
1225 2008-05-18 Xinliang David Li   <davidxl@google.com>
1226
1227         * ChangeLog: Remove wrong ChangeLog entry.
1228
1229 2008-05-17 Xinliang David Li   <davidxl@google.com>
1230
1231         * MAINTAINERS (Write After Approval): Add myself.
1232
1233 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
1234
1235         * MAINTAINERS (Write After Approval): Add myself.
1236
1237 2008-05-14  Rafael Espíndola  <espindola@google.com>
1238
1239         * config-ml.in: don't handle --enable-shared and --enable-static.
1240
1241 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
1242
1243         * MAINTAINERS: Update my email address.
1244
1245 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
1246
1247         * MAINTAINERS: Update my email address.
1248
1249 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
1250
1251         * MAINTAINERS (Write After Approval): Add myself.
1252
1253 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
1254
1255         * MAINTAINERS (Write After Approval): Add myself.
1256
1257 2008-04-25  Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
1258
1259         * MAINTAINERS (crx): Add myself.
1260
1261 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1262
1263         Sync with src:
1264         2008-04-14  David S. Miller  <davem@davemloft.net>
1265
1266         * configure.ac: Add sparc*-*-* to gold supported targets.
1267         * configure: Regenerate.
1268
1269 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1270
1271         PR bootstrap/35457
1272         * configure.ac: Include override.m4.
1273         * configure: Regenerate.
1274
1275 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1276
1277         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
1278         * Makefile.in: Regenerate.
1279
1280 2008-04-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
1281
1282         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
1283         as nonconfigurable directories list.
1284         * configure: Regenerate.
1285
1286 2008-04-14  Ben Elliston  <bje@au.ibm.com>
1287
1288         * config.sub, config.guess: Update from upstream sources.
1289
1290 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
1291
1292         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
1293         * Makefile.in: Regenerate.
1294
1295 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
1296
1297         * configure.ac: Do not build libssp for the AVR.
1298         * configure: Regenerate.
1299
1300 2008-04-07  Ian Lance Taylor  <iant@google.com>
1301
1302         * Makefile.def: check-gold depends upon all-binutils.
1303         * Makefile.in: Regenerate.
1304
1305 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
1306
1307         * MAINTAINERS (Write After Approval): Add myself.
1308
1309 2008-04-04  Nick Clifton  <nickc@redhat.com>
1310
1311         PR binutils/4334
1312         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
1313         builds.
1314         * configure: Regenerate.
1315
1316 2008-04-04  NightStrike  <NightStrike@gmail.com>
1317
1318         PR other/35151
1319         * configure.ac: Combine rules for mingw32 and mingw64.
1320         * configure: Regenerate.
1321
1322 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
1323
1324         * MAINTAINERS (Write After Approval): Add myself.
1325
1326 2008-04-01  Seongbae Park <seongbae.park@gmail.com>
1327
1328         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
1329         * Makefile.in (.NOTPARALLEL): Ditto.
1330
1331 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
1332
1333         * MAINTAINERS (Write After Approval): Add myself.
1334
1335 2008-03-31  Seongbae Park <seongbae.park@gmail.com>
1336
1337         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
1338         * Makefile.in (.NOTPARALLEL): Regenerate.
1339
1340 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
1341
1342         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
1343         * Makefile.in: Regenerate.
1344
1345 2008-03-26  Jakub Staszak  <kuba@et.pl>
1346
1347         * MAINTAINERS (Write After Approval): Add myself.
1348
1349 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1350
1351         * MAINTAINERS:  Update e-mail address.
1352
1353 2008-03-20  Ian Lance Taylor  <iant@google.com>
1354
1355         * configure.ac: Add support for --enable-gold.
1356         * Makefile.def: Add gold as a directory like ld.
1357         * configure, Makefile.in: Regenerate.
1358
1359 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1360
1361         * configure.ac: m4_include config/proginstall.m4.
1362         * configure: Regenerate.
1363
1364         Backport from upstream Libtool:
1365
1366         2007-10-12  Eric Blake  <ebb9@byu.net>
1367
1368         Deal with Autoconf 2.62's semantic change in m4_append.
1369         * ltsugar.m4 (lt_append): Replace broken versions of
1370         m4_append.
1371         (lt_if_append_uniq): Don't require separator to be overquoted,
1372         and avoid broken m4_append.
1373         (lt_dict_add): Fix typo.
1374         * libtool.m4 (_LT_DECL): Don't overquote separator.
1375
1376 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
1377
1378         * config.rpath: Add AIX 6 support.
1379
1380 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
1381
1382         * Makefile.def (stageprofile).  Remove -fprofile-generate
1383         from stage_libcflags.
1384         * Makefile.in: Regenerate.
1385
1386 2008-03-13  Ben Elliston  <bje@au.ibm.com>
1387
1388         * config.sub, config.guess: Update from upstream sources.
1389
1390 2008-03-06  Tom Tromey  <tromey@redhat.com>
1391
1392         * MAINTAINERS: Update for treelang deletion.
1393
1394 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
1395
1396         * MAINTAINERS: Update my email address.
1397
1398 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
1399
1400         * MAINTAINERS (darwin port): Add myself as a maintainer.
1401         (objective-c/c++): Add myself as a maintainer.
1402
1403 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
1404
1405         * MAINTAINERS (Write After Approval): Update my email address.
1406
1407 2008-02-25  Tomas Bily  <tbily@suse.cz>
1408
1409         * MAINTAINERS (Write After Approval): Add myself.
1410
1411 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
1412
1413         * MAINTAINERS (OpenMP): Add myself.
1414
1415 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
1416
1417         PR bootstrap/32009
1418         PR bootstrap/32161
1419
1420         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
1421         * configure: Regenerate.
1422
1423         * Makefile.def: Define stage_libcflags for all bootstrap stages.
1424         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
1425         STAGE4_LIBCFLAGS): New.
1426         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
1427         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
1428         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
1429         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
1430         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
1431         for target modules.  Don't export LIBCFLAGS.
1432         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
1433         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
1434         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
1435         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
1436         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
1437         * Makefile.in: Regenerate.
1438
1439 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1440
1441         PR libgcj/33085
1442         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
1443         Do not use -DDLL_EXPORT.  Backport from upstream.
1444
1445 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1446
1447         * MAINTAINERS (Write After Approval): Add myself.
1448
1449 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
1450
1451         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
1452         * configure: Regenerate.
1453
1454 2008-01-31  Marc Gauthier  <marc@tensilica.com>
1455
1456         * configure.ac (xtensa*-*-*): Recognize processor variants.
1457         * configure: Regenerate.
1458
1459 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1460
1461         PR bootstrap/34922
1462         * configure.ac (PARSE_ARGS): Push suitable setting of
1463         ac_subdirs_all, for `./configure --help=recursive'.
1464         Handle `+' in generic toplevel directory disabling.
1465         * configure: Regenerate.
1466
1467 2008-01-28  Nick Clifton  <nickc@redhat.com>
1468
1469         * MAINTAINERS (xstormy16): Take over maintainership.
1470
1471 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
1472
1473         * MAINTAINERS (c4x port): Remove.
1474
1475 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
1476
1477         * libtool.m4: Backport AIX 6 support from ToT Libtool.
1478
1479 2008-01-23  Ben Elliston  <bje@au.ibm.com>
1480
1481         * config.sub, config.guess: Update from upstream sources.
1482
1483 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
1484
1485         * MAINTAINERS (Write After Approval): Add myself.
1486
1487 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
1488
1489         * MAINTAINERS: Update my email address.
1490
1491 2008-01-09  Raksit Ashok  <raksit@google.com>
1492
1493         * MAINTAINERS (Write After Approval): Add myself.
1494
1495 2008-01-09  Raksit Ashok  <raksit@google.com>
1496
1497         * MAINTAINERS (Write After Approval): Add myself.
1498
1499 2008-01-08  Ben Elliston  <bje@au.ibm.com>
1500
1501         * config.sub, config.guess: Update from upstream sources.
1502
1503 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1504
1505         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
1506         Change recommended MPFR from 2.2.1 -> 2.3.0.
1507         * configure: Regenerate.
1508
1509 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
1510
1511         * MAINTAINERS: Update my email address.
1512
1513 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
1514
1515         * MAINTAINERS: Update my email address.
1516
1517 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
1518
1519         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
1520         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
1521         * Makefile.in: Regenerate.
1522
1523 2007-12-10  Mark Heffernan <meheff@google.com>
1524
1525         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
1526         misplaced entries.
1527
1528 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
1529
1530         * configure.ac: Enable libjava for x86_64-*-darwin9.
1531         * configure: Regenerate.
1532
1533 2007-12-07  Bill Maddox <maddox@google.com>
1534
1535         * MAINTAINERS (Write After Approval): Add myself.
1536
1537 2007-12-05  Ben Elliston  <bje@au.ibm.com>
1538
1539         * config.sub, config.guess: Update from upstream sources.
1540
1541 2007-12-02  Matthias Klose  <doko@ubuntu.com>
1542
1543         * config-ml.in: Remove 64bit configure tests.
1544
1545 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1546
1547         * config-ml.in: Robustify against white space in absolute file
1548         names.
1549
1550         * config-ml.in (multi-clean): Substitute ${Makefile}.
1551         Remove superfluous ${Makefile} in list.
1552
1553 2007-11-19  Thiemo Seufer  <ths@mips.com>
1554
1555         * config-ml.in: Don't hardcode the Makefile name.
1556
1557 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
1558
1559         * MAINTAINERS (Write After Approval): Add myself.
1560
1561 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
1562
1563         * MAINTAINERS (Write After Approval): Add myself.
1564
1565 2007-11-06  Doug Kwan <dougkwan@google.com>
1566
1567         * MAINTAINERS (Write After Approval): Add myself.
1568
1569 2007-10-25  Ben Elliston  <bje@au.ibm.com>
1570
1571         * MAINTAINERS (mercury): Remove entry.
1572         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
1573
1574 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
1575
1576         * Makefile.def (dependencies): Make configure-gdb depend on
1577         all-intl.
1578         * Makefile.in: Regenerated.
1579
1580 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
1581
1582         * MAINTAINERS (Fortran maintainer): Remove myself.
1583
1584 2007-10-15  Patrick Mansfield <patmans@us.ibm.com>
1585
1586         * Makefile.def: To avoid problems running with parallel makes,
1587         build newlib before libgloss so that target specific header
1588         files are availble.
1589         * Makefile.in: Regenerate
1590
1591 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
1592
1593         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
1594         * Makefile.in: Regenerate.
1595
1596 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
1597
1598         * MAINTAINERS (Register allocation reviewer): Add myself.
1599
1600 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
1601
1602         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
1603         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
1604         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
1605         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
1606         * configure: Regenerate.
1607
1608 2006-10-04  Seongbae Park <seongbae.park@gmail.com>
1609
1610         * MAINTAINERS (Register allocation reviewer): Add myself.
1611
1612 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
1613
1614         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
1615         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
1616         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
1617         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
1618         * configure.ac: Default them to host tools for $host = $build.
1619         Subst them.
1620
1621         * configure: Regenerate.
1622         * Makefile.in: Regenerate.
1623
1624 2006-09-24  Peter Bergner <bergner@vnet.ibm.com>
1625
1626         * MAINTAINERS (Register allocation reviewer): Add myself.
1627
1628 2006-09-24  Kenneth Zadeck <zadeck@naturalbridge.com>
1629
1630         * MAINTAINERS (Register allocation reviewer): Add myself.
1631
1632 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
1633
1634         * MAINTAINERS (Write After Approval): Fix typo.
1635
1636 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
1637
1638         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
1639         * configure: Regenerate.
1640
1641 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
1642
1643         PR bootstrap/31906
1644         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
1645         they're already prefixed.
1646
1647 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
1648
1649         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
1650         libstdc++.
1651         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
1652         * configure: Regenerate.
1653         * Makefile.in: Regenerate.
1654
1655 2007-09-17  Andreas Schwab  <schwab@suse.de>
1656
1657         * configure.ac: Raise minimum makeinfo version to 4.6.
1658         * configure: Regenerate.
1659
1660 2007-09-17  Johannes Singler <singler@ira.uka.de>
1661
1662         * MAINTAINERS (write-after-approval) add myself
1663
1664 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
1665
1666         * configure.ac: Correct makeinfo version check.
1667         * configure: Regenerate.
1668
1669 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
1670
1671         * MAINTAINERS: Update my email address.
1672
1673 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
1674
1675         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
1676         to $skipdirs and only disable gprof for newlib.  Use the normal
1677         mips*-elf* handling in other respects.
1678         * configure: Regnerate.
1679
1680 2007-09-12  David Daney  <ddaney@avtrex.com>
1681
1682         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
1683         enabling libgcj.
1684         * configure: Regenerate.
1685
1686 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
1687
1688         PR other/32154
1689         * configure.ac: For libgloss targets, point the linker to the linker
1690         script, startup code and simulator library.
1691         * configure: Regenerate.
1692
1693 2007-09-07  Andrew Haley  <aph@redhat.com>
1694
1695         * configure.ac (noconfigdirs): Remove target-libffi and
1696         target-libjava.
1697         * configure: Regenerate.
1698
1699 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1700
1701         PR target/33281
1702         * configure.ac: Use config/mh-mingw on mingw.
1703         * configure: Regenerate.
1704
1705 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
1706
1707         * MAINTAINERS (Write After Approval): Add myself.
1708
1709 2007-09-05  Richard Guenther  <rguenther@suse.de>
1710
1711         * configure.ac (--enable-stage1-checking): If neither --enable-checking
1712         nor --disable-checking is provided also turn on yes and types
1713         checking for stage1.
1714         * configure: Re-generate.
1715
1716 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
1717
1718         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
1719         (Write After Approval): Remove myself.
1720
1721 2007-08-29  Nick Clifton  <nickc@redhat.com>
1722
1723         * config.sub, config.guess: Update from upstream sources.
1724
1725 2007-08-22  Bud Davis  <jmdavis@link.com>
1726
1727         * MAINTAINERS (Write After Approval): Added myself.
1728         * MAINTAINERS (Reviewers): Removed myself.
1729
1730 2007-08-18  Paul Brook  <paul@codesourcery.com>
1731             Joseph Myers  <joseph@codesourcery.com>
1732
1733         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
1734         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
1735         * Makefile.in: Regenerate.
1736         * configure.ac (--with-debug-prefix-map): New.
1737         * configure: Regenerate.
1738
1739 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
1740             Nigel Stephens  <nigel@mips.com>
1741
1742         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
1743         as target_makefile_frag.
1744         * configure: Regenerate.
1745
1746 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
1747
1748         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
1749         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
1750         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
1751         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
1752         (do-compare, do-compare3, do-compare-debug): New.
1753         ([+compare-target+]): Use them.
1754
1755 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
1756
1757         * MAINTAINERS (Write After Approval): Change my email address.
1758
1759 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1760             Ben Elliston  <bje@au.ibm.com>
1761
1762         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
1763         --silent if $silent.
1764         * configure: Regenerate.
1765
1766 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
1767
1768         * MAINTAINERS (Various Maintainers): Add myself as
1769         loop infrastructure maintainer.  Update my e-mail
1770         address.
1771
1772 2007-07-31  Diego Novillo  <dnovillo@google.com>
1773
1774         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
1775         Adjust description.
1776
1777 2007-07-26  Richard Guenther  <rguenther@suse.de>
1778
1779         * configure.ac: Add types checking to stage1 checking flags.
1780         * configure: Regenerate.
1781
1782 2007-07-17  Nick Clifton  <nickc@redhat.com>
1783
1784         * COPYING3: New file.  Contains version 3 of the GNU General
1785         Public License.
1786         * COPYING3.LIB: New file.  Contains version 3 of the GNU
1787         Lesser General Public License.
1788
1789 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
1790
1791         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
1792
1793 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
1794
1795         * MAINTAINERS (S/390 co-maintainer): Add myself.
1796         (Write After Approval): Remove myself.
1797
1798 2007-07-13  Dan Hipschman  <dsh@google.com>
1799
1800         * MAINTAINERS (Write After Approval): Add myself.
1801
1802 2007-07-11  Nick Clifton  <nickc@redhat.com>
1803
1804         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
1805         WINDRES export.
1806         * Makefile.in: Regenerate.
1807
1808 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1809
1810         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
1811         maintainer.
1812
1813 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
1814
1815         * lt~obsolete.m4: New. Import from 20070318 libtool.
1816
1817 2007-07-03  Julian Brown  <julian@codesourcery.com>
1818
1819         * MAINTAINERS (Write After Approval): Add myself.
1820
1821 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1822
1823         * configure.ac: Rewrite 'configure --help' strings to look nicer.
1824         * configure: Regenerate.
1825
1826 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1827
1828         * configure.ac: Add some missing m4 quotation.
1829         * configure: Regenerate.
1830
1831 2007-07-02  Simon Baldwin  <simonb@google.com>
1832
1833         * MAINTAINERS (Write After Approval): Add myself.
1834
1835 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
1836
1837         * configure: Regenerate.
1838
1839 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
1840
1841         * Makefile.def: Add windmc tool to build.
1842         * Makefile.tpl: Likewise.
1843         * configure.ac: Likewise.
1844         * Makefile.in: Regenerate.
1845         * configure: Regenerate.
1846
1847 2007-06-28  DJ Delorie  <dj@redhat.com>
1848
1849         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
1850         not building newlib.
1851         * configure: Regenerated.
1852
1853 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
1854
1855         * MAINTAINERS (Write After Approval): Add myself.
1856
1857 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
1858
1859         * MAINTAINERS (Write After Approval): Add myself.
1860
1861 2007-06-19  Chris Matthews  <chrismatthews@google.com>
1862
1863         * MAINTAINERS (Write After Approval): Add myself.
1864
1865 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
1866
1867         * MAINTAINERS (Write After Approval): Add myself.
1868
1869 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
1870
1871         * Makefile.def: Add dependency from configure-gdb to all-bfd.
1872         * Makefile.in: Regenerated.
1873
1874 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
1875
1876         * configure.ac: Don't add target-libmudflap to noconfigdirs for
1877         bfin*-*-uclinux* targets.
1878         * configure: Regenerate.
1879
1880 2007-06-14  Ian Lance Taylor  <iant@google.com>
1881
1882         * MAINTAINERS: Add myself as non-algorithmic global write
1883         maintainer.
1884
1885 2007-06-14  Diego Novillo  <dnovillo@google.com>
1886
1887         * MAINTAINERS: Add self as middle-end maintainer and
1888         non-algorithmic global write maintainer.
1889
1890 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1891
1892         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
1893         Move all Fortran maintainers except Paul Brook into the
1894         Non-Autopoiesis section.
1895
1896 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
1897
1898         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
1899         (distclean-stage[+id+]): Possibly delete stage_last.
1900         * Makefile.in: Regenerate.
1901
1902 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
1903
1904         * MAINTAINERS (Various Maintainer): Fix typo.
1905
1906 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
1907
1908         * MAINTAINERS (Various Maintainer): Add myself as
1909         dataflow maintainer.
1910
1911 2007-06-07  Ben Elliston  <bje@au.ibm.com>
1912
1913         * config.sub, config.guess: Update from upstream sources.
1914
1915 2007-06-07  Ben Elliston  <bje@au.ibm.com>
1916
1917         * Makefile.tpl: Fix spelling error.
1918         * Makefile.in: Regenerate.
1919
1920 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
1921
1922         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
1923         lt_cv_sys_max_cmd_len.
1924
1925 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
1926
1927         * MAINTAINERS (Various Maintainers): Add myself as
1928         auto-vectorizer maintainer.
1929
1930 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
1931
1932         PR libjava/32098
1933         * libtool.m4: Revert previous change.
1934         * ltgcc.m4: Put it here.
1935
1936 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
1937
1938         * MAINTAINERS (Various Maintainers): Add myself as
1939         auto-vectorizer maintainer.
1940
1941 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
1942
1943         PR libjava/32098
1944         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
1945
1946 2007-05-30  Richard Guenther  <rguenther@suse.de>
1947
1948         * MAINTAINERS (Various Maintainers): Add myself as
1949         auto-vectorizer maintainer.
1950
1951 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
1952
1953         PR bootstrap/29382
1954         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
1955         * configure: Rebuilt.
1956
1957 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
1958
1959         * MAINTAINERS (Write After Approval): Removed my name.
1960
1961 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
1962
1963         * MAINTAINERS (Write After Approval): Remove myself.
1964
1965 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
1966
1967         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
1968
1969 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
1970
1971         * ltmain.sh: Update from ToT Libtool.
1972         * libtool.m4: Update from ToT Libtool.
1973         * ltsugar.m4: New. Update from ToT Libtool.
1974         * ltversion.m4: New. Update from ToT Libtool.
1975         * ltoptions.m4: New. Update from ToT Libtool.
1976         * ltconfig: Remove.
1977         * ltcf-c.sh: Remove.
1978         * ltcf-cxx.sh: Remove.
1979         * ltcf-gcj.sh: Remove.
1980
1981 2007-05-22  Ollie Wild  <aaw@google.com>
1982
1983         * MAINTAINERS (Write After Approval): Add myself.
1984
1985 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
1986
1987         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
1988         stage_cflags.
1989         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
1990         Remove CFLAGS/LIBCFLAGS.
1991         (configure-stage[+id+]-[+prefix+][+module+],
1992         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
1993         * Makefile.in: Regenerate.
1994
1995 2007-05-15  Diego Novillo  <dnovillo@google.com>
1996
1997         * MAINTAINERS: Update e-mail address.
1998
1999 2007-05-15  Revital Eres  <eres@il.ibm.com>
2000
2001         * MAINTAINERS (Write After Approval): Add myself.
2002
2003 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
2004
2005         * MAINTAINERS (Write After Approval): Updated my address.
2006
2007 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
2008
2009         * MAINTAINERS (Write After Approval): Add myself.
2010
2011 2007-05-11  Silvius Rus  <rus@google.com>
2012
2013         * MAINTAINERS (Write After Approval): Add myself.
2014
2015 2007-04-23  Tom Tromey  <tromey@redhat.com>
2016
2017         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
2018
2019 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
2020
2021         * MAINTAINERS (cpplib): Rename to ...
2022         (libcpp): ... this.  Add C/C++ front end maintainers.
2023
2024 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
2025
2026         * config-ml.in: Pass ${ml_config_env} to configure calls.
2027
2028 2007-04-04  Christian Bruel  <christian.bruel@st.com>
2029
2030         * MAINTAINERS (Write After Approval): Add myself.
2031
2032 2007-04-02  Dave Korn  <dave.korn@artimi.com>
2033
2034         * MAINTAINERS (Write After Approval): Add myself.
2035
2036 2007-03-31  Tobias Burnus  <burnus@net-b.de>
2037
2038         * MAINTAINERS (fortran 95 front end): Add myself.
2039
2040 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2041
2042         * MAINTAINERS (Write After Approval): Add myself.
2043
2044 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
2045
2046         * MAINTAINERS (Modulo Scheduler): Add myself.
2047
2048 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
2049
2050         * MAINTAINERS (fortran 95 front end): Add myself.
2051         (c++ front end): whitespace fix.
2052
2053 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
2054
2055         * MAINTAINERS (Write After Approval): Add myself.
2056
2057 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
2058
2059         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2060         of glob.  Quote arguments with single quotes too.
2061         * configure: Regenerate.
2062
2063 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
2064
2065         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2066         * Makefile.in: Regenerate
2067
2068 2007-03-07  Andreas Schwab  <schwab@suse.de>
2069
2070         * configure: Regenerate.
2071
2072 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2073
2074         * configure.ac: Add "--with-pdfdir" configure option,
2075         which defines pdfdir variable.
2076         * Makefile.def (target=fixincludes): Add install-pdf to
2077         missing targets.
2078         (recursive_targets): Add install-pdf target.
2079         (flags_to_pass): Add pdfdir.
2080         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2081         target.
2082         * configure: Regenerate
2083         * Makefile.in: Regenerate
2084
2085 2007-02-28  Eric Christopher  <echristo@apple.com>
2086
2087         Revert:
2088         2006-12-07  Mike Stump  <mrs@apple.com>
2089
2090         * Makefile.def (dependencies): Add dependency for
2091         install-target-libssp and install-target-libgomp on
2092         install-gcc.
2093         * Makefile.in: Regenerate.
2094
2095 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
2096
2097         * configure: Regenerate.
2098         * configure.ac: Move statements after variable declarations.
2099
2100 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
2101
2102         * MAINTAINERS: Add myself as sh maintainer.
2103
2104 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
2105
2106         * configure.ac: Adjust for loop syntax.
2107         * configure: Regenerate.
2108
2109 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2110
2111         * configure: Rebuilt.
2112
2113 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2114
2115         * configure.ac: Drop multiple occurrences of --enable-languages,
2116         and fix its quoting.
2117         * configure: Rebuilt.
2118
2119 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
2120             Nathan Sidwell  <nathan@codesourcery.com>
2121             Vladimir Prus  <vladimir@codesourcery.com>
2122             Joseph Myers  <joseph@codesourcery.com>
2123
2124         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2125         * configure: Regenerate.
2126
2127 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
2128
2129         * ltconfig (freebsd*): Default to elf.
2130
2131 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2132
2133         * configure.ac (target_libraries): Move libgcc before libiberty.
2134         * configure: Regenerated.
2135
2136 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2137             Paolo Bonzini  <bonzini@gnu.org>
2138
2139         PR bootstrap/30753
2140         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
2141         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
2142         * configure: Regenerated.
2143
2144 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2145
2146         * MAINTAINERS (Language Front End Maintainers): Update my mail
2147         address.
2148
2149 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2150
2151         PR bootstrap/30748
2152         * configure.ac: Correct syntax for Solaris ksh.
2153         * configure: Regenerated.
2154
2155 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2156
2157         * configure.ac: Sync with src.
2158         * configure: Regenerate.
2159
2160 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2161
2162         * Makefile.in: Regenerate.
2163
2164 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2165
2166         * config.sub: Sync with src.
2167
2168 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2169
2170         * Makefile.tpl (build_alias, host_alias, target_alias): Use
2171         noncanonical equivalents.
2172         * configure.in: Rename to...
2173         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
2174         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
2175         target_noncanonical.  Use them.  Rewrite removal of configure
2176         arguments for autoconf 2.59.  Discard variable settings.  Force
2177         program_transform_name for native tools.
2178
2179         * Makefile.in: Regenerated.
2180         * configure: Regenerated with autoconf 2.59.
2181
2182 2007-02-07  Roman Zippel <zippel@linux-m68k.org>
2183
2184         * MAINTAINERS (Write After Approval): Add myself.
2185
2186 2007-01-31  Andreas Schwab  <schwab@suse.de>
2187
2188         * Makefile.tpl (LDFLAGS): Substitute it.
2189         * Makefile.in: Regenerate.
2190
2191 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
2192
2193         * MAINTAINERS (Write After Approval): Add myself.
2194
2195 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
2196
2197         * MAINTAINERS (spu port): Add myself.
2198
2199 2007-01-23  Richard Guenther  <rguenther@suse.de>
2200
2201         PR bootstrap/30541
2202         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
2203         * Makefile.tpl (GNATBIND): Substitute it.
2204         (GNATMAKE): Likewise.
2205         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
2206         of STAGE_PREFIX.
2207         * Makefile.in: Regenerate.
2208         * configure: Regenerate.
2209
2210 2007-01-18  Mike Stump  <mrs@apple.com>
2211
2212         * configure.in: Re-enable -Werror for gcc builds.
2213
2214 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
2215
2216         * MAINTAINERS (Write After Approval): Add myself.
2217
2218 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2219
2220         * configure.in: Change == to = in test command.
2221         * configure: Regenerate.
2222
2223 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2224             Nick Clifton  <nickc@redhat.com>
2225             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
2226
2227         * configure.in (build_configargs, host_configargs, target_configargs):
2228         Remove build/host/target parameters.
2229         (host_libs): Add gmp and mpfr.
2230         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2231         * Makefile.def (gmp, mpfr): New.
2232         (gcc): Remove target.
2233         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2234         target_os, target_vendor): New.
2235         (configure): Add host_alias/target_alias arguments.  Adjust invocations.
2236         * configure: Regenerate.
2237         * Makefile.in: Regenerate.
2238
2239 2007-01-11  Matt Fago  <fago@earthlink.net>
2240
2241         * configure.in: Try to link to functions only in mpfr 2.2.x
2242         to improve robustness of configure tests.
2243         * configure: Regenerate.
2244
2245 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
2246
2247         * MAINTAINERS: Add myself as i386 maintainer.
2248
2249 2007-01-08  Jan Hubicka  <jh@suse.cz>
2250
2251         * MAINTAINERS: Add myself as i386 maintainer.
2252
2253 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
2254
2255         * configure.in: Add support for an x86_64-mingw* target.
2256         * configure: Regenerate.
2257
2258 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
2259
2260         * Makefile.tpl (all-target): Correct @if conditional for target
2261         modules.
2262         * configure.in: Omit libiberty if building only target libgcc.
2263         * configure, Makefile.in: Regenerated.
2264
2265 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
2266
2267         * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
2268         * configure: Regenerate.
2269
2270 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
2271
2272         * Makefile.def (target_modules): Add libgcc.
2273         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
2274         * Makefile.tpl (clean-target-libgcc): Delete.
2275         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2276         on gcc even for bootstrapped modules.  Rewrite handling of
2277         lang_env_dependencies to loop over target_modules.
2278         * configure.in (target_libraries): Add target-libgcc.
2279         * Makefile.in, configure: Regenerated.
2280
2281 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2282
2283         * configure.in: Reorganize recognition of languages.  Add
2284         --enable-stage1-languages.  Show supported languages for the chosen
2285         target rather than all recognized languages.
2286         * configure: Regenerate.
2287
2288 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2289
2290         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2291         * Makefile.in: Regenerate.
2292
2293 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2294
2295         * configure.in: Warn that MPFR 2.2.0 is buggy.
2296         * configure: Regenerate.
2297
2298 2006-12-27  Ian Lance Taylor  <iant@google.com>
2299
2300         * configure.in: When removing Makefiles to force a reconfigure, also
2301         remove prev-DIR*/Makefile.
2302         * configure: Regenerate.
2303
2304 2006-12-22  Andreas Schwab  <schwab@suse.de>
2305
2306         * configure: Regenerate with correct autoconf version.
2307
2308 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
2309
2310         * configure.in: add AC_SUBST for *_FOR_TARGET.
2311         * configure: Regenerate.
2312
2313 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2314
2315         * configure.in: Simplify logic for rejecting languages that cannot
2316         be built.  Separate the case when a language is unsupported,
2317         from the case when the user chooses not to build a language.
2318
2319 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2320
2321         * configure.in: Remove "$build" case for powerpc-*-darwin* since
2322         it only affects bootstrap and could be tested on "$host" as well.
2323         * configure: Regenerate.
2324         * config/mh-ppc-darwin: Add to the stage1 cflags here.
2325
2326 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2327
2328         PR bootstrap/29544
2329         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2330         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2331         move here comment from Makefile.tpl.
2332         * Makefile.tpl: Move some definitions higher in the file.
2333         (STAGE1_CHECKING): New.
2334         * configure.in: Add --enable-stage1-checking.
2335         * configure: Regenerate.
2336         * Makefile.in: Regenerate.
2337
2338 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2339
2340         * MAINTAINERS: Add myself as build system maintainer.
2341
2342 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
2343
2344         * MAINTAINERS (Write After Approval): Add myself.
2345
2346 2006-12-13  Eric Christopher  <echristo@apple.com>
2347
2348         * MAINTAINERS: Add myself as darwin maintainer.
2349
2350 2006-12-11  Ian Lance Taylor  <ian@airs.com>
2351
2352         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
2353
2354 2006-12-11  Joern Rennecke <joern.rennecke@arc.com>
2355
2356         MAINTAINERS: Update my entry.
2357
2358 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
2359
2360         * configure.in:  Handle spu makefile frag.
2361         * Makefile.tpl (MAINT): Define
2362         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2363         * configure: Regenerate.
2364         * Makefile.in: Regenerate.
2365
2366 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2367
2368         * config.guess: Import latest version.
2369         * config.sub: Likewise.
2370
2371 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2372
2373         * configure.in (spu-*-*): Don't skip target-libiberty.
2374         * configure: Regenerate.
2375
2376 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2377
2378         PR bootstrap/30134
2379         * configure.in: Correct x86 darwin support for libjava to powerpc
2380         and i?86 only.
2381         * configure: Regenerate.
2382
2383 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
2384
2385         * configure.in: Add x86 darwin support for libjava.
2386         * configure: Regenerate.
2387
2388 2006-12-07  Mike Stump  <mrs@apple.com>
2389
2390         * Makefile.def (dependencies): Add dependency for
2391         install-target-libssp and install-target-libgomp on
2392         install-gcc.
2393         * Makefile.in: Regenerate.
2394
2395 2006-12-04  Richard Guenther  <rguenther@suse.de>
2396
2397         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
2398         (Non-Algorithmic Maintainers): Move over non-algorithmic
2399         loop optimizer maintainers, add myself as a non-algorithmic
2400         middle-end maintainer.
2401
2402 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
2403
2404         * MAINTAINERS (Write After Approval): Add myself.
2405
2406 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2407
2408         * configure.in: Update error message for missing GMP/MPFR.
2409
2410         * configure: Regenerate.
2411
2412 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2413
2414         * configure.in: Update MPFR version in error message.
2415
2416         * configure: Regenerate.
2417
2418 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2419
2420         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
2421         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
2422         --with-gmp-lib): New flags.
2423
2424         * configure: Regenerate.
2425
2426 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
2427
2428         * MAINTAINERS (Write After Approval): Change my email address.
2429
2430 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2431
2432         * MAINTAINERS (Write After Approval): Add myself.
2433
2434 2006-11-22  Philipp Thomas <pth@suse.de>
2435
2436         * MAINTAINERS (i18n): Update e-mail address.
2437
2438 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
2439
2440         * MAINTAINERS (spu port): Add myself as maintainer.
2441         (Write After Approval): Remove myself.
2442
2443 2006-11-22  Ben Elliston  <bje@au.ibm.com>
2444
2445         * configure.in (skipdirs): Don't build libssp for SPU.
2446         * configure: Regenerate.
2447
2448 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2449
2450         * MAINTAINERS (spu port): Add myself as maintainer.
2451         (libobjc): Update my email address.
2452
2453 2006-11-21  Andrea Bona  <andrea.bona@st.com>
2454
2455         * MAINTAINERS (Write After Approval): Add myself.
2456
2457 2006-11-20  Trevor Smigiel <trevor_smigiel@playstation.sony.com>
2458
2459         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
2460         * configure : Rebuilt.
2461
2462 2006-11-20  Trevor Smigiel <trevor_smigiel@playstation.sony.com>
2463
2464         * MAINTAINERS (Write After Approval): Add myself.
2465
2466 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
2467
2468         * MAINTAINERS (Write After Approval): Add myself.
2469
2470 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2471
2472         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
2473         libmpfr.a.
2474         * configure: Regenerate.
2475
2476 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
2477
2478         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
2479         (unstage): Test for stage_last presence.
2480
2481         PR bootstrap/29802
2482         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
2483         * Makefile.in: Regenerate.
2484
2485 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
2486
2487         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
2488         maintainers.
2489
2490 2006-11-14  Erven Rohou  <erven.rohou@st.com>
2491
2492         * MAINTAINERS (Write After Approval): Add myself.
2493
2494 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
2495
2496         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
2497         and stageN-package/Makefile.
2498         * Makefile.in: Regenerated.
2499
2500 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
2501
2502         * configure.in: Remove target-libgloss from noconfigdirs for
2503         bfin-*-*.
2504         * configure: Regenerated.
2505
2506 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2507
2508         * configure.in (have_gmp): Only error if the gcc directory exists.
2509
2510         * configure: Regenerate.
2511
2512 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2513
2514         * configure.in: Robustify error message for missing GMP/MPFR.
2515
2516         * configure: Regenerate.
2517
2518 2006-10-31  Stephen M. Webb <stephen.webb@bregmasoft.com>
2519
2520         * MAINTAINERS (Write After Approval): Add myself.
2521
2522 2006-10-30  Uros Bizjak <ubizjak@gmail.com>
2523
2524         * MAINTAINERS: Change email address.
2525
2526 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
2527
2528         * MAINTAINERS (Write After Approval): Add myself.
2529
2530 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
2531
2532         * MAINTAINERS (Write After Approval): Add myself.
2533
2534 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
2535
2536         * MAINTAINERS (Write After Approval): Move myself to
2537         Write After Approval section.
2538
2539 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2540
2541         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
2542         need_gmp anymore.
2543         * configure: Regenerate.
2544
2545 2006-10-16  Tobias Burnus  <burnus@net-b.de>
2546
2547         * MAINTAINERS (Write After Approval): Add myself.
2548
2549 2006-10-16  Ben Elliston  <bje@au.ibm.com>
2550
2551         * config.guess: Import latest version.
2552         * config.sub: Likewise.
2553
2554 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
2555
2556         * Makefile.def: Added pdf target handling.
2557         * Makefile.tpl: Added pdf target handling.
2558         * Makefile.in: Regenerated.
2559
2560 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
2561
2562         * MAINTAINERS: Add self as score port maintainer.
2563
2564 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
2565
2566         * MAINTAINERS (Write After Approval): Add myself.
2567
2568 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
2569
2570         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
2571         or newer.
2572         * configure: Regenerated.
2573
2574 2006-09-27  Dave Brolley  <brolley@redhat.com>
2575
2576         * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
2577         $s instead of $r.
2578         * configure: Regenerated.
2579
2580 2006-09-26  Thiemo Seufer  <ths@mips.com>
2581
2582         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2583         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2584         * configure: Regenerate.
2585
2586 2006-09-24  Graeme Peterson <gridly@gmail.com>
2587
2588         * MAINTAINERS (Write After Approval): Remove myself.
2589
2590 2006-09-22  Chao-ying Fu  <fu@mips.com>
2591
2592         * MAINTAINERS (Write After Approval): Add myself.
2593
2594 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
2595
2596         * MAINTAINERS: Add self as soft-fp maintainer.
2597
2598 2006-09-09  Anatoly Sokolov <aesok@post.ru>
2599
2600         * MAINTAINERS: Add myself as avr maintainer.
2601         Remove Marek Michalkiewicz as avr maintainer.
2602
2603 2006-09-07  Roberto Costa  <roberto.costa@st.com>
2604
2605         * MAINTAINERS (Write After Approval): Add myself.
2606
2607 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
2608
2609         * configure.in: Never build newlib for a Mingw host.
2610         Never build newlib as Mingw target library.
2611         Test the existence of winsup/cygwin for building a Cygwin newlib,
2612         rather than just winsup.
2613         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
2614         building a Mingw target.
2615         * configure: Regenerate.
2616
2617 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
2618
2619         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
2620
2621 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
2622
2623         * config.guess: Import from src (was more updated).
2624         * config.sub: Likewise.
2625
2626 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
2627
2628         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
2629         * configure: Regenerated.
2630
2631 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
2632
2633         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
2634         for stages after the first.
2635
2636 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
2637
2638         * Makefile.def: Add dependencies for configure-opcodes
2639         on configure-intl and all-opcodes on all-intl.
2640         * Makefile.in: Regenerated.
2641
2642 2006-07-13  Ben Elliston  <bje@au.ibm.com>
2643
2644         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
2645
2646 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
2647
2648         Port to hosts whose 'sort' and 'tail' implementations
2649         treat operands with leading '+' as file names, as POSIX
2650         has required since 2001.  However, make sure the code still
2651         works on pre-POSIX hosts.
2652         * ltmain.sh: Don't assume "sort +2" is equivalent to
2653         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
2654
2655 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
2656
2657         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
2658
2659 2006-07-04  Peter O'Gorman  <peter@pogma.com>
2660
2661         * ltconfig: chmod 644 before ranlib during install.
2662
2663 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2664
2665         PR bootstrap/18058
2666         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
2667         if the bootstrap compiler is a GCC version that supports it.
2668         * configure: Regenerate.
2669
2670 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
2671
2672         * configure.in: Fix thinkos in previous check-in.
2673         * configure: Regenerate.
2674
2675 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
2676
2677         PR other/27063
2678         * configure.in: Test subdir_requires and give an appropriate
2679         error message.
2680         * configure: Regenerate.
2681
2682 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
2683
2684         * MAINTAINERS (Write After Approval): Add myself.
2685
2686 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
2687
2688         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
2689
2690 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
2691
2692         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
2693
2694 2006-06-20  David Ayers  <d.ayers@inode.at>
2695
2696         PR bootstrap/28072
2697         * configure.in: Add target-boehm-gc to noconfigdirs depending on
2698         whether target-libjava is being configured instead of whether the
2699         java front end is enabled.
2700         * configure: Regenerate.
2701
2702 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2703
2704         PR target/27540
2705         * configure.in: Only enable libgomp on IRIX 6.
2706         * configure: Regenerate.
2707
2708 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
2709
2710         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
2711         too.
2712         * Makefile.in: Regenerate.
2713
2714 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
2715
2716         * config-ml.in: Alter CCASFLAGS to include special
2717         multilib options the same as is done for CFLAGS.
2718
2719 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2720
2721         * configure.in: Don't enable libgomp on hpux10.
2722         * configure: Rebuilt.
2723
2724 2006-06-12  David Ayers  <d.ayers@inode.at>
2725
2726         PR bootstrap/27963
2727         PR target/19970
2728         * configure.in: Remove target-boehm-gc from noconfigdirs where
2729         ${libgcj} is specified.
2730         * configure: Regenerate.
2731
2732 2006-06-06  Carlos O'Donell <carlos@codesourcery.com>
2733
2734         Sync from src:
2735
2736         * configure.in: Sync.
2737         * configure: Regenerated.
2738
2739         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
2740
2741         * Makefile.def: Added dependencies from sim and gdb on intl, and
2742         added configure dependencies to everything with an all dependency
2743         on intl.
2744         * Makefile.in: Regenerated.
2745
2746 2006-06-06  David Ayers  <d.ayers@inode.at>
2747
2748         PR libobjc/13946
2749         * Makefile.def: Add dependencies for libobjc which boehm-gc.
2750         * Makefile.in: Regenerate.
2751         * configure.in: Add --enable-objc-gc at toplevel and have it
2752         enable boehm-gc for Objective-C.
2753         Remove target-boehm-gc from libgcj.
2754         Add target-boehm-gc to target_libraries.
2755         Add target-boehm-gc to noconfigdirs where ${libgcj}
2756         is specified.
2757         Assert that boehm-gc is supported when requested for Objective-C.
2758         Only build boehm-gc if needed either for Java or Objective-C.
2759         * configure: Regenerate.
2760
2761 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
2762
2763         PR 27674
2764         * Makefile.tpl (configure-[+prefix+][+module+],
2765         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
2766         Remove rule to unstage bootstrapped modules.
2767         (stage_current): New.
2768         * Makefile.in: Regenerate.
2769
2770 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2771
2772         * MAINTAINERS (Write After Approval): Update my e-mail address.
2773
2774 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
2775
2776         * include/libiberty.h: Declare pex_run_in_environment.
2777
2778 2006-05-31  Asher Langton  <langton2@llnl.gov>
2779
2780         * MAINTAINERS (Write After Approval): Add myself.
2781
2782 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
2783
2784         * Makefile.def (bfd, opcodes): Fix lib_path.
2785         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
2786         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
2787         * Makefile.in: Regenerate.
2788
2789 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
2790
2791         * Makefile.in: Regenerate.
2792
2793 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
2794
2795         * Makefile.def: Add install-html target. Add datarootdir
2796         docdir and htmldir to flags_to_pass.
2797         * Makefile.tpl: Add install-html target.
2798         * Makefile.in: Regenerate.
2799         * configure.in: Add --with-datarootdir, --with-docdir, and
2800         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
2801         * configure: Regenerate.
2802
2803 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
2804
2805         * configure.in: Enable gprof for cross builds.
2806         * configure: Regenerate.
2807
2808 2006-05-22  Richard Guenther  <rguenther@suse.de>
2809
2810         Revert
2811         2006-01-31  Richard Guenther  <rguenther@suse.de>
2812         Paolo Bonzini  <bonzini@gnu.org>
2813
2814         * Makefile.def (target_modules): Add libgcc-math target module.
2815         * configure.in (target_libraries): Add libgcc-math target library.
2816         (--enable-libgcc-math): New configure switch.
2817         * Makefile.in: Re-generate.
2818         * configure: Re-generate.
2819         * libgcc-math: New toplevel directory.
2820
2821 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2822             Andreas Tobler  <a.tobler@schweiz.ch>
2823
2824         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
2825         * configure: Rebuilt.
2826
2827 2006-05-12  Sandra Loosemore <sandra@codesourcery.com>
2828
2829         * MAINTAINERS (Write After Approval): Add myself.
2830
2831 2006-05-01  DJ Delorie  <dj@redhat.com>
2832
2833         * configure.in: Restore CFLAGS if GMP isn't present.
2834         * configure: Regenerate.
2835
2836 2006-05-01  Richard Guenther  <rguenther@suse.de>
2837
2838         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
2839         maintainer.
2840
2841 2006-04-30  Kenneth Zadeck <zadeck@naturalbridge.com>
2842
2843         * MAINTAINERS (Write After Approval): Add myself.
2844
2845 2006-04-28  Jan Beulich  <jbeulich@novell.com>
2846
2847         * MAINTAINERS (Write After Approval): Add myself.
2848
2849 2006-04-18  DJ Delorie  <dj@redhat.com>
2850
2851         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
2852         reference libgloss so that libssp can be built in a combined
2853         tree.
2854         * configure: Regenerate.
2855
2856 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
2857
2858         * MAINTAINERS (Write After Approval): Add myself.
2859
2860 2006-04-05  Ben Elliston  <bje@au.ibm.com>
2861
2862         * configure.in: Require makeinfo 4.4 or higher.
2863         * configure: Regenerate.
2864
2865 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
2866
2867         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
2868         Rearrange the entries of other libraries to have them in one place.
2869
2870 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
2871
2872         * MAINTAINERS (Write After Approval): Remove myself.
2873         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2874
2875 2006-03-14  Richard Guenther  <rguenther@suse.de>
2876
2877         * configure: Regenerate with autoconf 2.13.
2878
2879 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
2880
2881         * MAINTAINERS: Use my work address.
2882
2883         * MAINTAINERS: Update my E-mail address.
2884
2885 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
2886
2887         * configure.in: Handle --disable-<component> generically.
2888         * configure: Regenerate.
2889
2890 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
2891
2892         PR libgcj/17311
2893         * ltmain.sh: Don't use "$finalize_rpath" for compile.
2894
2895 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
2896
2897         * MAINTAINERS (Write After Approval):  Remove myself.
2898         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
2899
2900 2006-02-21  Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2901
2902         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
2903         (TARGET_CONFIGDIRS): Remove.
2904         * configure.in: Remove AC_SUBST(target_configdirs).
2905         * Makefile.in, configure: Regenerated.
2906
2907 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
2908
2909         * MAINTAINERS (Write After Approval):  Remove myself.
2910         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
2911
2912 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
2913
2914         PR bootstrap/25670
2915
2916         * Makefile.tpl ([+compare-target+]): Print explanation messages.
2917
2918         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
2919         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
2920         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
2921         BUILD_PREFIX, BUILD_PREFIX_1.
2922         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
2923
2924         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
2925         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
2926
2927         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
2928         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
2929         of `cat stage_current`.  Always provide the `r' and `s' variables.
2930         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
2931         a single shell execution.
2932         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
2933         bootstrapped modules, make the stage1 module if the build was not
2934         started yet, else build the current stage.
2935         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
2936         (all-build, all-host, all-target, [+make_target+]-host,
2937         [+make_target+]-target): Do not use \-continued lines.
2938         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
2939         (current_stage, restrap, stage_last): New.
2940
2941         * Makefile.in: Regenerate.
2942         * configure: Regenerate.
2943
2944 2006-02-19  Bud Davis  <jmdavis@link.com>
2945
2946         * MAINTAINERS (Write After Approval):  Remove myself.
2947         (Language Front End Maintainers):  Add myself as fortran 95
2948         maintainer and update e-mail address.
2949
2950 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2951
2952         * MAINTAINERS (Write After Approval):  Remove myself.
2953         (Language Front End Maintainers):  Add myself as fortran 95
2954         maintainer.
2955
2956 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
2957
2958         * MAINTAINERS (Write After Approval): Add myself.
2959
2960 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
2961
2962         * MAINTAINERS (Write After Approval):  Remove myself.
2963         (Language Front End Maintainers):  Add myself as
2964         fortran 95 maintainer.
2965
2966 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
2967
2968         Sync from src:
2969
2970         2005-12-27  Leif Ekblad  <leif@rdos.net>
2971
2972         * configure.in: Add support for RDOS target.
2973         * configure: Regenerate.
2974
2975 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
2976             Andreas Schwab  <schwab@suse.de>
2977
2978         * configure: Regenerate.
2979
2980 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
2981
2982         * configure.in (enable_libgomp): Add AIX.
2983         * configure: Regenerate.
2984
2985 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
2986
2987         * MAINTAINERS (Write After Approval): Add myself.
2988
2989 2006-02-03  Lee Millward  <lee.millward@gmail.com>
2990
2991         * MAINTAINERS (Write After Approval): Add myself.
2992
2993 2006-01-31  Richard Guenther  <rguenther@suse.de>
2994         Paolo Bonzini  <bonzini@gnu.org>
2995
2996         * Makefile.def (target_modules): Add libgcc-math target module.
2997         * configure.in (target_libraries): Add libgcc-math target library.
2998         (--enable-libgcc-math): New configure switch.
2999         * Makefile.in: Re-generate.
3000         * configure: Re-generate.
3001         * libgcc-math: New toplevel directory.
3002
3003 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
3004
3005         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3006         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3007         the assembler, linker and binutils.
3008         * configure: Regenerate.
3009
3010 2006-01-22  Dirk Mueller  <dmueller@suse.de>
3011
3012         * MAINTAINERS (Write After Approval): Add myself.
3013
3014 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
3015
3016         * configure: Regenerate.
3017
3018 2006-01-18  Richard Henderson  <rth@redhat.com>
3019             Jakub Jelinek  <jakub@redhat.com>
3020             Diego Novillo  <dnovillo@redhat.com>
3021
3022         * libgomp: New directory.
3023         * Makefile.def: Add target_module libgomp.
3024         * Makefile.in: Regenerate.
3025         * configure.in (target_libraries): Add target-libgomp.
3026         * configure: Regenerate.
3027
3028 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
3029
3030         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3031         @ from continuation.
3032         * Makefile.in: Rebuilt.
3033
3034 2006-01-04  Chris Lattner  <sabre@gnu.org>
3035
3036         * MAINTAINERS (Write After Approval): Add myself.
3037
3038 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3039
3040         PR bootstrap/24252
3041
3042         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3043         * Makefile.tpl (OBJDUMP): New.
3044         (EXTRA_HOST_FLAGS): Add it.
3045         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3046
3047         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3048         to use symbolic links between directories.  Avoid race conditions
3049         or make them harmless.
3050         * configure.in: Do not try to use symbolic links between directories.
3051
3052         * Makefile.def (LEAN): Pass.
3053         * Makefile.tpl (LEAN): Define.
3054         (stage[+id+]-start): Accept that the previous directory does not
3055         exist, if the bootstrap is lean.
3056         (stage[+id+]-bubble): Invoke lean bootstrap commands after
3057         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
3058         configure substitution.
3059         ([+compare-target+]): Likewise.
3060         ([+bootstrap-target+]-lean): New.
3061         * configure.in: Remove lean bootstrap support from here.
3062
3063         * Makefile.in: Regenerate.
3064         * configure: Regenerate.
3065
3066 2006-01-04  Ben Elliston  <bje@au.ibm.com>
3067
3068         * MAINTAINERS (libdecnumber): Add myself.
3069
3070 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
3071
3072         * libtool-ldflags: New script.
3073
3074 2006-01-02  Andreas Schwab  <schwab@suse.de>
3075
3076         * configure.in: When reconfiguring remove Makefile in
3077         all stage directories.
3078         * configure: Regenerate.
3079
3080 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
3081
3082         * MAINTAINERS: Update my email address.
3083
3084 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
3085
3086         Revert Ada-related part of the previous change.
3087
3088         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3089         Do not pass.
3090         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3091         * Makefile.in: Regenerate.
3092         * configure.in: Do not include mt-ppc-aix target fragment.
3093         * configure: Regenerate.
3094
3095 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
3096
3097         * configure.in: Select appropriate fragments for PowerPC/AIX.
3098         * configure: Regenerate.
3099
3100         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3101         BOOT_CFLAGS, BOOT_LDFLAGS.
3102         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3103         BOOT_CFLAGS, BOOT_LDFLAGS.
3104         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3105         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3106         (stage): Fail if we cannot complete the work.
3107         * Makefile.in: Regenerate.
3108
3109 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
3110
3111         * configure.in: Replace ms1 with mt.
3112         * configure: Rebuilt.
3113
3114 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
3115
3116         * MAINTAINERS: Update my email address.
3117
3118 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
3119
3120         * Makefile.tpl (all, do-[+make_target+], do-check, install,
3121         install-host-nogcc): Don't invoke $(stage) at the end.
3122         * Makefile.in: Regenerate.
3123
3124 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
3125
3126         * configure.in: Flip the top-level bootstrap switch.
3127         * configure: Regenerate.
3128
3129 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
3130
3131         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3132         $(stage) and $(unstage).
3133         (EXTRA_TARGET_FLAGS): Correct double-quoting.
3134         (all): Remove stray semicolon.
3135         (local-distclean): Don't handle multilib.tmp and multilib.out.
3136         (install.all): Set $s for consistency.
3137         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3138         check_multilibs setting.  Always make the install directory.
3139         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3140         Correct @if/@endif.
3141         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3142         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3143         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3144         (multilib.out): Remove.
3145         * Makefile.in: Regenerated.
3146
3147 2005-12-12  Carlos O'Donell <carlos@codesourcery.com>
3148
3149         * MAINTAINERS (Write After Approval): Add myself.
3150
3151 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3152
3153         * MAINTAINERS: Add myself as mt maintainer.
3154
3155         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
3156
3157 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
3158
3159         * MAINTAINERS: Change email address.
3160
3161 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3162
3163         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3164         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3165         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
3166         Find in-tree tools if available.
3167         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3168         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3169         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3170         (COMPILER_*_FOR_TARGET): New.
3171         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3172         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3173         (CONFIGURED_*, USUAL_*): Remove.
3174         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3175         STRIP): Use autoconf substitutions.
3176         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3177         COMPILER_NM_FOR_TARGET): New.
3178         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3179
3180         (all): Make all-host and all-target in parallel.
3181         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3182         that $$r and $$s are set before invoking a recursive make.
3183         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3184         ([+bootstrap-target+]): Inline most of the `all' target.
3185
3186 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3187
3188         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3189         from the gcc build directory.
3190         * Makefile.in: Regenerate.
3191
3192 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3193
3194         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
3195         depend on all-libdecnumber.
3196         * configure.in (host_libs): Include libdecnumber.
3197         * Makefile.in: Regenerate.
3198         * configure: Likewise.
3199
3200 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3201
3202         * libdecnumber: Import decNumber sources from the dfp-branch.
3203
3204 2005-11-21  Kean Johnston  <jkj@sco.com>
3205
3206         * config.sub, config.guess: Sync from upstream sources.
3207
3208 2005-11-21  Ben Elliston  <bje@au.ibm.com>
3209
3210         Import from Autoconf sources:
3211
3212         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3213         * config/move-if-change: Don't output "$2 is unchanged";
3214         suggested by Ben Elliston.  Handle weird characters correctly.
3215
3216 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
3217
3218         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
3219         to match upstream libtool for darwin.
3220
3221 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
3222
3223         * Makefile.def: Remove gdb dependencies for gdbtk.
3224         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3225         (configure-gdb, install-gdb): New rules.
3226         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3227         * Makefile.in, configure: Regenerated.
3228
3229 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
3230
3231         * MAINTAINERS (Write After Approval): Add myself.
3232
3233 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
3234
3235         * MAINTAINERS (Write After Approval): Add myself.
3236
3237 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
3238
3239         * MAINTAINERS (alias analysis): Add Daniel Berlin and
3240         Diego Novillo.
3241
3242 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
3243
3244         PR bootstrap/24297
3245         * Makefile.tpl (do-[+make-target+], do-check, install,
3246         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3247         are set before recursing.
3248         * Makefile.in: Regenerate.
3249
3250 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
3251
3252         PR bootstrap/18939
3253         * Makefile.def (gcc) <target>: Fix thinko.
3254         * Makefile.in: Regenerate.
3255
3256 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
3257
3258         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3259         * configure: Regenerate.
3260
3261 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
3262
3263         * MAINTAINERS (Write After Approval): Add self.
3264
3265 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
3266
3267         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3268         target-libffi, target-qthreads, target-libjava, and
3269         targetlibobjc.
3270         * configure: Regenerate.
3271
3272 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
3273
3274         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3275         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3276         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3277         (USUAL_OBJDUMP_FOR_TARGET): New.
3278         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3279         * configure.in: Check for $OBJDUMP_FOR_TARGET.
3280         * configure, Makefile.in: Regenerated.
3281
3282 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3283
3284         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3285         before other host packages.
3286
3287 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
3288
3289         * MAINTAINERS: Add self as sh libraries/configury maintainer.
3290
3291 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3292
3293         PR bootstrap/22340
3294
3295         * configure.in (default_target): Remove.
3296         * Makefile.tpl (all): Do not use prerequisites as subroutines
3297         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3298         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3299         use prerequisites as subroutines.
3300         (check-host, check-target): New.
3301         (bootstrap configure & all targets): Do not use stage*-start
3302         if the directory layout is already ok.
3303         (non-bootstrap configure & all targets): Prepend a $(unstage).
3304         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
3305         (NOTPARALLEL): Remove.
3306         (unstage, stage variables): New variables.
3307         (unstage, stage targets): Simply expand to those variables.
3308
3309         * configure: Regenerate.
3310         * Makefile.in: Regenerate.
3311
3312 2005-10-04  James E Wilson  <wilson@specifix.com>
3313
3314         * Makefile.def (lang_env_dependencies): Add libmudflap.
3315         * Makefile.in: Regenerate.
3316
3317 2005-10-03  Andreas Schwab  <schwab@suse.de>
3318
3319         Backport from libtool CVS:
3320         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
3321
3322         * ltmain.sh: add support for installing into temporary
3323         staging area (e.g. 'make install DESTDIR=...')
3324
3325 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
3326
3327         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3328         * configure: Regenerated.
3329
3330 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
3331
3332         * configure: Regenerate with the correct
3333         autoconf version.
3334
3335 2005-09-30  Catherine Moore  <clm@cm00re.com>
3336
3337         * configure.in (bfin-*-*): New.
3338         * configure: Regenerated.
3339
3340 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
3341
3342         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3343         (LIPO_FOR_TARGET): New.
3344         (CONFIGURED_LIPO_FOR_TARGET): New.
3345         (USUAL_LIPO_FOR_TARGET): New.
3346         (STRIP_FOR_TARGET): New.
3347         (CONFIGURED_STRIP_FOR_TARGET): New.
3348         (USUAL_STRIP_FOR_TARGET): New.
3349         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3350         STRIP_FOR_TARGET.
3351         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3352         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3353         * Makefile.in: Regenerate.
3354         * configure: Regenerate.
3355
3356 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
3357
3358         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3359         (rs6000-*-aix*): Same.
3360         * configure: Regenerate.
3361
3362 2005-09-16  Tom Tromey  <tromey@redhat.com>
3363
3364         * MAINTAINERS: Add self as java maintainer.
3365
3366 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3367
3368         * configure.in: Recognize f95 in the --enable-languages option,
3369         and substitute it for fortran, issuing a warning.
3370         * configure: Regenerate.
3371
3372 2005-08-30  Phil Edwards  <phil@codesourcery.com>
3373
3374         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
3375         * configure:  Regenerated.
3376
3377 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
3378
3379         * MAINTAINERS: Add self as ms1 maintainer.
3380
3381 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
3382
3383         * Makefile.def (libssp): Add to lang_env_dependencies.
3384         * Makefile.in: Regenerate.
3385
3386 2005-08-18  Ian Lance Taylor  <ian@airs.com>
3387
3388         * MAINTAINERS: Add myself as middle-end maintainer.
3389
3390 2005-08-17  Christian Groessler  <chris@groessler.org>
3391
3392         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3393         * Makefile.in: Regenerate.
3394
3395 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
3396
3397         * MAINTAINERS (write after approval): Added myself.
3398
3399 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
3400
3401         * MAINTAINERS (Write After Approval): Add myself.
3402
3403 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
3404
3405         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3406         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3407         Look for alternate names of the target cc and c++
3408         * configure: Regenerate.
3409
3410 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
3411
3412         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3413         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3414         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3415         tools; remove code to manually set them.
3416         (Target tools): Look in the environment for them.
3417         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3418         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3419         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3420         build directory.
3421         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3422         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3423         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3424         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3425         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3426         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3427         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3428         * configure: Regenerate.
3429         * Makefile.in: Regenerate.
3430
3431 2005-07-28  Ben Elliston  <bje@au.ibm.com>
3432
3433         * MAINTAINERS: Update for removed CPU targets.
3434
3435 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
3436
3437         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
3438         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
3439         * Makefile.in: Regenerated.
3440
3441 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
3442
3443         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3444         (CFLAGS_FOR_TARGET): Use it.
3445         (CXXFLAGS_FOR_TARGET): Likewise.
3446         * Makefile.in: Regenerated.
3447         * configure.in (--with-build-sysroot): New option.
3448         * configure: Regenerated.
3449
3450 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
3451
3452         * Makefile.tpl: Wrap install between unstage and stage
3453         * Makefile.in: Regenerate.
3454
3455 2005-07-21  Eric Christopher  <echristo@apple.com>
3456
3457         * MAINTAINERS: Update affiliation.
3458
3459 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
3460
3461         * MAINTAINERS: Add self as crx port maintainer.
3462
3463 2005-07-20  DJ Delorie  <dj@redhat.com>
3464
3465         * MAINTAINERS: Add self as m32c maintainer.
3466
3467 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
3468
3469         * all files: Update FSF address.
3470
3471 2005-07-15  Eric Christopher  <echristo@redhat.com>
3472
3473         * MAINTAINERS: Change affiliation.
3474
3475 2005-07-14  Jim Blandy  <jimb@redhat.com>
3476
3477         * configure.in: Add cases for Renesas m32c.
3478         * configure: Regenerated.
3479
3480 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
3481
3482         * COPYING.LIB: Update from fsf.org.
3483
3484 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
3485
3486         * COPYING, compile, config.guess,
3487         config.sub, install-sh, missing, mkinstalldirs,
3488         symlink-tree, ylwrap: Sync from upstream sources.
3489         * config-ml.in: Update FSF address.
3490
3491 2005-07-13  Eric Christopher  <echristo@redhat.com>
3492
3493         * configure.in: Add toplevel noconfigdir support for tpf.
3494         * configure: Regenerate.
3495
3496 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
3497
3498         PR ada/22340
3499
3500         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3501         * Makefile.in: Regenerate.
3502
3503 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
3504
3505         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
3506         Brolley to write-after-approval.
3507
3508 2005-07-07  Andreas Schwab  <schwab@suse.de>
3509
3510         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3511         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3512         * Makefile.in: Regenerated.
3513
3514 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
3515
3516         * configure.in: Don't build sim or rda when targetting darwin.
3517         * configure: Regenerate.
3518
3519 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
3520
3521         * configure.in: Add --enable-libssp and --disable-libssp.
3522         * configure: Regenerate with autoconf-2.13.
3523
3524 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
3525
3526         * Makefile.def (target_modules): Add libssp.
3527         * configure.in (target_libraries): Add target-libssp.
3528         * configure: Rebuilt.
3529         * Makefile.in: Rebuilt.
3530
3531 2005-07-01  Zack Weinberg  <zackw@panix.com>
3532
3533         * MAINTAINERS: Change email address.  Resign from maintainership.
3534
3535 2005-07-01  Richard Guenther  <rguenther@suse.de>
3536
3537         * MAINTAINERS: Change my e-mail address and affiliation.
3538
3539 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
3540
3541         * Makefile.def (stagefeedback): Come after profile.
3542         Define profiledbootstrap target.
3543         * Makefile.tpl (profiledbootstrap): Remove.
3544         (stageprofile-end): Zap stagefeedback.
3545         (stagefeedback-start): Copy all .gcda files, not only GCC's.
3546         * Makefile.in: Regenerate.
3547
3548 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
3549
3550         * MAINTAINERS: Update my email address.
3551
3552 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
3553
3554         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
3555         In 'cpp' stanza, support '#line' as well as '# '.
3556
3557 2005-06-08  Andreas Schwab  <schwab@suse.de>
3558
3559         * MAINTAINERS: Move myself from 'Write After Approval' to
3560         'CPU Port Maintainers' section as m68k maintainer.
3561
3562 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
3563
3564         * configure.in (unsupported_languages): New macro.
3565         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
3566         non-ported target libraries in noconfigdirs.
3567         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3568         non-linux-gnu.  Remove libgcj_ex_libffi.
3569         <lang_frag loop>: Set add_this_lang=no if the language is in
3570         unsupported_languages.
3571         * configure: Regenerate.
3572
3573 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
3574
3575         * configure.in: Fix typo in handling of --with-mpfr-dir.
3576         * configure: Regenerate.
3577
3578 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
3579
3580         * MAINTAINERS: Update my email address.
3581
3582 2005-06-02  Jim Blandy  <jimb@redhat.com>
3583
3584         * config.sub: Add cases for the Renesas m32c.  (This patch has been
3585         accepted into the master sources.)
3586
3587 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
3588             Michael Snyder  <msnyder@redhat.com>
3589             Stan Cox  <scox@redhat.com>
3590
3591         * configure.in: Set noconfigdirs for ms1.
3592
3593         * configure: Regenerate.
3594
3595 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
3596
3597         * MAINTAINERS (Write After Approval): Add self.
3598
3599 2005-06-01  Josh Conner  <jconner@apple.com>
3600
3601         * MAINTAINERS (Write After Approval): Add self.
3602
3603 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
3604
3605         * MAINTAINERS: Update my email address.
3606
3607 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
3608
3609         * MAINTAINERS (Write After Approval): Add self.
3610
3611 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
3612
3613         * MAINTAINERS (Write After Approval): Remove self.
3614
3615 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
3616
3617         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3618         (Dependencies): Consider target modules for bootstrap dependencies.
3619         Make target bootstrap modules depend on each stage's gcc.
3620         * Makefile.in: Regenerate.
3621
3622 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
3623
3624         * Makefile.def (configure-gcc): Depend on binutils having been built.
3625         (all-gcc): No need to do it here.
3626         * Makefile.in: Regenerate.
3627
3628 2005-05-19  Paul Brook  <paul@codesourcery.com>
3629
3630         * configure.in: Rewrite misleading error message when requested
3631         language cannot be built.
3632         * configure: Regenerate.
3633
3634 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
3635
3636         * ylwrap: Import from Automake 1.9.5.
3637
3638 2005-05-13  David Ung  <davidu@mips.com>
3639
3640         * MAINTAINERS (Write After Approval): Add self.
3641
3642 2005-05-09  Mike Stump  <mrs@apple.com>
3643
3644         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
3645         lt_cv_sys_max_cmd_len for now.
3646
3647 2005-05-09  Stan Cox  <scox@redhat.com>
3648
3649         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
3650
3651 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
3652
3653         * README.SCO: Update the URL.
3654
3655 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
3656
3657         * ltconfig: Define file_list_spec.  Pass file_list_spec and
3658         with_gnu_ld to libtool.
3659         * ltcf-c.sh (aix[45]): Define file_list_spec.
3660         * ltcf-cxx.sh (aix[45]): Same.
3661         * ltcf-gcj.sh (aix[45]): Same.
3662         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
3663         exists, write list of input files to temporary file.
3664
3665 2005-05-04  Mike Stump  <mrs@apple.com>
3666
3667         * configure.in: Always pass --target to target configures as
3668         otherwise rebuilds that do --recheck will fail.
3669         * confiugure: Rebuilt.
3670
3671 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
3672
3673         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
3674         STAGE_HOST_EXPORTS.
3675         (configure, all): Add bootstrap support.
3676         (Host modules, target modules): Pass post-stage1 flags and exports.
3677         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
3678         * Makefile.in: Regenerate.
3679
3680 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
3681
3682         * configure: Regenerate.
3683
3684 2005-04-27  Mike Stump  <mrs@apple.com>
3685
3686         * MAINTAINERS: Add self as darwin maintainer.
3687
3688 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
3689
3690         * config.sub: Update from master copy.
3691
3692 2005-04-21  Mike Stump  <mrs@apple.com>
3693
3694         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
3695         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
3696
3697 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
3698
3699         * configure.in <crisv32-*-*, cris-*-*>: New local variable
3700         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
3701         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
3702         "*-*-elf" and "*-*-linux*".
3703         * configure: Regenerate.
3704
3705 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
3706
3707         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
3708
3709 2005-04-12  Mike Stump  <mrs@apple.com>
3710
3711         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
3712
3713 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
3714
3715         * MAINTAINERS (Write After Approval): Add myself.
3716
3717 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
3718
3719         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
3720
3721 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
3722
3723         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
3724         (TARGET_CONFIGARGS): Include --with-target-subdir.
3725         (configure, all): New macros.  Use them throughout.
3726         * Makefile.in: Regenerate.
3727
3728 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
3729
3730         * MAINTAINERS (Write After Approval): Add myself.
3731
3732 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3733
3734         * MAINTAINERS: Remove 'loop unrolling' maintainer.
3735
3736 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
3737
3738         * MAINTAINERS: Move John Carr to Write After Approval.
3739
3740 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
3741
3742         * config/mh-mingw32: Delete.
3743         * configure.in: Don't use it.
3744         * configure: Regenerate.
3745
3746 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
3747
3748         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
3749         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
3750         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
3751         (HOST_LIB_PATH): Generate from Makefile.def.
3752         (TARGET_LIB_PATH): Likewise.
3753         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
3754         * Makefile.in: Regenerate.
3755         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
3756         (RPATH_ENVVAR): Include Darwin case.
3757         * configure: Regenerate.
3758
3759 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
3760
3761         * MAINTAINERS (Various Maintainers): Remove self.
3762         (Write After Approval): Add self.
3763
3764 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
3765
3766         * MAINTAINERS (Various Maintainers): Add self.
3767
3768 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
3769
3770         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
3771         * configure: Regenerate.
3772
3773 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
3774
3775         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
3776         gcc_version, and gcc_version_trigger from set of flags to pass.
3777         * Makefile.tpl: Remove definitions of above variables.
3778         (config.status): Remove dependency on $(gcc_version_trigger).
3779         * Makefile.in: Regenerate.
3780         * configure.in: Do not reference config/gcc-version.m4 nor
3781         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
3782         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
3783         * configure: Regenerate.
3784
3785 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
3786             Andrew Pinski <pinskia@physics.uc.edu>
3787
3788         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
3789         * Makefile.in: Regenerate.
3790
3791 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
3792
3793         * MAINTAINERS (Write After Approval): Add myself.
3794
3795 2005-03-03  David Ayers  <d.ayers@inode.at>
3796
3797         * MAINTAINERS (Write After Approval): Add myself.
3798
3799 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
3800
3801         PR libgcj/20160
3802         * ltmain.sh: Avoid creating archives with components that have
3803         duplicate basenames.
3804
3805 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
3806
3807         PR bootstrap/20250
3808         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
3809         instead of check.
3810         * Makefile.in: Regenerate.
3811
3812 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
3813
3814         * Makefile.in: Regenerate to fix conflict between the previous two
3815         patches.
3816
3817 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
3818
3819         PR bootstrap/17383
3820         * Makefile.def (target_modules): Remove "stage", now unnecessary.
3821         * Makefile.tpl (HOST_SUBDIR): New substitution.
3822         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
3823         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3824         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
3825         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
3826         (Host modules, Bootstrapped modules): Use it.
3827         (Build modules, Target modules): Do not create symlink trees,
3828         always configure out-of-srcdir.
3829         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
3830         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
3831         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
3832         $(HOST_SUBDIR).  Create a symlink for host_subdir.
3833
3834         * Makefile.in: Regenerate.
3835         * configure: Regenerate.
3836
3837 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3838
3839         Merged from libada-gnattools-branch:
3840         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3841
3842         * gnattools: New directory.
3843         * Makefile.def: Add gnattools as a module, depending on target-libada.
3844         * Makefile.in: Regenerate.
3845         * configure.in: Include gnattools in host_tools; disable it if ada
3846         is disabled.
3847         * configure: Regenerate.
3848
3849 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
3850
3851         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
3852         treelang maintainer.
3853         (Write After Approval): Remove myself.
3854
3855 2005-02-23  Paul Schlie  <schlie@comcast.net>
3856
3857         * configure.in: Allow darwin targeted ports to build tk, itcl and
3858         libgui.
3859         * configure: Regenerate.
3860
3861 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3862
3863         PR libgcj/10353
3864         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
3865         * configure: Regenerate.
3866
3867 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
3868
3869         * MAINTAINERS (Write After Approval): Add myself.
3870
3871 2005-02-10  Ian Lance Taylor  <ian@airs.com>
3872
3873         * MAINTAINERS: Update my e-mail address.
3874
3875 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
3876
3877         * MAINTAINERS (Write After Approval): Add myself.
3878
3879 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
3880
3881         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
3882         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
3883         target-libgloss when not *-*-elf and *-*-aout.
3884         * configure: Regenerate.
3885
3886 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
3887
3888         * MAINTAINERS: Remove obsolete entries.
3889
3890         * MAINTAINERS (Write After Approval): Add Michael Matz.
3891
3892 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
3893
3894         * MAINTAINERS: Remove self as cpplib maintainer.
3895
3896 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
3897
3898         * install-sh, config.sub: Import from upstream.
3899
3900 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
3901
3902         PR bootstrap/18222
3903         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
3904         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
3905         * Makefile.in: Regenerate.
3906
3907 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
3908
3909         * MAINTAINERS: Update my email address.
3910
3911 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
3912             Andreas Schwab  <schwab@suse.de>
3913
3914         PR bootstrap/18033
3915         * config-ml.in: Eval option if surrounded by single quotes.
3916
3917 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
3918
3919         Revert 2004-12-28 Makefile changes, a better fix will be
3920         applied to mainline and src after GCC 4.0 branches.
3921
3922 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
3923
3924         PR bootstrap/17383
3925
3926         * Makefile.def (target_modules): Remove stage parameter,
3927         it is always true now.
3928         * Makefile.tpl (configure-build-[+module+],
3929         configure-target-[+module+]): Always build symlink tree
3930         for the directory and for include.  BUILD_SUBDIR and
3931         TARGET_SUBDIR cannot be . anymore.
3932         * Makefile.in: Regenerate.
3933
3934 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
3935
3936         Revert 2004-12-08 Makefile changes.
3937
3938 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
3939
3940         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
3941         cygwin, mingw.
3942
3943 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
3944
3945         * configure.in (sh64-*-*): Reenable gprof.
3946         * configure: Regenerate.
3947
3948 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
3949
3950         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
3951         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
3952         (EXTRA_TARGET_FLAGS): Add PICFLAG.
3953         * Makefile.in: Regenerate.
3954
3955 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
3956
3957         * MAINTAINERS: Update my email address.
3958
3959 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
3960
3961         * Makefile.tpl: Generate normal dependencies if the LHS module is
3962         not bootstrapped.
3963         * Makefile.in: Regenerate.
3964
3965 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
3966
3967         * configure.in: Include config/gxx-include-dir.m4.  Use
3968         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
3969         * configure: Regenerate.
3970
3971 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
3972
3973         * config.if: Delete.
3974         * configure.in: Set libstdcxx_incdir directly.
3975         * configure: Regenerate.
3976
3977 2004-12-02  Eric Christopher  <echristo@redhat.com>
3978
3979         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
3980         * Makefile.in: Regenerate.
3981
3982 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
3983
3984         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
3985         * configure: Regenerate.
3986
3987 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
3988
3989         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
3990         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
3991         * configure: Regenerate.
3992
3993 2004-12-01  Eric Christopher  <echristo@redhat.com>
3994
3995         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
3996         of things to remove.
3997
3998 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
3999
4000         * MAINTAINERS (Write After Approval): Update my e-mail address.
4001
4002 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
4003
4004         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
4005         from CVS libtool to always pass_all.
4006
4007 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4008
4009         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4010         (hppa*64*-*-*): Delete incorrect comment.
4011         * configure: Rebuilt.
4012
4013 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4014
4015         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
4016
4017 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4018
4019         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
4020         from CVS libtool to always pass_all.
4021
4022 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4023
4024         * install-sh, compile: Import from automake.
4025
4026 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4027
4028         * config.guess, config.sub:  Import from savannnah.
4029
4030 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
4031
4032         * MAINTAINERS (Write After Approval): Add myself
4033
4034 2004-11-12  Mike Stump  <mrs@apple.com>
4035
4036         * Makefile.def: Add html support.
4037         * Makefile.tpl: Likewise.
4038         * Makefile.in: Regenerate.
4039
4040 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
4041
4042         PR 18423
4043         * configure.in: Remove all instances of build-fixincludes from
4044         noconfigdirs.
4045         (build_configargs): Supply --target to subdirectories.
4046         * configure: Regenerate.
4047
4048         * Makefile.def: Make gcc install depend on fixincludes install.
4049         * Makefile.in: Regenerate.
4050
4051 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
4052
4053         * MAINTAINERS: Add myself as gcc testsuite maintainer.
4054
4055 2004-11-11  Paul Brook  <paul@codesourcery.com>
4056
4057         * MAINTAINERS: Add self as arm maintainer.  Update email address.
4058
4059 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
4060
4061         * configure.in (noconfigdirs) [mmix-*-*]: Disable
4062         target-libgfortran.
4063         * configure: Regenerate.
4064
4065 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
4066
4067         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4068         like CC.
4069
4070 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
4071
4072         * Makefile.def (host fixincludes): Specify missing targets.
4073         * Makefile.in: Regenerate.
4074
4075 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
4076
4077         * MAINTAINERS: Add myself
4078
4079 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
4080
4081         * MAINTAINERS (Write After Approval): Add myself.
4082
4083 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
4084
4085         * Makefile.def: Build fixincludes for the host, too.
4086         * Makefile.in: Regenerate.
4087         * configure.in (host_tools): Add fixincludes.
4088         * configure: Regenerate.
4089
4090 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
4091
4092         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4093         * configure: Regenerated.
4094
4095 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
4096
4097         PR other/17783
4098         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4099         * configure: Regenerated.
4100
4101 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
4102
4103         * README.SCO: Update per FSF instructions.
4104
4105 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
4106
4107         PR target/18151
4108         * configure.in (case ${target}): Do not build fixincludes for avr.
4109         * configure: Regenerated.
4110
4111 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
4112
4113         * configure.in (case ${target}): Do not build fixincludes
4114         on platforms where it is not used.
4115         * configure: Regenerated.
4116
4117 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
4118
4119         * configure.in: Use an absolute path to install-sh.
4120         * configure: Regenerated.
4121
4122 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4123
4124         * MAINTAINERS (Write After Approval): Add myself.
4125
4126 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
4127
4128         * MAINTAINERS: Remove from Write After Approval those that are
4129         already maintainers.
4130
4131 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
4132
4133         * MAINTAINERS:  Update my email address.
4134
4135 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4136
4137         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4138         * configure: Regenerate.
4139
4140 2004-10-07  J"orn Rennecke <joern.rennecke@st.com>
4141
4142         * MAINTAINERS:  Update my email address.
4143
4144 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
4145
4146         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
4147         entries belonging to this category.
4148
4149 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
4150
4151         * MAINTAINERS: Update my e-mail address.
4152
4153 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
4154
4155         Fix wrong conflict resolution in:
4156
4157         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4158
4159         * Makefile.in: Regenerate.
4160         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4161         in the recursive `make', instead of hardwiring `all'.
4162         (Autogenerated TARGET-* variables): New.
4163
4164 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
4165
4166         * configure.in: Enable target-libgloss for crx-*-*.
4167         * configure: Regenerate.
4168
4169 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4170
4171         * MAINTAINERS (Various Maintainers): Move the "windows,
4172         cygwin, mingw" maintainer to ...
4173         (OS Port Maintainers): ... here.
4174
4175 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4176
4177         * MAINTAINERS (Write After Approval): Remove those that are
4178         maintainers of some subsystem.
4179
4180 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
4181
4182         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4183         * ltcf-cxx.sh (tpf*): Likewise.
4184         * ltconfig (tpf*): Add TPF OS configuration support.
4185
4186 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
4187
4188         * MAINTAINERS: Change my email address to my new work account.
4189
4190 2004-09-24  Michael Roth  <mroth@nessie.de>
4191
4192         * configure.in (--without-headers): Add missing double quotes.
4193         * configure: Regenerate.
4194
4195 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
4196
4197         * ylwrap: Revert to previous version.
4198
4199 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
4200
4201         PR bootstrap/17369
4202         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4203         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4204         SET_GCC_LIB_PATH_CMD.
4205         (BASE_TARGET_EXPORTS): Likewise.
4206         * Makefile.in: Regenerated.
4207
4208         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4209         * configure: Regenerated.
4210
4211 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
4212
4213         * config.guess: New upstream version
4214         * compile, depcomp, install-sh, ylwrap: Likewise.
4215
4216 2004-09-19  Roger Sayle  <roger@eyesopen.com>
4217
4218         * config/mh-x86omitfp: New host makefile fragment.  Add
4219         -fomit-frame-pointer to the default BOOT_CFLAGS.
4220         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4221         * configure: Regenerate.
4222
4223 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
4224
4225         PR target/11572
4226         * configure.in (*-*-darwin*): Renable libobjc.
4227         * configure: Regenerate.
4228
4229 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
4230
4231         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
4232
4233 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
4234
4235         * Makefile.def: Remove libbanshee.
4236         * Makefile.tpl: Ditto.
4237         * configure.in: Ditto.
4238         * Makefile.in: Regen.
4239         * configure: Ditto.
4240
4241 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
4242
4243         * ltmain.sh: Use $pic_object as $non_pic_object if
4244         $non_pic_object=none.
4245
4246 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
4247
4248         * missing: Import latest version from master repository.
4249
4250 2004-09-06  Nick Clifton  <nickc@redhat.com>
4251
4252         * config.sub: Import latest version from master repository.
4253         * config.guess: Likewise.
4254         This includes these changes:
4255
4256         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
4257
4258         * config.sub: Handle crisv32, alias etraxfs.
4259         * config.guess (crisv32:Linux:*:*): Handle.
4260
4261         2004-08-13  Brad Smith  <brad@comstyle.com>
4262
4263         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4264         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4265
4266         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4267
4268         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4269         assume the processor is a powerpc.  This is because coreutils
4270         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4271         in this case, due to a MacOS X bug that causes
4272         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4273         to return a negative number.
4274         Problem reported by Petter Reinholdtsen in:
4275         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4276
4277         2004-07-19  Ben Elliston  <bje@gnu.org>
4278
4279         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4280
4281         2004-06-24  Ben Elliston  <bje@gnu.org>
4282
4283         * config.guess: Update copyright years.
4284         * config.sub: Likewise.
4285
4286         2004-06-22  Robert Millan  <robertmh@gnu.org>
4287
4288         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4289         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4290
4291         2004-06-22  Stanley F. Quayle <stan@stanq.com>
4292
4293         * config.guess (*:*VMS:*:*): New entry. Replaces
4294         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4295         manufacturer.
4296
4297         2004-06-22  Ben Elliston  <bje@gnu.org>
4298
4299         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4300         * config.sub: Likewise.
4301
4302         2004-06-22  Ben Elliston  <bje@gnu.org>
4303
4304         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4305         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4306
4307         2004-06-11  Ben Elliston  <bje@gnu.org>
4308
4309         * config.guess (pegasos:OpenBSD:*:*): Remove.
4310
4311         2004-06-11  Ben Elliston  <bje@gnu.org>
4312
4313         From Wouter Verhelst <wouter@grep.be>:
4314         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4315
4316         2004-06-11  Ben Elliston  <bje@gnu.org>
4317
4318         * config.guess (luna88k:OpenBSD:*:*): New.
4319
4320         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
4321
4322         * config.guess (m32r*:Linux:*:*): New case.
4323         * config.sub: Handle m32rle.
4324
4325         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
4326
4327         From Jens Petersen  <petersen@redhat.com>:
4328         * config.sub: Handle sparcv8.
4329
4330         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
4331
4332         From Tom Smith <smith@cag.lkg.hp.com>:
4333         * config.guess: Version suffixes are equally significant on Tru64
4334         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
4335         prefix of "P" (patched kernel).
4336
4337         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
4338
4339         * config.sub: Add support for National Semiconductor CRX target.
4340
4341 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
4342
4343         * MAINTAINERS (Various Maintainers): Remove myself as web page
4344         maintainer, add myself as maintainer of build status lists.
4345
4346 2004-09-03  Jan Beulich  <jbeulich@novell.com>
4347
4348         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4349         *-*-netware, but add target-libmudflap.
4350         Consolidate *-*-netware targets (of which really only i?86 exists)
4351         into a single entry.
4352         * configure: Likewise.
4353
4354 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
4355
4356         * Makefile.tpl (sorry): Remove.
4357         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4358         (cleanstrap targets): Depend on distclean, not distclean-stage1.
4359         (do-clean): Clean per-stage directories too.
4360         (do-distclean): Run distclean-stage1 too.
4361         (.NOTPARALLEL): Enable during toplevel bootstrap.
4362         (stage[+id+]-bubble): Enable parallel execution during
4363         the recursive invocation.
4364         * Makefile.in: Regenerate.
4365
4366         Fix previous checkin:
4367
4368         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4369         include.
4370         * configure.in: Fix indentation.
4371         * configure: Regenerate.
4372
4373 2004-08-31  Robert Bowdidge <bowdidge@apple.com>
4374
4375         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4376         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4377         * configure: regenerate
4378         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4379         -mdynamic-no-pic
4380
4381
4382 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
4383
4384         * Makefile.def (build_modules): Add fixincludes.
4385         (dependencies): Make gcc depend on fixincludes.
4386         * configure.in (build_tools): Add fixincludes.
4387         (build_configdirs): Always include build_libs.
4388         * Makefile.in: Regenerate.
4389         * configure: Regenerate.
4390
4391 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
4392
4393         * Makefile.def (bootstrap stages): Add 'lean' parameter.
4394         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4395         phony targets; do not generate timestamp files.
4396         (distclean-stageN): Remove references to their timestamp files.
4397         (restageN, touch-stageN): Remove.
4398         (stageN-bubble): Rewritten.
4399         (compare): Support lean bootstraps.
4400         * Makefile.in: Regenerate.
4401
4402         * configure.in: Only warn when bootstrapping but
4403         build != host or build != target.  Support lean bootstraps.
4404         * configure: Regenerate.
4405
4406 2004-08-26  Phil Edwards  <phil@codesourcery.com>
4407
4408         * configure.in:  Give a better error message if GMP/MPFR are missing
4409         and a language needing them has been requested.
4410         * configure:  Regenerated.
4411
4412 2004-08-25  Phil Edwards  <phil@codesourcery.com>
4413
4414         * configure.in:  Print a list of available language front-ends if
4415         a requested one is missing.  Tidy stray tab characters.
4416         * configure:  Regenerated.
4417
4418 2004-08-19  Michael Koch  <konqueror@gmx.de>
4419
4420         * gcc/doc/install.texi: Update entry about automake for libjava.
4421
4422 2004-08-17  Robert Millan  <robertmh@gnu.org>
4423
4424         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4425         (instead of FreeBSD).
4426         * configure: Regenerate.
4427
4428 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4429
4430         * Makefile.in: Regenerate.
4431         * configure: Regenerate.
4432
4433         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4434         stage_*_flags.
4435         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4436         for bootstrapped modules if toplevel bootstrap is going.
4437         (GCC bootstrap): Generate per-stage targets for all bootstrapped
4438         modules.  Adjust for changes in Makefile.def.  Enable several
4439         rules even in non-bootstrap mode, just to avoid peppering the
4440         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4441         (stage-[+prev+]-bubble): Remove.
4442
4443         * Makefile.def (Dependencies): Depend on all-build-bison,
4444         all-build-flex, all-build-byacc, all-build-texinfo, rather
4445         than the host variations.
4446         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
4447         with BUILD_SUBDIR.
4448         (BISON): Update for recent Bisons.
4449         (YACC): Fix typo.
4450         (cross): Depend on all-build.
4451         (all): Do not depend on all-build.
4452         (prebootstrap): Remove.
4453         (dep-kind): Accept separate prefixes for MODULE and ON variables.
4454         (Prebootstrap dependencies): Add them to the per-stage targets
4455         and to all-prebootstrap.
4456         * configure.in (build_configdirs): Always enable build_tools.
4457         (BUILD_DIR_PREFIX): Remove.
4458
4459         * Makefile.def (gcc): Add target variable.
4460         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4461         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4462         in the recursive `make', instead of hardwiring `all'.
4463         (Autogenerated TARGET-* variables): New.
4464
4465 2004-08-13  Brian Booth  <bbooth@redhat.com>
4466
4467         * MAINTAINERS: Remove myself from write-after-approval.
4468
4469 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4470
4471         * src-release: Stop distributing mmalloc with gdb (which doesn't
4472         use it).
4473         * Makefile.def: GDB doesn't depend on mmalloc anymore.
4474         * Makefile.in: Regenerate.
4475
4476 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
4477
4478         * configure.in (arm*-*-eabi*): New target.
4479         * configure: Regenerate.
4480
4481 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
4482
4483         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4484         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4485         (Dependencies): New section.
4486         * Makefile.tpl (Dependencies): Generate from Makefile.def.
4487         (configure-target-[+module+]): Depend on maybe-all-gcc
4488         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
4489         (toplevel profiledbootstrap): Fix dependencies.
4490         * Makefile.in: Regenerate.
4491
4492 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
4493
4494         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4495         target-libiberty to noconfigdirs.
4496         * configure: Regenerate.
4497
4498 2004-08-03  Paul Brook  <paul@codesourcery.com>
4499
4500         * configure.in: Check for MPFR as well as GMP.
4501         * configure: Regenerate.
4502
4503 2004-08-01  Robert Millan  <robertmh@gnu.org>
4504
4505         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4506         libmudflap for all GNU-based systems (with Glibc).
4507         * configure: Regenerate.
4508
4509 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
4510
4511         * Makefile.def (host-modules): Add gcc.
4512         * Makefile.in: Regenerate.
4513         * Makefile.tpl (sorry): New rule.
4514         (configure-host, all-host, [+make_target+]-host, do-check,
4515         install-host): Do not add gcc as a special case.
4516         (host modules): Add a small special-casing for gcc.  Export
4517         extra_make_flags through the environment.
4518         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4519         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4520         other recursive targets for gcc): Remove.
4521
4522         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4523         (stage, unstage): New rules.
4524         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4525         distclean-stage[+id+]): Use stage_current.
4526         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4527         the stage*-start rules.
4528
4529 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
4530
4531         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
4532         use -all_load flag.
4533
4534 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
4535
4536         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
4537         * configure: Regenerate.
4538
4539 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
4540
4541         * maintainer-scripts/gcc_release: Revert yesterday's change.
4542
4543 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
4544
4545         * MAINTAINERS: Add myself to write-after-approval.
4546
4547 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
4548
4549         * libf2c: Removed.
4550         * gcc/gccbug.in: Updated because of libf2c removal.
4551         * maintainer-scripts/gcc_release: Ditto.
4552
4553 2004-07-09  Loren J. Rittle <ljrittle@acm.org>
4554
4555         * configure.in: Build libmudflap by default on FreeBSD.
4556         * configure: Regenerated.
4557
4558 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
4559
4560         * configure.in: Do not build libmudflap by default on non-GNU/Linux
4561         systems.
4562         * configure: Regenerated.
4563
4564 2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4565
4566         PR target/16344
4567         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4568         feedback based compiler.
4569         * Makefile.in: Rebuilt.
4570
4571 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
4572
4573         * Makefile.def (host_modules): Set bootstrap=true for flex.
4574         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4575         * Makefile.in: Rebuilt.
4576
4577 2004-07-07  Jan Hubicka  <jh@suse.cz>
4578
4579         * MAINTAINERS: Add self as a profile feedback maintainer.
4580
4581 2004-07-05  Phil Edwards  <phil@codesourcery.com>
4582
4583         * configure.in:  Do not prepend $srcdir to /dev/null in
4584         makefile fragments.
4585         * configure:  Regenerate.
4586
4587 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
4588
4589         * Makefile.def (build_modules): Add bison, byacc, flex,
4590         m4, texinfo.
4591         (flags_to_pass): Add FLEX.
4592         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4593         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4594         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4595         DEFAULT_MAKEINFO): Remove.
4596         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4597         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4598         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4599         objdir or else use configured tool.
4600         (all-build): New.
4601         (all): Depend on it.
4602         (Build module dependencies): Add.
4603         * Makefile.in: Regenerate.
4604         * configure.in: Better support for multiple build modules,
4605         matching what is done for host/target modules.  Do not look
4606         for "plausible" locations of build tools if Canadian cross.
4607         Use autoconf's AC_PROG_CC to find a C compiler.  Define
4608         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
4609         * configure: Regenerate.
4610
4611 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4612
4613         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4614         * Makefile.in: Regenerate.
4615
4616 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4617
4618         * Makefile.tpl (configure-build-[+module+],
4619         configure-[+module+], configure-target-[+module+]): Pass
4620         [+extra_configure_args+].
4621         (all-build-[+module+], all-[+module+], check-[+module+],
4622         install-[+module+], [+make_target+]-[+module+],
4623         all-target-[+module+], check-target-[+module+],
4624         install-target-[+module+], [+make_target+]-target-[+module+]):
4625         Pass [+extra_make_args+].
4626         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4627         (GCC_HOST_EXPORTS): Remove.
4628         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4629         cross, check-gcc, check-gcc-c++, install-gcc,
4630         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4631         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4632         * Makefile.in: Regenerate.
4633
4634 2004-06-21  Matthew Sachs  <msachs@apple.com>
4635
4636         * MAINTAINERS: Added self to write-after-approval.
4637
4638 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
4639
4640         * configure.in: Check for srcdir/winsup rather than build directory
4641         winsup.
4642         * configure: Regenerate.
4643
4644 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
4645
4646         * configure.in: Don't build Cygwin native newlib if winsup
4647         directory is missing.  Emit warning instead.
4648         * configure: Regenerate.
4649
4650 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
4651
4652         * Makefile.tpl (touch-stage[+id+]): New.
4653         (restage[+prev+]): Depend on touch-stage[+id+].
4654
4655         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4656         Use it throughout.
4657
4658         * Makefile.def: Add profile and feedback bootstrap stages.
4659         Remove next field from bootstrap stages.
4660         * Makefile.tpl (LN, LN_S): Substitute.
4661         (stageN-start, stageN-end): Use double-colon rules, to
4662         provide a hook for additional setup commands.
4663         (distclean-stageN-gcc, restageN): Create dependencies from
4664         [+prev+], not from [+next+].
4665         (stageN-bubble): Add commands for successive stages from
4666         [+prev+], using double-colon rules.
4667         (all-stageN-gcc): Fix typo.
4668         (stagefeedback-start, profiledbootstrap): New.
4669         * Makefile.in: Regenerate.
4670         * configure.in: Call ACX_PROG_LN.
4671         * configure: Regenerate.
4672
4673 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
4674
4675         * MAINTAINERS (Write After Approval): Add myself.
4676
4677 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
4678
4679         * MAINTAINERS (Write After Approval): Add myself.
4680
4681 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
4682
4683         * configure.in: Fix --enable-bootstrap breakage introduced in trees
4684         without gcc.
4685         * configure: Regenerate.
4686
4687 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
4688
4689         * Makefile.tpl: Fix typo.
4690         * Makefile.in: Regenerate.
4691
4692 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
4693
4694         * configure.in: Remove new- prefix from toplevel
4695         bootstrap targets.
4696         * configure: Regenerate.
4697
4698 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
4699
4700         * Makefile.tpl (all.normal): Rename to all.
4701         (all): Replace with a rule to pick the default
4702         target from configure.
4703         (all-gcc, configure-gcc): Use conditionals to
4704         do nothing when toplevel bootstrap is going on.
4705         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
4706         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
4707         * configure.in: Support --enable-bootstrap.
4708
4709         * Makefile.def: Remove new- prefix from toplevel
4710         bootstrap targets.
4711         * Makefile.tpl: Likewise.
4712
4713         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
4714         target.
4715
4716         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
4717         $(RECURSE_FLAGS) to recursive invocation of make.
4718
4719         * Makefile.in: Regenerate.
4720         * configure: Regenerate.
4721
4722 2004-05-30  Andreas Jaeger  <aj@suse.de>
4723             Jim Wilson <wilson@specifixinc.com>
4724
4725         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
4726         like CC.
4727
4728 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
4729
4730         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
4731         * configure: Regenerate.
4732
4733 2004-05-25  Daniel Jacobowitz  <drow@false.org>
4734
4735         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
4736         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
4737         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
4738         targets.
4739         * Makefile.in: Regenerate.
4740
4741 2004-05-24  Paolo Bonzini <bonzini@gnu.org>
4742
4743         * configure.in: Test the ability to symlink directories.
4744         * configure: Regenerate.
4745
4746         * Makefile.def (bootstrap-stage): New definitions.
4747         * Makefile.tpl (configure-stage1-gcc,
4748         configure-stage2-gcc, configure-stage3-gcc,
4749         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
4750         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
4751         new-restage3, compare): Autogenerate, see Makefile.in
4752         entry for behavioral changes.
4753         (distclean-stage1, new-stage1-start, new-stage1-end,
4754         new-stage1-bubble, distclean-stage2, new-stage2-start,
4755         new-stage2-end, new-stage2-bubble, distclean-stage3,
4756         new-stage3-start, new-stage3-end): New autogenerated targets.
4757         (objext, prebootstrap, BOOT_CFLAGS,
4758         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
4759         targets.
4760
4761         * Makefile.in: Regenerate.
4762         (distclean-stage1, new-stage1-start, new-stage1-end,
4763         new-stage1-bubble, distclean-stage2, new-stage2-start,
4764         new-stage2-end, new-stage2-bubble, distclean-stage3,
4765         new-stage3-start, new-stage3-end): New targets.
4766         (all-stage1-gcc): Move prebootstrap dependency from here...
4767         (configure-stage1-gcc): ...to here.
4768         (new-bootstrap): Use bubble targets.
4769         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4770         Use per-stage distclean targets.
4771         (configure-stage1-gcc, configure-stage2-gcc,
4772         configure-stage3-gcc, all-stage1-gcc,
4773         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
4774         Use new-stageN-start to prepare the tree.
4775
4776 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
4777
4778         * Makefile.def (host_modules): add libcpp.
4779         * Makefile.tpl: Add dependencies on and for libcpp.
4780         * Makefile.in: Regenerate.
4781         * configure.in: Add libcpp host module.
4782         * configure: Regenerate.
4783
4784 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
4785
4786         * Makefile.tpl: Whenever a recursive target is defined, wrap
4787         it in a special @if/@endif block, and prepare its maybe
4788         dependency in the @if/@endif block
4789         * configure.in: Instead of writing maybe dependencies, remove
4790         the @if/@endif statements, and remove the @if/@endif blocks
4791         that remain.
4792         * configure: Regenerate.
4793         * Makefile.in: Regenerate.
4794
4795 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
4796
4797         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
4798
4799 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
4800
4801         PR bootstrap/15120
4802         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
4803         * */configure: Rebuilt.
4804
4805 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
4806
4807         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
4808         of libf2c.
4809         * configure, Makefile.in: Regenerate.
4810
4811 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
4812
4813         * MAINTAINERS (Write After Approval): Add myself.
4814
4815 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
4816
4817         Merge from tree-ssa-20020619-branch.
4818
4819         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
4820         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
4821         (HOST_GMPLIBS): Define.
4822         (HOST_GMPINC): Define.
4823         (TARGET_LIB_PATH): Add libmudflap.
4824         (GFORTRAN_FOR_TARGET): Define.
4825         (configure-build*): Export GFORTRAN.
4826         (configure-gcc): Export GMPLIBS and GMPINC.
4827         (all-gcc): Add maybe-all-libbanshee.
4828         (configure-target-libgfortran): Define.
4829         * Makefile.in: Regenerate.
4830         * configure.in (host_libs): Add libbanshee.
4831         (target_libraries): Add target-libmudflap and target-libgfortran.
4832         Add --with-libbanshee.
4833         Handle --disable-libmudflap.
4834         (*-*-freebsd*): Use with_gmp.
4835         Add $(libgcj) to noconfigdirs.
4836         * configure: Regenerate.
4837         * depcomp: New file.
4838         * MAINTAINERS: Add tree-ssa maintainers.
4839
4840 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
4841
4842         * MAINTAINERS (Various Maintainers): Add myself.
4843
4844 2004-04-30  Brian Ford  <ford@vss.fsi.com>
4845
4846         * MAINTAINERS (Write After Approval): Add myself.
4847
4848 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
4849
4850         * MAINTAINERS (Write After Approval): Add myself.
4851
4852 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
4853
4854         * config/acx.m4: Fix fastcompare support for new-bootstrap.
4855         * configure: Regenerate.
4856
4857 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
4858
4859         Revert:
4860         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4861
4862         * Makefile.def (flags_to_pass): Remove *dir variables that
4863         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4864         as well as prefix and exec_prefix.
4865         * Makefile.in: Regenerate.
4866
4867 2004-04-26  Robert Millan  <robertmh@gnu.org>
4868
4869         Add patches from libtool CVS.
4870         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
4871         * ltconfig: Likewise.
4872         * ltcf-c.sh: Likewise.
4873         * ltcf-cxx.sh: Likewise.
4874         * ltcf-gcj.sh: Likewise.
4875
4876 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4877
4878         * Makefile.def (host_modules): Mark with the bootstrap
4879         flag packages on which gcc depends.
4880         * Makefile.tpl (all-bootstrap): Use it.
4881         * Makefile.in: Regenerate.
4882
4883 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4884
4885         * Makefile.def (flags_to_pass): Remove *dir variables that
4886         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4887         as well as prefix and exec_prefix.
4888         * Makefile.in: Regenerate.
4889
4890 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4891
4892         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
4893         * configure: Regenerate.
4894         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
4895         * gcc/Makefile.tpl (compare): Use the result of the test.
4896         * gcc/Makefile.in: Regenerate.
4897
4898 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
4899
4900         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
4901         Always relocate gcc and prev-gcc to the original names, even
4902         if the build fails.
4903         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4904         New targets.
4905
4906 2004-04-23  Laurent GUERBY <laurent@guerby.net>
4907
4908         * MAINTAINERS: Update my email address.
4909
4910 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4911
4912         * configure.in (mips*-*-irix5*): Enable ld.
4913         * configure: Regenerate.
4914
4915 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4916
4917         * configure: Regenerate.
4918
4919 2004-04-15  James E Wilson  <wilson@specifixinc.com>
4920
4921         * Makefile.tpl (configure-[+module+], configure-gcc,
4922         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
4923         Set and export LDFLAGS.
4924         * Makefile.in: Regenerate.
4925
4926 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
4927
4928         * MAINTAINERS: Add myself to write-after-approval.
4929
4930 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
4931
4932         PR bootstrap/14871
4933         * Makefile.tpl: If we don't have built-in-tree target tools,
4934         use the ones found by configure rather than hacking around with
4935         program_transform_name.
4936         * configure.in: Give Makefile.tpl the information necessary
4937         to do that.
4938         * Makefile.in: Regenerate.
4939         * configure: Regenerate.
4940
4941 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
4942
4943         PR bootstrap/14760
4944         * configure.in: When computing baseargs, strip *all* copies of
4945         offending options.  Also, don't match/substitute the trailing space,
4946         so that this actually works when two similar options are separated by
4947         only one space.
4948         * configure: Regenerate.
4949
4950 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
4951
4952         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
4953         (rs6000-*-aix*): Same.
4954         * configure: Regenerate.
4955
4956 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
4957
4958         * MAINTAINERS: Add myself to write-after-approval.
4959
4960 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
4961
4962         * MAINTAINERS: Add myself to write-after-approval.
4963
4964 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
4965
4966         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
4967         STRICT_WARN, WARN_CFLAGS flags passed down to make.
4968         * Makefile.in: Regenerate.
4969
4970         * configure.in (top level bootstrap support): Rework --enable-werror
4971         to set @stage2_werror_flag@.
4972         * configure: Regenerate.
4973         * Makefile.tpl (top level bootstrap support): Pass
4974         @stage2_werror_flag@ down to configure in stages 2 and 3.
4975         * Makefile.in: Regenerate.
4976
4977 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4978
4979         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
4980         for stages 2 and 3 as well as in make.  As a consequence, remove
4981         OUTPUT_OPTION (now detected by configure) from the flags passed down
4982         to make.
4983         * Makefile.in: Regenerate.
4984
4985         * Makefile.tpl (new-bootstrap): Fix typo.
4986         * Makefile.in: Regenerate.
4987
4988 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
4989
4990         * Makefile.tpl: Rearrange by moving recursive_targets rules
4991         into their proper sections.
4992         * Makefile.tpl (top level bootstrap support): Move disabling
4993         of coverage flags from 'make' to 'configure'; improve comments.
4994         * Makefile.in: Regenerate.
4995
4996         * Makefile.tpl (experimental top level bootstrap) Move stage1
4997         language setting from all- target to configure- target; disable
4998         intermodule optimization in stage 1; prevent gratuitous rebuilds
4999         of stage 1.
5000         * Makefile.in: Regenerate.
5001         * configure.in: Comma-separate stage 1 language list for top
5002         level bootstrap.
5003         * configure: Regenerate.
5004
5005         * Makefile.tpl: Clean up experimental top level bootstrap support:
5006         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5007         prev-gcc in configure- targets as well as all- targets.
5008         * Makefile.in: Regenerate.
5009
5010 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
5011
5012         * compile: New file imported from automake.
5013
5014 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
5015
5016         * configure.in: Remove symbolic link section.
5017         * configure: Regenerate.
5018         * Makefile.tpl (links): Remove.
5019         * Makefile.in: Regenerate.
5020
5021 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
5022             Nathanael Nerode  <neroden@gcc.gnu.org>
5023
5024         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5025         Set with AC_CHECK_PROGS.
5026         * configure.in: Fix comment typo from last patch.
5027         * configure: Regenerate.
5028
5029 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
5030
5031         * Makefile.tpl: Introduce experimental top level bootstrap support.
5032         * Makefile.in: Regenerate.
5033         * configure.in: Introduce support for top level bootstrap.
5034         * configure: Regenerate.
5035
5036 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5037             Paolo Bonzini  <bonzini@gnu.org>
5038
5039         PR bootstrap/14522
5040         * configure.in: Cope with shells that do not support unquoted ^
5041         * configure: Regenerate.
5042
5043 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5044             Paolo Bonzini  <bonzini@gnu.org>
5045
5046         PR bootstrap/14522
5047         * configure.in: Cope with shells that do not support nesting
5048         quotes inside quoted backquote substitutions.
5049         * configure: Regenerate.
5050
5051 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
5052
5053         PR bootstrap/14522
5054         * configure.in: Fix escaping of $.
5055         * configure: Regenerate.
5056
5057 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
5058
5059         * configure: Regenerate, since I forgot to while committing Paolo's
5060         changes.
5061
5062 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
5063
5064         PR ada/14131
5065         Move language detection to the top level.
5066         * configure.in: Find default values for the tools as
5067         soon as possible.  Disable ada if GNAT is not found.
5068         Emit error message about missing languages.  Expand
5069         --enable-languages=all for the gcc subdirectory.
5070
5071 2004-03-10  Ben Elliston  <bje@gnu.org>
5072
5073         * MAINTAINERS: Update my email address.
5074
5075 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
5076
5077         * ltconfig: Disable building static libraries if building shared
5078         libraries on AIX 5L.
5079
5080 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
5081
5082         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5083         and disable libgcj.
5084         * configure: Regenerated.
5085
5086 2004-03-01  Brian Booth  <bbooth@redhat.com>
5087
5088         * MAINTAINERS: Add myself to write-after-approval.
5089
5090 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
5091
5092         * MAINTAINERS: Add myself to write-after-approval.
5093
5094 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5095
5096         PR bootstrap/7087
5097         * Makefile.tpl: Guard XFOO sed statements better.
5098         * Makefile.tpl: Add dependency for configure-target-libada.
5099         * Makefile.in: Regenerate (incidentally fixes broken
5100         commit when libada-branch was merged).
5101
5102 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
5103
5104         * MAINTAINERS: Add myself to write-after-approval.
5105
5106 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
5107
5108         * MAINTAINERS: Add Nicola Pero and myself as libobjc
5109         maintainers.
5110
5111 2004-02-20  Andrew Cagney  <cagney@redhat.com>
5112
5113         * config.guess: Update from version 2003-10-16 to 2004-02-16.
5114         * config.sub: Update from version 2003-11-03 to 2004-02-16.
5115
5116 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5117
5118         PR bootstrap/11932
5119         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5120
5121 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
5122
5123         * MAINTAINERS: Added myself to write-after-approval.
5124
5125 2004-02-14  Michael Koch  <konqueror@gmx.de>
5126
5127         * MAINTAINERS: Added myself to write-after-approval.
5128
5129 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
5130
5131         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
5132         some OS port maintainers to OS port maintainers section.
5133
5134 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
5135
5136         * MAINTAINERS: Add self.
5137
5138 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
5139
5140         * MAINTAINERS: Alphabetize.
5141
5142 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
5143
5144         * MAINTAINERS: Remove myself.
5145
5146 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
5147
5148         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5149         (rs6000-*-aix*): Same.
5150         * configure: Regenerate.
5151
5152 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
5153
5154         * configure.in (host): Add in missing $noconfigdirs to defines.
5155         * configure: Regenerate.
5156
5157 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
5158             Nathanael Nerode  <neroden@gcc.gnu.org>
5159
5160         PR ada/6637, PR ada/5911
5161         Merge with libada-branch:
5162         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5163         with appropriate dependencies. Add --enable-libada configure switch.
5164         * configure, Makefile.in: Regenerate.
5165
5166 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
5167
5168         * MAINTAINERS: Add myself to write-after-approval.
5169
5170 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5171
5172         * configure.in: Don't pass --with-stabs on IRIX 5 either.
5173         * configure: Regenerate.
5174
5175 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
5176
5177         Merge from upstream:
5178
5179         * ltmain.in: When setting IFS to '~', be careful about user
5180         arguments that contain '~'.
5181
5182         2004-02-04  Peter O'Gorman  <peter@pogma.com>
5183
5184         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
5185         Also test $base_compile against $CC with escaped arguments. Bug
5186         reported by Geoff Keating <geoffk@apple.com>.
5187
5188 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
5189
5190         * MAINTAINERS: Remove i960 port.
5191
5192 2004-01-23  DJ Delorie  <dj@redhat.com>
5193
5194         * Makefile.def (target_modules) [libiberty]: Don't stage.
5195         * Makefile.in: Rebuilt.
5196
5197 2004-01-20  Caroline Tice  <ctice@apple.com>
5198
5199         * MAINTAINERS: Add myself to write-after-approval.
5200
5201 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
5202
5203         * MAINTAINERS: Update my email address.
5204
5205 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
5206
5207         * MAINTAINERS: Add myself to write-after-approval.
5208
5209 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5210
5211         * MAINTAINERS: Remove entries without email address.
5212
5213 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
5214
5215         * MAINTAINERS: Add myself to write-after-approval.
5216
5217 2004-01-15  Steven Bosscher  <stevenb@suse.de>
5218
5219         * MAINTAINERS: Update my email address.
5220
5221 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
5222
5223         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5224         * Makefile.tpl (configure-target-[+module+]): Support stage.
5225         * Makefile.in: Rebuilt.
5226
5227 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
5228
5229         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
5230
5231 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
5232
5233         * MAINTAINERS: Add myself as a MIPS maintainer.
5234
5235 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5236
5237         * configure.in: Use ./config.cache, not config.cache.
5238         * configure: Regenerate.
5239         * Makefile.tpl: Special-casing not needed for GCC any more.
5240         * Makefile.in: Regenerate.
5241
5242         * configure.in: Don't share a cache file for host dirs.
5243         * configure: Regenerate.
5244
5245         * config-ml.in: Don't mess with the cache file.
5246
5247 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5248
5249         * MAINTAINERS: Move myself from 'Write After Approval' to
5250         'CPU Port Maintainers' section as SPARC maintainer.
5251
5252 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5253
5254         * Makefile.tpl: Make GCC use a separate config.cache.
5255         * Makefile.in: Regenerate.
5256
5257         PR bootstrap/11932, PR bootstrap/11933
5258         (I don't know if it will fix either of them, but it relates
5259         to them.)
5260         * configure.in: Don't use shared config.cache for target
5261         directories.
5262         * configure: Regenerate.
5263
5264 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
5265
5266         * MAINTAINERS: Add myself to 'Write After Approval' section.
5267
5268 2003-12-31  Roger Sayle  <roger@eyesopen.com>
5269
5270         * configure.in (ia64*-*-hpux*): Disable building java libraries.
5271         * configure: Regenerated.
5272
5273 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
5274
5275         * MAINTAINERS: Remove the mn10200 maintainer.
5276
5277 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
5278
5279         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5280         * configure: Regenerated.
5281
5282 2003-12-16  Jan Hubicka  <jh@suse.cz>
5283
5284         * MAINTAINERS: Add myself as callgraph maintainer.
5285
5286 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
5287
5288         * configure.in (raw_libstdcxx_flags): Remove the leading space.
5289         * configure: Regenerate.
5290
5291 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5292
5293         * MAINTAINERS: Move myself from 'Bug database only accounts' to
5294         'Write After Approval' section. Update email.
5295
5296 2003-12-01  James Lemke <jim@wasabisystems.com>
5297
5298         * MAINTAINERS (Write After Approval): Add myself.
5299
5300 2003-11-20  Matt Thomas  <matt@3am-software.com>
5301
5302         * MAINTAINERS: Add myself as a vax port maintainer.
5303
5304 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
5305
5306         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5307         (configure-build-[+module+], configure-[+module+]): Likewise.
5308         (configure-target-[+module+], configure-gcc, config.status): Likewise.
5309         * Makefile.in: Regenerate.
5310
5311 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
5312
5313         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
5314         shared/dylibed libraries.
5315         * ltmain.sh: Likewise.
5316         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
5317         * ltcf-cxx.sh: Likewise.
5318         * ltcf-gcj.sh: Likewise.
5319         * ltconfig: Likewise.
5320
5321 2003-11-17  Stan Cox  <scox@redhat.com>
5322
5323         * MAINTAINERS: Add myself as iq2000 port maintainer.
5324
5325 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
5326
5327         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5328         * Makefile.in: Regenerate.
5329
5330 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
5331
5332         * config.sub: Update to 2003-11-03 version.
5333
5334 2003-10-20  Phil Edwards  <phil@codesourcery.com>
5335
5336         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
5337         * configure:  Regenerate.
5338
5339 2003-10-20  Nicolas Pitre <nico@cam.org>
5340
5341         * MAINTAINERS: Add myself to 'Write After Approval' section.
5342
5343 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
5344
5345         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
5346
5347 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
5348
5349         * MAINTAINERS: Update my email address.
5350
5351 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5352
5353         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
5354
5355 2003-10-17 Ralph Loader  <rcl@ihug.co.nz>
5356
5357         * MAINTAINERS: Add myself to 'Write After Approval' section.
5358
5359 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
5360
5361         * config.guess: Update to 2003-10-16 version.
5362         * config.sub: Update to 2003-10-16 version.
5363
5364 2003-10-15 David Daney  <ddaney@avtrex.com>
5365
5366         * MAINTAINERS: Added myself to 'Write After Approval' section.
5367
5368 2003-10-15  Falk Hueffner  <falk@debian.org>
5369
5370         * MAINTAINERS: Move myself from 'Bug database only accounts' to
5371         'Write After Approval' section. Update email.
5372
5373 2003-10-14  Roger Sayle  <roger@eyesopen.com>
5374
5375         * MAINTAINERS: Move myself from 'Write After Approval' to
5376         'Various Maintainers' section as middle-end maintainer.
5377
5378 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5379
5380         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5381         HOST_FLAGS_TO_PASS.
5382         * Makefile.in: Regenerate.
5383
5384 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
5385
5386         * config.guess: Update to 2003-10-07 version.
5387         * config.sub: Update to 2003-10-07 version.
5388
5389 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5390
5391         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
5392         * ltconfig (irix5*, irix6*): Don't override version_type.
5393
5394 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
5395
5396         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5397         * configure: Rebuilt
5398         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5399         * Makefile.in: Rebuilt
5400
5401 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5402
5403         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5404
5405 2003-09-30  Carlo Wood  <carlo@alinoe.com>
5406
5407         * MAINTAINERS (Write After Approval): Add myself.
5408
5409 2003-09-29  Paul Koning  <ni1d@arrl.net>
5410
5411         * MAINTAINERS: Move myself from "Write After Approval"
5412         to CPU platform maintainers for pdp11 platform.
5413
5414 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
5415
5416         * MAINTAINERS: Move myself from 'Write After Approval' to
5417         'Various Maintainers' section as libffi testsuite maintainer.
5418
5419 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
5420
5421         * configure.in: Pass a computed --program-transform-name
5422         to subconfigures.
5423         * configure: Regenerated.
5424
5425 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
5426
5427         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5428         * Makefile.in: Regenerate.
5429
5430         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5431         * Makefile.in: Regenerate.
5432
5433 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
5434
5435         * MAINTAINERS: Move myself from 'Write After Approval'
5436         to 'Various Maintainers' (objective-c) section.
5437
5438 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
5439
5440         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5441         quoting.
5442         * configure: Regenerated.
5443
5444 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
5445
5446         * MAINTAINERS (Write After Approval): Add myself to write after
5447         approval list.
5448
5449 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
5450
5451         * MAINTAINERS (Write After Approval): Add myself.
5452
5453 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
5454
5455         * MAINTAINERS: Update my e-mail address.
5456
5457 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
5458
5459         * libtool.m4 (LD): Correct powerpc64 host match.
5460
5461 2003-09-06  James E Wilson  <wilson@tuliptree.org>
5462
5463         * MAINTAINTERS: Update my affiliation and email address.
5464
5465 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5466
5467         * MAINTAINERS (Write After Approval): Add myself.
5468
5469 2003-09-04  DJ Delorie  <dj@redhat.com>
5470
5471         * configure: Regenerate.
5472
5473 2003-09-04  Robert Millan  <robertmh@gnu.org>
5474
5475         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
5476
5477 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5478
5479         * configure.in: Ensure arguments to sed are properly spaced.
5480         * configure: Regenerate.
5481
5482 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
5483
5484         * MAINTAINERS: Update my e-mail address.
5485
5486 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
5487
5488         * MAINTAINERS (Write After Approval): Add myself.
5489
5490 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
5491
5492         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5493         * configure: Regenerated.
5494
5495 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
5496
5497         * MAINTAINERS: Update my email address.
5498
5499 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
5500
5501         * configure.in:  Use newline instead of semicolon when assuming
5502         shell arguments in a for loop.
5503         * configure:  Regenerated.
5504
5505 2003-08-22  Jason Eckhardt  <jle@rice.edu>
5506
5507         * MAINTAINERS: Resurrect the i860 maintainer.
5508
5509 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
5510
5511         PR 8180
5512         * configure.in: When testing with_libs and with_headers, treat
5513         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
5514         * configure: Regenerate.
5515
5516         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5517         make, shell, etc.
5518         (baseargs): Likewise.
5519         * configure: Regenerate.
5520
5521 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
5522
5523         * MAINTAINERS (Write After Approval): Add myself.
5524
5525 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
5526
5527         * configure.in: Disable libgcj for darwin not on powerpc.
5528         * configure: Rebuild.
5529
5530 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
5531
5532         * config-ml.in, symlink-tree: Add license.
5533
5534 2003-08-03  Richard Stallman  <rms@gnu.org>
5535             Eben Moglen  <moglen@columbia.edu>
5536
5537         * README.SCO: New file.
5538
5539 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
5540
5541         * Makefile.tpl (check, check-c++): Express dependencies using
5542         dependencies rather than commands.
5543         * Makefile.in: Regenerate.
5544
5545 2003-08-01  Andrew Cagney  <cagney@redhat.com>
5546
5547         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5548         * configure: Ditto.
5549
5550 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
5551
5552         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5553         * Makefile.in: Update.
5554
5555 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
5556
5557         * configure.in: Enable libgcj for darwin.
5558         * configure: Rebuild.
5559
5560 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
5561
5562         * config-ml.in:  Use ac_configure_args directly instead of
5563         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
5564         actually seen.
5565
5566 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5567
5568         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5569         creating target and build subdirs to build all parent dirs as needed.
5570         * Makefile.in: Rebuild.
5571         * configure.in: Don't build dirs explicitly here.
5572         * configure: Rebuild.
5573
5574 2003-07-26  Paul Brook  <paul@nowt.org>
5575
5576         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
5577
5578 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
5579
5580         * Makefile.tpl (all-make): Depend on intl.
5581         * Makefile.in: Rebuilt.
5582
5583 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
5584
5585         * install-sh:  Update to newer upstream versions (associated with
5586         aclocal 1.7).
5587         * mkinstalldirs:  Likewise.
5588         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
5589
5590 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
5591
5592         * MAINTAINERS: Move self from Bug database only accounts
5593         to write-after-approval.
5594
5595 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
5596
5597         * config.if: Remove unused libc_interface determination.
5598
5599 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
5600
5601         * MAINTAINERS: Move self from write-after-approval to
5602         build machinery (*.in).
5603
5604 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5605
5606         PR bootstrap/11273
5607         PR bootstrap/11408
5608         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
5609         unused INSTALL_PROGRAM_ARGS.
5610         * configure.in: Use AC_PROG_INSTALL.
5611         * Makefile.in: Regenerate.
5612         * configure: Regenerate.
5613
5614 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
5615
5616         * MAINTAINERS: Alphabetize.
5617
5618 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
5619
5620         * configure: Rebuilt.
5621         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
5622         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5623         newlib nor libgloss.
5624         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
5625         * configure.in (am33_2.0-*-linux*): Added.
5626
5627 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
5628
5629         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5630         * configure: Regenerate.
5631
5632 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
5633
5634         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
5635         * Makefile.in: Regenerate.
5636
5637 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
5638
5639         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
5640         * Makefile.in: Regenerate.
5641
5642 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
5643
5644         * Makefile.tpl: Replace PWD with PWD_COMMAND.
5645         * Makefile.in: Regenerated.
5646
5647         * config-ml.in: Replace PWD with PWD_COMMAND.
5648
5649 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
5650
5651         * intl: New directory; see intl/ChangeLog for details.
5652         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
5653         * Makefile.tpl: all-gcc depends on maybe-all-intl.
5654         * Makefile.in: Regenerate.
5655
5656 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5657
5658         * configure.in: Clean up config-lang.in handling.  Delete
5659         useless assignment to "subdirs".
5660         * configure: Regenerate.
5661
5662 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
5663
5664         * configure.in: Rename 'target_libs' to 'target_libraries'.
5665         Remove useless reference to 'target_libs'.
5666         * configure: Regenerate.
5667
5668 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
5669
5670         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5671         * Makefile.in: Regenerate.
5672
5673 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5674
5675         * Makefile.def: Introduce flags_to_pass.
5676         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5677         * Makefile.in: Regenerate.
5678
5679 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
5680
5681         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5682         and target-libgloss.
5683         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5684         <h8300*-*-*>: Disable libf2c and ${libgcj}.
5685         * configure: Regenerate.
5686
5687 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
5688
5689         * configure.in: Update testsuite_flags to new location.
5690         * configure. Regenerate.
5691
5692 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5693
5694         * Makefile.tpl: Remove BUILD_CC stuff.
5695         * Makefile.in: Regenerate.
5696
5697 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
5698
5699         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
5700
5701 2003-06-16  Graeme Peterson <gp@qnx.com>
5702
5703         * MAINTAINERS (Write After Approval): Add myself.
5704
5705 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
5706
5707         * config.guess: Update to 2003-06-12 version.
5708         * config.sub: Update to 2003-06-13 version.
5709
5710 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
5711
5712         * config.guess: Update to 2003-06-06 version.
5713         * config.sub: Update to 2003-06-06 version.
5714
5715 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5716
5717         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5718         * configure. Regenerate.
5719
5720 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5721
5722         * configure.in: Disable serial configure by default.
5723         * configure: Regenerate.
5724         * Makefile.tpl: Abolish .NOTPARALLEL.
5725         * Makefile.in: Regenerate.
5726
5727         * Makefile.tpl: Replace {build,host,target}_canonical by
5728         {build,host,target}.
5729         * Makefile.in: Regenerate.
5730
5731         * Makefile.tpl: Fix stupid pasto.
5732         * Makefile.in: Regenerate.
5733
5734 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5735
5736         * Makefile.tpl: Remove bogus conditional.
5737         * Makefile.in: Regenerate.
5738
5739 2003-06-05  Jan Hubicka  <jh@suse.cz>
5740
5741         * Makefile.tpl (profiledbootstrap): New target.
5742         * Makefile.in (profiledbootstrap): New target.
5743
5744 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
5745
5746         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
5747         Pinski. Remove user names from other bugzilla-only maintainers.
5748
5749 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5750
5751         * Makefile.tpl: Make 'recursive targets' using autogen rather
5752         than shell loop.  Remove duplicate 'clean' targets and false
5753         comments.
5754         * Makefile.def: Add systematic dependencies to 'recursive' targets.
5755         Add systematic method of specifying missing targets in subdirs.
5756         Add copyright boilerplate.
5757         * Makefile.in: Regenerate.
5758         * configure.in: Add 'recursive targets' to maybe list.
5759         * configure: Regenerate.
5760
5761         * MAINTAINERS: "GNATS only" -> "Bug database only".
5762
5763         * Makefile.tpl: Rename [+target+] to [+make_target+].
5764         * Makefile.def: Rename 'target' to 'make_target'.
5765
5766 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
5767
5768         * MAINTAINERS: Add self as options handling maintainer.
5769
5770 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
5771
5772         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
5773         been too long since I touched those ports.
5774
5775 2003-05-28  DJ Delorie  <dj@redhat.com>
5776
5777         * Makefile.tpl: Make maybe-check-gcc .PHONY.
5778         * Makefile.in: Regenerate.
5779
5780 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
5781
5782         * configure.in: Use curly braces in the definition of tooldir.
5783         * configure: Regenerate.
5784
5785 2003-05-21  DJ Delorie  <dj@redhat.com>
5786
5787         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5788         newlib or libgloss.
5789         * Makefile.in: Regenerate.
5790
5791 2003-05-21  DJ Delorie  <dj@redhat.com>
5792
5793         * Makefile.tpl: Add missing empty maybe-check-gcc target.
5794         * Makefile.in: Regenerate.
5795
5796 2003-05-20  Ian Lance Taylor  <ian@airs.com>
5797
5798         * MAINTAINERS: Update my e-mail address.
5799
5800 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5801
5802         * configure.in: Switch more things to use maybe dependencies.
5803         * Makefile.tpl: Switch more things to use maybe dependencies.
5804         Factor out common code from autogen IF statements.
5805         * configure: Regenerate.
5806         * Makefile.in: Regenerate.
5807
5808 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
5809
5810         * configure.in: Accept i[3456789]86 for machine type.
5811         * configure: Regenerate.
5812
5813 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5814
5815         * configure.in: Switch more things to use maybe dependencies.
5816         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
5817         * configure: Regenerate.
5818         * Makefile.tpl: Switch more things to use maybe dependencies.
5819         * Makefile.in: Regenerate.
5820
5821 2003-05-16  Andreas Schwab  <schwab@suse.de>
5822
5823         * Makefile.tpl (install-opcodes): Define.
5824         * Makefile.in: Rebuild.
5825
5826 2003-05-13  Andreas Jaeger  <aj@suse.de>
5827
5828         * config.guess: Update to 2003-05-09 version.
5829         * config.sub: Update to 2003-05-09 version.
5830
5831 2003-05-13  Michael Eager <eager@mvista.com>
5832
5833         * configure.in: Correct sed script so that options in quotes are not
5834         deleted.
5835         * configure: Rebuild.
5836
5837 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
5838
5839         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
5840         and $$s/newlib/libc/sys/cygwin32 include paths.
5841         * configure: Ditto.
5842
5843 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
5844
5845         * MAINTAINERS: Update my email addresses.
5846
5847 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
5848
5849         * config-ml.in: Propagate INSTALL variables.
5850
5851 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5852
5853         * MAINTAINERS: Remove duplicate entries in Write After Approval.
5854
5855 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
5856
5857         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
5858         * Makefile.in: Regenerate.
5859
5860 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
5861
5862         * MAINTAINERS (GNATS only): Add Falk Hueffner.
5863
5864 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
5865
5866         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
5867
5868 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
5869
5870         * Makefile.tpl: Clean $(BUILD_SUBDIR).
5871         * Makefile.in: Regenerated.
5872
5873 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
5874
5875         * MAINTAINERS (Write After Approval): Upgrade myself from
5876         GNATS only to write-after-approval. Update my mail address.
5877
5878 2003-04-25  Loren J. Rittle <ljrittle@acm.org>
5879
5880         (OS Port Maintainers: freebsd): Add myself.
5881
5882 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
5883
5884         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
5885
5886 2003-04-22  Kean Johnston  <jkj@sco.com>
5887
5888         * MAINTAINERS (SCO ports): Added myself.
5889
5890 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
5891
5892         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
5893
5894 2003-04-19  Kean Johnston  <jkj@sco.com>
5895
5896         * MAINTAINERS (Write After Approval): Add myself.
5897
5898 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5899
5900         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
5901         * Makefile.in: Regenerate.
5902
5903 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
5904
5905         * configure.in (powerpc64*-*-linux*): Remove.
5906         * configure: Rebuilt.
5907
5908 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
5909
5910         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
5911         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
5912         and restrap.
5913         * Makefile.in:  Regenerate.
5914
5915 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
5916
5917         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
5918         * configure: Regenerated.
5919
5920 2003-04-15  DJ Delorie  <dj@redhat.com>
5921
5922         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
5923
5924 2003-04-13  Nick Clifton  <nickc@redhat.com>
5925
5926         * config-ml.in: Remove support for --disable-aix removing
5927         call-aix multilibs.
5928
5929 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
5930
5931         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
5932         * */configure: Rebuilt.
5933
5934 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
5935
5936         * MAINTAINERS: Add my email address.
5937
5938 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
5939
5940         * MAINTAINERS (Write After Approval): Add myself.
5941
5942 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
5943
5944         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
5945         * Makefile.in: Regenerate.
5946
5947 2003-03-14  Michael Chastain  <mec@shout.net>
5948
5949         * Makefile.in: Regenerate with correct Makefile.def.
5950
5951 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5952
5953         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
5954         Make macro.
5955         * Makefile.in: Regenerate.
5956         * configure.in: Clean up gxx_include_dir logic.
5957         * configure: Regenerate.
5958
5959 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
5960
5961         * MAINTAINERS (Write After Approval): Add myself.
5962
5963 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
5964
5965         * MAINTAINERS: Update my mail address.
5966
5967 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5968
5969         * configure.in (gxx_include_dir): Fix typo.
5970         * configure: Regenerated.
5971
5972 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5973
5974         * Makefile.tpl: Reindent.
5975         * Makefile.in: Regenerate.
5976         * configure.in: Reindent.  Don't set unused variables.
5977         * configure: Regenerate.
5978
5979 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
5980
5981         * configure.in: Include $(build_tooldir)/sys-include in
5982         FLAGS_FOR_TARGET.
5983         * configure: Regenerated.
5984
5985 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5986
5987         * Makefile.tpl: Always pass down RANLIB.
5988         * Makefile.in: Regenerate.
5989
5990         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
5991         * Makefile.in: Regenerate.
5992         * configure.in: Remove unused logic relating to --enable-shared
5993         and --enable-threads.  Remove bogus comments.  Remove redundant
5994         noconfigdirs.
5995         * configure: Regenerate.
5996
5997         * configure.in: Replace ${libstdcxx_version} by its value.
5998         Remove reference to mh-dgux.
5999         * configure: Regenerate.
6000
6001 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
6002
6003         * MAINTAINERS (Write After Approval): Add myself.
6004
6005 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6006
6007         * Makefile.tpl: Rearrange.
6008         * Makefile.in: Regenerate.
6009
6010 2003-02-25  Uwe Stieber <uwe@wwws.de>
6011
6012         * configure.in: Add support for kaOS as cross build target system.
6013         * configure: Regenerated.
6014
6015 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
6016
6017         * MAINTAINERS (Write after approval): Add myself.
6018
6019 2003-02-21  James E Wilson  <wilson@tuliptree.org>
6020
6021         * MAINTAINERS: Update my email address.
6022
6023 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
6024
6025         * MAINTAINERS: Add self to blanket write privs. section.
6026
6027 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
6028
6029         * Makefile.tpl: Add definition of CPPFLAGS to pass into
6030         configure-target-* as some target builds may require additional
6031         flags for preprocessor tests.
6032         * Makefile.in: Regenerated.
6033
6034 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
6035
6036         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6037         * ltconfig: Handle it.
6038         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6039         auto-detecting it.
6040
6041         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6042         it is used as argument to $CC.
6043         * ltcf-gcj.sh: Likewise.
6044
6045         * configure.in: Introduce --enable-maintainer-mode.
6046         * configure: Rebuilt.
6047         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6048         for maintainer mode.
6049         * Makefile.in: Rebuilt.
6050
6051 2003-02-18  Jason Merrill  <jason@redhat.com>
6052
6053         * Makefile.tpl (check-c++): Allow parallelism.
6054
6055 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6056
6057         * MAINTAINERS: Remove John Carr (who never actually had access to
6058         gcc.gnu.org).
6059
6060 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
6061
6062         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6063         don't configure target-libobjc.
6064         * configure: Regenerate.
6065
6066 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6067
6068         * Makefile.tpl (RANLIB): Define.
6069         * Makefile.in: Regenerate.
6070
6071 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
6072
6073         * MAINTAINERS: Update my email.
6074
6075 2003-02-06  Keith R Seitz  <keiths@redhat.com>
6076
6077         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6078         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6079         * Makefile.in: Regenerated.
6080         * configure.in: Remove all traces of snavigator, db, and grep.
6081         * configure: Regenerated.
6082
6083 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6084
6085         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
6086         After Approval.
6087
6088 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6089
6090         * MAINTAINERS (Write after approval): Add myself.
6091
6092 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
6093
6094         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6095         * Makefile.in: Regenerated.
6096
6097 2003-01-30  Roger Sayle  <roger@eyesopen.com>
6098
6099         * config.guess: Updated to 2003-01-30's version.
6100         * config.sub: Updated to 2003-01-28's version.
6101
6102 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
6103
6104         * config.if: If gcc_version is already set, just use it.  Don't set
6105         gcc_version_trigger if it's already set, otherwise set it to
6106         gcc/version.c, but only if the file exists.  If it is not set and
6107         gcc/version.c does not exist, try to extract the version number from
6108         $CC.
6109
6110 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
6111
6112         * MAINTAINERS: Add myself to write-after-approval list.
6113
6114 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
6115
6116         * configure.in:  Revert 24Jan change.
6117         * configure:  Regenerate.
6118
6119 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6120
6121         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
6122         entry of HJ Lu.
6123
6124 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6125
6126         * configure.in: Revert previous change.
6127         * configure: Regenerate.
6128
6129 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6130
6131         * configure.in: Make rda native-only.
6132         * configure: Regenerate.
6133
6134 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6135
6136         * MAINTAINERS: Move myself from GNATS-only-accounts to
6137         write-after-approval.
6138
6139 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6140
6141         * configure.in: Add missing \.
6142         * configure: Rebuilt.
6143
6144 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
6145
6146         * configure.in (baseargs): Avoid using \| in sed regular
6147         expressions.
6148         * configure: Rebuilt.
6149
6150 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
6151
6152         * configure.in (baseargs): Remove all supported forms of
6153         --cache-file, --srcdir, --host, --build and --target options
6154         from argument lists.
6155         * configure: Rebuilt.
6156
6157 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
6158
6159         * MAINTAINERS: Add myself to write-after-approval list.
6160
6161 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
6162
6163         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6164         * configure: Rebuilt.
6165
6166 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6167
6168         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6169         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6170         * Makefile.in: Regenerate.
6171         * configure: Regenerate.
6172
6173 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
6174
6175         * configure.in: Remove Makefile in build, host and target modules
6176         unless configure was run with --no-recursion.
6177         * configure: Rebuilt.
6178
6179 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6180
6181         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6182         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6183         * Makefile.in: Regenerate.
6184
6185 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
6186
6187         * config.guess: Update to 2003-01-03 version.
6188         * config.sub: Update to 2003-01-03 version.
6189
6190 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6191
6192         * configure: Regenerate with proper autoconf 2.13.
6193
6194 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6195
6196         * configure.in: Add AC_PREREQ for consistency.
6197         * configure: Regenerate.
6198
6199 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
6200
6201         * configure.in (GDB_TK): Add tcl directories conditional on
6202         gdb/gdbtk directory being present.
6203         * configure: Regenerate.
6204
6205 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
6206
6207         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
6208         by gcc if LD is not defined and we are not doing a Canadian Cross.
6209         * configure: Rebuilt.
6210
6211 2002-12-31  Tom Tromey  <tromey@redhat.com>
6212
6213         * Makefile.in: Rebuilt.
6214         * Makefile.def (target_modules) [libffi]: Allow installation.
6215
6216 2002-12-31  Andreas Schwab  <schwab@suse.de>
6217
6218         * configure.in: Fix use of $program_transform_name.
6219         * configure: Regenerated.
6220
6221 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
6222
6223         * configure.in (baseargs): Don't remove first configure argument.
6224         * configure: Regenerated.
6225
6226 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
6227
6228         * Makefile.tpl (local-distclean): Don't remove...
6229         (multilib.ts): ... this.  Moved into...
6230         (multilib.out): ... this.  Don't use sub-make.
6231         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6232         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6233         (configure-build-[+module+], configure-[+module+],
6234         configure-target-[+module+], configure-gcc): ... these.  Test
6235         for Makefile existence.  Drop config.status from dependencies.
6236         * Makefile.in: Rebuilt.
6237         * configure.in: Move gcc-version-trigger to the end of
6238         ac_configure_args.  Add comments to maybedep.tmp and
6239         serdep.tmp.  Introduce --disable-serial-configure.  Remove
6240         nonopt from baseargs, matching and removing corresponding
6241         whitespace while at it.
6242         * configure: Rebuilt.
6243
6244 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
6245
6246         * configure.in (host_configargs): Replace reference to
6247         no-longer-defined buildopts with --build=${build_alias}.
6248         * configure: Rebuilt.
6249
6250         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
6251         program_transform_name to standard idiom.
6252         (AUTOGEN, AUTOCONF): Define.
6253         (Makefile.in): Use $(AUTOGEN).
6254         (Makefile): Depend on config.status, and use autoconf-style rule to
6255         build it.  Move original commands to...
6256         (config.status): ... this new target.
6257         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
6258         $(AUTOCONF).
6259         * Makefile.in: Rebuilt.
6260
6261 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6262
6263         * Makefile.tpl: Fix dramatic bustage due to change in
6264         program_transform_name.
6265         * Makefile.in: Regenerate.
6266
6267         * configure.in: Remove unnecessary PATH setting.
6268         * configure: Regnerate.
6269
6270         * configure.in: Don't default to unprefixed tools unless
6271         the native tools will work.
6272         * configure: Regenerate.
6273
6274         * configure.in: Convert to autoconf script.  Blow away lots
6275         of now-redundant Makefile fragments.
6276         * configure: Generate using Autoconf.
6277         * Makefile.tpl: Rewrite to reflect autoconfiscation.
6278         * Makefile.in: Regenerate.
6279
6280 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6281
6282         * configure: Fix stupid bug where RANLIB was mistakenly included.
6283
6284         * configure.in: Rename (buildargs, hostargs, targargs) to
6285         (build_configargs, host_configargs, target_configargs).
6286
6287         * configure.in: Move logic out of sed statement.
6288
6289         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
6290         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6291
6292 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
6293
6294         * config.sub: Import from master repository
6295         * config.guess: Ditto
6296
6297 2002-12-24  Andreas Schwab  <schwab@suse.de>
6298
6299         * Makefile.tpl (multilib.out): Fix missing space.
6300         * Makefile.in: Regenerate.
6301
6302 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6303
6304         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
6305         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
6306         * Makefile.in: Regenerate.
6307         * configure.in: Remove unnecessary leftovers.
6308
6309 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
6310
6311         * configure.in (extra_ranlibflags_for_target): New variable.
6312         (*-*-darwin): Add -c to ranlib commands.
6313         * configure (tooldir): Handle extra_ranlibflags_for_target.
6314
6315 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6316
6317         * Makefile.tpl: Revert HJL's change.
6318         * Makefile.in: Regenerated.
6319         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6320         always.
6321
6322 2002-12-19  Andreas Schwab  <schwab@suse.de>
6323
6324         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6325         * Makefile.in: Regenerate.
6326
6327 2002-12-18  H.J. Lu <hjl@gnu.org>
6328
6329         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6330         * Makefile.in: Regenerated.
6331
6332         * configure.in (build_prefix): New. Substitute.
6333
6334 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6335
6336         * Makefile.tpl: Don't let real targets depend on phony targets.
6337         * Makefile.in: Regenerate.
6338
6339         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6340         * Makefile.in: Regenerate.
6341
6342 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
6343
6344         * config.sub: Import from master repository
6345         * config.guess: Ditto
6346
6347 2002-12-16  Jason Merrill  <jason@redhat.com>
6348
6349         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6350         previous 'make bootstrap'.
6351         * Makefile.in: Regenerate.
6352
6353 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
6354
6355         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6356
6357 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6358
6359         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6360         * Makefile.in: Regenerate.
6361
6362 2002-12-13  Jason Merrill  <jason@redhat.com>
6363
6364         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
6365         library tests.
6366         (check-c++): Just depend on it and check-target-libstdc++-v3.
6367         * Makefile.in: Regenerate.
6368
6369 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
6370
6371         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6372         * Makefile.in: Rebuilt.
6373
6374 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
6375
6376         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
6377
6378 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6379
6380         * configure: Fix bug put in by gremlins.
6381
6382         * Makefile.tpl: Substitute more autoconfily.
6383         * configure: Substitute more autoconfily.
6384         * Makefile.in: Regenerate.
6385
6386 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
6387
6388         * config.sub: Import from master repository
6389         * config.guess: Ditto
6390         * MAINTAINERS: Added Svein Seldal under write after approval
6391
6392 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
6393
6394         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6395         * Makefile.in (all-sim): Ditto.
6396
6397 2002-12-06  DJ Delorie  <dj@redhat.com>
6398
6399         * Makefile.tpl: Change configure dependencies to not have real
6400         targets depend on phony targets.
6401
6402 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
6403
6404         * configure.in: Revert unintentional change.
6405
6406         * Makefile.tpl: Change dependency for */multilib.out so that
6407         it works when gcc isn't in the tree.
6408
6409         * configure.in: Substitute more.
6410         * configure: Run subconfigures from the Makefile.
6411         * Makefile.tpl: Run subconfigures from the Makefile; add a few
6412         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
6413
6414 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6415
6416         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
6417
6418 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6419
6420         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6421         and corresponding dependencies.
6422         * Makefile.in: Regenerate.
6423
6424         * configure.in (host_tools): Order binutils, gas and ld for
6425         convenience in running the testsuites.
6426
6427         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6428         * Makefile.in: Regenerate.
6429         * configure.in: Introduce rules to serialize subconfigure runs.
6430
6431         * configure.in: Introduce BASE_CC_FOR_TARGET.
6432         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
6433         Realize configure-build-* targets.  Realize configure-target-* targets.
6434         * Makefile.in: Regenerate.
6435
6436 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6437
6438         * configure: Move gcc_version_trigger stuff from here...
6439         * configure.in: ...to here.
6440
6441         * configure.in: Separate subconfigure options added by this file from
6442         options given by the user.  Add machinery to put args for host
6443         subconfigures into the Makefile.
6444
6445         * Makefile.tpl: Remove 'vault' targets.
6446         * Makefile.tpl: Reorder and comment dependencies.
6447         * Makefile.in: Regenerate.
6448
6449 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6450         * configure.in: Fix my broken commit of previous patch. (sigh)
6451
6452 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
6453
6454         * configure.in: Move host-specific darwin noconfigdirs into
6455         the host-specific section.
6456
6457 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
6458
6459         * configure.in: Move host-specific darwin noconfigdirs into
6460         the host-specific section.
6461
6462 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6463
6464         * configure: Remove skip-this-dir support.
6465         * Makefile.tpl: Remove skip-this-dir support.
6466
6467         * Makefile.tpl: Remove leftover support for non-autoconfiscated
6468         subdirectories.
6469         * Makefile.in: Regenerate.
6470
6471         * Makefile.tpl: Strip out useless setting of 'dir'.
6472         * Makefile.in: Regenerate.
6473
6474 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6475
6476         * configure.in: Fix deeply stupid bug.
6477
6478         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6479         shell code in CXX_FOR_TARGET
6480         * Makefile.def: Introduce raw_cxx.
6481         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6482         RAW_CXX_FOR_TARGET.
6483         * Makefile.in: Regenerate.
6484
6485 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
6486
6487         * Makefile.tpl: Remove unnecessary ifs.
6488         * Makefile.in: Regenerate.
6489
6490         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
6491         dependencies.  Maybe-ize build-libiberty.  Create dummy install
6492         targets for 'no_install' modules.
6493         * configure: Move GDB_TK substitution to configure.in.  Move
6494         build_modules stuff to configure.in.
6495         * configure.in: Implement soft dependency machinery.  Maybe-ize
6496         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
6497         * Makefile.in: Regenerate.
6498
6499 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6500
6501         * Makefile.tpl: Make all-target, install-target behave similarly
6502         to all, install (only hitting configured targets).  Eliminate
6503         unused macro defintions.
6504
6505         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6506         build != host.
6507
6508         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6509
6510         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6511
6512         * configure.in: Produce lists of subdir targets we're actually
6513         configuring.  Remove references to "dosrel".
6514         * Makefile.tpl: Let configure set which subdir targets are hit.
6515         Remove install-cross; clean up install; remove ALL.  Remove
6516         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
6517         Autogenerate host module targets.  Remove empty dependency lines
6518         and redundant dependency; rearrange slightly.
6519         * Makefile.def: Add host-side libtermcap, utils.
6520
6521         * Makefile.in: Regenerate.
6522
6523 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6524
6525         * ltconfig (osf[345]): Append $major to soname_spec.
6526         Reflect this in library_names_spec.
6527         * ltmain.sh (osf): Prefix $major with . for use as extension.
6528
6529 2002-11-19  Andreas Jaeger  <aj@suse.de>
6530
6531         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
6532         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
6533         and sparc64 GNU/Linux systems.
6534
6535 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
6536
6537         * MAINTAINERS: Update email.
6538
6539 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6540
6541         * MAINTAINERS: Complete James Dennett's entry.
6542
6543 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
6544
6545         * MAINTAINERS (Write After Approval): Add myself.
6546
6547 2002-11-13  Bruce Korb  <bkorb@gnu.org>
6548
6549         * Makefile.tpl: syntactic cleanup
6550
6551 2002-11-13 Stuart Hastings <stuart@apple.com>
6552
6553         * MAINTAINERS: Add myself to write-after-approval list.
6554
6555 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6556
6557         * Makefile.def: Add list of recursive targets to autogenerate.
6558         Add build_modules.
6559         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
6560         targets.  Autogenerate *-build-* targets.
6561         * Makefile.in: Regenerate.
6562
6563 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6564
6565         * configure: More autoconf-style substitutions.
6566         * Makefile.tpl: More autoconf-style substitutions.
6567         * Makefile.in: Regenerate.
6568
6569 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6570
6571         * configure: Substitute more variables in a more autoconf-friendly
6572         way.  Simplify slightly.
6573         * Makefile.tpl: Make more variables substitutable in an
6574         autoconf-friendly way.
6575         * Makefile.in: Regenerate.
6576
6577 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
6578
6579         * MAINTAINERS (Write After Approval): Add myself.
6580
6581 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6582
6583         * configure.in (v810*): Remove special setting of tools.
6584
6585         * configure: Add support for extra required flags for ar or nm.
6586         * configure.in (aix4.3+): Use above support for target-specific
6587         issues, rather than using config/mt-aix43.
6588
6589 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6590
6591         * configure: Remove 'removing', which doesn't work.  Replace $subdir
6592         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
6593         with $srcdir.  Reformat indentation.  Substitute some variables
6594         formerly hard-coded in the Makefile for build=host.
6595         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6596         * Makefile.def: Autogenerate more.
6597         * Makefile.in: Regenerate.
6598
6599 2002-11-04  Adam Nemet  <anemet@lnxw.com>
6600
6601         * MAINTAINERS (Write After Approval): Add myself.
6602
6603 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
6604
6605         * Makefile.def (host_modules): Add rda.
6606         * Makefile.in: Regenerate.
6607         * configure.in (target_tool): Add target-rda to list.
6608
6609 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6610
6611         * MAINTAINERS: Remove "co-maintainer" note for web pages.
6612
6613 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
6614
6615         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
6616         and restrap targets to this rule.
6617         * Makefile.in:  Regenerate.
6618
6619 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6620
6621         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
6622         GNATS only accounts.
6623
6624 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
6625
6626         * configure.in (i[3456]86-*-linux*): Add check to disable
6627         ${libgcj} for glibc1.
6628
6629 2002-10-24  Denis Chertykov  <denisc@overta.ru>
6630
6631         * MAINTAINERS: Add myself as ip2k port maintainer.
6632
6633 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
6634
6635         * configure.in: Add tic4x target.
6636
6637 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6638
6639         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6640         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6641         * Makefile.in: Regenerate.
6642
6643         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6644         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6645         * Makefile.in: Regenerate.
6646
6647 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
6648
6649         * MAINTAINERS: Add myself as web pages co-maintainer.
6650
6651 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6652
6653         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6654         * Makefile.in: Regenerate.
6655
6656 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
6657
6658         * MAINTAINERS: Add myself and Nathan Sidwell
6659         <nathan@codesourcery.com> as VxWorks maintainers.
6660
6661 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6662
6663         * Makefile.def: Remove order dependency comments.
6664         * Makefile.tpl: Add explicit install-install dependencies.
6665         * Makefile.in: Regenerate.
6666
6667         * Makefile.tpl: Remove material now in src-release.  (Finally!)
6668         * Makefile.in: Regenerate.
6669
6670         * Makefile.tpl: Add configure-target (for src-release in src)
6671         * Makefile.in: Regenerate.
6672
6673 2002-09-30  Nick Clifton  <nickc@redhat.com>
6674
6675         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6676
6677 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
6678
6679         * configure.in (s390*-*-linux*): Enable libgcj.
6680
6681 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
6682
6683         * configure: Revert accidentally applied changes.
6684
6685         * Makefile.tpl: Make more autoconf-friendly.
6686         * Makefile.in: Regenerate.
6687         * configure: Make substitution more autoconf-like.
6688
6689 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
6690
6691         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6692         single entry to handle all these.
6693         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
6694         libjava on arm-*-elf.
6695
6696 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
6697
6698         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6699         things that depend on them.
6700
6701 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6702
6703         * Makefile.tpl: Make subsituted variables more autoconfy.
6704         * Makefile.in: Regenerate.
6705         * configure: Make seds more autoconfy.
6706
6707 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6708
6709         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6710         * Makefile.in: Regenerate.
6711         * configure.in: Rewrite sed statements to look autoconfy.
6712
6713         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6714         all-target-foo on configure-target-foo.
6715         * Makefile.def: Ditto.
6716         * Makefile.in: Rebuild.
6717
6718 2002-09-25  Andrew Haley  <aph@redhat.com>
6719
6720         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
6721
6722 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6723
6724         * Makefile.def: New file.
6725         * Makefile.tpl: New file.
6726         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6727         * contrib/gcc_update: Note that Makefile.in is a generated file.
6728
6729         * configure.in: Minor rearrangement.  Simplify tests.
6730
6731 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
6732
6733         * configure.in (with_headers): Skip copy if value is "yes".
6734         (with_libs): Likewise.
6735
6736 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6737
6738         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6739         * configure.in (sh*-*-pe*): Ditto.
6740         * configure.in (mips*-*-pe*): Ditto.
6741         * configure.in (*arm-wince-pe): Ditto.
6742
6743         * configure.in: Rearrange.
6744
6745 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
6746
6747         * MAINTAINERS: Update my email address.
6748
6749 2002-08-30  Paul Koning  <pkoning@equallogic.com>
6750
6751         * MAINTAINERS: (Write After Approval): Add myself.
6752
6753 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
6754
6755         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
6756
6757 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
6758
6759         * MAINTAINERS: Change my mailing address.
6760
6761 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
6762
6763         * MAINTAINERS (Write After Approval): Remove myself.
6764         (Various Maintainers: c++ runtime libs): Add myself.
6765
6766 2002-08-20  Loren J. Rittle <ljrittle@acm.org>
6767
6768         * MAINTAINERS (Write After Approval): Remove myself.
6769         (Various Maintainers: c++ runtime libs): Add myself.
6770
6771 2002-08-15  Eric Christopher  <echristo@redhat.com>
6772
6773         * config.sub: Import from master repository.
6774         * config.guess: Ditto.
6775
6776 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
6777
6778         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6779         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6780         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6781
6782 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
6783
6784         * MAINTAINERS: Add self to rs6000 vector extensions.
6785
6786 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
6787
6788         * libiberty/configure: Reverted unintended yesterday's check in.
6789
6790 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
6791
6792         * boehm-gc/configure, libf2c/configure: Rebuilt.
6793         * libffi/configure, libiberty/configure: Ditto.
6794         * libjava/configure, libobjc/configure: Ditto.
6795         * libstdc++-v3/configure, zlib/configure: Ditto.
6796         Merged from binutils:
6797         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
6798         From Steve Ellcey <sje@cup.hp.com>:
6799         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
6800         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
6801         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
6802         IA64.
6803         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
6804         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
6805         soname_spec, sys_lib_search_path_spec): Ditto.
6806
6807 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
6808
6809         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6810
6811 2002-08-04  H.J. Lu  (hjl@gnu.org)
6812
6813         * configure.in (mips*-*-linux*): Don't skip target-libffi.
6814
6815 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
6816
6817         * MAINTAINERS (Write After Approval): Add myself.
6818
6819 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
6820
6821         * configure.in: Move generic linux case to end.  Copy generic
6822         linux noconfigdirs to mips*-*-linux* entry and new
6823         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
6824
6825 2002-07-19  Michael Matz  <matz@suse.de>
6826
6827         * MAINTAINERS: Add myself as ra* maintainer.
6828
6829 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
6830
6831         * config.guess: Update to 2002-07-09 version.
6832         * config.sub: Update to 2002-07-03 version.
6833
6834 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
6835
6836         * MAINTAINERS: Fix typo in a maintainer email address.
6837
6838 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6839
6840         * configure.in: Remove two redundant tests.
6841
6842 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6843
6844         * configure.in (mips*-*-irix6*o32): Enable stabs.
6845
6846 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
6847
6848         * configure.in: Don't build grez.
6849         * Makefile.in: Ditto.
6850
6851         * Makefile.in: Remove references to bsp, cygmon, libstub.
6852         * configure.in: Ditto.
6853
6854         * configure.in: Remove leftover reference to gdbtest.
6855
6856 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
6857
6858         * configure.in (gxx_include_dir):  Change to match versioned
6859         C++ headers if --enable-version-specific-runtime-libs is used.
6860
6861 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
6862
6863         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6864
6865 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6866
6867         * configure.in: Make --without-x work.
6868
6869 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6870
6871         * configure.in: Rearrange target Makefile fragment collection.
6872
6873         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6874         cvs[src].
6875         * configure.in: Ditto.
6876
6877 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
6878
6879         * MAINTAINERS (Write After Approval): Update my e-mail address.
6880
6881 2002-06-24  Ben Elliston  <bje@redhat.com>
6882
6883         * configure.in (host_tools): Remove cgen.
6884
6885         * Makefile.in (all-cgen): Remove; runs from its source directory.
6886         (check-cgen, install-cgen, clean-cgen): Likewise.
6887         (all-opcodes): Do not depend on all-cgen.
6888         (all-sim): Likewise.
6889
6890 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
6891
6892         * Makefile.in: Eliminate 'apache' targets.
6893         * configure.in: Eliminate 'apache' targets.
6894
6895         * configure.in: Eliminate redundant tests.  Reorganize.
6896
6897         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6898
6899         * config-ml.in: Eliminate references to Cygnus configure.
6900
6901         * Makefile.in: Eliminate references to building emacs.
6902
6903 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
6904
6905         * MAINTAINERS: Update my email address.
6906
6907 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
6908
6909         * config.if (libstdcxx_incdir): Version C++ headers.
6910         (cxx_incdir): Remove.
6911
6912 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6913
6914         * MAINTAINERS (Write After Approval): Add self.
6915
6916 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
6917
6918         * configure.in: Add support for ip2k.
6919
6920 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
6921
6922         * configure.in: Fix AIX configury bug.
6923
6924 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
6925
6926         * MAINTAINERS (Write After Approval): Add self.
6927
6928 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
6929
6930         * configure.in: replace ${topsrcdir} with ${srcdir}
6931
6932         * configure.in: Move definition of libstdcxx_flags
6933         right above usage, rather than waaay earlier.
6934
6935         * configure.in: Pull definition of is_cross_compiler earlier.
6936
6937         * configure.in: Rearrange a little.
6938
6939         * configure.in: Remove references to librx.
6940         * Makefile.in: Remove references to librx.
6941
6942 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
6943
6944         * config.sub: Add support for avr target.
6945         Import from master sources, rev 1.255
6946
6947 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
6948
6949         * configure, .cvsignore:  Revert previous change...
6950         * Makefile:  ...delete.
6951
6952 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
6953
6954         * configure.in: Eliminate ${gasdir} variable.
6955
6956 2002-06-18  Dave Brolley  <brolley@redhat.com>
6957
6958         * configure.in: Add support for frv.
6959         * config.sub: Add support for frv.
6960
6961 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
6962
6963         * configure:  Remove garbage from previous commit.
6964
6965 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
6966
6967         * configure:  For in-source builds, make a subdir and re-exec there.
6968         * Makefile:  New file.  Pass targets through to build directory.
6969         * .cvsignore:  No longer ignore "Makefile".
6970
6971 2002-06-16  Douglas Rupp  <rupp@gnat.com>
6972
6973         * MAINTAINERS (Write After Approval): Add self.
6974
6975 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6976
6977         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
6978
6979 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
6980
6981         * configure.in (vax-*-netbsd*): Re-enable gas.
6982
6983 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
6984
6985         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
6986         BUILD_PREFIX_1, to correct nomenclature.
6987         * configure: Likewise.
6988
6989         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
6990         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
6991
6992 2002-05-31  Olaf Hering  <olh@suse.de>
6993
6994         * config-ml.in: Propogate DESTDIR also.
6995
6996 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
6997
6998         * configure.in (vax-*-netbsd*): Don't build gas for this
6999         platform.
7000
7001 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7002
7003         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7004         and libgcj for AVR.
7005
7006 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
7007
7008         * MAINTAINERS (Write After Approval): Add myself.
7009
7010 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7011
7012         * config.guess: Update to 2002-05-22 version.
7013         * config.sub: Likewise.
7014
7015 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7016
7017         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7018         * config-ml.in: Likewise.
7019         * configure: Likewise.
7020         * configure.in: Likewise.
7021
7022 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
7023
7024         * MAINTAINERS: Update my email address.
7025
7026 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
7027
7028         * configure.in: Simplify makefile fragment collection.
7029
7030         * configure.in: Remove code to build emacs.
7031
7032         * configure.in : Remove --srcdir argument from targargs and buildargs
7033         (it's always overridden in the Makefile anyway).  Rearrange a bit.
7034
7035         * configure: Move some logic to configure.in.
7036         * configure.in: Move some logic from configure.
7037
7038 2002-05-11  Tom Tromey  <tromey@redhat.com>
7039
7040         * MAINTAINERS: Reflect libgcj reality.
7041
7042 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
7043
7044         * Makefile.in: Honour DESTDIR.
7045
7046 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
7047
7048         * config.guess: Import 2002-03-20 version.
7049         * config.sub: Import 2002-04-26 version.
7050
7051 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7052
7053         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
7054
7055 2002-05-07  Tim Josling  <tej@melbpc.org.au>
7056
7057         * MAINTAINERS: Add self.
7058
7059 2002-05-06  Loren J. Rittle <ljrittle@acm.org>
7060
7061         * ltmain.sh: Detect and handle object name conflicts
7062         while piecewise linking a static library.
7063
7064 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
7065
7066         * configure.in (noconfigdirs): Don't disable libgcj on
7067         sparc64-*-solaris* and sparcv9-*-solaris*.
7068
7069 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
7070
7071         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7072
7073 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
7074
7075         * configure.in (FLAGS_FOR_TARGET): Do not add
7076         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7077         on i[3456]86-*-linux*.
7078
7079 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
7080
7081         * configure.in (noconfigdirs): Replace [ ] with test.
7082
7083         * configure.in (noconfigdirs): Do not add target-newlib if
7084         target == i[3456]86-*-linux*, and host == target.
7085
7086 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
7087
7088         * configure.in: delete reference to absent file
7089
7090         * configure.in: replace '[' with 'test'
7091
7092         * configure.in: Eliminate references to gash.
7093         * Makefile.in: Eliminate references to gash.
7094
7095         * configure.in: remove useless references to 'pic' makefile fragments.
7096
7097         * configure.in: (*-*-windows*) Finish removing.
7098
7099         * configure.in: Eliminate redundant test for libgui.
7100
7101 2002-04-29  Roger Sayle  <roger@eyesopen.com>
7102
7103         * MAINTAINERS: Add self and realphabetize.  Update entries
7104         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
7105         entry for a29k port maintainer.
7106
7107 2002-04-26      Joel Sherrill <joel@OARcorp.com>
7108
7109         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7110         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7111
7112 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
7113
7114         * configure.in: remove references to dead files
7115
7116 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
7117
7118         * MAINTAINERS: Add information about purpose of this file.
7119
7120 2002-04-18  Tom Tromey  <tromey@redhat.com>
7121
7122         * configure.in: Disallow configuring libgcj when it is already
7123         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
7124         Solaris 2.8 by default.  For PR libgcj/6158.
7125
7126 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7127
7128         * configure.in:  Move default CC setting out of config/mh-* fragments
7129         directly into here.
7130
7131 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7132
7133         * configure.in: don't even try to configure or make a subdirectory
7134         if there's no configure script for it.
7135
7136 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
7137
7138         * MAINTAINERS: Remove chill maintainers.
7139         * Makefile.in (CHILLFLAGS): Remove.
7140         (CHILL_LIB): Remove.
7141         (TARGET_CONFIGDIRS): Remove libchill.
7142         (CHILL_FOR_TARGET): Remove.
7143         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7144         CHILL_LIB.
7145         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7146         (CHECK_TARGET_MODULES): Likewise.
7147         (INSTALL_TARGET_MODULES): Likewise.
7148         (CLEAN_TARGET_MODULES): Likewise.
7149         (configure-target-libchill): Remove.
7150         (all-target-libchill): Remove.
7151         * configure.in (target_libs): Remove target-libchill.
7152         Do not compute CHILL_FOR_TARGET.
7153         * libchill: Remove directory.
7154
7155 2002-04-11  DJ Delorie  <dj@redhat.com>
7156
7157         * Makefile.in, configure.in: Sync with binutils, entries
7158         follow...
7159
7160 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7161
7162         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
7163         (do-tar, do-bz2): New rules.
7164         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
7165         (gdb-tar): New rule.
7166         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
7167         (insight_dejagnu.tar): New rule.
7168         (insight.tar): New rule.
7169         (gdb+dejagnu.tar): New rule.
7170         (gdb.tar): New rule.
7171
7172 2002-02-01  Mo DeJong  <supermo@bayarea.net>
7173
7174         * Makefile.in: Add all-tix to deps for all-snavigator
7175         so that tix is built when building snavigator.
7176
7177 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
7178
7179         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7180         ld and gdb are not supported.
7181
7182 2002-01-07  Mark Salter  <msalter@redhat.com>
7183
7184         * configure.in: Remove target-bsp and target-cygmon from arm builds.
7185         Allow target-libgloss to be built for arm, strongarm, and xscale.
7186
7187 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
7188
7189         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7190         options for i[3456]86-pc-linux* native builds.
7191
7192 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
7193
7194         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7195         files from .po files for a distribution.
7196
7197 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
7198
7199         * configure.in: Enable libstdc++-v3 for h8300 targets.
7200
7201 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
7202
7203         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
7204         version from bfd/.
7205
7206 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
7207
7208         * Makefile.in (VER): When present, extract the version number from
7209         the file version.in.
7210
7211 2001-05-24  Tom Rix <trix@redhat.com>
7212
7213         * configure.in : enable ld for aix
7214
7215 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7216
7217         * config.guess: Add linux target for S/390.
7218
7219 2000-11-07  Philip Blundell  <pb@futuretv.com>
7220
7221         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7222
7223 2000-11-03  Philip Blundell  <pb@futuretv.com>
7224
7225         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7226         files.
7227
7228 2001-01-15  Ben Elliston  <bje@redhat.com>
7229
7230         * configure.in (host_tools): Add sid.
7231         Always configure cgen.
7232
7233 2000-11-24  Nick Clifton  <nickc@redhat.com>
7234
7235         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
7236
7237
7238 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
7239
7240         * Makefile.in (ALL_MODULES): Add all-cgen.
7241         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7242         (all-cgen): New target.
7243         (all-opcodes,all-sim): Depend on all-cgen.
7244         * configure.in (host_tools): Add cgen.
7245         Only configure cgen if --enable-cgen-maint.
7246
7247 2002-04-09  Loren J. Rittle <ljrittle@acm.org>
7248
7249         * configure.in: Add *-*-freebsd* configurations.
7250
7251 2002-04-08  Tom Tromey  <tromey@redhat.com>
7252
7253         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7254         Fixes PR libgcj/6068.
7255
7256 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
7257
7258         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7259
7260 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7261
7262         * configure.in (alpha*-dec-osf*): Enable libgcj.
7263
7264 2003-03-27  Matthew Gingell <gingell@gnat.com>
7265
7266         * MAINTAINERS (Write After Approval): Add myself.
7267
7268 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
7269
7270         Fix for: PR bootstrap/3591, target/5676
7271         * configure.in (mcore-pe): Disable the configuration of
7272         libstdc++-v3 since exceptions are not supported.
7273
7274 2002-03-20  Anthony Green  <green@redhat.com>
7275
7276         * configure.in: Enable libgcj for xscale-elf target.
7277
7278 Tue Mar 19 09:05:08 2002  J"orn Rennecke <joern.rennecke@superh.com>
7279
7280         * MAINTAINERS:  Update my email address.
7281
7282 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
7283
7284         * ltmain.sh (relink_command): Fix typo in previous change.
7285
7286 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
7287
7288         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
7289         (relink_command): Added --tag flags.
7290         (mode=install): If relinking fails; error out.
7291
7292 2002-03-12  Richard Henderson  <rth@redhat.com>
7293
7294         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
7295         .NOTPARALLEL tag.
7296         (do-check): Rename from check.
7297         (check): Allow parallel check.
7298
7299 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
7300
7301         * MAINTAINERS: Add myself as maintainer for xtensa port.
7302         Fix alphabetical order in CPU port maintainer list.
7303         Remove myself from Write After Approval list.
7304
7305 2002-03-11  Richard Henderson  <rth@redhat.com>
7306
7307         * Makefile.in (.NOTPARALLEL): Add fake tag.
7308
7309 2002-03-07  H.J. Lu  (hjl@gnu.org)
7310
7311         * configure.in: Enable gprof for mips*-*-linux*.
7312
7313 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
7314
7315         * MAINTAINERS (Write After Approval): Add myself.
7316
7317 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
7318
7319         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7320         libjava.
7321         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7322
7323 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
7324
7325         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7326         because its Makefile is there; test for the executable instead.
7327
7328 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
7329
7330         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7331         libstdc++-v3 and libjava.
7332
7333 2002-02-11  Adam Megacz <adam@xwt.org>
7334
7335         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7336         boehm-gc
7337
7338 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
7339
7340         * config.guess: Updated to 2002-01-30's version.
7341         * config.sub: Updated to 2002-02-01's version.
7342         Contribute sh64-elf.
7343         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
7344         * configure.in: Added sh64-*-*.
7345
7346 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
7347
7348         * MAINTAINERS: Belatedly add myself to write after approval list.
7349
7350 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
7351
7352         * MAINTAINERS: Put self in as maintainer for x86-64 port.
7353         Remove self as Write After Approval.
7354
7355 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
7356
7357         * MAINTAINERS: Put self in as maintainer for contrib/regression
7358         directory.
7359
7360 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
7361
7362         * MAINTAINERS:  Update my email address.
7363
7364 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
7365
7366         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
7367         target-libiberty, and target-libgloss.  Skip Java-related
7368         libraries if not supported for NetBSD on target CPU.
7369
7370 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
7371
7372         * install-sh: Use _inst.$$_ for temp file name.
7373
7374 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
7375
7376         * MAINTAINERS (Write After Approval): Move my contact info
7377         from here...
7378         (OS Port Maintainers): ...to here (netbsd).
7379
7380 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
7381
7382         * MAINTAINERS (Write After Approval): Add myself.
7383
7384 2002-01-17  H.J. Lu <hjl@gnu.org>
7385
7386         * Makefile.in (all-fastjar): Also depend on all-libiberty.
7387         (all-target-fastjar): Also depend on all-target-libiberty.
7388
7389 2002-01-16  H.J. Lu  (hjl@gnu.org)
7390
7391         * config.guess: Import from master sources, rev 1.225.
7392         * config.sub: Import from master sources, rev 1.238.
7393
7394 2002-01-16  Kazu Hirata  <kazu@hxi.com>
7395
7396         * MAINTAINERS (Write After Approval): Remove myself.
7397
7398 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
7399
7400         * MAINTAINERS (Write After Approval): Add myself.
7401
7402 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
7403
7404         * MAINTAINERS: Add self as docs co-maintainer.
7405
7406 2001-12-11  Matthias Klose  <doko@debian.org>
7407
7408         * MAINTAINERS (Write After Approval): Add myself.
7409
7410 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
7411
7412         * MAINTAINERS: Update my email address.
7413
7414 2001-12-07  Turly O'Connor  <turly@apple.com>
7415         * MAINTAINERS (Write After Approval): Add myself.
7416         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
7417         (rs6000_initialize_trampoline): Call __trampoline_setup for
7418         ABI_DARWIN too.
7419         * darwin-tramp.asm: New file, implements __trampoline_setup.
7420         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
7421
7422 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
7423
7424         * MAINTAINERS (Write After Approval): Add myself.
7425
7426 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
7427
7428         * configure, configure.in: Use temp file for long sed commands.
7429
7430 2001-12-03  Laurent Guerby  <guerby@acm.org>
7431
7432         * config.sub: Update to version 1.232 on subversion.
7433
7434 2001-12-03  Ben Elliston  <bje@redhat.com>
7435
7436         * MAINTAINERS: Update mail address for config.* patches.
7437
7438 2001-11-27  DJ Delorie <dj@redhat.com>
7439             Zack Weinberg  <zack@codesourcery.com>
7440
7441         When build != host, create libiberty for the build machine.
7442
7443         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7444         CONFIG_ARGUMENTS.
7445         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7446         New variables.
7447         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7448         and rules.
7449         (all.normal): Depend on ALL_BUILD_MODULES.
7450         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7451         (all-build-libiberty): Depend on configure-build-libiberty.
7452
7453         * configure: Calculate and substitute proper value for
7454         ALL_BUILD_MODULES.
7455         * configure.in: Create the build subdirectory.
7456         Calculate and substitute TARGET_CONFIGARGS (formerly
7457         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7458
7459 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
7460
7461         * MAINTAINERS (write-after-approval): Add self.
7462
7463 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
7464
7465         * MAINTAINERS (GNATS only accounts): Remove self.
7466
7467 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
7468
7469         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7470         libf2c.
7471
7472 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
7473
7474         * MAINTAINERS (Write After Approval): Add self.
7475
7476 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
7477
7478         * MAINTAINERS: mips and s390 are also CPU ports.
7479
7480 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
7481
7482         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
7483
7484 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
7485
7486         * MAINTAINERS: Alphabetize.
7487
7488 2001-11-09  Kazu Hirata  <kazu@hxi.com>
7489
7490         * MAINTAINERS (Various maintainers: h8 port): Add myself.
7491
7492 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7493
7494         * MAINTAINERS (Various maintainers: hppa port): Added myself.
7495
7496 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
7497
7498         * configure.in (--enable-languages): Be more permissive about
7499         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
7500
7501 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
7502
7503         * config.sub: Import from master sources, rev. 1.230.
7504         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
7505
7506 2001-11-07  Laurent Guerby  <guerby@acm.org>
7507
7508         * MAINTAINERS (Write After Approval): Add self.
7509
7510 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
7511
7512         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7513
7514 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
7515
7516         * config.sub: Import from master sources, rev 1.226.
7517         * config.guess: Import from master sources, rev 1.216.
7518
7519 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
7520
7521         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7522         * MAINTAINERS: Add self as maintainer of MMIX port.
7523         Remove old after-approval entry.
7524
7525 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
7526
7527         * ChangeLog, configure: Fix spelling errors.
7528
7529 2001-10-20  Brendan Kehoe  <brendan@zen.org>
7530
7531         * MAINTAINERS: Tweak my address.
7532
7533 Thu Oct 11 21:50:15 2001  J"orn Rennecke <amylaar@onetel.net.uk>
7534
7535         * MAINTAINERS: Update my email address.
7536
7537 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
7538
7539         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7540         * MAINTAINERS: Add self as maintainer of CRIS port.
7541
7542 2001-10-10  Geert Bosch  <bosch@gnat.com>
7543
7544         * MAINTAINERS (Various maintainers: Ada front end):
7545         Added Robert Dewar.
7546
7547 2001-10-03  David Billinghurst <David.Billinghurst@riotinto.com>
7548
7549         * MAINTAINERS (Write After Approval): Added self
7550
7551 2001-10-02  Geert Bosch  <bosch@gnat.com>
7552
7553         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7554
7555 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
7556
7557         * configure: Handle temporary files securely using mkdir.
7558
7559 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
7560
7561         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7562
7563 2001-09-26  Will Cohen <wcohen@redhat.com>
7564
7565         * configure.in (*-*-linux*): Disable configuration of target-newlib
7566         and target-libgloss.
7567
7568 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
7569
7570         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7571         RANLIB.
7572
7573 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
7574
7575         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7576         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7577         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7578         avoid quotes nesting problems.
7579         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7580         (DO_X): Export only variables that are set.
7581
7582 2001-09-19  Ben Elliston  <bje@redhat.com>
7583
7584         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7585         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7586         semantics.  Use the shell built-in "type" command instead.
7587
7588 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
7589
7590         Merged from gcc-3_0-branch:
7591         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
7592         * ltcf-c.sh: Use $objext, not $ac_objext.
7593         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
7594         * ltcf-cxx.sh: Add support for GNU.
7595         2001-07-22  Timothy Wall  <twall@redhat.com>
7596         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
7597         default settings if using GNU tools with that configuration.
7598         * ltcf-cxx.sh: Ditto.
7599         * ltcf-gcj.sh: Ditto.
7600         2001-07-21  Michael Chastain  <chastain@redhat.com>
7601         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7602         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
7603         * ltmain.sh: Mark as gcc-local.
7604
7605 2001-08-30  Eric Christopher  <echristo@redhat.com>
7606             Jason Eckhardt  <jle@redhat.com>
7607
7608         * config.guess: Merge from master sources.
7609         * config.sub: Merge from master sources, add support for mipsisa32.
7610
7611 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
7612         * config.sub: Merge from master sources, rev 1.219.
7613         * MAINTAINERS: Add self as contact for stormy16 port.
7614
7615 2001-08-14  Zack Weinberg  <zackw@panix.com>
7616
7617         * config.sub: Merge from master sources, rev 1.218.
7618         * config.guess: Merge from master sources, rev 1.209.
7619
7620 2001-08-11  Graham Stott  <grahams@redhat.com>
7621
7622         * Makefile.in (check-c++): Add missing semicolon.
7623
7624 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
7625
7626         * MAINTAINERS (Various maitainers: predict.def): Added myself.
7627
7628 2001-07-30  Eric Christopher  <echristo@redhat.com>
7629
7630         * MAINTAINERS (Various maintainers: mips port): Added myself.
7631
7632 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
7633
7634         * configure.in (sh-*-linux*): New.
7635
7636 2001-07-27  Richard Henderson  <rth@redhat.com>
7637
7638         * .cvsignore: Add LAST_UPDATED.
7639
7640 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
7641
7642         * MAINTAINERS (Various maintainers: s390 port): Added myself.
7643
7644 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
7645
7646         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
7647
7648 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
7649
7650         * MAINTAINERS (Write After Approval): Added myself.
7651
7652 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7653
7654         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7655         and libgcj on m68hc11/m68hc12.
7656
7657 2001-06-27  H.J. Lu  (hjl@gnu.org)
7658
7659         * Makefile (CFLAGS_FOR_BUILD): New.
7660         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7661
7662 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
7663
7664         * README: Remove version number.
7665
7666 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7667
7668         * INSTALL/README: Update wrt. to the installation instructions now
7669         residing in gcc/doc/install.texi.
7670
7671 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
7672
7673         * README: Replace with a cut-down and updated version of gcc/README.
7674
7675 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
7676
7677         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
7678         multilibs to be disabled.
7679
7680 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
7681
7682         * MAINTAINERS (Write After Approval): Add myself.
7683
7684 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
7685
7686         * config.guess: Import CVS version 1.195.
7687         * config.sub: Import CVS version 1.212.
7688
7689 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
7690
7691         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7692         gcc/xgcc is built, use -print-prog-name to find out the program
7693         name to use.
7694
7695 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
7696
7697         * config.guess:  Import CVS version 1.194.  All gcc-local changes
7698         appear to also be in the master copy.
7699         * config.sub:  Import CVS version 1.211.
7700
7701 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
7702
7703         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7704         with_gcc]: Use `gcc -shared' to build a shared library.
7705
7706 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7707
7708         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7709         archives.
7710
7711 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7712
7713         * MAINTAINERS (Write After Approval): Add myself.
7714
7715 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
7716
7717         * configure.in (libstdcxx_flags): Do not try to execute
7718         libstdc++-v3/testsuite_flags until it exists.
7719
7720 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
7721
7722         * MAINTAINERS: Update my email address.
7723
7724 2001-05-31  Graham Stott  <grahams@redhat.com>
7725
7726         * MAINTAINERS (Write After Approval): Add myself.
7727
7728 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
7729
7730         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
7731         libraries when using g++ with native linker.
7732
7733 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
7734
7735         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7736
7737 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
7738
7739         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7740         [aix4*|aix5*]: Prepend blank.
7741
7742 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
7743
7744         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7745         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
7746         of subdir/configure scripts to use the new libtool.m4.
7747
7748 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
7749
7750         * MAINTAINERS (Write After Approval): Add myself.
7751
7752 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
7753
7754         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7755
7756 2001-05-11  Ben Elliston  <bje@redhat.com>
7757
7758         * Makefile.in (all-sid): New target.
7759         (check-sid, clean-sid, install-sid): Likewise.
7760
7761 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
7762
7763         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7764
7765 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
7766
7767         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7768         libgcj.
7769
7770 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
7771
7772         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7773         gcc/xgcc is built, use -print-prog-name to find out the program
7774         name to use.
7775
7776 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
7777
7778         * configure.in (noconfigdirs): Don't reset it from scratch in the
7779         target case; only append to it.
7780
7781         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7782         sparc-*-solaris2.8]: Disable ${libgcj}.
7783
7784 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
7785
7786         * configure.in (libgcj_saved): Copy from $libgcj.
7787         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7788         --disable-libgcj.
7789
7790 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
7791
7792         * MAINTAINERS: Remove self as MIPS maintainer and
7793         C front end maintainer.
7794
7795 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
7796
7797         * configure.in: Move *-chorusos target case to the proper switch.
7798         Disable libgcj.
7799
7800 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
7801
7802         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7803         1.641.2.228.
7804
7805 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7806
7807         * Makefile.in (STAGE1_CFLAGS): Pass down.
7808
7809 2001-04-13  Alan Modra  <amodra@one.net.au>
7810
7811         * config.guess: Add hppa64-linux support.  Note for next import that
7812         this is already in the master file.
7813         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
7814
7815 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
7816
7817         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7818         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7819
7820 2001-04-11  Stan Shebs  <shebs@apple.com>
7821
7822         * MAINTAINERS: Add self as Darwin port maintainer.
7823
7824 2001-04-11  Alan Modra  <amodra@one.net.au>
7825
7826         * MAINTAINERS: Update my email address.
7827
7828 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
7829
7830         * ltcf-cxx.sh: Support creation of C++ shared libraries on
7831         recent versions of FreeBSD (release 3 or later).
7832         * ltconfig: On FreeBSD, -lc must not be provided when building
7833         a shared library or else the standard -pthread gcc option is
7834         rendered worthless to later users of the built library.
7835
7836 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
7837
7838         * MAINTAINERS: Add self and RTH as C front end maintainers.
7839
7840 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
7841
7842         * config.sub: Make sure to match an already-canonicalized
7843         machine name (eg. mn10300-unknown-elf).
7844
7845 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
7846
7847         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7848         New macros.
7849         (bootstrap, cross): Use RECURSE_FLAGS.
7850         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7851
7852 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
7853
7854         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7855
7856 2001-03-22  Colin Howell  <chowell@redhat.com>
7857
7858         * Makefile.in (DO_X): Do not backslash single-quotes in
7859         backquotes (two places).
7860
7861 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
7862
7863         Re-installed:
7864         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
7865         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
7866         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7867         * ltcf-cxx.sh: Likewise.
7868         * ltcf-gcj.sh: Likewise.
7869
7870 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7871
7872         * MAINTAINERS: Add myself as "documentation co-maintainer".
7873
7874 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
7875
7876         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7877         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7878
7879 2001-03-19  Tom Tromey  <tromey@redhat.com>
7880
7881         * config-ml.in: Handle GCJ and GCJFLAGS.
7882
7883 2001-03-21  Michael Chastain  <chastain@redhat.com>
7884
7885         * Makefile.in: all-m4 depends on all-texinfo.
7886
7887 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
7888
7889         * MAINTAINERS: Add myself to write after approval list.
7890
7891 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
7892
7893         * Makefile.in (DO_X): Quote nested quotes.
7894
7895 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
7896
7897         * MAINTAINERS: Add myself to write after approval list.
7898
7899 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
7900
7901         * Makefile.in (DO_X): Use double quotes for quoting
7902         "RANLIB=$${RANLIB}".
7903
7904 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
7905
7906         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
7907
7908 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
7909
7910         * configure.in: Only use `lang_requires' for languages athat are
7911         actually enabled.
7912
7913 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
7914
7915         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
7916
7917 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
7918
7919         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
7920
7921 2001-03-07  Tom Tromey  <tromey@redhat.com>
7922
7923         * configure.in: Allow config-lang.in to set `lang_requires' to list
7924         of other required languages.
7925
7926 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
7927
7928         * Makefile.in: Remove RANLIB definition. Use RANLIB
7929         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7930         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
7931
7932 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
7933             Alexandre Oliva  <aoliva@redhat.com>
7934
7935         * Makefile.in (check-c++): Use tabs, not spaces.
7936
7937 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
7938
7939         * MAINTAINERS: add myself to Write After Approval list.
7940
7941 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
7942
7943         * Makefile.in (check-c++): New rule.
7944
7945         * configure.in (target_libs): Remove libg++.
7946         (noconfigdirs): Remove libg++.
7947         (noconfigdirs): Same.
7948         (noconfigdirs): Same.
7949         (noconfigdirs): Same.
7950
7951         * config-ml.in: Remove libg++ references.
7952
7953         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7954         (ALL_TARGET_MODULES): Same.
7955         (configure-target-libg++): Remove.
7956         (all-target-libg++): Remove.
7957         (configure-target-libio): Remove.
7958         (all-target-libio): Remove.
7959         (check-target-libio): Remove.
7960         (.PHONY): Remove.
7961         (libg++.tar.bz2): Remove.
7962         (all-target-cygmon): Remove libio.
7963         (all-target-libstdc++): Remove.
7964         (configure-target-libstdc++): Remove.
7965         (TARGET_LIB_PATH): Remove libstdc++.
7966         (ALL_GCC_CXX): Remove libstdc++.
7967         (all-target-gperf): Correct.
7968
7969 2001-02-16  Nick Clifton  <nickc@redhat.com>
7970
7971         * configure.in (noconfigdirs): Allow configuration of texinfo
7972         for Cygwin hosts.
7973
7974 2001-02-15  Anthony Green  <green@redhat.com>
7975
7976         * configure: Introduce GCJ_FOR_TARGET.
7977         * configure.in: Ditto.
7978         * Makefile.in: Ditto.
7979
7980 2001-02-13  Andreas Schwab  <schwab@suse.de>
7981
7982         * MAINTAINERS: Update mail address.
7983
7984 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7985
7986         * config.guess: Add linux target for S/390.
7987         * config.sub: Likewise.
7988
7989 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
7990
7991         * configure.in: for *-chorusos, don't config target-newlib and
7992         target-libgloss.
7993
7994 2001-02-06  Ben Elliston  <bje@redhat.com>
7995
7996         * configure: Output host type to stdout, not stderr.
7997
7998 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
7999
8000         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
8001         * ltcf-cxx.sh: Likewise.
8002
8003         * config.if: Assume enable_libstdcxx_v3 is defined.
8004
8005 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
8006
8007         Remove V2 C++ library.
8008         * configure.in: Remove --enable-libstdcxx_v3 support.
8009
8010 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
8011
8012         * include/demangle.h: Add prototype for java_demangle_v3.
8013
8014 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
8015
8016         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
8017
8018 2001-01-27  Richard Henderson  <rth@redhat.com>
8019
8020         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8021
8022 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8023
8024         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8025         Don't unset, it's non-portable and no longer necessary, set to empty
8026         instead.
8027
8028 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8029
8030         * ltconfig: Shell portability fix for the tagname validity check.
8031
8032 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
8033
8034         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8035         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8036
8037 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8038
8039         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8040
8041 2001-01-26  Tom Tromey  <tromey@redhat.com>
8042
8043         * configure.in: Allow libgcj to be built on Sparc Solaris.
8044
8045 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
8046
8047         * ltcf-c.sh: Add aix5 case.
8048         * ltcf-cxx.sh: Likewise.
8049         * ltconfig: Likewise.
8050
8051 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
8052
8053         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8054         keep at least one of build_libtool_libs or build_old_libs set to
8055         yes.
8056
8057         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8058         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8059
8060 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
8061
8062         * configure.in: Enable libgcj on several additional platforms.
8063
8064 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
8065
8066         * configure.in: Enable libgcj for linux targets.
8067
8068 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8069
8070         * MAINTAINERS (Write After Approval): Add myself.
8071
8072 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8073
8074         * MAINTAINERS: Add myself as vax port maintainer.
8075
8076 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
8077
8078         * MAINTAINERS: Add myself as Mercury front-end maintainer.
8079
8080 2001-01-09  Mike Stump  <mrs@wrs.com>
8081
8082         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8083         failures of subdirectories.
8084
8085 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8086
8087         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8088         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8089         * ltcf-cxx.sh: Likewise.
8090         * ltcf-gcj.sh: Likewise.
8091         * ltconfig.sh: Fix typo.
8092
8093 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8094
8095         * configure: handle DOS-style absolute paths.
8096
8097 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8098
8099         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8100
8101 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
8102
8103         * MAINTAINERS: Add myself as avr port co-maintainer.
8104
8105 2000-12-28  Ben Elliston  <bje@redhat.com>
8106
8107         * MAINTAINERS: Add myself under ``Write After Approval''.
8108
8109 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
8110
8111         * texinfo: Remove directory from GCC.
8112
8113 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8114
8115         * COPYING: Update to current
8116         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
8117         to 19yy as example year in copyright notice).
8118
8119 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
8120
8121         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8122         (libstdcxx_incdir): Pass down.
8123         * config.if: Remove expired bits for cxx_interface, add stub.
8124         (libstdcxx_incdir): Add variable for g++ include directory.
8125         * configure.in (gxx_include_dir): Use it.
8126
8127 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
8128
8129         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
8130         with old-email address from ``Write After Approval''.
8131
8132 2000-12-15  Andreas Jaeger  <aj@suse.de>
8133
8134         * configure.in: Handle lang_dirs.
8135
8136 2000-12-14  Tom Tromey  <tromey@redhat.com>
8137
8138         * MAINTAINERS: Removed brads.
8139
8140         * MAINTAINERS: Added gcj developers.
8141
8142 2000-12-13  Anthony Green  <green@redhat.com>
8143
8144         * configure.in: Disable libgcj for any target not specifically
8145         listed.  Disable libgcj for x86 and Alpha Linux until compatible
8146         with g++ abi.
8147
8148 2000-12-13  Mike Stump  <mrs@wrs.com>
8149
8150         * Makefile.in (local-distclean): Also remove fastjar.
8151
8152 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
8153
8154         * contrib/gcc_update: Add fastjar --touch entries.
8155
8156 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
8157
8158         * configure.in: Disable language-specific target libraries for
8159         languages that aren't enabled.
8160
8161 2000-12-10  Anthony Green  <green@redhat.com>
8162
8163         * configure.in: Define libgcj.  Disable libgcj target libraries for
8164         most targets.
8165
8166 2000-12-10  Neil Booth  <neilb@earthling.net>
8167
8168         * MAINTAINERS: Update mail address, remove from WAA list.
8169
8170 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8171
8172         * libjava: Imported from /cvs/java.
8173         * libffi: Likewise.
8174         * Boehm-gc: Likewise.
8175
8176 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8177
8178         * configure.in (target_libs): Revert 2000-12-08 patch.
8179         (noconfigdirs): Added target-libjava.
8180
8181 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8182
8183         * djunpack.bat: removed.
8184
8185 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8186
8187         * Makefile.in: handle DOS-style absolute paths.
8188         * config-ml.in: likewise.
8189         * symlink-tree: likewise.
8190
8191 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8192
8193         * fastjar: Imported.
8194
8195 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8196
8197         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8198         libjava.
8199         * configure.in (target_libs): Removed `target-libjava'.
8200
8201 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8202
8203         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8204         (ALL_MODULES): Added fastjar.
8205         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8206         (all-target-libjava): all-fastjar replaces all-zip.
8207         (all-fastjar): Added.
8208         (configure-target-fastjar, all-target-fastjar): Likewise.
8209         * configure.in (host_tools): Added fastjar.
8210
8211 2000-12-07  Mike Stump  <mrs@wrs.com>
8212
8213         * Makefile.in (local-distclean): Remove leftover built files.
8214
8215 2000-11-24  Nick Clifton  <nickc@redhat.com>
8216
8217         * configure.in (xscale-elf): Add target.
8218         (xscale-coff): Add target.
8219
8220 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
8221
8222         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8223         recent versions of FreeBSD (release 3 or later).
8224         * ltconfig: On FreeBSD, -lc must not be provided when building
8225         a shared library or else the standard -pthread gcc option is
8226         rendered worthless to later users of the built library.
8227
8228 2000-11-16  Fred Fish  <fnf@be.com>
8229
8230         * configure.in (enable_libstdcxx_v3): Fix typo,
8231         libstd++ -> libstdc++.
8232
8233 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8234
8235         * MAINTAINERS: Add self to Write After Approval list.
8236
8237 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
8238
8239         * MAINTAINERS: Update my email address.  Add myself to global write
8240         privs list.
8241
8242 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
8243
8244         * Makefile.in: Merge with src and libgcj.
8245         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
8246         configure-target-<library> when their configure scripts need the C
8247         or C++ library to have already been built to work properly.
8248         (do_proto_toplev): Set them to an empty string.
8249
8250         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8251         (REALLY_SET_LIB_PATH): Use them.
8252
8253 2000-11-17  Stan Shebs  <shebs@apple.com>
8254
8255         * MAINTAINERS: Add self to Write After Approval list.
8256
8257 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8258
8259         * configure: Provide the original toplevel configure arguments
8260         (including $0) to subprocesses in the environment rather than
8261         through gcc/configargs.h.
8262
8263 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8264
8265         * MAINTAINERS: Remove references to cccp. Change C9X reference to
8266         C99.  Alphabetise "Write After Approval" list.
8267
8268 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
8269
8270         * configure: Turn on libstdc++ V3 by default.
8271
8272         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
8273         if we've got GCC.
8274
8275 2000-11-11  Philip Blundell  <philb@gnu.org>
8276
8277         * MAINTAINERS: Add self to Write After Approval list.
8278
8279 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
8280
8281         * ltcf-c.sh (aix4): Improve shared library configuration; require
8282         exporting symbols.
8283         * ltcf-cxx.sh (aix4): Define.
8284         * ltconfig (aix4): Define library and soname specs appropriate for
8285         AIX.  Define command to create export symbols list.
8286
8287 Mon Nov  6 14:19:35 2000  Christopher Faylor <cgf@cygnus.com>
8288
8289         * config.sub: Add support for Sun Chorus
8290
8291 2000-10-31  Nick Clifton  <nickc@redhat.com>
8292
8293         * MAINTAINERS: Rename <name>@cygnus.com addresses to
8294         <name>@redhat.com.  Also installed new email address for Clint
8295         Popetz.
8296
8297 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
8298
8299         * etc: Remove directory from GCC.
8300
8301 2000-10-16  Michael Meissner  <meissner@redhat.com>
8302
8303         * configure (gcc/configargs.h): Only create if there is a build GCC
8304         directory created.
8305
8306 2000-10-16  Matthias Klose  <doko@debian.org>
8307
8308         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
8309         when configured for libstdc++-v3.
8310
8311 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
8312
8313         * configure: Save configure arguments to gcc/configargs.h.
8314
8315 2000-10-04  Philipp Thomas  <pthomas@suse.de>
8316
8317         * config.guess: Import CVS version 1.157.
8318         * config.sub: Import CVS version 1.181.
8319
8320 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
8321
8322         * Makefile.in (bootstrap): avoid recursion if subdir missing
8323         (cross): ditto
8324         (do-proto-toplev): ditto
8325
8326 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
8327
8328         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
8329         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
8330
8331         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
8332         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
8333         all affected `configure' scripts.
8334
8335 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
8336
8337         * MAINTAINERS: Add self as cpplib co-maintainer.
8338
8339 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
8340
8341         * MAINTAINERS: Add self to Write After Approval list.
8342
8343 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8344
8345         * INSTALL/README: egcs -> GCC update.
8346
8347 Sun Sep 17 16:55:59 CEST 2000   Marc Espie <espie@cvs.openbsd.org>
8348
8349         * MAINTAINERS: Add myself to Write After Approval list.
8350
8351 2000-09-15  Kazu Hirata  <kazu@hxi.com>
8352
8353         * MAINTAINERS: Add myself to Write After Approval list.
8354
8355 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
8356
8357         * configure.in: Do not build byacc for hppa64.  Provide paths to the
8358         X11 libraries for hppa64.
8359
8360 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8361
8362         * MAINTAINERS: Add myself as 68hc11 port maintainer.
8363
8364 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
8365
8366         * Makefile.in (all-zlib): Added dummy target.
8367
8368         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8369         ltcf-gcj.sh: Updated from libtool multi-language branch.
8370
8371 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
8372
8373         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8374         (bootstrap*): Depend on all-bootstrap.
8375
8376 2000-09-05  Philipp Thomas  <pthomas@suse.de>
8377
8378         * config.guess: Import CVS version 1.156.
8379         * config.sub: Import CVS version 1.179.
8380
8381 2000-09-02  Anthony Green  <green@cygnus.com>
8382
8383         * Makefile.in (all-gcc): Depend on all-zlib.
8384         (CLEAN_MODULES): Add clean-zlib.
8385         (ALL_MODULES): Add all-zlib.
8386         * configure.in (host_libs): Add zlib.
8387
8388 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
8389
8390         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8391         crosses, but add gcc/include to the header search path for them.
8392
8393 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
8394
8395         * MAINTAINERS: Add self to Write After Approval list.
8396
8397 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8398
8399         * config.guess: Import CVS version 1.152.
8400         * config.sub: Import CVS version 1.177.
8401
8402 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
8403
8404         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8405         $targargs to tell whether newlib is going to be built.
8406
8407         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8408         $$r/TARGET_SUBDIR/libio for _G_config.h.
8409
8410 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
8411
8412         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
8413
8414 2000-08-22  DJ Delorie  <dj@redhat.com>
8415
8416         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
8417
8418 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
8419
8420         * config-ml.in (CC, CXX): Avoid trailing whitespace.
8421         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8422         sub-configures.
8423
8424 2000-08-21  DJ Delorie  <dj@redhat.com>
8425
8426         * MAINTAINERS: Add self as a libiberty maintainer
8427
8428 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
8429
8430         * configure.in (libstdcxx_flags): Use
8431         libstdc++-v3/src/libstdc++.INC.
8432
8433 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
8434
8435         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8436
8437 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
8438
8439         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8440
8441         * configure: Make enable_threads and enable_shared defaults
8442         explicit.  Substitute enable_threads into generated Makefiles.
8443         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8444         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8445
8446 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
8447
8448         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
8449
8450 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
8451
8452         * config-ml.in (CC): Remove bogus duplicate quotation mark from
8453         previous delta.
8454
8455 2000-08-11  Jason Merrill  <jason@redhat.com>
8456
8457         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8458         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8459         (FLAGS_FOR_TARGET): Not here.
8460         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8461
8462 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
8463
8464         * config-ml.in (CC, CXX): Don't introduce a leading space.
8465
8466 2000-08-07  DJ Delorie  <dj@delorie.com>
8467
8468         * MAINTAINERS: Add self as a DJGPP maintainer
8469
8470 2000-08-07  DJ Delorie  <dj@redhat.com>
8471
8472         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8473         "if we're also building gcc, and it's a gcc that will run on the
8474         build machine, we want to use its includes instead of the system's
8475         default includes".
8476
8477 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
8478
8479         * MAINTAINERS: Add self to Write After Approval list.
8480
8481 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
8482
8483         * configure.in (libstdcxx_flags): Don't use `"'.
8484
8485         * config-ml.in: Adjust multilib search paths to the
8486         appropriate multilib tree.
8487
8488 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
8489
8490         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8491         commas in $LANGUAGES.
8492
8493 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
8494
8495         * configure.in: Re-enable all references to libg++ and librx.
8496
8497 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
8498
8499         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
8500         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
8501         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
8502         * ltcf-cxx.sh (need_lc): Set based on postdeps.
8503
8504         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8505
8506 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
8507
8508         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8509         CXX_FOR_TARGET for sed.
8510
8511 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
8512
8513         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8514         Do not override if already set in the environment or in configure.
8515         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8516         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8517
8518 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
8519
8520         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
8521         the libtool CVS tree multi-language branch.
8522         * ltconfig, ltmain.sh: Updated.
8523
8524 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
8525
8526         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
8527         (clean-target): Depend on it.
8528
8529         * Makefile.in (FLAGS_FOR_TARGET): New macro.
8530         (GCC_FOR_TARGET): Use it.
8531         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8532         * configure.in: ... here.
8533         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
8534         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8535
8536 2000-07-24  Eric Christopher  <echristo@cygnus.com>
8537
8538         * MAINTAINERS: Add self to Write After Approval list.
8539
8540 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
8541
8542         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8543         (configure-target-libchill, configure-target-libobjc): Likewise.
8544
8545         * configure.in: Use the same cache file for all target libs.
8546         * config-ml.in: But different cache files per multilib variant.
8547
8548 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8549
8550         * configure (topsrcdir): Don't use dirname.
8551
8552 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
8553
8554         * MAINTAINERS: Add self to Write After Approval list.
8555
8556 2000-07-20  Jason Merrill  <jason@redhat.com>
8557
8558         * configure.in: Remove all references to libg++ and librx.
8559
8560         * configure, configure.in, Makefile.in: Unify gcc and binutils.
8561
8562 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
8563
8564         * config.sub: Update to subversions version 2000-07-06.
8565
8566 2000-07-12  Andrew Haley  <aph@cygnus.com>
8567
8568         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8569         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8570
8571 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
8572
8573         * symlink-tree:  Check number of arguments.
8574
8575 2000-07-05  Jim Wilson  <wilson@cygnus.com>
8576
8577         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8578         search path for a g++ extracted from the build tree.  This
8579         will allow link tests run by configure scripts in
8580         subdirectories to succeed.
8581
8582 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
8583
8584         * ltconfig: Add support for mips-dde-sysv4.2MP
8585
8586 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8587
8588         * MAINTAINERS: Add myself as loop discovery maintainer.
8589
8590 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
8591
8592         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8593         `os2'. Force ac_cv_exeext to be ".exe" in that case.
8594
8595 2000-06-19  Timothy Wall  <twall@cygnus.com>
8596
8597         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8598         * config.sub: Add tic54x target.
8599
8600 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
8601
8602         * MAINTAINERS: Add self as Fortran maintainer,
8603         remove Craig Burley.
8604
8605 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8606
8607         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8608         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8609
8610 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
8611
8612         * MAINTAINERS: Add self as i18n maintainer
8613
8614 20000-05-21  H.J. Lu  (hjl@gnu.org)
8615
8616         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8617         directory are used if they exist. Make sure
8618         $(build_tooldir)/include is searched for header files,
8619         $(build_tooldir)/lib/ for library files.
8620         (GCC_FOR_TARGET): Likewise.
8621         (CXX_FOR_TARGET): Likewise.
8622
8623 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
8624
8625         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8626
8627 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
8628
8629         * Makefile.in (configure-target-libiberty): Depend on
8630         configure-target-newlib.
8631
8632 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
8633
8634         * configure.in, Makefile.in: Merge all libffi-related
8635         configury stuff from the libgcj tree.
8636
8637 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8638
8639         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8640         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8641
8642 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8643
8644         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8645         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
8646         current version information.  Add to proto-toplev directory.
8647         (gdb-taz): Build do-djunpack.
8648
8649 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
8650
8651         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8652
8653 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8654
8655         * MAINTAINERS: Add self to Write After Approval list.
8656
8657 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8658
8659         * ltmain.sh: Preserve in relink_command any environment
8660         variables that may affect the linker behavior.
8661
8662 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
8663
8664         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8665
8666 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
8667
8668         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8669
8670 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
8671
8672         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
8673         with the version name.
8674
8675 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
8676
8677         * MAINTAINERS: Add self as bb-reorder maintainer.
8678
8679 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
8680
8681         * config.if: Tweak.
8682
8683 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
8684
8685         * djunpack.bat: New file.
8686
8687 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8688
8689         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
8690         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8691         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8692         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
8693
8694 2000-04-16  Dave Pitts  <dpitts@cozx.com>
8695
8696         * config.sub (case $basic_machine): Change default for "ibm-*"
8697         to "openedition".
8698
8699 2000-04-13  Andreas Jaeger  <aj@suse.de>
8700
8701         * MAINTAINERS: Added myself.
8702
8703 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8704
8705         * Makefile.in (gdb-taz): New target.  GDB specific archive.
8706         (do-md5sum): New target.
8707         (MD5PROG): Define.
8708         (PACKAGE): Default to TOOL.
8709         (VER): Default to a shell script.
8710         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
8711         md5 checksum generation.
8712         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8713         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8714         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
8715         insight.tar.bz2): Use gdb-taz to create archive.
8716
8717 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8718
8719         * configure (warn_cflags): Delete.
8720
8721 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
8722
8723         * MAINTAINERS: Added myself.
8724
8725 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
8726             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
8727
8728         * configure.in (enable_libstdcxx_v3): Add.
8729         (target_libs): Add bits here to switch between libstdc++-v2 and
8730         libstdc++-v3.
8731         * config.if: And this file too.
8732         * Makefile.in: Add libstdc++-v3 targets.
8733
8734 2000-04-05  Michael Meissner  <meissner@redhat.com>
8735
8736         * config.sub (d30v): Add d30v as a basic machine type.
8737
8738 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
8739
8740         * configure.in: -linux-gnu*, not -linux-gnu.
8741
8742 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
8743
8744         * MAINTAINERS: Add self in write-after-approval section.
8745
8746 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
8747
8748         * MAINTAINERS: Add self as ia64 port maintainer.
8749
8750 2000-03-08  Neil Booth  <NeilB@earthling.net>
8751
8752         * MAINTAINERS: Add self in write-after-approval section.
8753
8754 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8755
8756         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8757         (do-tar-bz2): Replace TOOL with PACKAGE.
8758         (gdb.tar.bz2): Remove GDBTK from GDB package.
8759         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
8760         dejagnu.tar.bz2): New packages.
8761
8762 2000-02-27  Andreas Jaeger  <aj@suse.de>
8763
8764         * configure.in: Add entry for mips*-*-linux*, move catch all
8765         *-*-*linux* entry below this one.
8766
8767 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
8768
8769         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
8770
8771 2000-02-24  Nick Clifton  <nickc@cygnus.com>
8772
8773         * config.sub: Support an OS of "wince".
8774
8775 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8776
8777         * config.guess, config.sub: Updated to match config's 2000-02-15
8778         version.
8779
8780 2000-02-23  Linas Vepstas <linas@linas.org>
8781
8782         * config.sub: Add support for Linux/IBM 370.
8783         * configure.in: Likewise.
8784
8785 2000-02-22  Nick Clifton  <nickc@cygnus.com>
8786
8787         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8788
8789 2000-02-20  Christopher Faylor <cgf@cygnus.com>
8790
8791         * config.guess: Guess "cygwin" rather than "cygwin32".
8792
8793 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8794
8795         * configure (gcc_version): When setting, narrow search to
8796         lines containing `version_string'.
8797
8798 2000-02-15  Denis Chertykov  <denisc@overta.ru>
8799
8800         * config.sub: Add support for avr target.
8801
8802 2000-02-14  Nick Clifton  <nickc@cygnus.com>
8803
8804         * MAINTAINERS: Add maintainers for MCore port.
8805
8806 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8807
8808         * config.sub: Add mmix-knuth-mmixware.
8809
8810 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8811
8812         * MAINTAINERS: Pair cccp with cpplib maintainership.
8813
8814 2000-01-27  Christopher Faylor <cgf@redhat.com>
8815
8816         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8817         structure stuff to -L library search.
8818         (CXX_FOR_TARGET): Ditto.
8819         (CROSS_CHECK_MODULES): Fix spelling mistake.
8820
8821 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
8822
8823         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8824         the C++ compiler.
8825
8826 2000-01-12  Richard Henderson  <rth@cygnus.com>
8827
8828         * configure.in: Don't build some bits for beos.
8829
8830 2000-01-12  Joel Sherrill (joel@OARcorp.com)
8831
8832         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8833         as include files.
8834
8835 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
8836
8837         * Add self as cpplib maintainer, as requested by Jason
8838         Merrill.  Correct my e-mail address.
8839
8840 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
8841
8842         * configure.in: Use mt-aix43 to handle *_TARGET defs,
8843         not mh-aix43.
8844
8845 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
8846
8847         * MAINTAINERS: Add myself to "write after approval" list.
8848
8849 1999-12-14  Richard Henderson  <rth@cygnus.com>
8850
8851         * config.guess (alpha-osf, alpha-linux): Detect ev67.
8852         * config.sub: Accept alphaev[78], alphaev8.
8853
8854 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8855
8856         * config.guess, config.sub: Update from autoconf.
8857
8858 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
8859
8860         * MAINTAINERS:  update my playtime e-address.
8861
8862 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8863
8864         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8865         necessary libraries are missing.
8866
8867 Fri Nov 19 11:22:31 MST 1999    Diego Novillo <dnovillo@cygnus.com>
8868
8869         * MAINTAINERS: Add new 'write after approval' maintainer.
8870
8871 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8872
8873         * MAINTAINERS: Add new Java maintainer.
8874
8875 1999-10-25  Andreas Schwab  <schwab@suse.de>
8876
8877         * configure: Fix quoting inside arguments of eval.
8878
8879 1999-10-21  Nick Clifton  <nickc@cygnus.com>
8880
8881         * config-ml.in: Allow suppression of some ARM multilibs.
8882
8883 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
8884
8885         * config.guess: Add OS/390 match pattern.
8886         * config.sub: Add mvs, openedition targets.
8887         * configure.in (i370-ibm-opened*): New.
8888
8889 1999-09-04  Steve Chamberlain  <sac@pobox.com>
8890
8891         * config.sub: Add support for configuring for pj.
8892
8893 1999-08-31  Nick Clifton  <nickc@cygnus.com>
8894
8895         * config.sub (maybe_os): Add support for configuring for fr30.
8896
8897 1999-08-25  Nick Clifton  <nickc@cygnus.com>
8898
8899         * configure.in: Do not configure or build ld for AIX
8900         platforms.  ld is known to be broken on these platforms.
8901
8902 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8903
8904         * config-ml.in: Pass compiler flag corresponding to multidirs to
8905         subdir configures.
8906
8907 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
8908
8909         * Makefile.in (LDFLAGS): Define.
8910
8911 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
8912
8913         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8914         noconfigdirs.
8915         (*-*-cygwin*): Likewise.
8916
8917 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
8918
8919         * mkdep: New file.
8920         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8921         (BINUTILS_SUPPORT_DIRS): Add mkdep.
8922
8923         From Eli Zaretskii <eliz@is.elta.co.il>:
8924         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8925         long file name when using DJGPP on MS-DOS.
8926
8927 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
8928
8929         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8930
8931 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
8932
8933         * Makefile.in (check-target-libio): Remove all-target-libstdc++
8934         dependency as this causes "make check" to globally "make all"
8935
8936 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
8937
8938         * configure.in (target_libs): Added target-zlib.
8939         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8940         (CONFIGURE_TARGET_MODULES): Likewise.
8941         (CHECK_TARGET_MODULES): Likewise.
8942         (INSTALL_TARGET_MODULES): Likewise.
8943         (CLEAN_TARGET_MODULES): Likewise.
8944         (configure-target-zlib): New target.
8945         (all-target-zlib): Likewise.
8946         (all-target-libjava): Depend on all-target-zlib.
8947         (configure-target-libjava): Depend on configure-target-zlib.
8948
8949         * Makefile.in (configure-target-libjava): Depend on
8950         configure-target-newlib.
8951         (configure-target-boehm-gc): New target.
8952         (configure-target-qthreads): New target.
8953
8954         * configure.in (target_libs): Added target-qthreads.
8955         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8956         (CONFIGURE_TARGET_MODULES): Likewise.
8957         (CHECK_TARGET_MODULES): Likewise.
8958         (INSTALL_TARGET_MODULES): Likewise.
8959         (CLEAN_TARGET_MODULES): Likewise.
8960         (all-target-qthreads): New target.
8961         (configure-target-libjava): Depend on configure-target-qthreads.
8962         (all-target-libjava): Depend on all-target-qthreads.
8963
8964         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
8965         (CONFIGURE_TARGET_MODULES): Likewise.
8966         (CHECK_TARGET_MODULES): Likewise.
8967         (INSTALL_TARGET_MODULES): Likewise.
8968         (CLEAN_TARGET_MODULES): Likewise.
8969         (all-target-libjava): New target.
8970         (all-target-boehm-gc): Likewise.
8971         * configure.in (target_libs): Added libjava, boehm-gc.
8972
8973 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
8974
8975         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
8976         configure.bat in SUPPORT_FILES.
8977         (gas+binutils.tar.bz2): Likewise.
8978
8979         * makeall.bat: Remove; obsolete.
8980
8981 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
8982
8983         From Mark Elbrecht:
8984         * configure.bat: Remove; obsolete.
8985
8986 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
8987
8988         * configure: Add -W -Wall to the default CFLAGS when compiling with
8989         gcc.
8990
8991 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
8992
8993         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
8994
8995 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
8996
8997         * configure.in: Build ld on IRIX6.
8998
8999 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
9000
9001         * Makefile.in: Change distribution targets to use bzip2 instead of
9002         gzip.
9003         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9004         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9005
9006 1999-06-04  Nick Clifton  <nickc@cygnus.com>
9007
9008         * config.sub: Add mcore target.
9009
9010 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
9011
9012         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9013
9014 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
9015
9016         * config.guess (dummy): Changed to $dummy.
9017
9018 1999-05-24  Nick Clifton  <nickc@cygnus.com>
9019
9020         * config.sub: Tidied up case statements.
9021
9022 1999-05-22  Ben Elliston  <bje@cygnus.com>
9023
9024         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9025         <jiro@din.or.jp>.
9026
9027         * config.guess: Merge with FSF version. Future changes will be
9028         more accurately recorded in this ChangeLog.
9029         * config.sub: Likewise.
9030
9031 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
9032
9033          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9034
9035 1999-04-30  Tom Tromey  <tromey@cygnus.com>
9036
9037         * ltmain.sh: [mode link] Always use CC given by ltconfig.
9038
9039 1999-04-23  Tom Tromey  <tromey@cygnus.com>
9040
9041         * ltconfig, ltmain.sh: Update to libtool 1.2f.
9042
9043 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
9044
9045         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9046         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9047         Bad merge removed these two changes.
9048
9049 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
9050                           Martin Heller (Ing.-Buero_Heller@t-online.de)
9051
9052         * config.guess (interix Alpha): Add.
9053
9054 1999-04-11  Richard Henderson  <rth@cygnus.com>
9055
9056         * configure.in (i?86-*-beos*): Do config gperf; don't config
9057         gdb, newlib, or libgloss.
9058
9059 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
9060
9061         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9062         link a trivial program with -mabi=64.  If it fails, remove mabi=64
9063         from multidirs.
9064
9065 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
9066
9067         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9068
9069 1999-04-08  Nick Clifton  <nickc@cygnus.com>
9070
9071         * config.sub: Add support for mcore targets.
9072
9073 1999-04-07  Michael Meissner  <meissner@cygnus.com>
9074
9075         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9076         not mt-ospace, in order to shut up assembler warning about using
9077         symbols that are named the same as registers.
9078
9079 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
9080
9081         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9082         dependency list for all-target-cygmon.
9083
9084 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
9085
9086         * config-ml.in: Check $host, not $target, for selective multilibs.
9087         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9088         thumb interworking, and underscore prefix multilibs.
9089
9090 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
9091
9092         * missing: Update to version from current automake.
9093
9094 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
9095
9096         * configure (gxx_include_dir): Removed.
9097
9098         * configure.in (gxx_include_dir): Handle it.
9099         * Makefile.in: Likewise.
9100
9101 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
9102
9103         * config.sub (mips64vr4111,mips64vr4111el) Add.
9104
9105 1999-03-21  Ben Elliston  <bje@cygnus.com>
9106
9107         * config.guess: Correct typo for detecting ELF on FreeBSD.
9108
9109 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
9110
9111         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9112         config/mh-djgpp.
9113
9114 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
9115
9116         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9117         all-target-newlib to dependency list for all-target-bsp.
9118
9119 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9120
9121         * config.sub: Add i386-uwin support.
9122         * config.guess: Likewise.
9123
9124 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9125
9126         * configure.in: cleanup, add mh-*pic handling for arm, special
9127         case powerpc*-*-aix*
9128
9129 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
9130
9131         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9132         can be built.
9133
9134 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
9135
9136         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9137         targets.
9138
9139 1999-03-02  Nick Clifton  <nickc@cygnus.com>
9140
9141         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9142
9143 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
9144
9145         * config.sub: Check for "cygwin*" rather than "cygwin32*"
9146
9147 1999-02-24  Nick Clifton  <nickc@cygnus.com>
9148
9149         * config.sub: Fix typo in arm recognition.
9150
9151 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
9152
9153         * configure.in (noconfigdirs): Changed target_configdirs to
9154         include target-bsp only for m68k-*-elf* and m68k-*-coff*
9155         rather than m68k-*-* since it is not known to work on
9156         m68k-aout. Ditto for arm-*-*oabi.
9157
9158 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
9159
9160         * configure.in (*-*-windows*): Remove, no longer used.
9161
9162 1999-02-19  Ben Elliston <bje@cygnus.com>
9163
9164         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9165         Smart and improved by Andrew Cagney.
9166
9167 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
9168
9169         * config.guess: Recognize openbsd-*-hppa.
9170
9171 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
9172
9173         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9174         only if it is not empty.
9175
9176 1999-02-17  Nick Clifton  <nickc@cygnus.com>
9177
9178         Patch from: Scott Bambrough <scottb@corelcomputer.com>
9179
9180         * config.guess: Modified to recognize uname's armv* syntax.
9181
9182         * config.sub: Modified to recognize uname's armv* syntax.
9183
9184 1999-02-17  Mark Salter  <msalter@cygnus.com>
9185
9186         * configure.in: Added target-bsp for sparclite.
9187
9188 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
9189
9190         * config.sub: Recognize alphapca5[67] and up to alphaev8.
9191
9192 1999-02-08  Nick Clifton  <nickc@cygnus.com>
9193
9194         * configure.in: Add support for strongarm port.
9195         * config.sub: Add support for strongarm target.
9196
9197 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9198
9199         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9200         the old name config/mh-cygwin32.
9201         Enable texinfo.
9202
9203 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
9204
9205         * configure.in: Do build ld for ix86 Solaris.
9206
9207 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
9208
9209         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
9210         $AR_FOR_TARGET.  Likewise for RANLIB.
9211
9212 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
9213
9214         * config.sub (oabi):  Recognize.
9215         * configure.in (arm-*-oabi):  Handle.
9216
9217 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
9218
9219         * config.guess: Improve detection of i686 on UnixWare 7.
9220
9221 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9222
9223         * config.guess: Add support for i386-pc-interix.
9224         * config.sub: Likewise.
9225         * configure.in: Likewise.
9226
9227 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
9228
9229         * Makefile.in: Remove unneeded all-target-libio from
9230         from all-target-winsup target since it is now unneeded.
9231         Add all-target-libtermcap in its place since it is now
9232         needed.
9233
9234 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
9235
9236         * configure.in: makefile stub for cygwin target is probably
9237         unnecessary.  Remove it for now.
9238
9239 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
9240
9241         * configure.in: libtermcap.a should be built when cygwin is the
9242         target as well as the host.
9243         * config.guess: Allow mixed case in cygwin uname output.
9244         * Makefile.in: Add libtermcap target.
9245
9246 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
9247
9248         * config.sub: Clean up handling of hppa2.0.
9249
9250 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
9251
9252         * config.guess: Use C code to identify more HP machines.
9253
9254 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
9255
9256         * config.sub: Handle hppa2.0.
9257
9258 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
9259
9260         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9261         cygmon for all sparclite targets, regardless of object format.
9262
9263 1998-12-15  Mark Salter  <msalter@cygnus.com>
9264
9265         * configure.in: Added target-bsp for several target architectures.
9266
9267         * Makefile.in: Added rules for bsp.
9268
9269 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
9270
9271         * config.guess: Improve detection of hppa2.0 processors.
9272
9273 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
9274
9275         * config.guess: Recognize FreeBSD using ELF automatically.
9276
9277 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
9278
9279         * configure (skip-this-dir): Add handling for new shell script, which
9280         might be created by a sub-directory's configure to indicate, this particular
9281         directory is "unwanted".
9282         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9283
9284 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
9285
9286         * ltconfig: import from libtool, after changing libtool to
9287         account for the cygwin name change.
9288
9289 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
9290
9291         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9292         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9293
9294 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
9295
9296         * configure.in: Add libtermcap to list of cygwin dependencies.
9297
9298 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
9299
9300         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9301         they include winsup/include when it's a cygwin target.
9302
9303 1998-11-12  Tom Tromey  <tromey@cygnus.com>
9304
9305         * configure.in (host_tools): Added zip.
9306         * Makefile.in (all-target-libjava): Depend on all-zip.
9307         (all-zip): New target.
9308         (ALL_MODULES): Added all-zip.
9309         (NATIVE_CHECK_MODULES): Added check-zip.
9310         (INSTALL_MODULES): Added install-zip.
9311         (CLEAN_MODULES): Added clean-zip.
9312
9313 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
9314
9315         * Makefile.in: lose "32" from comment about cygwin.
9316
9317 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
9318
9319         * configure.in: Use -Os to build target libraries for the fr30.
9320
9321 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
9322
9323         * config.sub: Add fr30.
9324
9325 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
9326
9327         * configure.in: drop "32" from config/mh-cygwin32.  Check
9328         cygwin* instead of cygwin32*.
9329         * config.sub: Check cygwin* instead of cygwin32*.
9330
9331 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
9332
9333         * config.guess: Match any version of Unixware7.
9334
9335 1998-10-20  Syd Polk  <spolk@cygnus.com>
9336
9337         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9338         if desired.
9339
9340 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
9341
9342         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9343         these if the appropriate directories and files to not exist.
9344
9345 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
9346
9347         * Makefile.in (DEVO_SUPPORT): Add config.if.
9348
9349 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9350
9351         * configure: Add pattern to replace "build_tooldir"'s
9352         definition in the generated Makefile with "tooldir"'s
9353         actual value.
9354
9355 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
9356
9357         * config.sub: Bring back lost sparcv9.
9358
9359         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9360
9361 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
9362
9363         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9364         CC_FOR_TARGET and friends.
9365
9366 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
9367
9368         * Makefile.in (build_tooldir): New variable, same as tooldir.
9369         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9370         -B$(build_tooldir)/bin/.
9371         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9372
9373 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9374
9375         * README: Remove installation instructions and refer to the
9376         INSTALL directory instead.
9377
9378 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
9379
9380         * config.sub: Add support for i[34567]86-pc-udk.
9381         * configure.in: Likewise.
9382
9383 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
9384
9385         * Makefile.in: add bzip2 package building bits for user
9386         tools module
9387         * configure.in: ditto
9388
9389 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
9390
9391         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9392         (ALL_TARGET_MODULES): Add all-target-libobjc.
9393         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9394         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9395         (all-target-libchill): Add dependencies.
9396         * configure.in (target_libs): Add libchill.
9397
9398 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
9399
9400         * configure.in (target_subdir): Remove duplicate line.
9401
9402 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
9403
9404         * Makefile.in (all-automake): fix dependencies.
9405
9406 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
9407
9408         * configure.in: Minor cleanups for building in the $(target_alias)
9409         subdir.
9410
9411 1998-09-22  Jim Wilson  <wilson@cygnus.com>
9412
9413         * Makefile.in (bootstrap): Set r and s before make all.  Use
9414         BASE_FLAGS_TO_PASS in make all.
9415         (cross): Likewise.
9416
9417 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
9418
9419         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9420
9421 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
9422
9423         * config.sub: Fix typo in last change.
9424
9425 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9426
9427         * config.sub: Add support for C4x target.
9428         * configure.in: Likewise.
9429
9430 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
9431
9432         * config.sub: Recognize sparcv9 just like sparc64.
9433
9434 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
9435
9436         * config.guess: Match "Pent II" or "PentII" for OpenServer.
9437
9438 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
9439
9440         * config.guess: Correctly identify Pentium II sco boxes.
9441
9442         * config.guess: Fix "tr" code.  From Weiwen Liu.
9443
9444 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
9445
9446         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9447         stabs.
9448
9449 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
9450
9451         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9452         (ALL_TARGET_MODULES): Add all-target-libchill.
9453         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9454         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9455         (all-target-libchill): Add dependencies.
9456         * configure.in (target_libs): Add libchill.
9457
9458 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9459
9460         * config.guess: Avoid assumptions about "tr" behaves when
9461         LANG is set to something other than English.
9462
9463 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
9464
9465         * configure (gxx_include_dir): Changed to
9466         '${prefix}/include/g++'-${libstdcxx_interface}.
9467
9468         * config.if: New to determine the interfaces.
9469
9470 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
9471
9472         * config.guess: Detect and handle MPE/IX.
9473         * config.sub: Deal with MPE/IX.
9474
9475 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
9476
9477         * configure.in: Use mh-aix43.
9478
9479 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
9480
9481         * configure: Fix --without/--disable cases for gxx-include-dir.
9482
9483 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
9484
9485         * mdata-sh:  Imported.  Needed for automake support.
9486
9487 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
9488
9489         * Makefile.in (taz): Try "chmod -R og=u ." before
9490         "chmod og=u `find . -print`".
9491
9492 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
9493
9494         * configure.in: Add arm-elf and thumb-elf support.
9495
9496 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
9497
9498         * Makefile.in: Undo previous patch.
9499
9500 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
9501
9502         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9503         to here ...
9504         (install-no-fixedincludes): and here
9505         (INSTALL_MODULES): ... from here.
9506
9507 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
9508
9509         * config.sub: Merge with FSF.
9510
9511         * config.guess: Merge with FSF.
9512
9513 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
9514
9515         * configure (extraconfigdirs): New variable.
9516         (SUBDIRS): Add extraconfigdirs and recurse on them too.
9517         * Makefile.in (all): Move higher in file.
9518         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9519         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9520         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9521         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9522         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9523
9524 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
9525
9526         * Makefile.in (all-target-libjava): Depend on all-gcc and
9527         all-target-newlib.
9528         (configure-target-libjava): Depend on $(ALL_GCC).
9529
9530 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
9531
9532         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9533         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9534
9535 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
9536
9537         * INSTALL/README: Fix typo.
9538
9539 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
9540
9541         * ylwrap: Change absolute path checks to check for DOS style path
9542         names.
9543
9544         * ylwrap: Don't use a full path name if the source file is in the
9545         same directory.  From hjl@lucon.org (H.J. Lu).
9546
9547         * config-ml.in: Default to being verbose, to match Feb 18 change to
9548         configure.
9549
9550 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
9551
9552         Brought over from egcs:
9553
9554         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
9555
9556         * configure.in (target_subdir): Set to ${target_alias} instead
9557         of "libraries".
9558
9559         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
9560
9561         * configure.in (target_subdir): Set to libraries if enable_multilib.
9562
9563 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
9564
9565         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9566         multilibs, force reconfiguration the first time we create
9567         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9568
9569 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
9570
9571         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9572         avoid confusion with --no-recursion.
9573
9574 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
9575
9576         * configure.in: Win32 hosts shouldn't use install -x
9577         * install-sh: remove -x option, and special .exe-handling
9578         hack.
9579
9580 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
9581
9582         * config.guess: Recognize i586-pc-beos.
9583         * configure.in: Don't build some bits for beos.
9584
9585 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
9586
9587         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9588         CFLAGS default to -O2.
9589
9590         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9591         when using GNU ld.
9592
9593 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
9594
9595         * ltmain.sh: Correct install when using a different shell.
9596
9597 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
9598
9599         * ltconfig, ltmain.sh: Update to libtool 1.2b.
9600
9601 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
9602
9603         * makefile.vms: Update to build binutils/makefile.vms.  Add install
9604         target.
9605
9606 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
9607
9608         * ltconfig: Update to correct AIX handling.
9609
9610 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
9611
9612         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9613
9614         * configure.in (target_subdir): Set to ${target_alias} instead
9615         of "libraries".
9616
9617 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
9618
9619         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9620         (Makefile): Depend on $(gcc_version_trigger).
9621
9622         * configure (gcc_version): Change default initializer to empty
9623         string.
9624         (gcc_version_trigger): New variable; pass this variable down
9625         to subdir configures to enable them checking gcc's version
9626         themselves. Emit make macros for both gcc_version vars.
9627         (topsrcdir): Initialize reliably.
9628         (recursion line): Remove --with-gcc-version=${gcc_version}.
9629
9630 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
9631
9632         * configure (enable_version_specific_runtime_libs): Implement new flag
9633         --enable-version-specific-runtime-libs which installs C++ runtime stuff
9634         in $(libsubdir); emit definition in each generated Makefile.
9635         (gxx_include_dir): Initialize depending on
9636         $enable_version_specific_runtime_libs.
9637
9638 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
9639
9640         * configure (gcc_version): Initialize properly depending on
9641         how and where configure is started.
9642         (recursion line): Pass a --with-gcc-version=${gcc_version}
9643         to configures in subdirs.
9644
9645 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
9646
9647         * configure.in (noconfigdirs): Add configure pattern for mips tx39
9648         cygmon
9649
9650 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
9651
9652         * configure.in: Add cygmon and libstub support for mn10200.
9653
9654 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
9655
9656         * configure (gcc_version): Add new variable describing the
9657         particular gcc version we're building.
9658         * Makefile.in (libsubdir): Add new macro for the directory
9659         in which the compiler finds executables, libraries, etc.
9660         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9661         and libsubdir.
9662
9663 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
9664
9665         * Makefile.in (local-clean): Remove *.log.
9666         (warning.log): Built with warn_summary from build.log.
9667         (mail-report.log): Run test_summary.
9668         (mail-report-with-warnings.log): Run test_summary including
9669         warning.log in the report.
9670
9671 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
9672
9673         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9674
9675 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
9676
9677         * Makefile.in (grep): Grep no longer depends on libiberty.
9678
9679 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
9680
9681         * Makefile.in: all-snavigator needs all-libgui.
9682
9683 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
9684
9685         * configure.in: Add cygmon and libstub support for mn10300.
9686
9687 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
9688
9689         * missing: Update to version from automake 1.3.
9690
9691         * ltmain.sh: On installation, don't get confused if the same name
9692         appears more than once in the list of library names.
9693
9694 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
9695
9696         * config.sub: Accept m68060 and m5200 as CPU names.
9697
9698 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
9699
9700         * configure: Use && rather than using -a in test, because odd
9701         strings can confuse test.
9702         * configure.in: Likewise.
9703
9704 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
9705
9706         * ltconfig, ltmain.sh: Bring in Visual C++ support.
9707
9708 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
9709
9710         * Makefile.in (boostrap2-lean, bootstrap3-lean,
9711         bootstrap4-lean): New targets.
9712
9713 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
9714
9715         * mpw-* Delete.  Not used.
9716
9717 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
9718
9719         * COPYING.LIB: Update FSF address.
9720
9721 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
9722
9723         * ltconfig, ltmain.sh: Update to libtool 1.2a.
9724
9725         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9726         GAS_SUPPORT_DIRS.
9727
9728 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
9729
9730         * ltconfig, ltmain.sh: Avoid producing a version number if
9731         -version-info was not used.
9732
9733 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
9734
9735         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9736         building with newlib.
9737
9738 1998-04-30  Paul Eggert  <eggert@twinsun.com>
9739
9740         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
9741         Solaris `make' causes it to continue to next definition.
9742
9743 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9744
9745         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9746         the right GUI libraries and files are installed along with GDB.
9747
9748 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
9749
9750         * configure.in: Change alpha to alpha* in several places.
9751
9752 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
9753
9754         * config.sub: Recognize sparc86x.
9755
9756 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
9757
9758         * configure.in (--enable-target-optspace): Remove debug echo.
9759
9760 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
9761
9762         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9763
9764 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
9765
9766         * ltconfig: Update cygwin32 support.
9767
9768         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9769         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9770         (GDB_SUPPORT_DIRS): Likewise.
9771
9772 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
9773
9774         * configure.in (target_makefile_frag): If --enable-target-optspace,
9775         use -Os to compile target libraries rather than -O2.  Default to
9776         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9777         not used.
9778         * configure.in (target_cflags): Ditto for d30v.
9779
9780 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
9781
9782         * Makefile.in (all-bfd): Depend on all-intl.
9783         (all-binutils): Likewise.
9784         (all-gas): Likewise.
9785         (all-gprof): Likewise.
9786         (all-ld): Likewise.
9787
9788 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
9789
9790         * configure.in (host_tools): Fix typo, lbtool -> libtool.
9791
9792 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
9793
9794         * Makefile.in (all-bfd): Depend upon all-libiberty.
9795
9796         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9797
9798 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
9799
9800         * Makefile.in: Add libstub.
9801
9802         * configure.in: Ditto. Build libstub for targets that have cygmon
9803         support.
9804
9805 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
9806
9807         * configure.in: Don't set PICFLAG on ix86-cygwin32.
9808
9809 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
9810
9811         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9812         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
9813
9814 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
9815
9816         * configure: Define DEFAULT_M4 by searching PATH.
9817         * Makfile.in: Use DEFAULT_M4.
9818
9819 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
9820
9821         * ltconfig: Add cygwin32 support.
9822
9823         * Makefile.in, configure.in: Add libtool as a native only directory
9824         to configure and build.
9825
9826 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
9827
9828         * Makefile.in (INSTALL_MODULES): Remove texinfo.
9829
9830 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
9831
9832         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9833
9834 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
9835
9836         * Makefile.in: add ash make rules
9837         * configure.in: add ash to native_only and host_tools lists
9838
9839 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
9840
9841         * Makefile.in (all-gettext, all-intl): New targets.
9842         (ALL_MODULES): Added all-gettext, all-intl.
9843         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9844         (INSTALL_MODULES): Added install-gettext, install-intl.
9845         (CLEAN_MODULES): Added clean-gettext, clean-intl.
9846
9847         * configure.in (host_tools): Added gettext.
9848         (native_only): Likewise.
9849         (noconfigdirs) [various cases]: Likewise.
9850         (host_libs): Added intl.
9851
9852 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
9853
9854         * configure: Do not disable building gdbtk for cygwin32 hosts.
9855
9856 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
9857
9858         * configure.in: Add thumb-coff target.
9859         * config.sub: Add thumb-coff target.
9860
9861 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9862
9863         * Makefile.in: Revert yesterday's change.
9864         (all-target-winsup):  all-target-librx stays out of here.
9865
9866 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9867
9868         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9869         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9870         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
9871         Remove references to librx and libg++.
9872
9873 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
9874
9875         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9876         recursive makes
9877
9878 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
9879
9880         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9881         for newlib directory.
9882         (CXX_FOR_TARGET): Likewise.
9883
9884 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
9885
9886         * ltconfig: Update after libtool/ltconfig.in change for
9887         hpux11.
9888
9889 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
9890
9891         * ltconfig, ltmain.sh: Update to libtool 1.2.
9892
9893 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9894
9895         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9896         (install-gcc-cross): Instead, override LANGUAGES here.
9897
9898 1998-03-18  Dave Love  <d.love@dl.ac.uk>
9899
9900         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9901         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9902
9903 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
9904
9905         * configure.in: Add Thumb-pe target.
9906
9907 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
9908
9909         * Makefile.in - changed sn targets to snavigator
9910         * configure.in - changed sn targets to snavigator
9911
9912 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9913
9914         * config-ml.in: After building symlink tree call make distclean
9915         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9916         to be the case for libiberty.
9917
9918 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
9919
9920         * configure: When making link, also check the current
9921         directory. The configure scripts may create one.
9922
9923 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
9924
9925         * config.sub: Accept alphapca56 and alphaev6 properly.
9926
9927 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9928
9929         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9930
9931 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
9932
9933         * config.sub (sco5): Fix typo.
9934
9935 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
9936
9937         * Makefile.in (INSTALL_MODULES): Move install-tcl before
9938         install-itcl.
9939         (install-itcl): Remove dependency on install-tcl.
9940
9941 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
9942
9943         * configure.in: Remove libgloss from noconfigdirs for MN10300.
9944
9945 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
9946
9947         * configure.in: Don't build libgui for a cygwin32 target when not on
9948         a cygwin32 host.
9949
9950 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9951
9952         * configure (redirect): Set to null, so default behavior of
9953         configure is now --verbose.
9954
9955 1998-02-16  Dave Love  <d.love@dl.ac.uk>
9956
9957         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9958         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9959
9960 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
9961
9962         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
9963         this change to sync Makefile.in with its ChangeLog entries.
9964
9965 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
9966
9967         * ltmain.sh (mkdir): Check that the directory doesn't exist
9968         before we exit with error, so that we don't get races during
9969         parallel builds.
9970
9971 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
9972
9973         * ltconfig, ltmain.sh: Update from libtool 1.0i.
9974
9975 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9976
9977         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
9978         PICFLAG_FOR_TARGET.
9979         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
9980
9981         * configure: Emit a definition for the new macro enable_shared
9982         into each Makefile.
9983
9984 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9985
9986         * configure.in (host_tools, native_only): Add libtool.
9987
9988 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
9989
9990         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
9991         Fix typo in ming config comment.
9992
9993 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
9994
9995         * ltconfig, ltmain.sh: Update from libtool 1.0h.
9996
9997 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
9998
9999         * config.sub: Add tic30 cases, and map c30 to tic30.
10000
10001 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
10002
10003         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10004         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10005         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10006         (CLEAN_TARGET_MODULES): Similarly
10007         (all-target-libf2c): Add dependences.
10008         * configure.in (target_libs): Add libf2c.
10009
10010 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
10011
10012         * configure.in: Remove expect from noconfigdirs when target
10013         is cygwin32.  OK to build expect and dejagnu with Canadian
10014         Cross.
10015
10016 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
10017
10018         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10019         host.
10020
10021         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10022         and mingw32.
10023
10024 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10025
10026         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10027         here as it is not defined in the toplevel Makefile.
10028
10029 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10030
10031         * configure (package_makefile_rules_frag): New variable, which names
10032         a file with generic rules, ...
10033         Change comment to mention we now have FIVE parts.
10034         * configure: Undo last change.
10035
10036 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
10037
10038         * config.guess: More accurate determination of HP processor types.
10039         * config.sub: More accurate determination of HP processor types.
10040
10041 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10042
10043         * configure (package_makefile_frag): Move inserting the
10044         ${package_makefile_frag} to where it should be according
10045         to the comment.
10046
10047 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
10048
10049         * config.guess: Add support for Linux/ARM.
10050
10051 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
10052
10053         * .cvsignore: Remove *-info and *-install since they match
10054         release-info and mpw-install, which we don't want to just ignore.
10055
10056 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
10057
10058         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10059
10060 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
10061
10062         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10063         local_prefix to sub-make invocations.
10064
10065 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
10066
10067         * configure.in: Check makefile fragments in the source
10068         directory.
10069
10070 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10071
10072         * configure.in: Check whether host and target makefile
10073         fragments exist before adding them to *_makefile_frag.
10074
10075 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
10076
10077         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10078
10079 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
10080
10081         * configure.in: Make sure we only replace RPATH_ENVVAR on
10082         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10083         regexp to sed.
10084
10085         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10086         to sub-makes.
10087
10088 1998-01-13  Lee Iverson   (leei@ai.sri.com)
10089
10090         * config-ml.in (multi-do): LDFLAGS must include multilib
10091         designator.
10092
10093 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
10094
10095         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10096
10097 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
10098
10099         * config.sub: Add mingw32 support.
10100         * configure.in: Likewise.
10101
10102 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10103
10104         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10105
10106 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
10107
10108         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10109         * configure (gxx_include_dir): Provide a definition for subdirs
10110         which do not use autoconf.
10111
10112 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
10113
10114         * config.guess: Sync with egcs.  Picks up new alpha support,
10115         BeOS & some additional linux support.
10116
10117 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
10118
10119         * config.guess: HP 9000/803 is a PA1.1 machine.
10120
10121 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
10122
10123         * configure.in: It's alpha*-...
10124
10125 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10126
10127         * configure.in (host_makefile_frag, target_makefile_frag):
10128         Handle multiple config files.
10129         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10130         alpha-*-*.
10131
10132 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
10133
10134         * mkdep: New file.
10135
10136 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
10137
10138         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10139
10140 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
10141
10142         * Makefile.in: Add libgui directory.
10143         (GDB_TK): Add all-libgui.
10144         * configure.in: Add libgui directory.
10145         * configure: Add all-libgui to GDB_TK.
10146
10147 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
10148
10149         * config-ml.in (multidirs): Add m32r to multilib list.
10150
10151 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
10152
10153         * Makefile.in (all-target-gperf): Change dependency to
10154         all-target-libstdc++.
10155
10156 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
10157
10158         * config.guess: Add BeOS support.
10159
10160 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
10161
10162         Source directory cvs renamed to cvssrc:
10163         * configure.in (host_tools): Change cvs to cvssrc.
10164         (native_only): Likewise.
10165         (noconfigdirs) [various cases]: Likewise.
10166         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10167         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10168         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10169         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10170         (all-cvssrc): Rename target from all-cvs.
10171
10172 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
10173
10174         * configure (gxx_include_dir): Fix thinko.
10175
10176 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
10177
10178         * Makefile.in (INSTALL_TARGET_CROSS): Define.
10179         (install-cross, install-gcc-cross): New targets.
10180
10181 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
10182
10183         * configure.in (noconfigdirs): Add support for Thumb target.
10184
10185         * config.sub (maybe_os): Add support for Thumb target.
10186
10187 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
10188
10189         * Makefile.in: Add rules for cygmon.
10190
10191         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10192
10193 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
10194
10195         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10196         * configure (gxx_include_dir): Provide a definition for subdirs
10197         which do not use autoconf.
10198
10199 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
10200
10201         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10202         11/18/97 build
10203
10204 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
10205
10206         * From Franz Sirl.
10207         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10208         found on RedHat Linux systems.
10209
10210 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
10211
10212         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10213         guesses.
10214
10215 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
10216
10217         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10218
10219 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
10220
10221         * ltmain.sh: If mkdir fails, check whether the directory was created
10222         anyhow by some other process.
10223
10224 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
10225
10226         * configure.in (d30v-*-*): Configure all directories.
10227
10228 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
10229
10230         * configure.in (d30v-*-*): Configure newlib, libiberty directories
10231         for the D30V.
10232
10233 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
10234
10235         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10236
10237 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
10238
10239         * include/libiberty.h: Add extern "C" { so it can be used with C++
10240         progrms.
10241         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
10242         programs.
10243
10244 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
10245
10246         * configure.in (d30v-*-*): Configure GCC now.
10247
10248 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
10249
10250         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10251         is no longer needed.
10252
10253 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
10254
10255         * Makefile.in: check-target-libio depends on all-target-libstdc++.
10256
10257 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
10258
10259         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10260         targets using "$@" to provide support for similar but not identical
10261         targets without having to duplicate code.
10262
10263 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
10264
10265         * makefile.vms: Fix to work with DEC C.
10266
10267 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
10268
10269         * config.sub: Add mips-tx39-elf to marketing names.
10270
10271 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
10272
10273         * ltmain.sh: Handle symlinks in generated script.
10274
10275 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
10276
10277         * configure: Handle autoconf style directory options: --bindir,
10278         --datadir, --includedir, --infodir, --libdir, --libexecdir,
10279         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10280         --sysconfdir.
10281         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10282         (sharedstatedir, localstatedir, oldincludedir): New variables.
10283         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10284         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10285         sbindir, sharedstatedir, and sysconfdir.
10286
10287 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10288
10289         * Makefile.in (bootstrap-lean): New target.
10290
10291 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
10292
10293         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
10294         sn, and gnuserv from noconfigdirs.
10295
10296 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
10297
10298         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10299
10300 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
10301
10302         * Makefile.in (cross): New target.
10303
10304 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
10305                           Jeff Law         <law@cygnus.com>
10306
10307         * Makefile.in (bootstrap2, bootstrap3): New targets.
10308         (all-bootstrap): Remove outdated and confusing target.
10309         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10310
10311 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10312
10313         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10314         windows.  Consistent with gdb/configure.
10315
10316 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
10317
10318         * configure.in: Name Linux target fragment.
10319
10320         * configure: Rewrite so that project Makefile fragment is inserted
10321         first and appears last in the resulting Makefile.
10322
10323 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10324
10325         * Makefile.in (install-itcl): Install tcl first.
10326
10327 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
10328
10329         * configure.in: remove bison from noconfigdirs for Cygwin32 host
10330
10331 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10332
10333         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10334
10335         * configure.in (skipdirs): Add target-librx for Linux.
10336         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10337
10338 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
10339
10340         * Makefile.in (bootstrap): New target.
10341
10342 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
10343
10344         * config.sub: Accept 'amigados' for backward compatibility.
10345
10346 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
10347
10348         * config.guess: Merge with FSF.
10349
10350 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
10351
10352         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10353
10354 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
10355
10356         * config.sub: Add "marketing-names" patch.
10357
10358 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
10359
10360         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
10361
10362 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
10363
10364         * config.sub: Handle v850-elf.
10365
10366 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
10367
10368         * .cvsignore (*-install): Remove.
10369
10370 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
10371
10372         * ltconfig: Set CONFIG_SHELL in libtool.
10373         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10374
10375 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
10376
10377         * configure.in (target_subdir): Set to libraries if enable_multilib.
10378
10379 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
10380
10381         * config.guess: Update from gcc directory.
10382
10383 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10384
10385         * Makefile.in (all-sim): Depends on all-readline.
10386
10387 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
10388
10389         * Makefile.in (BISON, YACC): Use $$s.
10390         (all-bison): Depend on all-texinfo.
10391
10392 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
10393
10394         * Makefile.in (BISON): Add -L flag.
10395         (YACC): Likewise.
10396
10397 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
10398
10399         * configure.in (noconfigdirs): Add support for v850e target.
10400
10401         * config.sub (maybe_os): Add support for v850e target.
10402
10403 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
10404
10405         * configure.in (noconfigdirs): Add support for v850ea target.
10406
10407         * config.sub (maybe_os): Add support for v850ea target.
10408
10409 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
10410
10411         * config.sub: Add mipstx39.  Delete r3900.
10412
10413 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10414
10415         * Makefile.in (all-autoconf): Depends on all-texinfo.
10416
10417 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
10418
10419         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10420         eabi targets.
10421
10422 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
10423
10424         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10425
10426         * configure: When handling a Canadian Cross, handle YACC as well as
10427         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
10428         * Makefile.in (all-bison): Depend upon all-texinfo.
10429
10430 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
10431
10432         * Makefile.in (BISON): bison, not byacc or bison -y.
10433         (YACC): bison -y or byacc or yacc.
10434         (various): Add *-bison as appropriate.
10435         (taz): No need to mess with BISON anymore.
10436
10437 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
10438
10439         * configure: If OSTYPE matches *win32*, try to find a good value for
10440         CONFIG_SHELL.
10441
10442 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
10443
10444         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10445         configure.in if it is present.
10446
10447 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
10448
10449         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10450
10451 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
10452
10453         * config.sub: Recognize `arc' cpu.
10454         * configure.in: Likewise.
10455         * config-ml.in: Likewise.
10456
10457 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
10458
10459         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10460
10461 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
10462
10463         * configure: Changed sed delimiter from ':' to '|' when
10464         attempting to substitute ${config_shell} for SHELL. On
10465         NT ${config_shell} may contain a ':' in it.
10466
10467 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
10468
10469         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10470
10471 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
10472
10473         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10474
10475 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
10476
10477         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10478
10479         * ylwrap: If the program is a relative path, force it to be
10480         absolute.
10481
10482 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10483
10484         * configure (tooldir): Set BISON to `bison -y' and not just bison.
10485
10486 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10487
10488         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
10489         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10490         for libraries.
10491
10492 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
10493
10494         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
10495         separated by spaces.
10496
10497 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
10498
10499         * ylwrap: New file.
10500         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10501
10502         * ltmain.sh: Handle /bin/sh at start of install program.
10503
10504         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10505
10506         * ltconfig, ltmain.sh: New files, from libtool 1.0.
10507         * missing: New file, from automake 1.2.
10508
10509 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
10510
10511         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
10512         check-tk to CHECK_X11_MODULES.
10513
10514 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
10515
10516         * config.sub: Merge with FSF.
10517
10518 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
10519
10520         * config.guess: Merge with FSF.
10521
10522 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10523
10524         * configure: Treat msdosdjgpp like go32.
10525         * configure.in: Likewise.  Don't remove gprof for go32.
10526
10527         * configure: Change Makefile.tem2 to Makefile.tm2.
10528
10529 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
10530
10531         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10532
10533 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10534
10535         * install-sh (chmodcmd): Set to null if the DST directory already
10536         exists.  Same as Nov 11th change.
10537
10538 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
10539
10540         * configure (GDB_TK): Needs itcl and tix.
10541
10542 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
10543
10544         * config.guess: Update from FSF.
10545
10546 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
10547
10548         * Makefile.in (GDB_TK): Depend on itcl and tix.
10549
10550 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
10551
10552         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10553         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10554         (INSTALL_SCRIPT): New variable.
10555         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10556         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10557         to -x.
10558         * install-sh: Add support for -x option.
10559
10560 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
10561
10562         * configure.in, Makefile.in: Treat tix like itcl.
10563
10564 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
10565
10566         * Makefile.in (WINDRES): New variable.
10567         (WINDRES_FOR_TARGET): New variable.
10568         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10569         (EXTRA_HOST_FLAGS): Add WINDRES.
10570         (EXTRA_TARGET_FLAGS): Add WINDRES.
10571         (EXTRA_GCC_FLAGS): Add WINDRES.
10572         ($(DO_X)): Pass down WINDRES.
10573         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10574         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10575         DLLTOOL_FOR_TARGET.
10576
10577 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
10578
10579         * configure.in: configure sim before gdb for win32-x-ppc
10580
10581 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10582
10583         Move gperf into the toplevel, from libg++.
10584         * configure.in (target_tools): Add target-gperf.
10585         (native_only): Add target-gperf.
10586         * Makefile.in (all-target-gperf): New target, depend on
10587         all-target-libg++.
10588         (configure-target-gperf): Empty rule.
10589         (ALL_TARGET_MODULES): Add all-target-gperf.
10590         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10591         (CHECK_TARGET_MODULES): Add check-target-gperf.
10592         (INSTALL_TARGET_MODULES): Add install-target-gperf.
10593         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10594
10595 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
10596
10597         * config.sub (mn10200): Recognize new basic machine.
10598
10599 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10600
10601         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10602         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10603
10604 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10605
10606         * configure.in: If we're building mips-sgi-irix6* native, turn on
10607         ENABLE_MULTILIB and set TARGET_SUBDIR.
10608
10609 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
10610
10611         * Makefile.in (all-sn): Depend on all-grep.
10612
10613 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
10614
10615         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10616
10617         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10618         Makefile.  From Jeff Makey <jeff@cts.com>.
10619         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10620
10621         * Makefile.in (DISTBISONFILES): Remove.
10622         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
10623         $(DEFAULT_YACC).
10624
10625         * configure.in: Build itl, db, sn, etc., when building for native
10626         cygwin32.
10627
10628         * Makefile.in (LD): New variable.
10629         (EXTRA_HOST_FLAGS): Pass down LD.
10630         ($(DO_X)): Likewise.
10631
10632 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
10633
10634         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10635
10636 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
10637
10638         * configure.in (targargs): Strip out any supplied --build argument
10639         before adding our own. Always add --build.
10640
10641 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
10642
10643         * configure.in (targargs): Pass --build if we're doing
10644         a cross-compile.
10645
10646 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
10647
10648         * configure: Use '|' instead of ":" as the separator in
10649         sed. Otherwise sed chokes on NT path names with drive
10650         designators. Also look for "?:*" as the leading characters in an
10651         absolute pathname.
10652
10653 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
10654
10655         * config.sub: Support for r3900.
10656
10657 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
10658
10659         * configure.in: Use install-sh, not install.sh.
10660
10661 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
10662
10663         * Makefile.in (taz): Improve check for BISON so it doesn't try to
10664         apply it twice.
10665
10666 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
10667
10668         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10669         install-binutils.
10670
10671 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
10672
10673         * Makefile.in: Add automake targets.
10674         * configure.in (host_tools): Add automake.
10675
10676 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
10677
10678         * configure: Default CXX to c++, not gcc.
10679         * Makefile.in (CXX): Set to c++, not gcc.
10680         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10681
10682 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
10683
10684         * install-sh: try appending a .exe if source file doesn't
10685         exist
10686
10687 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
10688
10689         * configure.in: Turn on multilib by default.
10690         (cross_only): Remove target-libiberty.
10691
10692         * Makefile.in (all-gcc): Don't depend on libiberty.
10693
10694 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
10695
10696         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10697
10698 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
10699
10700         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10701         (DISTBISONFILES): Add ld/Makefile.in
10702
10703 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
10704
10705         * configure.in: if target is cygwin32 but host isn't cygwin32,
10706         don't configure gdb tcl tk expect, not just gdb.
10707
10708 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
10709
10710         * configure.in: Added gnuserv everywhere sn appears.
10711
10712         * Makefile.in (ALL_MODULES): Added all-gnuserv.
10713         (CROSS_CHECK_MODULES): Added check-gnuserv.
10714         (INSTALL_MODULES): Added install-gnuserv.
10715         (CLEAN_MODULES): Added clean-gnuserv.
10716         (all-gnuserv): New target.
10717
10718 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
10719
10720         * config.guess: Fixes for MIPS OpenBSD systems.
10721
10722 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
10723
10724         * Makefile.in (INSTALL_XFORM): Remove.
10725         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10726
10727         * mkinstalldirs: New file, copied from automake.
10728         * Makefile.in (installdirs): Rename from install-dirs.  Use
10729         mkinstalldirs.  Change all users.
10730         (DEVO_SUPPORT): Add mkinstalldirs.
10731
10732 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
10733
10734         * install-sh: Rename from install.sh.
10735         * Makefile.in (INSTALL): Change install.sh to install-sh.
10736         (DEVO_SUPPORT): Likewise.
10737
10738         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
10739         Graichen <graichen@rzpd.de>.
10740
10741 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
10742
10743         * config.guess: Recognize OpenBSD systems correctly.
10744
10745 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10746
10747         * README, Makefile.in (ETC_SUPPORT): Remove references to
10748         cfg-paper*, configure.{texi,man,info*}._
10749
10750 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
10751
10752         * Makefile.in (all.normal): Ensure that gcc is built after all
10753         the x11 - ie gdb - targets.
10754
10755 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
10756
10757         * makefile.vms: Don't run conf-a-gas.
10758
10759 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
10760
10761         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
10762
10763 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
10764
10765         * configure.in: Remove noconfigdirs case since gdb also
10766         configures and builds for tic80-coff.
10767
10768 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
10769
10770         * configure: Set cache_file to config.cache.
10771         * Makefile.in (local-distclean): Remove config.cache.
10772
10773 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
10774
10775         * COPYING: Update FSF address.
10776
10777 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
10778
10779         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10780         noconfigdirs.
10781
10782 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
10783
10784         * Makefile.in (install-dirs): Don't crash if prefix, and hence
10785         MAKEDIRS, is empty.
10786
10787 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
10788
10789         * config.sub: Tweak mn10300 entry.
10790
10791 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
10792
10793         * configure.in (host_tools): Put sim before gdb, so gdb's
10794         configure.tgt can determine if the simulator was configured.
10795
10796 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
10797
10798         * config.sub: Move BeOS $os case to be with other Cygnus
10799         local cases.
10800
10801 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
10802
10803         * config.sub: Remove misplaced comment that broke Linux.
10804
10805 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
10806
10807         * config.sub: Add BeOS support.
10808
10809 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
10810
10811         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10812
10813 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
10814
10815         * configure.in (noconfigdirs): Remove tcl and tk from
10816         noconfigdirs for cygwin32 builds.
10817
10818 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
10819
10820         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10821
10822 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
10823
10824         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10825         make-all.com, use makefile.vms instead.
10826
10827 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
10828
10829         * config.sub: Accept -lnews*.
10830
10831 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
10832
10833         * configure.in (noconfigdirs): Disable target-newlib,
10834         target-examples and target-libiberty for d30v.
10835
10836 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
10837
10838         * configure.in (noconfigdirs): Enable ld for d30v.
10839
10840 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
10841
10842         * configure.in (tic80-*-*): Build compiler.
10843
10844 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
10845
10846         * configure.in (d30v-*): Remove sim directory from list of
10847         unsupported d30v directories
10848
10849 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
10850
10851         * config.sub, configure.in: Add d30v target cpu.
10852
10853 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
10854
10855         * makefile.vms: New file.
10856         * make-all.com: Remove.
10857
10858 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
10859
10860         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10861
10862 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
10863
10864         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10865
10866 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
10867
10868         * Makefile.in (ALL_MODULES): Added all-db.
10869         (CROSS_CHECK_MODULES): Addec check-db.
10870         (INSTALL_MODULES): Added install-db.
10871         (CLEAN_MODULES): Added clean-db.
10872
10873 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
10874
10875         * config.guess: Merge with latest FSF sources.
10876
10877 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
10878
10879         * Makefile.in (ALL_MODULES): Added all-itcl.
10880         (CROSS_CHECK_MODULES): Added check-itcl.
10881         (INSTALL_MODULES): Added install-itcl.
10882         (CLEAN_MODULES): Added clean-itcl.
10883
10884 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
10885
10886         * configure.in: build gdb for mn10200
10887
10888 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
10889
10890         * Makefile.in (all-target-winsup): Depend on all-target-libio.
10891
10892 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
10893
10894         * configure.in (tic80-*-*): Turn off most targets right now.
10895
10896 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
10897
10898         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10899         rather than the makeinfo program.
10900         (do-info): Depend upon all-texinfo.
10901
10902 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
10903
10904         * configure.in: Remove uses of config/mh-linux.
10905
10906         * config.sub, config.guess: Merge with latest FSF sources.
10907
10908 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
10909
10910         * config.sub (case $basic_machine): Add tic80 entries.
10911
10912 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
10913
10914         * config.sub, config.guess: Merge with latest FSF sources.
10915
10916 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
10917
10918         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10919         * mpw-config.in: Test for NewFolderRecursive.
10920         * mpw-install: Use symbolic name for startup filename.
10921         * mpw-README: Add various additional details.
10922
10923 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
10924
10925         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10926
10927 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
10928
10929         * configure.in: Do build gcc and the target libraries for
10930         the mn10200.
10931
10932 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
10933
10934         * configure.in: don't avoid building gdb for mn10300 any more
10935         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10936         instead of single-quoting it.
10937
10938 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
10939
10940         * configure.in: Don't use --with-stabs on IRIX 6.
10941
10942 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
10943
10944         * configure.in (m32r): Build gdb, libg++ now.
10945
10946 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10947
10948         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
10949         directories from noconfigdirs.
10950
10951 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
10952
10953         * config.sub (basic_machine): added mips16 configuration
10954
10955 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10956
10957         * config.sub: Handle d10v-unknown.
10958
10959 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
10960
10961         * config.sub: Handle v850-unknown.
10962
10963 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
10964
10965         * Makefile.in: add findutils
10966         * configure.in: add findutils to list of host_tools
10967
10968 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
10969
10970         * config.sub: Handle mn10200 and mn10300.
10971
10972 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10973
10974         * configure.in (d10v-*): Do not build librx.
10975
10976 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
10977
10978         * configure.in (mn10300): Build everything except gdb & libgloss.
10979
10980 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
10981
10982         * config.guess:  Patch for Dansk Data Elektronik servers,
10983         from Niels Skou Olsen <nso@dde.dk>.
10984
10985         For ncr, use /bin/uname rather than uname, since GNU uname does not
10986         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
10987
10988         Patch for MIPS R4000 running System V,
10989         from Eric S. Raymond <esr@snark.thyrsus.com>.
10990
10991         Fix thinko for nextstep.
10992
10993         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
10994
10995         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
10996         * config.guess: Guess mips-dec-mach_bsd4.3.
10997
10998         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
10999         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
11000         release numbers.
11001         * config.guess (mips-mips-riscos*):  Emit just enough of the
11002         release number.
11003
11004         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
11005         * config.guess (sparc-auspex-sunos*):  Added.
11006         (f300-fujitsu-*): Added.
11007
11008         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
11009         * config.guess:  Recognize a Tadpole as a sparc.
11010
11011 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11012
11013         * config.guess: Don't assume that NextStep version is either 2 or
11014         3.  NextStep 4 (aka OpenStep 4) has come out now.
11015
11016 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11017
11018         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11019         From Rik Faith <faith@cs.unc.edu>.
11020
11021 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
11022
11023         * config.sub: Contributions from bug-gnu-utils to:
11024         Support plain "hppa" (no version given) architecture, reported by
11025         OpenStep.
11026         OpenBSD like NetBSD.
11027         LynxOs is not a hardware supplier.
11028
11029         * config.guess: Contributions from bug-gnu-utils to add support for:
11030         OpenBSD like NetBSD.
11031         Stratus systems.
11032         More Pyramid systems.
11033         i[n>4]86 Intel chips.
11034         M680[n>4]0 Motorola chips.
11035         Use unknown instead of lynx for hardware manufacturer.
11036
11037 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11038
11039         * install.sh (chmodcmd): Set to null if the DST directory already
11040         exists.
11041
11042 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11043
11044         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11045         not use mt-ppc target Makefile fragment any more.
11046
11047 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11048
11049         * configure.in (*-*-windows):  Exclude everything but those dirs
11050         needed to build windows.
11051
11052 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
11053
11054         * Makefile.in (all-target-winsup): Depend on all-target-librx.
11055
11056 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11057
11058         * configure.in:  Exclude mmalloc from i386-windows.
11059
11060 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11061
11062         * Undo my previous change.
11063
11064 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
11065
11066         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11067         unconditionally.
11068         (MAKEOVERRIDES): Define (revert this part of October 18 change).
11069
11070 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11071
11072         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
11073         host to add it's own flags.
11074
11075 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
11076
11077         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11078
11079 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
11080
11081         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11082         (CXX_FOR_TARGET): Likewise.
11083         (GCC_FOR_TARGET): Define.
11084         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11085         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11086         CC_FOR_TARGET was specified on the command line.
11087         (MAKEOVERRIDES): Don't define.
11088
11089 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
11090
11091         * configure.in (m32r): Fix spelling of libg++ libs.
11092
11093 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
11094
11095         * config.sub (-apple*): Remove, now redundant.
11096
11097 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
11098
11099         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11100
11101         * configure: Rework yesterday's sed script patch.
11102
11103         * config.sub: Merge with FSF.
11104
11105 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
11106
11107         * config.guess:  Merge from FSF.
11108
11109         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
11110         * config.guess: Use pc instead of unknown, for pc clone systems.
11111         Change linux to linux-gnu.
11112
11113         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11114         * config.guess: Avoid non-portable tr syntax.
11115
11116 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
11117
11118         * test-build.mk (HOLES): Add "xargs" for gdb.
11119
11120         * configure: Avoid hpux10.20 sed bug.
11121
11122 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
11123
11124         * configure.in:  Add support for windows host
11125         (that is a build done under the Microsoft build environment).
11126
11127 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
11128
11129         * Makefile.in: Replace all uses of srcroot with s, to shrink
11130         command line lengths.
11131
11132         Patches from Geoffrey Noer <noer@cygnus.com>:
11133         * configure.in: If configuring for newlib, pass --with-newlib to
11134         subdirectories.
11135         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11136         -Bnewlib/ and -Lwinsup to gcc.
11137         (CXX_FOR_TARGET): Likewise.
11138
11139 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11140
11141         * Makefile.in (ETC_SUPPORT): Add configure.
11142
11143 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
11144
11145         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11146         host configuration file.
11147
11148 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
11149
11150         * configure.in: Break mn10x00 support into separate
11151         mn10200 and mn10300 configurations.
11152         * config.sub: Likewise.
11153
11154 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
11155
11156         * configure.in: Add lots of stuff to noconfigdirs for
11157         the mn10x00 targets.
11158
11159         * config.sub, configure.in: Add mn10x00 support.
11160
11161 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
11162
11163         * make-all.com: Call conf-a-gas, not config-a-gas.
11164
11165 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
11166
11167         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11168         targets.
11169
11170 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
11171
11172         * mpw-README: Add much more detail for native PowerMac.
11173         * mpw-install: New file.
11174         * mpw-configure: Add --norecursion and --help options.
11175         * mpw-config.in: Translate readme and install files when
11176         copying to objdir.
11177         * mpw-build.in: Don't always depend on byacc and flex.
11178         (install-only-top): New action.
11179
11180 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
11181
11182         * configure.in:  You can now configure GDB for the v850.
11183
11184 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
11185
11186         * configure.in (noconfigdirs): Don't configure any C++ dirs
11187         if targeting D10V.
11188
11189 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11190
11191         * config.sub: Recognize mips64vr5000.
11192
11193 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
11194
11195         * configure.in: Use a single line for host_tools and native_only.
11196
11197 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
11198
11199         * config.sub, configure.in: Add entries for m32r.
11200
11201 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
11202
11203         * Makefile.in (inet-install): Don't run install-gzip.
11204
11205 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
11206
11207         * configure.in:  Don't config lots of things for *-*-windows*.
11208
11209 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
11210
11211         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11212         (host_libs, host_tools): Copy from configure.in.
11213         * mpw-configure: Don't complain about directories not found.
11214
11215 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11216
11217         * configure.in (i[345]86): Recognize i686 for pentium pro.
11218         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11219         file.
11220
11221         * config.guess (i[345]86): Ditto.
11222
11223 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11224
11225         * configure.in (noconfigdirs): Removed gdb for D10V.
11226
11227 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
11228
11229         * configure.in: Remove ld, target-libio, target-libg++, and
11230         target-libstdc++ from noconfigdirs.
11231
11232 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
11233
11234         * configure: Fix three locations where shell scripts were
11235         being run directly rather than with config_shell.
11236
11237 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
11238
11239         * configure.in (v850-*-*): Set up initial $noconfigdirs.
11240         * config.sub (basic_machine): Recognize v850.
11241
11242 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
11243
11244         * mpw-configure: Handle multiple enable/disable options and
11245         pass them down recursively, handle -c and -s flags appropriately
11246         depending on choice of compiler, add escape mechanism for
11247         quoted arguments to gC.
11248
11249 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11250
11251         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11252         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11253         so that -mrelocatable-lib and -mno-eabi are used.
11254
11255         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11256         not support --print-multi-lib, don't abort.
11257
11258 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
11259
11260         * make-all.com: Run config-a-gas.
11261         * setup.com: Don't copy subdirectory files around.
11262
11263 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
11264
11265         * configure.in (*-*-ose): Remove exclusion of libgloss for this
11266         target, it now compiles correctly.
11267
11268 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
11269
11270         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11271
11272 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11273
11274         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11275
11276 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11277
11278         * configure.in (native_only): Add prms.
11279
11280 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
11281
11282         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11283         (BINUTILS_SUPPORT_DIRS): Likewise.
11284
11285 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11286
11287         * configure.in (d10v-*-*): Don't configure ld or gdb until the
11288         d10v support is added.
11289
11290 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11291
11292         * configure.in (d10v-*-*): New target.
11293
11294 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
11295
11296         * config.guess (HP 9000/811): Recognize this as a PA1.1
11297         machine.
11298
11299 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
11300
11301         * Makefile.in (do-tar-gz): New target, split out from tail end of
11302         taz target.  Run each command separately, don't use pipes.
11303         (taz): Use it.
11304
11305 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
11306
11307         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11308         * mpw-build.in: No builds should depend on building byacc or flex,
11309         they are assumed to be installed already.
11310
11311 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11312
11313         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11314         variable that CC_FOR_TARGET needs.
11315
11316 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11317
11318         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11319         options have changed since the last time the subdirectory was
11320         configured, and if it has, reconfigure.
11321         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11322         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11323
11324 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
11325
11326         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11327         CLEAN_MODULES): Add bash.
11328         (all-bash): New target.
11329
11330 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
11331
11332         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11333
11334 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11335
11336         * config.sub (basic_machine): Recognize d10v as a valid processor.
11337
11338 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
11339
11340         * mpw-configure: Add support for --bindir.
11341         * mpw-build.in: Use a GCC-specific build script for GCC actions.
11342
11343 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
11344
11345         * configure.in: add bash, time, gawk to list of hosttools and things
11346         to only build for native toolchains
11347
11348 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11349
11350         * Makefile.in (docdir): Remove.
11351
11352 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11353
11354         * Makefile.in (datadir): Set to $(prefix)/share.
11355
11356 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
11357
11358         * configure.in: build diff and patch for cygwin32-hosted
11359         toolchains.
11360
11361 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
11362
11363         * config.sub: Accept -rtems*.
11364
11365 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
11366
11367         * configure.in: enable dosrel for cygwin32-hosted builds,
11368                 remove diff from the list of things not buildable
11369                 via Canadian Cross
11370
11371 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
11372
11373         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
11374         don't get ". ".
11375
11376 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
11377
11378         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11379
11380 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
11381
11382         * Makefile.in (taz): Handle case where tex3patch didn't even get
11383         checked out.  Also, if it was found, put the symlink in a new util
11384         subdirectory.
11385
11386 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11387
11388         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11389
11390 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
11391
11392         * config.sub: Recognize -openvms.
11393         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11394         * make-all.com, setup.com: New files.
11395
11396 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
11397
11398         * Makefile.in (taz): tex3patch moved to texinfo/util.
11399
11400 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
11401
11402         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
11403         * configure.in: remove make from disable-if-Can-Cross list
11404                 enable gdb if ${host} and ${target} are cygwin32
11405
11406 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
11407
11408         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
11409         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11410
11411 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
11412
11413         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
11414         distinguish sysv/svr4/bsd variants.
11415         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11416
11417 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
11418
11419         * configure.in: Added copyright notice.
11420         * move-if-change: Added copyright notice.
11421
11422 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11423
11424         * configure.in (powerpcle-*-solaris*): Until we get shared
11425         libraries working, don't build gdb, sim, make, tcl, tk, or
11426         expect.
11427
11428 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
11429
11430         * config.guess:  Merge with FSF:
11431
11432         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11433         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11434
11435         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
11436         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11437
11438         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
11439         * config.guess:  Combine two OSF1 rules.
11440         Also recognize field test versions.  From mjr@zk3.dec.com.
11441         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
11442         because GNU uname does not support -p.  From pmr@pajato.com.
11443
11444 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
11445
11446         * Makefile.in (MAKEDIRS): Removed $(tooldir).
11447
11448 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
11449
11450         * mpw-README: Document GCCIncludes.
11451
11452 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
11453
11454         * configure.in (alpha-*-linux*): Set enable_shared to yes.
11455
11456 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11457
11458         * mpw-configure: Handle --enable-FOO and --disable-FOO.
11459
11460 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
11461
11462         * configure.in (*-*-cygwin32): Configure make.
11463
11464 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
11465
11466         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11467
11468 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
11469
11470         * Makefile.in (all-inet): Depend on all-perl.
11471
11472         * Makefile.in (inet-install): New target.
11473
11474         * Makefile.in (all-inet): Depend on all-tcl.
11475         (all-inet): Depend on all-send-pr.
11476
11477 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11478
11479         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11480         temporarily.
11481
11482 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
11483
11484         * configure.in: Don't configure --with-gnu-ld on AIX.
11485
11486 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
11487
11488         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11489
11490 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
11491
11492         * Makefile.in (ALL_MODULES): Added all-inet.
11493         (CROSS_CHECK_MODULES): Added check-inet.
11494         (INSTALL_MODULES): Added install-inet.
11495         (CLEAN_MODULES): Added clean-inet.
11496         (all-indent): New target.
11497
11498         * configure.in (host_tools): Added inet.
11499         (native_only): Added inet.
11500         (noconfigdirs): Added inet.
11501
11502 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
11503
11504         * configure.in: Don't configure libgloss if we are not configuring
11505         newlib.
11506
11507 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
11508
11509         * configure.in: Don't configure libgloss for unsupported
11510         architectures.
11511
11512 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11513
11514         * Makefile.in (CLEAN_MODULES): Add clean-apache.
11515
11516 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
11517
11518         * Makefile.in (ALL_MODULES): Include all-apache.
11519         (CROSS_CHECK_MODULES): Include check-apache.
11520         (INSTALL_MODULES): Include install-apache.
11521         (all-apache): New target.
11522
11523         * configure.in: Added apache everywhere perl is seen.
11524
11525 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11526
11527         * Makefile.in: Add support for clean-{module} and
11528         clean-target-{module} rules.
11529
11530 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
11531
11532         * configure.in (*-*-ose) do not build libgloss.
11533
11534 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11535
11536         * config.guess (prep*:SunOS:5.*:*): Turn into
11537         powerpele-unknown-solaris2.
11538
11539 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
11540
11541         * configure.in: Permit --enable-shared to specify a list of
11542         directories.
11543
11544 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
11545
11546         * configure.in (host==solaris): Pass only the first word of $CC
11547         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11548
11549 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
11550
11551         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11552
11553 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
11554
11555         * Makefile.in (ALL_MODULES): Include all-perl.
11556         (CROSS_CHECK_MODULES): Include check-perl.
11557         (INSTALL_MODULES): Include install-perl.
11558         (ALL_X11_MODULES): Include all-guile.
11559         (CHECK_X11_MODULES): Include check-guile.
11560         (INSTALL_X11_MODULES): Include install-guile.
11561         (all-perl): New target.
11562         (all-guile): New target.
11563
11564         * configure.in (host_tools): Include perl and guile.
11565         (native_only): Include perl and guile.
11566         (noconfigdirs): Don't build guile and perl; no ports have been
11567         done.
11568
11569 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
11570
11571         * configure (--enable-*): Handle quoted option lists such as
11572         --enable-sim-cflags='-g0 -O' better.
11573
11574 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11575
11576         * Makefile.in ({,inst}all-target): New rule so we can make and
11577         install all of the target directories easily.
11578
11579 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11580
11581         * configure.in: Add missing global flag in sed substitution when
11582         deleting `target-' from ${configdirs}.
11583
11584 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
11585
11586         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11587         option.
11588
11589         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11590         config/mh-necv4.
11591
11592         * install.sh: Correct misspelling of transformbasename.
11593
11594         * config.guess: Recognize mips-*-sysv*.
11595
11596 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
11597
11598         * config.sub: Recognize mon960.
11599
11600 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
11601
11602         * configure: Restore Canadian Cross handling of BISON and LEX,
11603         removed in Feb 20 change.
11604
11605 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
11606
11607         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11608         Mention make install.  Remove the old copyright date as well the
11609         clumsy and rather pointless copyright on the README file.
11610
11611 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11612
11613         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11614         Makefile after running symlink-tree, then run `make distclean' to
11615         avoid clobbering any generated files in srcdir.
11616
11617 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
11618
11619         * configure.in (m68k-*-netbsd*): Build everything now.
11620
11621 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
11622
11623         * Makefile.in (taz): Fix quoting.
11624
11625 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
11626
11627         * configure.in (sparclet-*-*): Build everything now.
11628
11629 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11630
11631         * configure.in (m68k-*-linux*): New host.
11632
11633 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
11634
11635         * configure: Check for bison before byacc.
11636
11637 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
11638
11639         * Makefile.in configure:  Change the way LEX and BISON/YACC are
11640         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
11641         searching PATH.  These are used as fallbacks by Makefile.in if
11642         flex/bison/byacc aren't in objdir.
11643
11644 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
11645
11646         * Makefile.in: Make everything which depends upon all-bfd also
11647         depend upon all-opcodes, in case --with-commonbfdlib is used.
11648
11649 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11650
11651         * configure.in (host *-*-cygwin32): Don't build gdb if we are
11652         building NT native compilers on Unix.
11653
11654 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
11655
11656         * configure.in: Don't get CC from the host Makefile fragment if we
11657         can find gcc in PATH, or if this is a Canadian Cross.  Move the
11658         Solaris test for /usr/ucb/cc to the post target script, just after
11659         the compiler sanity test.
11660
11661 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
11662
11663         * config.sub: Merge with FSF.
11664
11665 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
11666
11667         * Makefile.in (RPATH_ENVVAR): New variable.
11668         (REALLY_SET_LIB_PATH): Use it.
11669         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11670
11671 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
11672
11673         * config.sub, configure.in: Recognize sparclet cpu.
11674
11675 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11676
11677         * config.guess:  Support m68k-cbm-sysv4.
11678
11679 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11680
11681         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11682         m68k-unknown-linuxaout from linker help string.  Put quotes around
11683         $ld_help_string.
11684
11685 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
11686
11687         * config.guess (powerpc-harris-powerunix): Add guess for port
11688         to new target.
11689
11690 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11691
11692         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11693
11694 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
11695
11696         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11697         $(REALLY_SET_LIB_PATH) in Makefile.
11698         * Makefile.in (SET_LIB_PATH): New variable.
11699         (REALLY_SET_LIB_PATH): New variable.
11700         ($(DO_X)): Use $(SET_LIB_PATH).
11701         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11702         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11703         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11704         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11705         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11706         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11707         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11708         (install-dosrel): Likewise.
11709         (all-opcodes): Depend upon all-libiberty.
11710
11711 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
11712
11713         * config.guess (*:CYGWIN*): New
11714
11715 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11716
11717         * Makefile.in (all-target-winsup): All all-target-libiberty.
11718
11719 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11720
11721         * configure.in (noconfigdirs): Add missing # in front of comment.
11722
11723 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
11724
11725         * configure.in: add second pass to things added to noconfigdirs
11726         so *-gm-magic can exclude libgloss properly.
11727
11728 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
11729
11730         * mpw-configure (extralibs_name, rez_name): Set correctly
11731         for MWC68K compiler.
11732
11733         * mpw-README: Add more info on the necessary build tools.
11734
11735 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
11736
11737         * configure.in, config.sub: Recognize cygwin32.
11738
11739 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
11740
11741         * config.guess, config.sub: Recognize A/UX.
11742
11743 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
11744
11745         * config.sub: Merge with gcc/config.sub.
11746
11747 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
11748
11749         * mpw-build.in (do-binutils): Add build of stamps.
11750
11751 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
11752
11753         * config.sub: Add recognition for mips64vr4100*-* targets.
11754
11755 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11756
11757         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11758         Add creation of gconfigargs with `--enable-shared' turned on.
11759         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11760         ($(host)-stamp-stage3-configured): Likewise.
11761         (HOLES): Add chatr and ldd.
11762         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11763
11764 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
11765
11766         * configure: Pass --nfp to recursive configures.
11767
11768 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
11769
11770         * Makefile.in (DLLTOOL): New.
11771         (DLLTOOL_FOR_TARGET): New.
11772         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11773         (EXTRA_TARGET_FLAGS): Ditto.
11774         (EXTRA_GCC_FLAGS): Ditto.
11775         (CONFIGURE_TARGET_MODULES): Ditto.
11776         (DO_X): Ditto.
11777         * configure: Add DLLTOOL.
11778
11779 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
11780
11781         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11782         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11783         mh-sco, since old workarounds no longer needed, and don't
11784         build ld, since libraries have weak symbols in COFF.
11785
11786 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
11787
11788         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11789
11790 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11791
11792         * configure.in: Make sure that ${CC} can be used to compile an
11793         executable.
11794
11795 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
11796
11797         * Makefile.in (all-gdb): Depend on $(GDB_TK).
11798         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11799         nothing depending on whether gdbtk is being built.
11800
11801 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
11802
11803         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11804
11805 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
11806
11807         * configure.in (noconfigdirs): Put ld or gas in this early, if the
11808         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11809
11810 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
11811
11812         * config-ml.in: Add support for
11813         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11814         Simplify setting of multidirs from --disable-foo.
11815
11816 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11817
11818         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11819         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11820         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
11821         non-empty, pass them on to the  GCC make.
11822         (all-bootstrap): New rule that is like all-gcc, except it executes
11823         the GCC bootstrap rule instead of the GCC all rule.
11824
11825 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
11826
11827         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11828
11829 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11830
11831         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11832         DG/UX support.
11833
11834 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
11835
11836         * config.sub (i*86*) Change [345] to [3456]
11837
11838 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11839
11840         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11841         --with-gnu-ld=no.
11842
11843 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11844
11845         * config-ml.in (rs6000*, powerpc*): Add switches to control which
11846         AIX multilibs get built.
11847
11848 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11849
11850         * configure.in (i386-win32): Don't build expect if we're not
11851         building the tcl subdir.
11852
11853 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
11854
11855         * Makefile.in: (configure-target-examples, all-target-examples):
11856         New targets, configure and build example programs.
11857
11858 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
11859
11860         * mpw-configure: If an mpw-config.in generated a file mk.sed,
11861         use it as input to sedit the generated MPW makefile.
11862         * mpw-README: Add a suggestion about Gestalt.h.
11863
11864 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
11865
11866         * config.sub: Accept *-*-ieee*.
11867
11868 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
11869
11870         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
11871         Ronald F. Guilmette <rfg@monkeys.com>.
11872
11873 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11874
11875         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11876         for powerpc-pe native.
11877         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11878         (target==powerpc-pe): duplicate i386-win32 entry.
11879
11880 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11881
11882         * configure.in (noconfigdirs): Exclude target-newlib for all versions
11883         of vxworks, not just vxworks5.1.
11884
11885 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
11886
11887         * mpw-configure: Add support for exec-prefix.
11888
11889 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11890
11891         * config.guess: Recognize HP model 816 machines as having
11892         a PA1.1 processor.
11893
11894 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
11895
11896         * configure: Ignore new autoconf configure options.
11897
11898 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
11899
11900         * config.guess:  Recognize Pentium under SCO.
11901         From Robert Lipe <robertl@arnet.com>.
11902
11903 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11904
11905         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
11906
11907 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
11908
11909         * configure.in: Don't configure gas for alpha-dec-osf*.
11910
11911 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
11912
11913         * configure.in: Default to --with-stabs for some targets for which
11914         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11915         i[345]86*-*-unixware*.
11916
11917 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
11918
11919         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11920         rather than basing it on the target.  Simplify handling of options
11921         controlling which directories to configure.  Remove extraneous
11922         slash in multi-clean target.
11923
11924 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
11925
11926         * config-ml.in: Prefix more variables with ml_ so they don't collide
11927         with configure's.
11928
11929 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
11930
11931         * configure: Don't turn -v into --v.
11932
11933 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
11934
11935         * configure.in (targargs): Fix typo.
11936
11937         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11938
11939 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
11940
11941         * configure.in: Strip --host and --target options from
11942         CONFIG_ARGUMENTS, and always configure for --host only.  Add
11943         --with-cross-host option when building with a cross-compiler.
11944         * configure: Canonicalize the arguments put into config.status by
11945         always using `=' for an option with an argument.  Pass a presumed
11946         --host or --target explicitly.
11947
11948 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
11949
11950         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11951         into general OS recognition case.
11952
11953 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11954
11955         * configure.in (target_configdirs): add target-winsup only
11956         for win32 target systems.
11957
11958 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
11959
11960         * Makefile.in (all-target-libgloss): Depend upon
11961         configure-target-newlib, since when libgloss is built it looks to
11962         see if the newlib directory exists.
11963
11964 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
11965
11966         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
11967         cfg-ml-*.in.
11968
11969 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
11970
11971         * configure: Handle LD and LD_FOR_TARGET when configuring a
11972         Canadian Cross.
11973
11974 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11975
11976         * configure.in (target_libs): add target-winsup.
11977         (target==i386-win32): add patch diff flex make to $noconfigdirs.
11978         (target==ppcle-pe): remove ld from $noconfigdirs.
11979
11980 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
11981
11982         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
11983         Preserve relative path names in $srcdir.  Build symlink tree if
11984         configuring cross target dir and srcdir=. (= no VPATH support).
11985         (configure-target-libg++): Depend on configure-target-librx.
11986         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
11987         * config-ml.in: New file.
11988         * symlink-tree: New file.
11989         * configure: Ensure srcdir="." if that's what it is.
11990
11991 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
11992
11993         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
11994         includes and FLEX_SKELETON setting.
11995         * mpw-configure (--with-gnu-ld): New option, controls whether
11996         to use PPCLink or ld with PowerMac GCC.
11997         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
11998         * mpw-config.in: Configure grez if targeting Mac.
11999
12000         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12001         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12002         just macos.
12003         * configure.in: Configure grez resource compiler if targeting Mac.
12004         * Makefile.in (all-grez, install-grez): New targets.
12005
12006 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
12007
12008         * configure: CXX defaults to gcc, not g++.  If we find
12009         gcc in the path, set CC to gcc -O2.
12010
12011 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
12012
12013         * configure: Default ${build} correctly.  Avoid picking up extra
12014         spaces when reading CC and CXX from Makefile.  When doing a
12015         Canadian Cross, use plausible default values for numerous
12016         variables.
12017         * configure.in: When doing a Canadian Cross, don't try to
12018         configure tools whose configure script can't handle it.
12019
12020 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12021
12022         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12023
12024 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12025
12026         * configure:  Remove dubious bug reporting address.
12027
12028 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12029
12030         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
12031         configure script, run that instead of this directory's configure.
12032         In either case, print a message that we're configuring the sub-dir.
12033
12034 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12035
12036         * configure.in: Before checking for the existence of various files,
12037         use sed to filter out "target-".
12038
12039 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12040
12041         * Makefile.in (DO_X): Split rule to decrease command line length
12042         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
12043         (Philippe De Muyter).
12044
12045 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12046
12047         * Makefile.in (all-patch): depend on all-libiberty.
12048
12049 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
12050
12051         * configure.in: If the only directory in target_configdirs which
12052         actually exists is libiberty, then set target_configdirs to empty,
12053         to avoid trying to build a target libiberty in a gas or gdb
12054         distribution.
12055
12056 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
12057
12058         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12059         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12060         systems.
12061
12062 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12063
12064         * configure.in (copy_dirs): Use sys-include instead of include
12065         for --with-headers option.
12066
12067 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
12068
12069         * Makefile.in, configure.in: Make winsup builds work with
12070         new scheme.
12071
12072 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
12073
12074         * configure.in: Build the linker on AIX.
12075
12076 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12077
12078         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
12079         where needed.
12080
12081 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
12082
12083         * Makefile.in (all-gcc): Fix typo.
12084
12085 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12086
12087         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
12088
12089 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12090
12091         * configure.in:  Rename libFOO to target-libFOO, and xiberty
12092         to target-xiberty, to provide more flexibility.
12093         (target_subdir):  Define.  Create if cross.
12094         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12095         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
12096         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12097         check-libFOO -> check-target-libFOO, etc.
12098         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12099         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12100         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12101         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
12102         allow ALL_GCC="" to only configure.
12103         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
12104         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
12105         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
12106
12107 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
12108
12109         * Makefile.in (taz): Build "info" in etc explicitly.
12110
12111 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
12112
12113         * configure.in:  Make sure that CC is undefined (as opposed to
12114         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
12115         problem with autoconf trying to configure on a host without GCC.
12116
12117 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12118
12119         * mpw-configure: Set host alias from choice of host compiler,
12120         only use generic MPW Makefile sed if present, edit a file
12121         named "hacked_Makefile.in" instead of "Makefile.in" if present.
12122         * mpw-README: Add problem notes about CW6 and CW7.
12123
12124 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
12125
12126         * Makefile.in (taz): Use ";" instead of ";;".
12127
12128 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12129
12130         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
12131         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12132         DISTDOCDIRS.
12133         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
12134         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
12135
12136 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12137
12138         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
12139         and gnats, because they are now subsumed by DISTSTUFFDIRS.
12140         Move bfd to DISTSTUFFDIRS.
12141
12142 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12143
12144         * Makefile.in (X11_LIB): Removed.
12145         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12146
12147         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12148
12149 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12150
12151         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12152         names.
12153
12154 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12155
12156         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12157
12158 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
12159
12160         * configure.in (i[345]86-*-win32): Always build newlib.
12161         Don't configure cvs, autoconf or texinfo.
12162         * Makefile.in (LD_FOR_TARGET): New.
12163         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12164         Pass down LD_FOR_TARGET.
12165
12166 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12167
12168         * winsup: New directory.
12169         * Makefile.in: Build winsup.
12170         * configure.in: Winsup is configured when target is win32.
12171         Can only build win32 target GDB when native.
12172
12173 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
12174
12175         * config.guess: Recognize HP model 819 machines as having
12176         a PA 1.1 processor.
12177
12178 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
12179
12180         * configure: Fix sed loop which substitutes for CC and CXX to
12181         avoid bug found in various sed implementations.
12182
12183 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12184
12185         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12186         simulator.  Use standard powerpc-*-eabi*.
12187
12188 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12189
12190         * configure.in: Stop putting gas and binutils in noconfigdirs for
12191         powerpc-*-aix* and rs6000-*-*.
12192
12193 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
12194
12195         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12196         -mcall-aixdesc libraries.
12197
12198 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
12199
12200         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12201
12202         * config.sub (arm | armel | armeb): Fix shell syntax.
12203
12204 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12205
12206         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12207         -msoft-float and -mcpu=common support.
12208         (powerpc*-*-eabisim*): Add support for building -mcall-aix
12209         libraries.
12210
12211 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12212
12213         * configure.in: Allow configuration and build of emacs19 for the alpha.
12214
12215 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12216
12217         * configure.in (CC): Get ^CC, not just any old CC, from
12218         ${host_makefile_frag}.
12219
12220 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12221
12222         * configure.in (CC): Try to get CC from
12223         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12224
12225 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12226
12227         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12228         only if it exists in $(srcdir).
12229
12230 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
12231
12232         * configure: If CC and CXX are not set in the environment, set
12233         them, based on either an existing Makefile or on searching for gcc
12234         in PATH.  Substitute for CC and CXX in Makefile.
12235         * configure.in: Remove libm from target_libs.  Separate
12236         target_configdirs from configdirs.  If CC is not set in
12237         environment, try to get it from a host Makefile fragment.  Rewrite
12238         changes of configdirs to use skipdirs instead.  A few minor
12239         tweaks.  Take directories out of target_configdirs as they are
12240         taken out of configdirs.  Remove existing Makefile files from
12241         subdirectories.  Substitute for TARGET_CONFIGDIRS and
12242         CONFIG_ARGUMENTS in Makefile.
12243         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12244         by configure.in.
12245         (CONFIG_ARGUMENTS): Likewise.
12246         (CONFIGURE_TARGET_MODULES): New variable.
12247         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12248         ($(CONFIGURE_TARGET_MODULES)): New target.
12249         (configure-libg++, configure-libio): New targets.
12250         (all-libg++): Depend upon configure-libg++.
12251         (all-libio): Depend upon configure-libio.
12252         (configure-libgloss, all-libgloss): New targets.
12253         (configure-libstdc++): New target.
12254         (all-libstdc++): Depend upon configure-libstdc++.
12255         (configure-librx, all-librx): New targets.
12256         (configure-newlib): New target.
12257         (all-newlib): Depend upon configure-newlib
12258         (configure-xiberty): New target.
12259         (all-xiberty): Depend upon configure-xiberty.
12260
12261 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12262
12263         * configure.in (host i[345]86-*-win32):  Expand the
12264         noconfigdirs again.
12265
12266 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
12267
12268         * mpw-configure: Fix sed command file name.
12269
12270 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12271
12272         * configure.in (host i[345]86-*-win32): Reduce the
12273         noconfigdirs again.
12274
12275 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
12276
12277         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12278         or powerpc*-*-pe*, since they are not yet supported.
12279
12280 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12281
12282         Add PowerMac support and many other enhancements.
12283         * mpw-configure: New option --cc to select compiler to use,
12284         paste options set according to --cc into the generated
12285         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12286         if mpw-make.sed is present.
12287         * mpw-config.in: Don't test for gC1, test for mpw-touch,
12288         add forward includes for PowerPC include files.
12289         * mpw-build.in: Build using Makefile.PPC if present.
12290         (do-byacc, etc): Remove separate version resource builds.
12291         (do-gas): Build "stamps" before "all".
12292         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12293         * mpw-README: Update to reflect --cc option, PowerMac support,
12294         and recently-reported compatibility problems.
12295
12296 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
12297
12298         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12299         embedded m68k systems (-aout, -coff, -elf, -vxworks).
12300         (--with-multilib-top): Pass to recursive invocations.
12301
12302 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
12303
12304         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12305         v810-*-*.
12306
12307 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12308
12309         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12310         gdb, ld and opcodes on v810-*-*.
12311
12312 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
12313
12314         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12315         (local-maintainer-clean): New target.
12316         (maintainer-clean): New target.
12317         (realclean): Just depend upon maintainer-clean.
12318
12319 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12320
12321         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12322
12323 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
12324
12325         * configure.in: Build ld in mips*-*-bsd* case.
12326
12327 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
12328
12329         * config.sub: Accept -lites* OS.  From Ian Dall.
12330
12331 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
12332
12333         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
12334         targets.
12335
12336 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12337
12338         * configure.in: treat i386-win32 canadian cross the same as
12339         i386-go32 canadian cross.
12340
12341 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12342
12343         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12344         running under the simulator to build a reduced set of libraries.
12345         (powerpc-*-eabiaix): Add fine grained multilib support added to
12346         other powerpc targets yesterday.
12347
12348 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12349
12350         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12351         -disable-softfloat, -disable-relocatable, -disable-aix, and
12352         -disable-sysv to control which multilib libraries get built.
12353
12354 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
12355
12356         * configure: Add Makefile.tem to list of files to remove in trap
12357         handler.
12358
12359 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12360
12361         * config.guess (*Linux*):  Add missing "exit"s.
12362         Also, need specific check for alpha-unknown-linux (uses COFF).
12363
12364 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12365
12366         * config.guess:  Merge with FSF:
12367
12368         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
12369         * config.guess (AIX4): More robust release numbering discovery.
12370
12371         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
12372         * config.guess (i386-sequent-ptx): Properly get version number.
12373
12374         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
12375         * config.guess (mips:*:4*:UMIPS): New case.
12376
12377 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
12378
12379         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12380         (i386-win32 host): Likewise.  Don't build readline.
12381
12382 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
12383
12384         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
12385         SUPPORT_FILES to submakes.
12386
12387 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
12388
12389         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12390         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12391         mpw-configure.
12392
12393 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
12394
12395         * configure.in (appdirs): Use =, not ==, in test expression when
12396         trying to build the text to print in the warning message for
12397         Solaris users.
12398
12399 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
12400
12401         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12402
12403 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12404
12405         * config.guess: Recognize lynx-2.3.
12406
12407 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
12408
12409         * config.sub (z8ksim): Deleted
12410         (z8k-*-coff): New, this is the one true name of the target.
12411
12412 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
12413
12414         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12415
12416 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
12417
12418         * config.guess (*:Linux:*:*): First try asking the linker what the
12419         default object file format is (elf, aout, or coff).  Then if this
12420         fails, try previous methods.
12421
12422 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12423
12424         * configure.in: Don't build newlib for *-*-vxworks5.1.
12425
12426 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12427
12428         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12429         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12430
12431 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
12432
12433         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12434
12435 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
12436
12437         * cfg-ml-com.in: New file.
12438         * cfg-ml-pos.in: New file.
12439
12440 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12441
12442         * COPYING.NEWLIB: Add HP free copyright to list.
12443
12444 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12445
12446         * config.sub: Recognize -eabi* for the system, not just -eabi.
12447
12448 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
12449
12450         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12451         * config.sub, configure.in (win32): New target and host.
12452
12453 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
12454
12455         * configure.in: Add i386-pe configuration.
12456
12457 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
12458
12459         * mpw-build.in (install): Install GDB after LD.
12460
12461 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
12462
12463         * mpw-config.in (elf/mips.h): Always forward-include, needed
12464         for GDB to build.
12465
12466 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12467
12468         * testsuite: New directory for customer acceptance and whole tool
12469         chain tests.
12470
12471 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
12472
12473         * configure: If per-host line isn't found, but AC_OUTPUT is found
12474         and a configure script exists, run it instead.
12475
12476 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12477
12478         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
12479
12480 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12481
12482         * configure: Set build_{cpu,vendor,os,alias} to host values when
12483         --build isn't specified.
12484
12485 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12486
12487         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12488         (FLAGS_TO_PASS): Pass them.
12489         (EXTRA_TARGET_FLAGS): Ditto.
12490
12491 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12492
12493         * Makefile.in (all-libg++): Depend on all-libstdc++.
12494
12495 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12496
12497         * configure.in (noconfigdirs): Enable all packages for
12498           i386-unknown-netbsd.
12499
12500 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
12501
12502         * configure.in (noconfigdirs): Don't configure tk for i386-go32
12503         hosted builds (DOS builds)
12504
12505 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
12506
12507         Changes for ARM based on patches from Richard Earnshaw:
12508         * config.sub: Handle armeb and armel.
12509         * configure.in: Omit arm linker only for riscix.
12510
12511 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12512
12513         * config.guess:  Update from FSF.
12514
12515 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
12516
12517         * config.sub: Recognize powerpcle as the little endian variant of
12518         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
12519         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
12520         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
12521         temporarily.
12522
12523 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
12524
12525         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12526
12527 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
12528
12529         * config.sub: Accept -lites* as a basic system type.
12530
12531 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
12532
12533         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12534         installed, and if so return linuxoldld as the system name.
12535
12536 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
12537
12538         * config.guess: Add hppa1.1-hp-lites support.
12539
12540 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12541
12542         * configure.in: Don't build newlib for m68k-vxworks5.1.
12543
12544 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12545
12546         * configure.in (mips-sgi-irix6): Use mh-irix5.
12547
12548 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
12549
12550         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12551
12552 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12553
12554         * test-build.mk: Enable building of shared libraries on IRIX 5 and
12555         OSF/1.  Fix compiler flags.
12556         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
12557
12558 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
12559
12560         * configure.in: Recognize --with-newlib.
12561         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12562
12563 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12564
12565         * Makefile.in: move {all,check,install}-gdb from *_MODULES
12566         to *_X11_MODULES due to gdbtk needing X include files et al.
12567
12568 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
12569
12570         Merge in support for Mac MPW as a host.
12571         (Old change descriptions retained for informational value.)
12572
12573         * mpw-config.in: Add generic include forwards for cpu-specific
12574         include files in aout and elf directories.
12575
12576         * mpw-configure: Added copyright.
12577         * mpw-config.in: Check for presence of required build tools.
12578         (target_libs): Add newlib.
12579         (target_tools): Add examples.
12580         (Read Me): Generate as "Read Me for MPW" instead.
12581         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12582         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12583         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12584
12585         * mpw-configure: Remove subdir-specific makefile hackery,
12586         delete mk.tmp after using it.
12587
12588         * mpw-build.in (all): Display start and end times.
12589
12590         * mpw-configure (host_canonical): Set.
12591         (target_cpu): Always add to makefiles.
12592         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12593         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12594         (mpw-mh-mpw): Look for in srcdir and srcroot.
12595         Use sed instead of mpw-edit-prefix to edit prefix definitions.
12596
12597         * mpw-build.in: (install-only): New target.
12598
12599         * mpw-configure (host_alias, target_alias): Rename from hostalias
12600         and targetalias, add into generated Makefile.
12601         (mk.tmp): If present, add into generated Makefile.
12602         * mpw-build.in (all-gas): Build config.h first before gas proper.
12603
12604         * mpw-configure (config.status): Write only if changed.
12605         * mpw-config.in (readline): Configure it (not built, just used for
12606         definitions).
12607
12608         * mpw-config.in (elf/mips.h): Add a forward include.
12609
12610         * mpw-config.in: Forward-include most .h files in include into
12611         extra-include.
12612         (readline): Don't build.
12613         mpw-build.in (install): Install GDB.
12614
12615         * mpw-configure (prefix, mpw_prefix): Handle it.
12616         * mpw-config.in (mmalloc, readline): Don't configure.
12617         * mpw-build.in (thisscript): Rename to ThisScript.
12618         Use mpw-build instead of BuildProgram everywhere.
12619         (mmalloc, readline): Don't build.
12620         * mpw-README: New file, basic documentation about the MPW port.
12621
12622         * mpw-config.in: Use forward-include to create include files.
12623
12624         * mpw-configure: Add more things to the top of each configured
12625         Makefile, including contents of config/mpw-mh-mpw.
12626         * mpw-config.in (extra-include): Create this directory and fill it
12627         with Posix-like include files when configuring.
12628
12629         * config.sub (apple, mac, mpw): Add various aliases.
12630
12631         * mpw-build.in: New file, top-level build script fragment for MPW.
12632         * mpw-configure: New file, configure script for MPW.
12633         * mpw-config.in: New file, config fragment for MPW.
12634
12635 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12636
12637         * configure.in (host_libs): Remove glob, since it is gone from the
12638         sources.
12639
12640 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12641
12642         * Makefile.in: define empty GDB_NLM_DEPS var.
12643
12644         * configure.in(target_makefile_frag): use config/mt-netware
12645         for netware targets.
12646
12647 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
12648
12649         * config.sub: Merge in recent FSF changes.  Remove linux special
12650         cases.
12651
12652 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12653
12654         Revert this change:
12655
12656         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
12657
12658                 * build-all.mk: Use CC=cc -Xs on Solaris.
12659
12660 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12661
12662         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
12663         stop using it.
12664         * Makefile.in: Nuke all references to glob subdirectory.
12665
12666 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12667
12668         * configure.in: Fix --enable-shared logic in per-host.
12669
12670 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12671
12672         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12673
12674 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12675
12676         * configure.in (noconfigdirs): Don't build gas on AIX, for
12677         powerpc*-*-aix* as well as for rs6000*-*-aix*.
12678
12679 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
12680
12681         * configure: Fix --cache-file to work if the file argument is a
12682         relative path.
12683
12684 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
12685
12686         * configure: If the --cache-file is used, pass it down to
12687         configure in subdirectories.
12688
12689 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
12690
12691         * config.sub: add vxworks29k configuration.
12692
12693 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
12694
12695         * Makefile.in (taz): Do "diststuff" part quietly.
12696
12697 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
12698
12699         * config.sub: Mini-merge with gcc/config.sub.
12700
12701 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12702
12703         * config.guess (IRIX): Sed - to _.
12704
12705 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12706
12707         * Makefile.in (source-vault, binary-vault): New targets.
12708
12709 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
12710
12711         * config.sub: Recognize -eabi as a basic system type.
12712
12713 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12714
12715         * configure.in (enable_shared stuff): Fix typo.
12716
12717 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
12718
12719         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12720
12721 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12722
12723         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12724
12725 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
12726
12727         * configure.in (rs6000-*-*): Don't build gas.
12728
12729 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
12730
12731         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12732         reduce command line length.
12733         (AS_FOR_TARGET): Check for as.new, not Makefile.
12734         (NM_FOR_TARGET): Check for nm.new, not Makefile.
12735
12736 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12737
12738         * config.guess:  Merge from FSF.
12739
12740 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12741
12742         * configure: Don't use $ when handling program_suffix.
12743
12744 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
12745
12746         * configure.in:  Configure tk for hppa/hpux.
12747
12748 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
12749
12750         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
12751
12752 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
12753
12754         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
12755         to LIBCXXFLAGS.  Tests are better run without it.
12756
12757 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
12758
12759         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12760
12761 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
12762
12763         * configure.in (*-*-netware*): Don't configure xiberty.
12764
12765 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
12766
12767         * configure.in:  Remove tk from native_only list.
12768
12769 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
12770
12771         * build-all.mk: Add mips-ncd-elf target to sun4 targets
12772           for special NCD build.
12773
12774 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12775
12776         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12777         makeall.bat, they're only useful for binutils snapshots.
12778         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12779         makeall.bat to specified SUPPORT_FILES.
12780
12781 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
12782
12783         * build-all.mk: Add Ericsson targets to sun4 and solaris
12784           hosts.  Add  BNR's sun4 target to solaris host, so their
12785           build-from-source will be tested in-house first.
12786
12787 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
12788
12789         * Makefile.in (LIBCFLAGS): New variable.
12790         (CFLAGS_FOR_TARGET): Ditto.
12791         (LIBCFLAGS_FOR_TARGET): Ditto.
12792         (LIBCXXFLAGS): Ditto.
12793         (CXXFLAGS_FOR_TARGET): Ditto.
12794         (LIBCXXFLAGS_FOR_TARGET): Ditto.
12795         (BASE_FLAGS_TO_PASS): Pass them.
12796         (EXTRA_TARGET_FLAGS): Ditto.
12797
12798         * configure.in: Support --enable-shared.
12799
12800 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
12801
12802         * configure.in (target_libs):  Include libstdc++ again.
12803         * config.guess:  Update from FSF (for FreeBSD).
12804
12805 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12806
12807         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12808         makeall.bat.
12809         (DISTDOCDIRS): Add `etc'.
12810         (ETC_SUPPORT_PFX): New variable.
12811         (taz): Include anything from etc starting with a word in
12812         ETC_SUPPORT_PFX.
12813
12814 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12815
12816         * config.sub: Update for recent FSF changes.  Remove obsolete
12817         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
12818         spacing changes.
12819
12820 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
12821
12822         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
12823
12824         * config.guess:  Merge with FSF.
12825         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12826
12827 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12828
12829         * configure: Since the "trap 0" handler will override the exit
12830         status on many systems, only use it for "exit 1", and make it set
12831         a non-zero exit status; reset it before "exit 0".  Also, check
12832         exit status of config.sub, and error out if it failed.
12833
12834 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
12835
12836         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12837         and install libgloss.
12838
12839 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12840
12841         * Makefile.in (all-binutils): Depend upon all-byacc.
12842
12843         * configure.in: Don't build emacs on Irix 5.
12844
12845 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
12846
12847         * configure.in (*-*-netware*): Add libio.
12848
12849 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
12850
12851         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12852         (CHECK_TARGET_MODULES): Ditto.
12853         (INSTALL_TARGET_MODULES): Ditto.
12854         (TARGET_LIBS): Ditto.
12855         (all-libstdc++): Note dependencies.
12856
12857 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12858
12859         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12860
12861 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
12862
12863         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12864         -fexternal-templates.
12865
12866         * configure.in (target_libs): Add libstdc++.
12867         (noconfigdirs): Add libstdc++ as appropriate.
12868
12869 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12870
12871         * config.guess:  Update from FSF.
12872
12873 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12874
12875         * configure: Use ${config_shell} when running ${configsub}.
12876
12877 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
12878
12879         * config.sub: No longer recognize h8300h.
12880
12881 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12882
12883         * config.sub: Remove extraneous differences between config.sub and
12884         gcc/config.sub.
12885
12886 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12887
12888         * Makefile.in (DISTSTUFFDIRS): Add gas.
12889
12890 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
12891
12892         * COPYING.NEWLIB: New file.
12893
12894 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12895
12896         * config.guess (HP-UX):  Patch from Harlan Stenn
12897         <harlan@landmark.com> to also emit release level.
12898
12899 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
12900
12901         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12902
12903 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12904
12905         * config.sub:  Merge nextstep cleanup from FSF.
12906
12907 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12908
12909         * configure.in (arm-*-*): Don't configure ld for this target.
12910
12911 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
12912
12913         * configure.in (*-*-netware): don't configure libg++, libio,
12914           librx, or newlib.
12915
12916 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12917
12918         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
12919         configure ld--it works, but it doesn't support shared libraries.
12920
12921 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12922
12923         * config.guess (*-unknown-freebsd*):  Get rid of possible
12924         trailing "(Release)" in version string.
12925         Patch from Paul Richards <paul@isl.cf.ac.uk>.
12926
12927 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12928
12929         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12930         Fix type: *-next-neststep -> *-next-nextstep.
12931
12932         * config.guess:  Merge from FSF:
12933
12934         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
12935
12936         * config.guess: Recognize powerpc-ibm-aix3.2.5.
12937
12938         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
12939
12940         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12941         instead of UNIX_SV for UnixWare 1.0).
12942
12943 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
12944
12945         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
12946         to make gdb/nlm/* build after the compiler and linker.
12947
12948 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12949
12950         * config.guess (netbsd, freebsd, linux):  Accept any machine,
12951         not just i[34]86.
12952         (m68k-atari-sysv4):  Relocate to match FSF version.
12953
12954         * config.guess:  More merges from the FSF:
12955
12956         Add a space before function call or macro invocation.
12957
12958         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12959
12960         * config.guess: Add trap cmd to remove dummy.c and dummy when
12961         interrupted.
12962
12963         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12964
12965         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
12966         (dummy): Redirect stderr from compilation of dummy.c.
12967
12968         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
12969
12970         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
12971
12972 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
12973
12974         * configure: Accept and ignore --cache*, for compatibility with
12975         new autoconf.
12976
12977 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12978
12979         * config.guess:  Merge from FSF:
12980
12981         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
12982
12983         * config.guess (Pyramid*:OSx*:*:*): New case.
12984         (PATH): Add /.attbin at end for finding uname.
12985         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
12986
12987         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
12988
12989         * config.guess (M88*:DolphinOS:*:*): New case.
12990
12991         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
12992
12993         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
12994         to select whether to use ELF or COFF.
12995
12996         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
12997
12998         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
12999
13000         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13001
13002         * config.guess: Guess the OS version for HPUX.
13003
13004         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
13005
13006         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13007
13008 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13009
13010         * configure.in: Recognize --with-headers, --with-libs, and
13011         --without-newlib.
13012         * Makefile.in (all-xiberty): Depend upon all-ld.
13013
13014 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13015
13016         * configure.in: Change i[34]86 to i[345]86.
13017
13018 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13019
13020         * configure (version): A few more tweaks to help message.
13021
13022 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13023
13024         * Makefile.in:  Remove (for now) librx as a host library,
13025         now that we're building it for target.
13026
13027 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13028
13029         * configure: Fix up help message; from karl@owl.hq.ileaf.com
13030         (Karl Berry).
13031
13032 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13033
13034         * configure.in:  Also configure librx.
13035
13036 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13037
13038         * Makefile.in:  Update various rules to reflect that librx
13039         is now needed for libg++.
13040
13041 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13042
13043         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13044
13045 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
13046
13047         * configure.in: Configure the examples directory.
13048
13049 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13050
13051         * configure: Simplify Jun 2 1994 change.
13052
13053 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13054
13055         * change CC to /usr/latest/bin/gcc for lynx host builds, since
13056         /bin/gcc isn't good enough to build gcc.
13057
13058 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
13059
13060         * Makefile.in (GDB_SUPPORT_FILES): Remove
13061         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
13062         (gdb.tar.gz): Add new rule to use standard distribution building
13063         mechanism.
13064
13065 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13066
13067         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
13068         Bill Cox <bill@cygnus.com>.
13069
13070 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13071
13072         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
13073
13074 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
13075
13076         * configure:  Search current dir first in .gdbinit.
13077
13078 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13079
13080         * config.sub:  Recognize freebsd (merged from gcc config.sub).
13081
13082 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13083
13084         * config.sub:  Refer to NeXT's operating system as nextstep.
13085
13086         * config.sub (case $basic_machine):  Re-order the cases, to match
13087         the order in the FSF version (which is mostly alphabethical).
13088         Merge in some additions and changes from the FSF.
13089
13090 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
13091
13092         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13093         * config.sub: Recognize cxux7.
13094         * configure.in: Use mh-cxux for m88k-harris-cxux*.
13095
13096 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13097
13098         * config.sub:  Fix typo powerpc -> powerpc-*.
13099
13100 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
13101
13102         * Makefile.in: `all-emacs19' depends on `all-byacc'.
13103
13104         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13105         parallel with all-emacs and install-emacs).  Top-level command
13106         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13107
13108 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13109
13110         * test-build.mk ($(host)-stamp-stage2-installed): Remove
13111         $(relbindir)/make before doing ``make install'', and use
13112         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
13113         installing over running make binary.
13114         ($(host)-stamp-stage3-installed): Likewise.
13115
13116 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13117
13118         * config.guess: Recognize Mach.
13119
13120 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13121
13122         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13123         see whether --exec-prefix was used.
13124
13125 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13126
13127         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
13128
13129 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13130
13131         * Makefile.in: Add all-librx target similar to all-libproc.
13132
13133 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
13134
13135         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
13136         with post 1.2 uname bogosity.
13137
13138 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13139
13140         * configure: Remove temporary files on receipt of a signal.
13141
13142 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
13143
13144         * configure: If there is a package_makefile_frag, remove
13145         ${subdir}/Makefile.tem after copying it in.
13146
13147 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13148
13149         * build_all.mk: support rs6000 lynx identifies itself as
13150         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
13151         since /bin/gcc is too feeble to compile a modern gcc.
13152
13153 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13154
13155         * brought devo/test-build.mk update-to-date with progressive/
13156           test-build.mk. Add lynx targets and hppa flag info.
13157
13158 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13159
13160         * configure.in:  Use mh-ncrsvr43.  Patch from
13161         Tom McConnell <tmcconne@sedona.intel.com>.
13162
13163 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13164
13165         * config.guess (i386-unknown-bsdi):  No longer need to
13166         check #if defined(__bsdi__) && defined(__i386__).
13167
13168 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13169
13170         * configure: Set program_transform_nameoption correctly.
13171
13172 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13173
13174         * brought build-all.mk update-to-date with progressive build-all.mk,
13175           added new targets and hppa info.
13176
13177 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13178
13179         * configure: If config.guess result is a prefix of the user
13180         specified target, assume a native build and use the user specified
13181         target as the host alias.  Remove SunOS patch suffix removal hack.
13182         * configure.in: Remove SunOS patch suffix removal hack.
13183
13184         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13185         in NATIVE_CHECK_MODULES.
13186
13187 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
13188
13189         * Makefile.in: Rename HOST_ONLY to NATIVE.
13190         * configure: Delete SunOs patch suffix from host_canonical
13191           and build_canonical variables that are prepended to Makefiles.
13192         * configure.in: Add comments for easier maintenance.
13193
13194 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13195
13196         * Makefile.in: Add all-libproc target similar to all-gui.
13197
13198 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
13199
13200         * Makefile.in (CHECK_MODULES): split into
13201         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13202
13203 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
13204
13205         * config.guess (i386-unknown-bsdi): New system to guess.
13206
13207 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13208
13209         * Makefile.in: Add all-gui target (but not yet build by "all").
13210
13211 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
13212
13213         * config.sub: Move deletion of patch suffix from here...
13214         * configure.in: To here, at Ian's suggestion.  The top-
13215           level scripts might need to know of a patch level.
13216
13217 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
13218
13219         * config.sub: Strip off patch suffix so rtl is recognized
13220           as a sunos4.1.3 machine, even though it's been patched.
13221
13222 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
13223
13224         * Makefile.in (INSTALL_LAST): Delete.
13225         (INSTALL_DOSREL): New.
13226
13227 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13228
13229         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13230         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13231         whether we pass down --with-gnu-ld anyhow.
13232
13233 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
13234
13235         * Makefile.in (INSTALL_LAST): Change operation so it works
13236         on more flavors of make.
13237         * configure.in (go32): Don't build libg++ or libio.
13238
13239 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
13240
13241         * Makefile.in (Move HOST_PREFIX_1 and friends up so
13242         they can be overriden by templates.
13243
13244 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
13245
13246         * configure.in (target==go32): Don't build gdb.
13247         * dosrel: New directory.
13248
13249 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
13250
13251         * configure.in (host==go32): Configure dosrel too.
13252         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13253         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13254         be set by incoming names or templates.
13255         (INSTALL_LAST): New rule.
13256
13257 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
13258
13259         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13260
13261 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13262
13263         * configure.in (appdirs): New variable.  Currently empty, but will
13264         be used in gas distribution.  If nonempty, lists a set of
13265         directories at least one of which must get configured, or top
13266         level configuration is considered to have failed.
13267         (rs6000-*-lynxos*): Use new file name.
13268
13269 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13270
13271         Eliminate XTRAFLAGS.
13272         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13273         newlib include files using -idirafter, and also use -nostdinc.
13274         (CXX_FOR_TARGET): Likewise.
13275         (XTRAFLAGS): Removed.
13276         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13277         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13278         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13279         ($(DO_X)): Don't pass down XTRAFLAGS.
13280
13281 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13282
13283         * configure.in (mips*-dec-bsd*): New target; do build linker.
13284         (mips*-*-bsd*): New target; don't build linker.
13285
13286 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13287
13288         * configure.in: support rs6000-*-lynxos* configuration.
13289         support sunos4 as a cross target.
13290
13291         * config.sub: look for lynx*, not lynx since the OS version may
13292         legitimately be part of the name.
13293
13294 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13295
13296         * configure.in (i[34]86-*-sco*): Move to be with other i386
13297         targets.
13298         (romp-*-*): New target.  Skip various binary utilities.
13299         (vax-*-*): New target.  Don't build newlib.
13300         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
13301
13302 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13303
13304         * configure.in: Only set host_makefile_frag if config
13305         directory exists.
13306
13307 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13308
13309         * install.sh: If $dstdir exists, don't check whether each
13310         component does.
13311
13312 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13313
13314         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13315
13316 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
13317
13318         * configure.in (*-*-lynxos*): Don't configure newlib for either
13319         native or cross Lynx.
13320
13321 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
13322
13323         * config.sub (sparc64-elf): Fix os.
13324         (z8k): Remove duplicate.
13325
13326 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13327
13328         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13329         gcc/stmp-fixproto, to try to prevent fixproto from being run.
13330
13331 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
13332
13333         * configure: Make file links cleanly even if Lynx fails on
13334           an NFS symlink (at least fail cleanly).
13335
13336 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13337
13338         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13339         -XNh2000.
13340
13341 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13342
13343         * configure: Unknown options are fatal again.
13344
13345 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
13346
13347         * configure: Ignore --x-includes and --x-libraries, for Autoconf
13348         compatibility.
13349
13350 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
13351
13352         * build-all.mk: Add `clean' target.
13353
13354 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13355
13356         * config.guess:  Add SINIX support.
13357         * configure.in:  Add mips-*-sysv4* support.
13358
13359 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
13360
13361         * build-all.mk: Document all useful targets.
13362         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13363         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13364
13365 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13366
13367         * configure: Support --silent, --quiet.
13368
13369 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13370
13371         * configure: Support --disable-FEATURE.
13372
13373 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13374
13375         * config.guess: Recognize NCR running SVR4.3.
13376
13377 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13378
13379         * config.guess:  Make BSDI generate i386-unknown-bsd386.
13380         Patch from Paul Eggert <eggert@twinsun.com>.
13381
13382 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13383
13384         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13385
13386 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13387
13388         * configure: Make unrecognized options give nonfatal warnings
13389         instead of fatal errors, and pass them to any subdirectory
13390         configures in case they recognize them.
13391         Make --x equivalent to --with-x.
13392
13393 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13394
13395         * configure: Add --enable-* options.  Clean up usage message and
13396         some comments.
13397
13398 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
13399
13400         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13401
13402 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13403
13404         * configure.in (hppa*-*-*): Enable binutils.
13405
13406 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13407
13408         * config.sub: Recognize cisco.
13409
13410 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
13411
13412         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13413
13414 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13415
13416         * config.guess: about target *-hitachi-hiuxwe2, don't print more
13417         than one configuration name.  Add comment.
13418
13419 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
13420
13421         * config.guess: about target *-hitachi-hiuxwe2, fixed
13422         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
13423         macro is incorrect.]
13424
13425 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13426
13427         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13428         than the "make ls" stuff which used to be here.
13429
13430 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13431
13432         * config.guess:  Recognize i[34]86-unknown-freebsd.
13433         From Shawn M Carey <smcarey@rodan.syr.edu>.
13434
13435 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13436
13437         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13438
13439 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
13440
13441         * config.guess: Check for ptx.
13442
13443 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
13444
13445         * config.sub: Add os9k checking.
13446
13447 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13448
13449         * config.guess: Handle OSF1 running on HPPA processors
13450
13451 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
13452
13453         * configure: If subdir configure fails, print out a message with
13454         subdirectory name, in case subdir's configure code didn't identify
13455         itself.
13456
13457 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
13458
13459         * configure.in: Remove embedded newlines from configdirs.
13460         Avoid mismatches of substrings.  Fix matching strings at end
13461         of configdirs.
13462
13463 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
13464
13465         * config.guess:  Add Lynx/rs6000 config support.
13466
13467 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
13468
13469         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13470
13471 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
13472
13473         * configure.in (hppa*-*-osf*): Treat this just like most other
13474         PA configurations (eg no binutils or ld).
13475         (hppa*-*-*elf*): These configurations have binutils and ld.
13476
13477 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13478
13479         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
13480
13481 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13482
13483         * configure.in (rs6000-*-*): Build gas.
13484
13485 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13486
13487         * Makefile.in:  Avoid bug in losing hpux sed.
13488
13489 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13490
13491         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13492         for GDB and GDB has been fixed to not need it.
13493
13494 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13495
13496         * config.guess: Recognize vax hosts.
13497
13498 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13499
13500         * configure (while loop): Don't use "break 2" inside case
13501         statement -- the case statement isn't an enclosing loop.
13502
13503 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13504
13505         * config.guess:  Clean up NeXT support, to allow nextstep
13506         on Intel machines.  Make OS be nextstep.
13507
13508 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
13509
13510         * config.guess: Add alternate forms for Convex.
13511
13512 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
13513
13514         * configure:  Completely rewrite option processing.  Take
13515         advantage of pattern-matching to avoid invoking test frequently.
13516         Also clean up host and target defaulting logic.
13517
13518 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13519
13520         * Makefile.in: Replace all occurrances of "rootme" with "r" and
13521         "$${rootme}" with "$$r", to increase the likelihood that the do-*
13522         commands (plus user environment) will fit SCO limits.
13523
13524 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13525
13526         * configure.in: Don't issue warnings about directories which are
13527         not being configured if -norecursion is set.  Correct test for
13528         --with-gnu-as and --with-gnu-ld to not get confused by substring
13529         matches.
13530
13531         * configure.in: Don't build gas for alpha-dec-osf1*.
13532
13533 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
13534
13535         * configure:  Back out Per's change of 12/19/1993.  It changes the
13536         behavior of configure in unexpected and confusing ways.
13537
13538         Also, use different delim char when calculating
13539         program_transform_name so that the name can contain slashes.
13540
13541 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
13542
13543         * configure.in, config.sub: Add support for VSTa micro-kernel.
13544
13545 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
13546
13547         * configure.in: Nuke hacks which were used to get a special
13548         version of GAS for HPPA configurations.
13549
13550 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13551
13552         * configure:  If only ${target_alias} is given, use that
13553         as the default for ${host_alias}.
13554         * configure:  Add missing back-slashes before nested quotes.
13555
13556 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
13557
13558         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13559
13560 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
13561
13562         * config.guess:  Recognize some Tektronix configurations.
13563         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13564
13565 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
13566
13567         * config.sub: Match any flavor of SH.
13568
13569 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
13570
13571         * configure.in: Don't try to configure newlib for Alpha.
13572
13573 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13574
13575         * configure.in: Don't build ld for Irix 5.  Don't build gas,
13576         libg++ or libio for any Alpha target.
13577
13578         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
13579
13580 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
13581
13582         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13583         default arguments -- so it tried to compress itself.
13584
13585 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
13586
13587         * configure.in (notsupp): ensure that a space is always at the end
13588           of the configdirs list, since the grep checks for an explicit space
13589
13590 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13591
13592         * configure.in (target i386-sysv4.2): don't build ld, since static
13593           versions of many libraries are not available.
13594
13595 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13596
13597         * config.guess: Recognize Apollos (using environment variables).
13598         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13599
13600 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13601
13602         * config.guess: Recognize Sony news mips running newsos.
13603
13604 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
13605
13606         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13607         "fi ; else" for bash.
13608
13609 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
13610
13611         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13612
13613 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
13614
13615         * config.sub: accept unixware as an alias for svr4.2.
13616         Fix some inconsistancies with the gcc version.
13617
13618 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13619
13620         * Makefile.in (DISTDOCDIRS):  Add gdb.
13621
13622 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13623
13624         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
13625
13626 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
13627
13628         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13629         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13630         this now.
13631
13632 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13633
13634         * config.sub: Accept hiux* as an OS name.
13635
13636         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13637         etc/make-stds.texi.  The underscore came from gcc, and dje now
13638         agrees that RUNTESTFLAGS is the correct name.
13639
13640 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13641
13642         * install.sh:  Remove 'set -e'.  It makes any conditionals
13643         in the script useless.
13644
13645         * config.guess: Automatically recognize arm-acorn-riscix
13646         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13647
13648 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
13649
13650         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13651
13652 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
13653
13654         * Makefile.in (DISTDOCDIRS): New variable.
13655         (taz): Edit local Makefile.in sooner, instead of proto-toplev
13656         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
13657
13658 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13659
13660         * configure.in (hppa target): check the source directory for the
13661           pagas sub-directory
13662
13663 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
13664
13665         * config.sub: Allow -aout* and -elf*.
13666
13667 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
13668
13669         * configure.in: Don't build ld on i386-solaris2, same as for
13670         sparc-solaris2.
13671
13672 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13673
13674         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13675
13676 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13677
13678         * configure.in:  Configure gdb for alpha.
13679
13680 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13681
13682         * Makefile.in (CXXFLAGS): Add -O.
13683
13684 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13685
13686         * config.guess: added support for DG Aviion
13687
13688 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
13689
13690         * configure.in: Produce warning message for subdirectories not
13691         configurable for this host/target combination.  Don't try to
13692         configure gdb for vms.
13693
13694 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
13695
13696         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13697         appropriate files before making "diststuff".
13698         (DISTBISONFILES): New var: list of files to be edited.
13699         (DISTSTUFFDIRS): Add binutils.
13700
13701 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13702
13703         * config.sub: also handle mipsel and mips64el (for little endian mips)
13704
13705 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13706
13707         * configure.in: Add * to end of all OS names.
13708
13709 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
13710
13711         * configure.in: Build newlib for LynxOS native.
13712
13713 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13714
13715         * config.guess: Add support for delta 88k running SVR3.
13716
13717         * configure.in: Add comment about HP compiler vs. emacs.
13718
13719 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13720
13721         * configure.in: don't build ld on solaris2 (not a viable option
13722           due to bugs in getpwnam & getpwuid)
13723
13724 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
13725
13726         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13727         config.guess will produce a full version number.
13728
13729 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13730
13731         * configure.in: Build linker and binutils for alpha-dec-osf1.
13732
13733 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13734
13735         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13736         and gdb/testsuite/Makefile.in.
13737
13738 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13739
13740         * configure.in: recognize mips*- instead of mips-
13741
13742 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
13743
13744         * config.sub: Accept linux*coff and linux*elf as operating
13745         systems.
13746
13747 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13748
13749         * config.sub: Recognize mips64, and mips3 as an alias for it.
13750
13751 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13752
13753         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13754         gdb knows how to handle OSF/1 shared libraries.
13755
13756 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13757
13758         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13759         * config.guess: Recognize Hitachi's HIUX.
13760         * config.sub: Recognize h3050r* and hppahitachi.
13761         Remove redundant cases for hp9k[23]*.
13762
13763 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13764
13765         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13766         if gas and ld are in the source tree and are in ${configdirs}.
13767         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
13768         --with options (but still pass them down on the command line,
13769         if they were explicitly specified).
13770
13771 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13772
13773         * configure: substitute SHELL value in Makefile.in with
13774         ${CONFIG_SHELL}
13775
13776 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13777
13778         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13779         *-*-solaris2* targets.
13780
13781 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13782
13783         * Makefile.in: define M4, and pass it down to sub-makes;
13784         all-autoconf now depends on all-m4
13785
13786 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13787
13788         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13789         presence of {ar,ranlib} instead of a configured directory
13790
13791 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
13792
13793         * config.guess: Accept 34?? as well as 33?? for NCR.
13794
13795 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13796
13797         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13798         of 'gas' in sed commands, since 'gash' is now in the tree as well.
13799
13800 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13801
13802         * configure: grab values for $(CC) and $(CXX) from the
13803         environment, so that someone can do "CC=gcc configure; make" and
13804         have it work right (matching the way that autoconf works now)
13805
13806         * configure.in, Makefile.in: add support for gash, the tcl
13807         interface to Galaxy
13808
13809         * config.guess: add NetBSD variants (hp300, x86)
13810
13811 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
13812
13813         * install.sh: Support -d option (in the manner of SunOS 4 install,
13814         as it is more deterministic than that of GNU install)
13815         (chmodcmd): Set file to mode 755 by default (should also do default
13816         chgrp and chown, but I don't feel like dealing with that now)
13817
13818 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
13819
13820         * config.sub: Remove h8300hhms alias.
13821
13822 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13823
13824         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13825
13826 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13827
13828         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13829         as stmp-fixinc
13830
13831 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
13832
13833         * config.sub: recognize m88110-bug-coff.
13834
13835 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13836
13837         * Makefile.in (all-libio): all dependencies on the toolchain used
13838         to build this (gcc, gas, ld, etc)
13839
13840 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13841
13842         * config.guess: Deal with OSF/1 1.3 on alpha.
13843
13844 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13845
13846         * install.sh: add some 'else true' clauses for portability
13847
13848         * configure.in: don't build libio for h8[35]00-*-* targets
13849
13850 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13851
13852         * Makefile.in:  Add support for new libio.
13853
13854 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13855
13856         * install.sh: If one command fails, don't try the rest.  Don't try
13857         to remove $dsttmp (via trap) unless we have already created it.
13858         If $src doesn't exist, detect it and exit with an error.
13859
13860         * config.guess: Recognize BSD on hp300.
13861
13862 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13863
13864         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13865         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13866
13867 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
13868
13869         * Makefile.in (all-send-pr): depends on all-prms
13870
13871 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13872
13873         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13874
13875 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13876
13877         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13878         Added test for mips-mips-riscos5.
13879
13880 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13881
13882         * configure.in: use mh-hp300 for 68k HP hosts
13883
13884 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13885
13886         * configure: add support for CONFIG_SHELL, so that you can use
13887         some alternate shell for evaluating configure scripts
13888
13889 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
13890
13891         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
13892         in configure script to bug-gdb@prep.ai.mit.edu when building
13893         distribution archive.
13894         * Makefile.in (COMPRESS):  Remove def.
13895         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
13896         gdb.tar.Z and make-gdb.tar.Z respectively.
13897         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
13898         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
13899         to convergence with 'taz' target in Makefile.in.
13900
13901 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13902
13903         * install.sh (dsttmp): use trap to ensure that tmp files go
13904         away on error conditions
13905
13906 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13907
13908         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13909
13910 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13911
13912         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13913         its parent is '/' not ''.
13914
13915         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13916
13917 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
13918
13919         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13920         that ${newsrcdir}/configure.in does.
13921
13922 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13923
13924         * test-build.mk: support for CONFIG_SHELL
13925
13926 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
13927
13928         * config.sub (netware):  Add as a basic system type.
13929
13930 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
13931
13932         * Makefile.in (Makefile): depend on configure.in.  Also drop the
13933           $(srcdir)/ from the dependency on Makefile.in.
13934
13935 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
13936
13937         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13938         (h8300hhms is temporary until multi-libraries are implemented).
13939         * configure.in: Handle h8300h too.
13940
13941 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13942
13943         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13944
13945 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
13946
13947         * configure:  Remove extraneous output when guessing host type.
13948         * config.guess:  Remove extraneous output when guessing using C
13949         compiler rather than uname, or when guessing fails.
13950
13951 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
13952
13953         * Makefile.in: remove all.cross and install.cross targets
13954
13955         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13956           definitions
13957
13958 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
13959
13960         * configure.in (target sh): Build gprof.
13961
13962 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13963
13964         * config.sub: change -solaris to -solaris2
13965
13966 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13967
13968         * configure.in: Use config/mh-riscos for mips-*-sysv*.
13969
13970 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
13971
13972         * configure: Correct error message for missing Makefile.in to
13973         print correct directory.
13974
13975 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13976
13977         * install.sh: kludge around 386BSD shell bug
13978
13979 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
13980
13981         * config.guess:  Recognize NeXT.
13982         * config.guess:  Recognize i486-ncr-sysv4.
13983         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
13984
13985 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
13986
13987         * Makefile.in (MAKEINFOFLAGS): New variable.
13988         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
13989         * build-all.mk, test-build.mk: Pass down --no-split as
13990         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
13991
13992 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
13993
13994         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
13995
13996 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
13997
13998         * Makefile.in (libg++.tar.z):  New rule.
13999         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
14000         * Makefile.in (taz):  Only do a single chmod.
14001
14002 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14003
14004         * install.sh: don't use dirname anymore (replaced with sed usage)
14005
14006 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
14007
14008         * Makefile.in:  Change extension for gzip'd files from '.z' to
14009         '.gz' per new FSF standard usage.
14010
14011 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14012
14013         * configure: put quotes around the final value of program_transform_name
14014
14015 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14016
14017         * Makefile.in: new install.sh support; update install-info rules
14018
14019 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
14020
14021         * configure.in: Build diff for crosses, but not for go32 host.
14022
14023         * configure.in: Build gprof only for native, and don't build it
14024         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14025
14026 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
14027
14028         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14029
14030 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14031
14032         * configure.in (host_tools): Add prms.
14033
14034 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14035
14036         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14037         with $(FLAGS_TO_PASS) on the command line
14038
14039         * config.sub: Recognize lynx and lynxos
14040
14041 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14042
14043         * config.sub: Accept -ecoff*, not just -ecoff.
14044
14045 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14046
14047         * Makefile.in (taz): Use .gz suffix instead of .z.
14048         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14049         names.
14050
14051 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14052
14053         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14054
14055 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14056
14057         * Makefile.in (install-no-fixedincludes):  install gcc last, so
14058         that rebuilds that might happen during 'make install' don't get
14059         bogus gcc include files
14060
14061 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14062
14063         Change from Utah for HPPA support:
14064         * config.guess: Recognize hppa1.x-hp-bsd.
14065
14066 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
14067
14068         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
14069         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14070
14071 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14072
14073         * config.sub: Add support for rom68k and bug boot monitors.
14074
14075 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
14076
14077         * Makefile.in: Make all-opcodes depend on all-bfd.
14078
14079 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14080
14081         * config.guess: Added special check for i[34]86-univel-sysv4*.
14082
14083 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
14084
14085         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14086         the processor rather than assuming i486.
14087
14088 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14089
14090         * config.guess: Recognize SunOS6 as Solaris3.
14091
14092 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
14093
14094         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
14095         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14096
14097 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
14098
14099         * build-all.mk (all-cross): New target for Canadian Cross.
14100         Added Q2 go32 targets.
14101         * test-build.mk: Configure go32 cross sparclite-aout and
14102         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
14103         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14104
14105 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14106
14107         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14108         GO32 hosted toolchains
14109
14110 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14111
14112         * configure: change  so "-exec-prefix" gets passed down rather
14113         than "-exec_prefix" so autoconf generated Makefiles get the
14114         exec_prefix set right.
14115
14116 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14117
14118         * config.guess: get the Solaris2 minor version number
14119
14120         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14121
14122 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14123
14124         * config.guess: Recognize some Sequent platforms.
14125
14126 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14127
14128         * Makefile.in: added the vault-install target
14129
14130         * configure.in: actually use the Sun3 makefile fragment that's in
14131         config, also added the release dir to configdirs
14132
14133 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14134
14135         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14136
14137 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14138
14139         * configure.in: remove some program from Alpha targetted toolchains
14140
14141 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
14142
14143         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
14144         gprof.
14145         (taz): Run "make diststuff" in those directories instead of "make
14146         proto-dir".  Look for "VERSION=" only at start of line in subdir
14147         Makefile.  Use "gzip -9" for compression.
14148         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14149         (binutils.tar.z): New target.
14150
14151 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14152
14153         * Makefile.in (taz): Include gpl.texinfo.
14154
14155 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14156
14157         * Makefile.in (setup-dirs): Merged into "taz" target.
14158         (taz): Only do `proto-dir' stuff if a directory is actually needed
14159         for this target.
14160
14161 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
14162
14163         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14164         (FLAGS_TO_PASS): Pass down MUNCH_NM.
14165         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14166         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14167         (gcc-no-fixedincludes): Correct for current gcc Makefile.
14168
14169 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
14170
14171         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
14172         config.sub, and move-if-change to gdb testsuite distribution
14173         archive, so the testsuite can be extracted, configured, and
14174         run separately from the gdb distribution.  Blow away the Chill
14175         tests that require a Chill compiled executable, since GNU Chill
14176         is not yet publically available.
14177
14178 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14179
14180         * test-build.mk: set environment variables in a single command,
14181         instead of a list of assignments and exports
14182
14183         * config.guess: recognize Alpha/OSF1 systems
14184
14185 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14186
14187         * configure: Change help message to prefer --options rather than
14188           -options.
14189
14190 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14191
14192         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14193         zippy@ecst.csuchico.edu.
14194         * config.guess: Recognize miniframe.
14195
14196 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14197
14198         * Makefile.in: Use srcroot to find runtest rather than rootme.
14199         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14200
14201 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14202
14203         * test-build.mk: Extensive additions to support building on a
14204         machine other than the host.
14205
14206 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14207
14208         * configure (tooldir): Fix for i386-aix again.
14209
14210 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
14211
14212         * configure, Makefile.in:  Change definition of $(tooldir)
14213         to match the FSF.
14214
14215 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
14216
14217         * config.guess:  Recognize i[34]86/SVR4.
14218
14219 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14220
14221         * Makefile.in (all-gdb): gdb depends on sim.
14222
14223 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
14224
14225         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
14226         at the same time we make the prototype gdb directory.
14227         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
14228         files at the same time as the gdb base release distribution.
14229
14230 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
14231
14232         * Makefile.in (check): Use individual check targets rather than
14233         DO_X rule.
14234         (check-gcc): Added.
14235
14236 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
14237
14238         * config.sub: Use sysv3.2 not sysv32 for canonical OS
14239         for System V release 3.2.
14240
14241 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14242
14243         * config.sub: Recognize hppaosf.
14244         * configure.in: Do configure ld/binutils/gas for it.
14245
14246 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14247
14248         * configure (tooldir): Alter syntax used to set this, for systems
14249         where "\$" isn't handled right, like i386-aix.
14250
14251 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14252
14253         * configure: Pass program-transform-name, not
14254         program_transform_name, to recursive configures.
14255
14256 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
14257
14258         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14259         of gas+ld+binutils.
14260
14261 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
14262
14263         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
14264
14265 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14266
14267         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14268
14269 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14270
14271         * Makefile.in (PRMS): Set back to all-prms.
14272
14273 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
14274
14275         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14276         targets, rather than for MIPS hosts.
14277
14278 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14279
14280         * configure.in: add comment for --with-x default values
14281
14282         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14283
14284         * Makefile.in: add check-* targets for each of the directories in
14285         the tree.  Add a definition of RUNTEST that will use the one we
14286         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
14287
14288 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
14289
14290         * configure.in: Removed obsolete references to bfd_target and
14291         target_makefile_frag.
14292
14293         * build-all.mk: Set assorted targets for Q2.
14294         * config.sub: Recognize z8k-sim and h8300-hms.
14295         * test-build.mk: Really don't pass host to configure.
14296         (HOLES): Added uname.
14297
14298 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
14299
14300         * configure: Handle an empty program-prefix, program-suffix or
14301         program-transform-name correctly.
14302
14303 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
14304
14305         * build-all.mk: -G 8 no longer required for MIPS targets.
14306         * test-build.mk: Don't pass host argument to configure; make it
14307         guess.
14308
14309 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
14310
14311         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
14312         * Makefile.in (COMPRESS):  New macro, like GZIP.
14313
14314 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14315
14316         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14317
14318         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14319         with gas currently defaults to -G 0.
14320
14321 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
14322
14323         * Makefile.in (all-flex): flex depends on byacc.
14324
14325         * build-all.mk: If host not specified, use config.guess.  Pass TAG
14326         to test-build.mk as RELEASE_TAG.
14327         * test-build.mk (configargs): New variable containing arguments to
14328         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
14329         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14330
14331         * config.guess: Use /bin/uname when checking -X argument on SCO,
14332         to avoid invoking GNU uname which doesn't understand -X.
14333
14334         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14335
14336         * configure.in: Build gas for mips-*-*.
14337
14338 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14339
14340         * Makefile.in (all.normal): insert missing backslash.
14341
14342 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14343
14344         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
14345
14346         * Makefile.in: Complete overhaul to merge many almost identical
14347         targets.
14348
14349 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14350
14351         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14352         (gdb.tar.Z): Adjusted.
14353
14354         * Makefile.in (setup-dirs, taz): New targets; should be general
14355         enough to adapt for gdb sometime.  Build only .z file.
14356         (gas.tar.z): New target.
14357
14358 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
14359
14360         * build-all.mk: Use CC=cc -Xs on Solaris.
14361
14362 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
14363
14364         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
14365         for handling BISON for FSF releases.
14366
14367 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14368
14369         * configure: Actually implement the change zoo just documented.
14370
14371 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
14372
14373         * configure: when using config.guess, only set target_alias when
14374         it's not already been set (ie, on the command line)
14375
14376 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14377
14378         * Makefile.in: add installcheck target, set PRMS to install-prms
14379
14380 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14381
14382         * configure: add support for package_makefile_fragment, handle the
14383         case where a directory has a configure.in file but no Makefile.in
14384         more gracefully (with an actual understandable error message, even);
14385         add support for --without (and add this to the usage message); also
14386         explicitly add a --host=${host_alias} to the command line when
14387         config.guess is used
14388
14389 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
14390
14391         * configure: Must use both --host and --target in recursive calls.
14392
14393 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14394
14395         * Makefile.in: Change deja-gnu to dejagnu.
14396
14397 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14398
14399         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14400
14401 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14402
14403         * configure.in: canonicalize all instances to *-*-solaris2*,
14404         also strip out a number of tools to not build for go32 host
14405
14406 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14407
14408         * config.guess: add GPL.
14409
14410         * Makefile.in, config.guess, config.sub, configure: bump
14411           copyrights to 93.
14412
14413 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
14414
14415         * Makefile.in (do-info): Removed obsolete check for existence of
14416         localenv file.
14417
14418         * Makefile.in (MAKEOVERRIDES): Define to be empty.
14419
14420 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14421
14422         * Makefile.in: a couple of 'else true' for decstation,
14423         support for TclX
14424
14425         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14426
14427 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
14428
14429         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14430
14431 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
14432
14433         * config.guess: Recognize i386-ibm-aix (PS/2).
14434         * configure.in: Use config/mh-aix386 file for it.
14435
14436 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
14437
14438         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14439         CC_FOR_TARGET instead.
14440         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14441
14442 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
14443
14444         * Makefile.in: Add sim to list of directories sent with gdb
14445
14446 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14447
14448         * configure.in: Put back mips-dec-bsd* case.
14449
14450 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
14451
14452         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14453         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
14454         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
14455
14456 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14457
14458         * configure.in: remove no-op mips-dec-bsd* in "case $target"
14459
14460         * Makefile.in (dir.info): only run gen-info-dir if it exists,
14461         (install-info): install dir.info only if it exists,
14462         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14463
14464 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
14465
14466         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
14467         gas for mips-dec-bsd.
14468
14469 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
14470
14471         * configure (makesrcdir): If ${srcdir} is relative and not ".",
14472         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14473
14474 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
14475
14476         * configure.in: Added "dejagnu" to hosttools list.
14477
14478 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
14479
14480         * config.sub, configure.in, config.guess:  Add support
14481         for Bosx, an AIX variant from Bull.
14482         Patches from F.Pierresteguy@frcl.bull.fr.
14483
14484 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
14485
14486         * devo/dejagnu: Initial creation of devo/dejagnu.
14487         Migrated dejagnu testcases and support files for testing software
14488         tools to reside as subdirectories, currently called "testsuite",
14489         within the directory of the software tool.  Migrated all programs,
14490         support libraries, etc. beloging to dejagnu proper from
14491         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
14492         with no modifications.  The changes to these files which will
14493         allow them to configure, build, and execute properly will be made
14494         in a future update.
14495
14496 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14497
14498         * Makefile.in: Change send_pr to send-pr.
14499         * configure.in: Likewise.
14500         * send_pr: Renamed directory to send-pr.
14501
14502 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
14503
14504         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
14505
14506 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
14507
14508         * README:  Update for gdb-4.8 release.
14509         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
14510         gdb-xxx.tar.z (gzip'd) file also.
14511
14512 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14513
14514         * Makefile.in: make all-diff depend on all-libiberty
14515
14516 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
14517
14518         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14519
14520 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14521
14522         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14523
14524 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
14525
14526         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
14527         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
14528         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
14529
14530 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14531
14532         * Makefile.in:  makeinfo binary is in a new location
14533
14534 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
14535
14536         * config.sub: Accept -ecoff as an OS.
14537
14538         * Makefile.in: Various changes to eliminate a level of make
14539         recursion and reduce the required command line length.
14540         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14541         sub-makes.
14542         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14543         variables holding settings for specific sub-makes.
14544         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14545         in terms of BASE_FLAGS_TO_PASS.
14546         (TARGET_LIBS): New variable listing directories which use
14547         TARGET_FLAGS_TO_PASS.
14548         (subdir_do): Eliminated.
14549         (do-*): New set of targets to replace subdir_do.
14550         (various): All targets which used subdir_do now depend on do-*.
14551         (local-clean): Renamed from do_clean.
14552         (local-distclean): New target, dependency of distclean and
14553         realclean.
14554         (install-info): Don't create directories.  Depend on dir.info
14555         rather than calling make recursively.
14556         (install-dir.info): Eliminated.
14557         (install-info-dirs): Create all info directories here.
14558         (dir.info): Depend upon do-install-info.
14559
14560         * test-build.mk (HOLES): Added false.
14561
14562 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
14563
14564         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
14565
14566 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14567
14568         * Makefile.in (info): remove dependency on all-texinfo.  The
14569         problem was really in texinfo/C, not at this level.
14570
14571 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
14572
14573         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14574
14575 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
14576
14577         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
14578         GDB releases.
14579
14580 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14581
14582         * configure: Include srcdir in message about target of link not
14583         being found.  Don't convert `-' to `_' in `with' options being
14584         passed to subdirs.
14585
14586 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14587
14588         * configure.in: add uudecode to host_tools
14589
14590         * Makefile.in: added {all,install}-uudecode targets, added them to
14591         the appropriate lists
14592
14593 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
14594
14595         * Makefile.in (all-gcc): Added dependency on all-gas.
14596
14597         * configure.in (mips-*-*): Build ld and binutils.
14598
14599 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14600
14601         * configure: check return code from mkdir, print error message and
14602           exit on failure.
14603
14604 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
14605
14606         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
14607
14608 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14609
14610         * test-build.mk (HOLES): Added tar, cpio and uudecode.
14611
14612 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
14613
14614         * config.sub (h8500):  Recognize this as a cpu type.
14615
14616 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14617
14618         * configure: source directory missing is no longer a warning
14619
14620         * configure.in: recognize irix[34]* instead of irix[34]
14621
14622         * Makefile.in: define and pass down X11_LIB
14623
14624 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
14625
14626         * guess-systype: Renamed to ...
14627         * config.guess:  ... by popular request.
14628         * configure.in, Makefile.in:  Update accordingly.
14629
14630 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
14631
14632         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
14633         + Add Convex, Cray/Unicos, and Encore/Multimax support.
14634         + Execute ./dummy instead of assuming . is in PATH.
14635
14636 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
14637
14638         * guess-systype:  New shell script.  Attempts to guess the
14639         canonical host name of the executing host.
14640         Only a few hosts are supported so far.
14641         * configure:  Call guess-systype if no host is specified.
14642
14643 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
14644
14645         * Makefile.in (gcc-no-fixedincludes): Made to work with current
14646         gcc Makefile.
14647
14648
14649 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
14650
14651         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14652         (all-gcc, install-gcc, subdir_do): Use it.
14653
14654 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
14655
14656         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14657
14658 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
14659
14660         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14661           set exclusively by configure, using configure.in .
14662
14663 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14664
14665         * test-build.mk: set $PATH for all builds
14666
14667         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14668
14669 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
14670
14671         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
14672         the one used in gcc/Makefile.in, so that a null expansion doesn't
14673         override the one needed to build gcc with a native cc.
14674
14675
14676 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14677
14678         * configure: Accept -with arguments.
14679
14680 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14681
14682         * Makefile.in: added h8300sim
14683
14684 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
14685
14686         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14687         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
14688         (all-cygnus, native, build-cygnus): Make
14689         $(canonhost)-stamp-3stage-done, not $(host)....
14690         * test-build.mk (stamp-3stage-compared): Use tail +10c for
14691         i386-sco3.2v4.  Added else true to if command.
14692
14693 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
14694
14695         * config.sub: (from FSF) Sequent uses a BSD-like OS.
14696
14697 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
14698
14699         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14700
14701 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14702
14703         * configure.in: don't remove binutils from Solaris builds
14704
14705 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
14706
14707         * Makefile.in: get rid of earlier definitions for *clean,
14708         also handle the recursive info rule better
14709
14710 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
14711
14712         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
14713         do more-or-less the right thing.
14714
14715 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
14716
14717         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14718         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14719
14720 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14721
14722         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14723         $(host_canonical).
14724
14725         * configure.in: split the configdirs list into 4 categories (native
14726         v. cross, library v. tool) and handle the cross-only and native-
14727         only in more reasonable (and correct!) way.
14728
14729 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
14730
14731         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
14732         configdirs anymore.
14733
14734 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14735
14736         * Makefile.in: extensive cleanup::  removed all of the explicit
14737         clean-* targets, collapsed many wrappers around subdir_do into
14738         one, added additional targets to satisfy standards.texi, deleted
14739         some old targets, some changes for consistency
14740
14741 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14742
14743         * configure.in: handle some programs as cross-only, and others as
14744         native only
14745
14746         * test-build.mk: handle partial holes in a more generic manner
14747
14748         * Makefile.in: m4 depends on libiberty
14749
14750 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14751
14752         * configure.in: add m4, textutils, fileutils, sed, shellutils,
14753         time, wdiff, and find to configdirs
14754
14755         * Makefile.in: all, clean, and install rules for the new programs
14756         added to configure.in
14757
14758 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14759
14760         * configure.in: use mh-sun for all *-sun-* hosts
14761
14762 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14763
14764         * Makefile.in: define flags for X11 include files and library file
14765         locations, pass them down to the programs that need this info
14766
14767         * build-all.mk: added a 'native' target, to 3stage the native toolchain
14768
14769 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14770
14771         * configure.in: start building libg++ for HP-UX targets
14772
14773 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
14774
14775         * README:  Update references to files moved into etc/.
14776
14777 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
14778
14779         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
14780         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
14781
14782 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
14783
14784         * configure: accept dash as well as underscore in long option
14785         names for FSF compatibility.
14786
14787 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
14788
14789         * config.sub: added -sco3.2v4 support from FSF.
14790
14791 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14792
14793         * configure.in: expand the section that adds or removes
14794         directories from the list of programs to build, to handle native
14795         vs. cross in addition to host v. native
14796
14797 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
14798
14799         * Makefile.in:  Replace C++ in macro names with CXX.
14800         This is less likely to break ...
14801
14802 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14803
14804         * test-build.mk: add -w to GNU_MAKE
14805
14806 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14807
14808         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14809         add 'sparc' to list of recognized cpus.  This needed to make
14810         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14811         Delete some redundant ose68 variants.  Recognize -wrs as an os,
14812         then changes that into $CPU-wrs-vxworks.
14813
14814         * configure.in: remove most references to gdbtest, regularize
14815         target based program removal
14816
14817         * test-build.mk: import from p3 tree (many fixes and changes)
14818
14819 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
14820
14821         * Makefile.in: added rules to handle tcl, tk, and expect
14822
14823         * configure.in: handle those directories if they exist
14824
14825 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14826
14827         * config.sub: removed bogus hppabsd and hppahpux names, since
14828         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14829
14830 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14831
14832         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
14833         depends upon all-xiberty
14834
14835         * Makefile.in: changes from p3, including:
14836
14837         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
14838
14839         * Makefile.in (XTRAFLAGS): include newlib directories if
14840         newlib/Makefile exists, rather than if host != target.
14841
14842         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
14843
14844         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14845         from the same source tree and not building a cross-compiler.  This
14846         matters for the libg++ configuration if reconfiguring a tree that
14847         has already been installed.
14848
14849         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
14850
14851         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14852         pick up the machine and system specific header files.
14853
14854         * Makefile.in: added AS_FOR_TARGET, passed down in
14855         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
14856         the C compiler to use to create programs which are run in the
14857         build environment, set it to default to $(CC), and passed it down
14858         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14859
14860         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
14861
14862         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14863         We need them for unusual native builds, like systems without
14864         ranlib.
14865
14866         * configure: also define $(host_canonical) and
14867         $(target_canonical), which are the full, canonical names for the
14868         given host and target
14869
14870 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
14871
14872         * Makefile.in:  Added separate definitions for C++.
14873
14874 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
14875
14876         * configure.in (configdirs):  Add deja-gnu.
14877
14878 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
14879
14880         * README:  Update for configure.texi and gdb-4.7 release.
14881
14882 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
14883
14884         * Makefile.in:  Move "all" target to top of file.
14885         Previously, first target was ".PHONY" which caused BSD4.4 make
14886         to build .PHONY when make was run without arguments.
14887
14888 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
14889
14890         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
14891         Library-copylefted code in libiberty.
14892
14893 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
14894
14895         * config.sub:  Replace m68kmote with plain old m68k.
14896
14897 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
14898
14899         * Makefile.in:  Remove space from blank line, avoid Make complaints.
14900
14901 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
14902
14903         * config.sub: Complain if no argument is given.  Added support for
14904         386bsd as OS and target alias.
14905
14906 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
14907
14908         * Makefile.in (XTRAFLAGS): include newlib directories if
14909         newlib/Makefile exists, rather than if host != target.
14910
14911 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
14912
14913         * config.sub: recognize sparclite-wrs-vxworks.
14914
14915         * Makefile.in (install-xiberty): added *-xiberty make rules (from
14916         p3.) Added clean-xiberty to clean.
14917
14918 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14919
14920         * configure.in: use *-*-* instead of nested cases for host and target
14921
14922 Tue Sep 29 14:11:18 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 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
14930
14931         * config.sub (i486v/i486v4):  Merge in from FSF version.
14932
14933 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
14934
14935         * configure: only set PWD if it is already set.
14936
14937 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
14938
14939         * configure: just set PWD=`pwd` at the top, since Ultrix sh
14940         doesn't have unset and all success paths (and most error paths)
14941         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14942         to just ${PWD} to avoid confusion.)
14943
14944 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
14945
14946         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14947         even for a native compilation.
14948
14949 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
14950
14951         Changes to make the gdb.tar.Z rule work better.
14952
14953         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
14954         (DEVO_SUPPORT):  Add configure.texi.
14955         (bfd-ilrt.tar.Z):  Remove ancient rule.
14956
14957 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
14958
14959         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14960         pick up the machine and system specific header files.
14961
14962         * configure.in, config.sub: added new target m68010-adobe-scout,
14963         with alias of adobe68k.  Changed configure.in to check for
14964         -scout before -sco* to avoid a false match.
14965
14966         * Makefile.in: added AS_FOR_TARGET, passed down in
14967         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
14968         the C compiler to use to create programs which are run in the
14969         build environment, set it to default to $(CC), and passed it down
14970         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14971
14972 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
14973
14974         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
14975         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
14976         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
14977         FOR_TARGET variants, to newlib and libg++.
14978
14979 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14980
14981         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
14982         first.
14983
14984 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
14985
14986         * config.sub:  Accept `elf' as an environment.
14987
14988 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
14989
14990         * Makefile.in (all-opcodes):  cd into the right directory
14991
14992 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
14993
14994         * configure: added -program_transform_name option, used as
14995         argument to sed when installing programs.
14996         configure.texi: added documentation for -program_prefix,
14997         -program_suffix and -program_transform_name.
14998
14999 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
15000
15001         * config.sub:  Accept i486 where i386 ok.
15002
15003 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
15004
15005         * config.sub: accept we32k
15006
15007 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
15008
15009         * config.sub, configure.in: accept OSE68000 and OSE68k.
15010
15011         * Makefile.in: don't create all directories for ``make install'';
15012         let the subdirectories create the ones they need.
15013
15014 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15015
15016         * COPYING: new file, GPL v2
15017
15018 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15019
15020         * Makefile.in: use the new gen-info-dir, which needs a template
15021         argument (which also lives in texinfo)
15022
15023         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15024
15025 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
15026
15027         * config.sub (ncr3000):  Change i386 to i486.
15028
15029 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15030
15031         * Makefile.in: add install-rcs, install-grep to
15032         install-no-fixedincludes, removed install-bison and install-libgcc
15033
15034 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
15035
15036         * configure.in: grab the HPUX makefile fragment if on HPUX
15037
15038 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15039
15040         * Makefile.in: eradicate bison spoor (ditto libgcc).
15041          configure.in: recognise m68{k,000}-ericsson-OSE.
15042          es1800 is alias for m68k-ericsson-OSE
15043
15044 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15045
15046         * configure.in: rearrange the parts that remove programs from
15047         configdirs, based now on HOST==TARGET or by canonical triple.
15048
15049 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15050
15051         * test-build.mk: recurse explicitly with -f test-build.mk when
15052           appropriate.  predicate stage3 and comparison on the existence
15053           of gcc.  That is, if gcc isn't around, we aren't three-staging.
15054           On very clean, also remove ...stamp-co.  Build in-place before
15055           doing other builds.
15056
15057 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15058
15059         * Makefile.in, configure.in: add tgas
15060
15061 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15062
15063         * Makefile.in: a number of changes merged in from progressive.
15064
15065         * configure.in: add libm.
15066
15067         * .cvsignore: ignore some stuff that comes from test-build.mk.
15068
15069 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
15070
15071         * config.sub:  Add es1800 (m68k-ericsson-es1800).
15072
15073 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15074
15075         * configure: Add program_suffix (parallel to program_prefix)
15076         * Makefile.in: adjust directory-creating script for losing decstation
15077
15078 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
15079
15080         * configure:  Minor $subdir-related fixes.
15081
15082 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15083
15084         * configure: fix various problems with propogating
15085         makefile_target_frag in subdirs.
15086         * configure.in: config libgcc if its there
15087
15088 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
15089
15090         * config.sub:  HPPA merge.
15091
15092 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
15093
15094         * Makefile.in:  Replace all-bison with all-byacc in all
15095         dependency lines for other tools (which now use byacc).
15096
15097 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
15098
15099         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
15100
15101 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
15102
15103         * Makefile.in: make gprof rules similar to byacc rules (instead of
15104         vestigal $(unsubdir) that didn't work...)
15105
15106 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
15107
15108         * config.sub:  Add support for Linux.
15109         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
15110         (at least for libg++).
15111
15112 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
15113
15114         * configure.texi: fix doc for the -nfp option to configure
15115
15116 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
15117
15118         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15119
15120 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
15121
15122         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15123         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15124         * configure.in: added solaris* host_makefile_frag hook.
15125
15126 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15127
15128         * config.sub: changed recognition of m68000 so that various
15129         m68k types can be specified via m680[01234]0
15130
15131 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15132
15133         * config.sub (basic_machine): fix sed so that '-foo' isn't
15134         completely substituted out while .+'-foo' loses the '-foo'
15135
15136 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15137
15138         * config.sub ($os): Add -aout.
15139
15140 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
15141
15142         * configure:  If host_makefile_frag is absolute, don't
15143         prefix ${invsubdir} (relevant to libg++ auto-configure).
15144
15145 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15146
15147         * Makefile.in (tooldir): Define it.
15148         (all-ld): Depend on all-flex.
15149
15150 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
15151
15152         * Makefile.in (check):  Fix libg++ special case.
15153
15154 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
15155
15156         * configure: do not bury `pwd` into config.status, thus do fewer
15157           pwd's.
15158
15159         * configure: print the "Building in" message only when building in
15160           other than "." AND verbose.
15161
15162         * configure: remove -s, rework -v to better accommodate guested
15163           configures.
15164
15165         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15166
15167 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
15168
15169         * Makefile.in: macroize flags passed on recursion.  remove
15170           fileutils.
15171
15172 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
15173
15174         * configure: get makesrcdir right for subdirs deeper than 1.
15175
15176         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15177           install.
15178
15179 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
15180
15181         * Makefile.in: don't print subdir_do or recursion lines.
15182
15183 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
15184
15185         * standards.texi: added menu item.
15186
15187         * Makefile.in: build and install standards.info.
15188
15189         * standards.texi: new file.
15190
15191 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15192
15193         * configure: test for and move config.status pieces from
15194           ${subdir}/.
15195
15196 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
15197
15198         * configure:  Test for existance of files before trying to mv
15199         them, to avoid numerous non-existance messages.
15200
15201 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
15202
15203         * configure: correct final line of config.status.
15204
15205         * configure: patch from eggert.  Avoids a protection problem if
15206           the original Makefile.in is read only.
15207
15208         * configure: use move-if-change from gcc to create config.status.
15209           Some makefiles depend on config.status to tell if a directory
15210           has been reconfigured for a different host.  This change
15211           prevents those directories from remaking everything in the case
15212           where the reconfig was only intended to rebuild a Makefile.
15213
15214         * configure: test for config.sub with "config.sub sun4" rather
15215           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
15216           host alias from a missing config.sub.
15217
15218 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15219
15220         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15221           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
15222
15223 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
15224
15225         * configure: mkdir ${subdir} as needed.
15226
15227 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
15228
15229         * Makefile.in,configure.in: added autoconf.
15230
15231 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15232
15233         * Makefile.in: no longer pass against on recursion.
15234
15235         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15236           definitions are not inherited.
15237
15238         * configure: correct makesrcdir when subdir is .
15239
15240 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
15241
15242         * configure:  Add support for 'subdirs' variable, which is
15243         like 'configdirs', except that configure doesn't re-invoke
15244         itself for subdirs, it just creates a Makefile for each subdir.
15245         * configure.texi:  Document subdirs.
15246
15247 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15248
15249         * configure.in: added flex to configdirs
15250
15251 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
15252
15253         * Makefile.in: remove clean-stamps from clean.
15254
15255 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
15256
15257         * configure.in:  Add gdbtest to configdirs.
15258
15259 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
15260
15261         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
15262         to recursive makes.
15263         * configure.in:  Recognize new ncr3000 config.
15264
15265 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
15266
15267         * Makefile.in, configure.in: removed references to gdbm.
15268
15269 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
15270
15271         * config.sub:  Don't canonicalize os value
15272         newsos* to bsd (readline needs to check for newsos).
15273         (This fix was earlier made Jan 31, but got re-broken.)
15274
15275 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
15276
15277         * configure.in:  sco is an os, not a vendor!
15278
15279         * configure:  Quote $( better.  Keep various shells happy.
15280
15281 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
15282
15283         * Makefile.in: eliminate stamp-files.
15284
15285 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
15286
15287         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
15288           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15289
15290 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
15291
15292         * config.sub:  fix iris/iris3.
15293
15294 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
15295
15296         * configure: re-add -rm.
15297
15298 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
15299
15300         * Maskefile.in: add .stmp-rcs to all.
15301
15302         * configure.in: remove gas from rs6000 build, use aix host fragment.
15303
15304 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
15305
15306         * configure: pass down site_option during recursion.
15307
15308 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
15309
15310         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
15311
15312 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
15313
15314         * configure: Change exec_prefix so that it really defaults to prefix.
15315
15316 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
15317
15318         * Makefile.in, configure.in:  Add support for mmalloc library.
15319
15320 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
15321
15322         * Makefile.in: add stmp dependencies for a few more things.
15323
15324 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
15325
15326         * configure: adjusted error message on objdir/srcdir configure
15327           collision, per john's suggestion.
15328
15329         * Makefile.in: add libiberty stmp to all and all.cross.
15330
15331 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
15332
15333         * Makefile.in: remove force dependencies, add grep to all.
15334
15335 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
15336
15337         * Makefile.in: drop flex.  make stamp files work.
15338
15339         * configure: added test for conflicting configuration in srcdir,
15340           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
15341           gets cranky.  use relative paths for configure and srcdir
15342           whenever possible.  Send some error messages to stderr that were
15343           going to stdout.
15344
15345 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
15346
15347         * Makefile.in:  Fix libg++ rule to check for gcc directory
15348         before using gcc/gcc.  Also pass XTRAFLAGS.
15349
15350 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
15351
15352         * Makefile.in: added stmp-files so that directories aren't polled
15353           when they are already built.
15354
15355         * configure.texi: fixed a node pointer problem.
15356
15357 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
15358
15359         * config.sub configure.in gdb/configure.in
15360         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15361         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15362         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
15363
15364 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15365
15366         * configure: -recurring becomes -silent.  corrected help message
15367           for -site= option.
15368
15369         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15370
15371 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15372
15373         * configure: when building Makefile for crosses, replace
15374           tooldir and program_prefix.  default srcdir from location of
15375           config.sub.  remove "for host in hosts" and "for target in
15376           targets" loops.
15377
15378 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15379
15380         * Makefile.in: Do not pass bindir or mandir to cvs.
15381
15382 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
15383
15384         * Makefile.in, configure.in: removed traces of namesubdir,
15385           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
15386           copyrights to '92, changed some from Cygnus to FSF.
15387
15388         * configure.texi: remove most references to multiple hosts,
15389           multiple targets, subdirs, etc.
15390
15391         * configure.man: removed rcsid. reference config.sub not
15392           config.subr.
15393
15394         * Makefile.in: mkdir $(infodir) on install-info.
15395
15396 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
15397
15398         * configure.texi:  Explain better about .gdbinit and about
15399         the environment that configure.in sections run in.
15400
15401 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
15402
15403         * configure.in:  Ultrix is only a decstation if it's a MIPS.
15404
15405 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
15406
15407         * README:  DOC.configure => cfg-paper.texi.
15408
15409 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
15410
15411         * config.sub (near case $os):  Don't convert newsos* to bsd!
15412
15413 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
15414
15415         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
15416         the number of copies of COPYING that go into the GDB tar file.
15417
15418 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
15419
15420         * bfd/configure.in, gdb/config/mh-i386sco,
15421         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15422         Fix SCO configuration stuff.
15423
15424 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
15425
15426         * Makefile.in:  For libg++, make sure the -I pointing
15427         to the gcc directory goes *after* all the libg++-local -I flags.
15428         Also, move just-gcc dependency from just-libg++ to all-libg++.
15429
15430 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
15431
15432         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
15433
15434 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
15435
15436         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
15437
15438 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
15439
15440         * config.sub:  Add stratus configuration frags.  Also
15441         submitted to FSF.
15442
15443 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
15444
15445         * Makefile.in (DEV_SUPPORT):  add configure.man.
15446
15447         * config.sub(Decode manufacturer-specific):  add -none*.
15448
15449 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
15450
15451         * Makefile.in:  remove form feeds to make Sun's make happy.
15452         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
15453
15454 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
15455
15456         * Makefile.in (AR_FLAGS):  Make quieter.
15457
15458 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
15459
15460         * configure.in:  Add libg++.
15461         * configure:  When verbose, don't output the command line at each
15462         level; it will be unremarkably the same as the previous version,
15463         which will be the same as what the user typed.
15464
15465 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
15466
15467         * configure.in, Makefile.in: fix clean-info, add flex.  add
15468           fileutils.
15469
15470         * configure: be less sensitive to spaces in Makefile.in.  Do not
15471           look for sources in "..".  Doing so breaks subdirectories that
15472           might have their own configure.  If a subdir has it's own
15473           configure script, use it.
15474
15475 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
15476
15477         * cfg-paper.texi: some changes suggested by rms.
15478
15479 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
15480
15481         * config.sub:  Merge in some small additions from the FSF version,
15482         taken from the gcc distribution, to bring the Cygnus and FSF
15483         versions into closer sync.
15484
15485 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
15486
15487         * configure.in:  Changed svr4 references to sysv4.
15488
15489 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
15490
15491         * configure: added -V for version number option.
15492
15493 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
15494
15495         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15496           renamed from DOC.configure to cfg-paper.texi.
15497
15498 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15499
15500         * configure, config.subr, config.sub: config.subr is now
15501           config.sub again.
15502
15503 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
15504
15505         * configure.texi: new file, in progress.
15506
15507         * Makefile.in: build info file and install the man page for
15508           configure.
15509
15510         * configure.man: new file, first cut.
15511
15512         * configure: find config.subr again now that configuration "none"
15513           has gone.  removed all traces of the -ansi option.  removed all
15514           traces of the -languages option.
15515
15516         * config.subr: resync from rms.
15517
15518 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15519
15520         * configure, config.sub, config.subr: merge config.sub into
15521           config.subr, call the result config.subr, remove config.sub, use
15522           config.subr.
15523
15524         * Makefile.in: revised install for dir.info.
15525
15526 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15527
15528         * configure.in: add decstation host makefile frag.
15529
15530         * Makefile.in: BISON now bison -y again.  also install-gcc on
15531           install.  clean-gdbm on clean.  infodir belongs in datadir.
15532           Make directories for info install.  Build dir.info here then
15533           install it.
15534
15535 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15536
15537         * Makefile.in: fix for bad directory tests.
15538
15539 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15540
15541         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
15542           regexp.  -srcdir relative was being handled incorrectly.
15543
15544         * Makefile.in: unwrapped some for loops so that parallel makes
15545           work again and so one can focus one's attention on a particular
15546           package.
15547
15548 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15549
15550         * configure: added PWD as a stand in for `pwd` (for speed). use
15551           elif wherever possible.  make -srcdir work without -objdir.
15552           -objdir= commented out.
15553
15554 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15555
15556         * configure: +options become --options.  -subdirs commented out.
15557           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
15558           Makefile now at top of generated Makefile.  Removed cvs log
15559           entries.  added -srcdir.  create .gdbinit only if there is one
15560           in ${srcdir}.
15561
15562         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
15563           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
15564           and mandir now keyed off datadir by default.
15565
15566 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15567
15568         * Freshly created ChangeLog.
15569
15570 \f
15571 Local Variables:
15572 mode: change-log
15573 left-margin: 8
15574 fill-column: 76
15575 version-control: never
15576 End: