OSDN Git Service

PR target/40906
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2009-07-31  Christian Bruel  <christian.bruel@st.com>
2
3         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
4         * configure: Regenerate.
5         
6 2009-07-28  Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
7
8         * MAINTAINERS (Write After Approval): Update my e-mail address.
9
10 2009-07-06  Ian Lance Taylor  <iant@google.com>
11
12         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
13         * configure: Rebuild.
14
15 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
16
17         * MAINTAINERS: Move myself to the Graphite Reviewers.
18
19 2009-06-30  Wei Guozhi  <carrot@google.com>
20
21         * MAINTAINERS: Add my name to Write After Approval list.
22
23 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
24
25         PR bootstrap/40338
26         * configure.ac (comparestring): Create new variable.
27         * Makefile.tpl (comparestring): Use to skip some comparisions.
28         * configure: Regenerate.
29         * Makefile.in: Regenerate.
30
31 2009-06-26  Doug Evans  <dje@sebabeach.org>
32
33         * Makefile.def (host_modules): Add cgen.
34         * Makefile.in: Regenerate.
35         * configure.ac (host_tools): Add cgen.
36         * configure: Regenerate.
37
38 2009-06-23  DJ Delorie  <dj@redhat.com>
39
40         * MAINTAINERS: Add myself as mep maintainer.
41
42 2009-06-23  Ian Lance Taylor  <iant@google.com>
43
44         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
45         boot_languages.  Only bootstrap target libraries listed in
46         target_libs for some boot language.  Add --with-stage1-ldflags,
47         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
48         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
49         if not building with C++.
50         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
51         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
52         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
53         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
54         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
55         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
56         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
57         * configure, Makefile.in: Rebuild.
58
59 2009-06-23  Li Feng  <nemokingdom@gmail.com>
60
61         * MAINTAINERS: Added my name to write-after-approval list.
62
63 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
64
65         * configure.ac: Define is_elf for QNX Neutrino targets.
66         * configure: Regenerate.
67
68 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
69
70         * MAINTAINERS: Added my name to the write-after-approval list
71
72 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
73
74         * configure.ac: Detect MPC in default directory.
75         * configure: Regenerate.
76
77 2009-06-03  Jerome Guitton  <guitton@adacore.com>
78             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
79
80         * Makefile.tpl (all): Avoid a trailing backslash.
81         * Makefile.in: Regenerate.
82
83 2009-06-03  Ben Elliston  <bje@au.ibm.com>
84
85         * config.sub, config.guess: Update from upstream sources.
86
87 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
88
89         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
90         to noconfdirs.
91         * configure: Regenerate.
92
93 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
94
95         * Makefile.tpl ([+compare-target+]): Compare all stage
96         directories, rather than just gcc.
97         * Makefile.in: Rebuilt.
98
99 2009-06-01  Doug Kwan  <dougkwan@google.com>
100
101         * configure.ac: Support gold for target arm*-*-*.
102         * configure: Regenerate.
103
104 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
105
106         * Makefile.def: Add MPC support and dependencies.
107         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
108
109         * Makefile.in, configure: Regenerate.
110
111 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
112
113         * Makefile.tpl (all): Avoid harmless warning in make all when
114         gcc-bootstrap is enabled but stage_last does not exist.
115         * Makefile.in: Rebuilt.
116
117 2009-05-24  Nicolas Roche  <roche@adacore.com>
118
119         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
120         * Makefile.in: Regenerate.
121
122 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
123
124         * MAINTAINERS: Update my e-mail address.
125
126 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
127
128         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
129         * configure:  Regenerate.
130
131 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
132
133         PR other/40159
134         * Makefile.tpl (all): Don't assume gcc-bootstrap and
135         gcc-no-bootstrap are mutually exclusive.
136         * Makefile.in: Rebuilt.
137
138 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
139
140         PR other/40159
141         * Makefile.tpl (all): Don't end with unconditional success.
142         * Makefile.in: Rebuilt.
143
144 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
145
146         PR target/37137
147         * Makefile.def (flags_to_pass): Remove redundant and incomplete
148         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
149         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
150         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
151         stage_configureflags, stage_cflags and stage_libcflags into
152         explicit Makefile macros.
153         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
154         GFORTRAN.
155         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
156         CC.  Set CC_FOR_BUILD from CC.
157         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
158         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
159         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
160         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
161         and GFORTRAN.
162         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
163         (_LIBCFLAGS): Renamed to _TFLAGS.
164         (do-compare-debug, do-compare3-debug): Drop.
165         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
166         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
167         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
168         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
169         (XGCC_FLAGS_FOR_TARGET): New.
170         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
171         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
172         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
173         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
174         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
175         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
176         TFLAGS.
177         (BUILD_CONFIG): Include if requested.
178         (all): Set TFLAGS on bootstrap.
179         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
180         (all-stageid-prefixmodule): Likewise.
181         (do-clean, distclean-stageid): Set TFLAGS.
182         (restrap): Fix whitespace.
183         * Makefile.in: Rebuilt.
184
185 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
186
187         * config.guess: Sync with src.
188
189 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
190
191         * configure.ac ($with_ppl):  Default to no if not supplied.
192         ($with_cloog):  Likewise.
193         configure:  Regenerate.
194
195 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
196
197         * MAINTAINERS: Update my e-mail address.
198
199 2009-04-27  Nick Clifton  <nickc@redhat.com>
200
201         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
202
203 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
204
205         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
206         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
207         * Makefile.in: Regenerate.
208
209 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
210
211         PR bootstrap/39739
212         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
213         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
214
215         * configure, Makefile.in: Regenerate.
216
217 2009-04-21  Taras Glek  <tglek@mozilla.com>
218
219         * include/hashtab.h: Update GTY annotations to new syntax
220         * include/splay-tree.h: Likewise
221
222 2009-04-17  Ben Elliston  <bje@au.ibm.com>
223
224         * config.sub, config.guess: Update from upstream sources.
225
226 2009-04-15  Anthony Green  <green@moxielogic.com>
227
228         * configure.ac: Add moxie support.
229         * configure: Rebuilt.
230
231 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
232
233         * configure.ac: Change copyright header to refer to version
234         3 of the GNU General Public License and to point readers at the
235         COPYING3 file and the FSF's license web page.
236         * Makefile.def: Likewise.
237         * Makefile.tpl: Likewise.
238         * Makefile.in: Regenerate.
239
240 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
241
242         * configure.ac: Restore match for darwin9 or later. Use double
243         brackets since regeneration eats one pair.
244         * configure: Regenerate.
245
246 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
247
248         PR gas/10039
249         * configure.ac: Require texinfo 4.7.
250         * configure: Regenerated.
251
252 2009-04-09  Nick Clifton  <nickc@redhat.com>
253
254         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
255         the GCC Runtime Library Exception.
256
257 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
258
259         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
260         * configure: Regenerate.
261
262 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
263
264         * Makefil.def (languages): New entries.
265         * Makefile.tpl (check-gcc-*): New generic target.
266         * Makefile.in: Regenerate.
267
268 2009-03-25  Erven Rohou <erven.rohou@inria.fr>
269
270         * MAINTAINERS:  Update my email address.
271
272 2009-03-18  Tom Tromey  <tromey@redhat.com>
273
274         * configure: Rebuild.
275         * configure.ac (host_libs): Add libiconv.
276         * Makefile.in: Rebuild.
277         * Makefile.def (host_modules): Add libiconv.
278         (configure-gdb, all-gdb): Depend on libiconv.
279
280 2009-03-16  Tristan Gingold  <gingold@adacore.com>
281
282         * configure.ac: Treat gdb as supported on x86_64-darwin.
283         * configure: Regenerate.
284
285 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
286
287         * configure.ac (--with-host-libstdcxx): New option.
288         * configure: Regenerate.
289
290 2009-03-12  Joern Rennecke <joern.rennecke@arc.com>
291
292         * MAINTAINERS:  Move myself into the write after approval list.
293
294 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
295
296         * MAINTAINERS: Update e-mail address.
297         
298 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
299
300         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
301
302 2009-03-10  Ira Rosen <irar@il.ibm.com>
303
304         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
305
306 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
307
308         Backport from git Libtool:
309
310         2009-01-19  Robert Millan  <rmh@aybabtu.com>
311         Support GNU/kOpenSolaris.
312         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
313         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
314         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
315         GNU/kOpenSolaris.
316
317 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
318
319         * MAINTAINERS: Update e-mail address.
320
321 2009-02-24  Michael Eager  <eager@eagercon.com>
322
323         * MAINTAINERS (Write After Approval): Add self.
324
325 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
326
327         * MAINTAINERS (Write After Approval): Add myself.
328
329 2009-02-05  Andreas Schwab  <schwab@suse.de>
330
331         * Makefile.tpl (stage_last): Define $r and $s before using
332         $(RECURSE_FLAGS_TO_PASS).
333         * Makefile.in: Regenerate
334
335 2009-01-30  Ian Lance Taylor  <iant@google.com>
336
337         * MAINTAINERS: Move myself to the Global Reviewers list.
338
339 2009-01-29  Robert Millan  <rmh@aybabtu.com>
340
341         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
342         * configure: Regenerate.
343
344 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
345
346         * MAINTAINERS: Make whitespace consistent.
347         Remove Robert Millan from Write After Approval.
348
349 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
350
351         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
352         (all-opcodes): Depend on all-libiberty.
353         * Makefile.in: Regenerate.
354
355 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
356
357         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
358         * configure: Regenerate.
359
360 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
361
362         * MAINTAINERS (Write After Approval): Add myself.
363
364 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
365
366         * MAINTAINERS: Add myself to reviewers (Fortran).
367
368 2009-01-12  Sebastian Pop <sebastian.pop@amd.com>
369
370         PR tree-optimization/38515
371         * configure.ac (cloog-polylib): Removed.
372         (with_ppl, with_cloog): Test for "no".
373         * configure: Regenerated.
374
375 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
376
377         * MAINTAINERS: Moved myself to reviewers (Fortran).
378
379 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
380
381         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
382         (Write After Approval): Remove myself.
383
384 2009-01-03  Diego Novillo  <dnovillo@google.com>
385
386         * MAINTAINERS: Remove myself from alias maintainership.
387
388 2009-01-02  David Ayers  <ayers@fsfe.org>
389
390         * MAINTAINERS: Update e-mail address.
391
392 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
393
394         * MAINTAINERS: Make whitespace consistent.
395
396 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
397
398         Backport from upstream Libtool:
399         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
400         Add cache variables to tests that require the linker to work.
401         For shlibpath_overrides_runpath, this also changes the semantics
402         to let the result from the C compiler take precedence.
403
404 2008-12-02  Ben Elliston  <bje@au.ibm.com>
405
406         * config.sub, config.guess: Update from upstream sources.
407
408 2008-12-12  Sebastian Pop <sebastian.pop@amd.com>
409
410         * configure.ac (ppllibs): Add by default the lib flags.
411         * configure: Regenerate.
412
413 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
414
415         * MAINTAINERS:  Add myself to the write after approval list.
416
417 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
418
419         * configure.ac: Add double brackets on darwin[912].
420         * configure: Regenerate.
421
422 2008-12-03  Daniel Kraft  <d@domob.eu>
423
424         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
425         Approval to Reviewer section (for Fortran front-end).
426
427 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
428
429         * configure.ac: Expand to darwin10 and later.
430         * configure: Regenerate.
431
432 2008-12-02  Andreas Schwab  <schwab@suse.de>
433
434         * Makefile.def: configure-target-boehm-gc depends on
435         all-target-libstdc++-v3.
436         * Makefile.in: Regenerate.
437
438 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
439
440         * MAINTAINERS:  Add myself as mingw maintainer.
441
442 2008-12-02  Ben Elliston  <bje@au.ibm.com>
443
444         * config.sub, config.guess: Update from upstream sources.
445
446 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
447
448         * README.SCO: Remove.
449
450 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
451
452         * MAINTAINERS:  Add myself to the write after approval list.
453
454 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
455
456         * MAINTAINERS:  Update my email address in WAA section.
457
458 2008-11-29  Chen Liqin <liqin@sunnorth.com.cn>
459
460         * MAINTAINERS: Update e-mail address.
461
462 2008-11-27  Toon Moene <toon@moene.org>
463
464         * MAINTAINERS: Change e-mail address.
465
466 2008-11-27  Tristan Gingold  <gingold@adacore.com>
467
468         * configure.ac: Build gdb for i?86-*-darwin*
469         * configure: Regenerated.
470
471 2008-11-24  Hariharan Sandanagobalane <hariharan@picochip.com>
472
473         * MAINTAINERS: Added my full name.
474
475 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
476
477         PR bootstrap/38014
478         PR bootstrap/37923
479
480         Revert:
481
482         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
483
484         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
485         * Makefile.in: Regenerated.
486
487         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
488
489         PR gdb/921
490         PR gdb/1646
491         PR gdb/2175
492         PR gdb/2176
493
494         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
495         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
496         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
497         (HOST_EXPORTS): Pass CPPFLAGS.
498         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
499         (LDFLAGS_FOR_TARGET): Initialize from configure script.
500         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
501         * Makefile.in, configure: Regenerated.
502         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
503         and CPPFLAGS_FOR_BUILD.
504
505 2008-11-06  Jeff Law <law@redhat.com>
506
507         * MAINTAINERS: Add myself as middle end maintainer.
508
509 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
510
511         * MAINTAINERS (Write after approval): Add myself.
512
513 2008-11-05  Diego Novillo  <dnovillo@google.com>
514
515         * MAINTAINERS (Global Reviewers): Add myself.
516         (Non-Algorithmic Maintainers): Remove myself.
517
518 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
519
520         * MAINTAINERS (Write after approval): Add myself.
521
522 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
523
524         * MAINTAINERS (Write after approval): Add myself.
525
526 2008-10-31  Ben Elliston  <bje@au.ibm.com>
527
528         * configure.ac (spu-*-*): Remove special case.
529         * configure: Regenerate.
530
531 2008-10-30  Catherine Moore  <clm@codesourcery.com>
532
533         * MAINTAINERS (Write after approval): Update my email address.
534
535 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
536
537         * configure.ac [spu-*-*]: Do not set skipdirs.
538         * configure: Re-generate.
539
540 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
541
542         * MAINTAINERS (Various Maintainers): Add myself to reload.
543
544 2008-10-25  Richard Guenther  <rguenther@suse.de>
545
546         * MAINTAINERS (Various Maintainers): Add myself as middle-end
547         maintainer.  Remove myself as libgcc-math maintainer.
548         (Non-Algorithmic Maintainers): Remove myself.
549
550 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
551
552         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
553         * Makefile.in: Regenerated.
554
555 2008-10-23  Cary Coutant  <ccoutant@google.com>
556
557         * MAINTAINERS (Write after approval): Add myself.
558
559 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
560
561         PR gdb/921
562         PR gdb/1646
563         PR gdb/2175
564         PR gdb/2176
565
566         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
567         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
568         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
569         (HOST_EXPORTS): Pass CPPFLAGS.
570         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
571         (LDFLAGS_FOR_TARGET): Initialize from configure script.
572         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
573         * Makefile.in, configure: Regenerated.
574         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
575         and CPPFLAGS_FOR_BUILD.
576
577 2008-10-20  Sebastian Pop <sebastian.pop@amd.com>
578
579         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
580         Sebastian Pop.
581
582 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
583
584         * MAINTAINERS (Write After Approval): Added myself.
585
586 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
587
588         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
589         recommended version to 2.3.2.
590
591         * configure: Regenerate.
592
593 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
594
595         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
596
597 2008-09-29  David Daney <david.daney@caviumnetworks.com>
598
599         * MAINTAINERS (Write After Approval): Update e-mail address.
600
601 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
602
603         * libtool.m4: Update to libtool 2.2.6.
604         * lt~obsolete.m4: Update to libtool 2.2.6.
605         * ltmain.sh: Update to libtool 2.2.6.
606         * ltsugar.m4: Update to libtool 2.2.6.
607         * ltversion.m4: Update to libtool 2.2.6.
608         * ltoptions.m4: Update to libtool 2.2.6.
609         * ltgcc.m4: Update to match changes from libtool 2.2.6.
610
611 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
612
613         * MAINTAINERS (Write After Approval): Add myself.
614
615 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
616
617         * MAINTAINERS (Write After Approval): Update my name.
618
619 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
620
621         * MAINTAINERS: Add myself in "Write After Approval".
622
623 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
624
625         * MAINTAINERS: Add myself as ia64 maintainer.
626
627 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
628
629         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
630         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
631         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
632         and Michael Tiemann from Write After Approval since they do not
633         actually have access.
634
635 2008-09-05  Richard Guenther  <rguenther@suse.de>
636
637         * configure.ac: Initialize clooglibs to -lcloog.
638         * configure: Re-generate.
639
640 2008-09-04  Le-Chun Wu  <lcwu@google.com>
641
642         * MAINTAINERS (Write After Approval): Add myself.
643
644 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
645
646         * configure.ac (--with-cloog-polylib): New.
647         (--disable-cloog-version-check): New.
648         (--disable-ppl-version-check): New.
649         * configure: Re-generate.
650
651 2008-09-03  Richard Guenther  <rguenther@suse.de>
652
653         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
654         cloog test.
655         * configure: Re-generate.
656
657 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
658
659         Add picoChip port.
660         * MAINTAINERS: Add picoChip maintainers.
661
662 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
663             Tobias Grosser  <grosser@fim.uni-passau.de>
664             Jan Sjodin  <jan.sjodin@amd.com>
665             Harsha Jagasia  <harsha.jagasia@amd.com>
666             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
667             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
668             Adrien Eliche  <aeliche@isty.uvsq.fr>
669
670         Merge from graphite branch.
671         * configure: Regenerate.
672         * Makefile.in: Regenerate.
673         * configure.ac (host_libs): Add ppl and cloog.
674         Add checks for PPL and CLooG.
675         * Makefile.def (ppl, cloog): Added modules and dependences.
676         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
677         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
678
679 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
680
681         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
682         (GCC_SHLIB_SUBDIR): New.
683         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
684         * configure: Regenerate.
685         * Makefile.in: Regenerate.
686
687 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
688
689         * MAINTAINERS: Consistently use tabs to separate columns.
690
691 2008-08-29  Tristan Gingold  <gingold@adacore.com>
692
693         * MAINTAINERS (Write after Approval): Add myself.
694
695 2008-08-28  Tristan Gingold  <gingold@adacore.com>
696
697         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
698         Enable bfd, binutils and opcodes.
699         * configure: Regenerate.
700
701 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
702
703         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
704
705 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
706
707         * MAINTAINERS:  Use correct Umlaut for last name.
708
709 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
710
711         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
712
713 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
714
715         * MAINTAINERS: Update my email address.
716
717 2008-08-16  Nicolas Roche  <roche@adacore.com>
718
719         * Makefile.tpl: Add BOOT_ADAFLAGS.
720         * Makefile.in: Regenerate.
721
722 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
723
724         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
725         * configure: Regenerate.
726
727 2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
728
729         * configure.ac: Add makefile fragments for hpux.
730         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
731         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
732         * configure: Regenerate.
733         * Makefile.in: Regenerate.
734
735 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
736
737         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
738
739 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
740
741         * MAINTAINERS (Write after Approval): Add myself.
742
743 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
744
745         * MAINTAINERS (Write After Approval):  Add myself.
746
747 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
748
749         * MAINTAINERS (Write After Approval):  Add myself.
750
751 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
752
753         * MAINTAINERS: Update my email address.
754
755 2008-06-25  Joey Ye  <joey.ye@intel.com>
756
757         * MAINTAINERS (Write After Approval):  Add myself.
758
759 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
760
761         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
762         * Makefile.in: Regenerate.
763         * configure: Regenerate.
764
765 2008-06-17  Daniel Kraft  <d@domob.eu>
766
767         * MAINTAINERS (Write After Approval):  Add myself.
768
769 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
770
771         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
772         "$@" is still intact with both Autoconf 2.59 and 2.62.
773         * configure: Regenerate.
774
775 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
776
777         * Makefile.tpl: Fix comment errors.
778         * Makefile.in: Regenerate.
779
780 2008-06-12  David S. Miller  <davem@davemloft.net>
781             David Edelsohn  <edelsohn@gnu.org>
782
783         * configure.ac: Add powerpc*-*-* to gold supported targets.
784         * configure: Regenerate.
785
786 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
787
788         PR tree-optimization/36218
789         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
790         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
791         (all prefix="build-"): Pass them to build-system sub-makes.
792         * Makefile.in: Regenerate.
793
794 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
795
796         * MAINTAINERS (mt port): Remove.
797         (sco5, unixware, sco udk): Remove.
798         (Kean Johnston): Add to Write After Approval.
799
800 2008-05-30  Julian Brown  <julian@codesourcery.com>
801
802         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
803         of libobjc for ARM EABI Linux.
804         * configure: Regenerate.
805
806 2008-05-18 Xinliang David Li   <davidxl@google.com>
807
808         * ChangeLog: Remove wrong ChangeLog entry.
809
810 2008-05-17 Xinliang David Li   <davidxl@google.com>
811
812         * MAINTAINERS (Write After Approval): Add myself.
813
814 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
815
816         * MAINTAINERS (Write After Approval): Add myself.
817
818 2008-05-14  Rafael Espíndola  <espindola@google.com>
819
820         * config-ml.in: don't handle --enable-shared and --enable-static.
821
822 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
823
824         * MAINTAINERS: Update my email address.
825
826 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
827
828         * MAINTAINERS: Update my email address.
829
830 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
831
832         * MAINTAINERS (Write After Approval): Add myself.
833
834 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
835
836         * MAINTAINERS (Write After Approval): Add myself.
837
838 2008-04-25  Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
839
840         * MAINTAINERS (crx): Add myself.
841
842 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
843
844         Sync with src:
845         2008-04-14  David S. Miller  <davem@davemloft.net>
846
847         * configure.ac: Add sparc*-*-* to gold supported targets.
848         * configure: Regenerate.
849
850 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
851
852         PR bootstrap/35457
853         * configure.ac: Include override.m4.
854         * configure: Regenerate.
855
856 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
857
858         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
859         * Makefile.in: Regenerate.
860
861 2008-04-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
862
863         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
864         as nonconfigurable directories list.
865         * configure: Regenerate.
866
867 2008-04-14  Ben Elliston  <bje@au.ibm.com>
868
869         * config.sub, config.guess: Update from upstream sources.
870
871 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
872
873         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
874         * Makefile.in: Regenerate.
875
876 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
877
878         * configure.ac: Do not build libssp for the AVR.
879         * configure: Regenerate.
880
881 2008-04-07  Ian Lance Taylor  <iant@google.com>
882
883         * Makefile.def: check-gold depends upon all-binutils.
884         * Makefile.in: Regenerate.
885
886 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
887
888         * MAINTAINERS (Write After Approval): Add myself.
889
890 2008-04-04  Nick Clifton  <nickc@redhat.com>
891
892         PR binutils/4334
893         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
894         builds.
895         * configure: Regenerate.
896
897 2008-04-04  NightStrike  <NightStrike@gmail.com>
898
899         PR other/35151
900         * configure.ac: Combine rules for mingw32 and mingw64.
901         * configure: Regenerate.
902
903 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
904
905         * MAINTAINERS (Write After Approval): Add myself.
906
907 2008-04-01  Seongbae Park <seongbae.park@gmail.com>
908
909         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
910         * Makefile.in (.NOTPARALLEL): Ditto.
911
912 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
913
914         * MAINTAINERS (Write After Approval): Add myself.
915
916 2008-03-31  Seongbae Park <seongbae.park@gmail.com>
917
918         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
919         * Makefile.in (.NOTPARALLEL): Regenerate.
920
921 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
922
923         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
924         * Makefile.in: Regenerate.
925
926 2008-03-26  Jakub Staszak  <kuba@et.pl>
927
928         * MAINTAINERS (Write After Approval): Add myself.
929
930 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
931
932         * MAINTAINERS:  Update e-mail address.
933
934 2008-03-20  Ian Lance Taylor  <iant@google.com>
935
936         * configure.ac: Add support for --enable-gold.
937         * Makefile.def: Add gold as a directory like ld.
938         * configure, Makefile.in: Regenerate.
939
940 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
941
942         * configure.ac: m4_include config/proginstall.m4.
943         * configure: Regenerate.
944
945         Backport from upstream Libtool:
946
947         2007-10-12  Eric Blake  <ebb9@byu.net>
948
949         Deal with Autoconf 2.62's semantic change in m4_append.
950         * ltsugar.m4 (lt_append): Replace broken versions of
951         m4_append.
952         (lt_if_append_uniq): Don't require separator to be overquoted,
953         and avoid broken m4_append.
954         (lt_dict_add): Fix typo.
955         * libtool.m4 (_LT_DECL): Don't overquote separator.
956
957 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
958
959         * config.rpath: Add AIX 6 support.
960
961 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
962
963         * Makefile.def (stageprofile).  Remove -fprofile-generate
964         from stage_libcflags.
965         * Makefile.in: Regenerate.
966
967 2008-03-13  Ben Elliston  <bje@au.ibm.com>
968
969         * config.sub, config.guess: Update from upstream sources.
970
971 2008-03-06  Tom Tromey  <tromey@redhat.com>
972
973         * MAINTAINERS: Update for treelang deletion.
974
975 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
976
977         * MAINTAINERS: Update my email address.
978
979 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
980
981         * MAINTAINERS (darwin port): Add myself as a maintainer.
982         (objective-c/c++): Add myself as a maintainer.
983
984 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
985
986         * MAINTAINERS (Write After Approval): Update my email address.
987
988 2008-02-25  Tomas Bily  <tbily@suse.cz>
989
990         * MAINTAINERS (Write After Approval): Add myself.
991
992 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
993
994         * MAINTAINERS (OpenMP): Add myself.
995
996 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
997
998         PR bootstrap/32009
999         PR bootstrap/32161
1000
1001         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
1002         * configure: Regenerate.
1003
1004         * Makefile.def: Define stage_libcflags for all bootstrap stages.
1005         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
1006         STAGE4_LIBCFLAGS): New.
1007         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
1008         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
1009         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
1010         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
1011         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
1012         for target modules.  Don't export LIBCFLAGS.
1013         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
1014         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
1015         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
1016         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
1017         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
1018         * Makefile.in: Regenerate.
1019
1020 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1021
1022         PR libgcj/33085
1023         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
1024         Do not use -DDLL_EXPORT.  Backport from upstream.
1025
1026 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1027
1028         * MAINTAINERS (Write After Approval): Add myself.
1029
1030 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
1031
1032         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
1033         * configure: Regenerate.
1034
1035 2008-01-31  Marc Gauthier  <marc@tensilica.com>
1036
1037         * configure.ac (xtensa*-*-*): Recognize processor variants.
1038         * configure: Regenerate.
1039
1040 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1041
1042         PR bootstrap/34922
1043         * configure.ac (PARSE_ARGS): Push suitable setting of
1044         ac_subdirs_all, for `./configure --help=recursive'.
1045         Handle `+' in generic toplevel directory disabling.
1046         * configure: Regenerate.
1047
1048 2008-01-28  Nick Clifton  <nickc@redhat.com>
1049
1050         * MAINTAINERS (xstormy16): Take over maintainership.
1051
1052 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
1053
1054         * MAINTAINERS (c4x port): Remove.
1055
1056 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
1057
1058         * libtool.m4: Backport AIX 6 support from ToT Libtool.
1059
1060 2008-01-23  Ben Elliston  <bje@au.ibm.com>
1061
1062         * config.sub, config.guess: Update from upstream sources.
1063
1064 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
1065
1066         * MAINTAINERS (Write After Approval): Add myself.
1067
1068 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
1069
1070         * MAINTAINERS: Update my email address.
1071
1072 2008-01-09  Raksit Ashok  <raksit@google.com>
1073
1074         * MAINTAINERS (Write After Approval): Add myself.
1075
1076 2008-01-09  Raksit Ashok  <raksit@google.com>
1077
1078         * MAINTAINERS (Write After Approval): Add myself.
1079
1080 2008-01-08  Ben Elliston  <bje@au.ibm.com>
1081
1082         * config.sub, config.guess: Update from upstream sources.
1083
1084 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1085
1086         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
1087         Change recommended MPFR from 2.2.1 -> 2.3.0.
1088         * configure: Regenerate.
1089
1090 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
1091
1092         * MAINTAINERS: Update my email address.
1093
1094 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
1095
1096         * MAINTAINERS: Update my email address.
1097
1098 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
1099
1100         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
1101         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
1102         * Makefile.in: Regenerate.
1103
1104 2007-12-10  Mark Heffernan <meheff@google.com>
1105
1106         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
1107         misplaced entries.
1108
1109 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
1110
1111         * configure.ac: Enable libjava for x86_64-*-darwin9.
1112         * configure: Regenerate.
1113
1114 2007-12-07  Bill Maddox <maddox@google.com>
1115
1116         * MAINTAINERS (Write After Approval): Add myself.
1117
1118 2007-12-05  Ben Elliston  <bje@au.ibm.com>
1119
1120         * config.sub, config.guess: Update from upstream sources.
1121
1122 2007-12-02  Matthias Klose  <doko@ubuntu.com>
1123
1124         * config-ml.in: Remove 64bit configure tests.
1125
1126 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1127
1128         * config-ml.in: Robustify against white space in absolute file
1129         names.
1130
1131         * config-ml.in (multi-clean): Substitute ${Makefile}.
1132         Remove superfluous ${Makefile} in list.
1133
1134 2007-11-19  Thiemo Seufer  <ths@mips.com>
1135
1136         * config-ml.in: Don't hardcode the Makefile name.
1137
1138 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
1139
1140         * MAINTAINERS (Write After Approval): Add myself.
1141
1142 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
1143
1144         * MAINTAINERS (Write After Approval): Add myself.
1145
1146 2007-11-06  Doug Kwan <dougkwan@google.com>
1147
1148         * MAINTAINERS (Write After Approval): Add myself.
1149
1150 2007-10-25  Ben Elliston  <bje@au.ibm.com>
1151
1152         * MAINTAINERS (mercury): Remove entry.
1153         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
1154
1155 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
1156
1157         * Makefile.def (dependencies): Make configure-gdb depend on
1158         all-intl.
1159         * Makefile.in: Regenerated.
1160
1161 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
1162
1163         * MAINTAINERS (Fortran maintainer): Remove myself.
1164
1165 2007-10-15  Patrick Mansfield <patmans@us.ibm.com>
1166
1167         * Makefile.def: To avoid problems running with parallel makes,
1168         build newlib before libgloss so that target specific header
1169         files are availble.
1170         * Makefile.in: Regenerate
1171
1172 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
1173
1174         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
1175         * Makefile.in: Regenerate.
1176
1177 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
1178
1179         * MAINTAINERS (Register allocation reviewer): Add myself.
1180
1181 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
1182
1183         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
1184         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
1185         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
1186         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
1187         * configure: Regenerate.
1188
1189 2006-10-04  Seongbae Park <seongbae.park@gmail.com>
1190
1191         * MAINTAINERS (Register allocation reviewer): Add myself.
1192
1193 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
1194
1195         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
1196         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
1197         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
1198         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
1199         * configure.ac: Default them to host tools for $host = $build.
1200         Subst them.
1201
1202         * configure: Regenerate.
1203         * Makefile.in: Regenerate.
1204
1205 2006-09-24  Peter Bergner <bergner@vnet.ibm.com>
1206
1207         * MAINTAINERS (Register allocation reviewer): Add myself.
1208
1209 2006-09-24  Kenneth Zadeck <zadeck@naturalbridge.com>
1210
1211         * MAINTAINERS (Register allocation reviewer): Add myself.
1212
1213 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
1214
1215         * MAINTAINERS (Write After Approval): Fix typo.
1216
1217 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
1218
1219         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
1220         * configure: Regenerate.
1221
1222 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
1223
1224         PR bootstrap/31906
1225         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
1226         they're already prefixed.
1227
1228 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
1229
1230         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
1231         libstdc++.
1232         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
1233         * configure: Regenerate.
1234         * Makefile.in: Regenerate.
1235
1236 2007-09-17  Andreas Schwab  <schwab@suse.de>
1237
1238         * configure.ac: Raise minimum makeinfo version to 4.6.
1239         * configure: Regenerate.
1240
1241 2007-09-17  Johannes Singler <singler@ira.uka.de>
1242
1243         * MAINTAINERS (write-after-approval) add myself
1244
1245 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
1246
1247         * configure.ac: Correct makeinfo version check.
1248         * configure: Regenerate.
1249
1250 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
1251
1252         * MAINTAINERS: Update my email address.
1253
1254 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
1255
1256         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
1257         to $skipdirs and only disable gprof for newlib.  Use the normal
1258         mips*-elf* handling in other respects.
1259         * configure: Regnerate.
1260
1261 2007-09-12  David Daney  <ddaney@avtrex.com>
1262
1263         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
1264         enabling libgcj.
1265         * configure: Regenerate.
1266
1267 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
1268
1269         PR other/32154
1270         * configure.ac: For libgloss targets, point the linker to the linker
1271         script, startup code and simulator library.
1272         * configure: Regenerate.
1273
1274 2007-09-07  Andrew Haley  <aph@redhat.com>
1275
1276         * configure.ac (noconfigdirs): Remove target-libffi and
1277         target-libjava.
1278         * configure: Regenerate.
1279
1280 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1281
1282         PR target/33281
1283         * configure.ac: Use config/mh-mingw on mingw.
1284         * configure: Regenerate.
1285
1286 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
1287
1288         * MAINTAINERS (Write After Approval): Add myself.
1289
1290 2007-09-05  Richard Guenther  <rguenther@suse.de>
1291
1292         * configure.ac (--enable-stage1-checking): If neither --enable-checking
1293         nor --disable-checking is provided also turn on yes and types
1294         checking for stage1.
1295         * configure: Re-generate.
1296
1297 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
1298
1299         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
1300         (Write After Approval): Remove myself.
1301
1302 2007-08-29  Nick Clifton  <nickc@redhat.com>
1303
1304         * config.sub, config.guess: Update from upstream sources.
1305
1306 2007-08-22  Bud Davis  <jmdavis@link.com>
1307
1308         * MAINTAINERS (Write After Approval): Added myself.
1309         * MAINTAINERS (Reviewers): Removed myself.
1310
1311 2007-08-18  Paul Brook  <paul@codesourcery.com>
1312             Joseph Myers  <joseph@codesourcery.com>
1313
1314         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
1315         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
1316         * Makefile.in: Regenerate.
1317         * configure.ac (--with-debug-prefix-map): New.
1318         * configure: Regenerate.
1319
1320 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
1321             Nigel Stephens  <nigel@mips.com>
1322
1323         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
1324         as target_makefile_frag.
1325         * configure: Regenerate.
1326
1327 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
1328
1329         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
1330         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
1331         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
1332         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
1333         (do-compare, do-compare3, do-compare-debug): New.
1334         ([+compare-target+]): Use them.
1335
1336 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
1337
1338         * MAINTAINERS (Write After Approval): Change my email address.
1339
1340 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1341             Ben Elliston  <bje@au.ibm.com>
1342
1343         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
1344         --silent if $silent.
1345         * configure: Regenerate.
1346
1347 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
1348
1349         * MAINTAINERS (Various Maintainers): Add myself as
1350         loop infrastructure maintainer.  Update my e-mail
1351         address.
1352
1353 2007-07-31  Diego Novillo  <dnovillo@google.com>
1354
1355         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
1356         Adjust description.
1357
1358 2007-07-26  Richard Guenther  <rguenther@suse.de>
1359
1360         * configure.ac: Add types checking to stage1 checking flags.
1361         * configure: Regenerate.
1362
1363 2007-07-17  Nick Clifton  <nickc@redhat.com>
1364
1365         * COPYING3: New file.  Contains version 3 of the GNU General
1366         Public License.
1367         * COPYING3.LIB: New file.  Contains version 3 of the GNU
1368         Lesser General Public License.
1369
1370 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
1371
1372         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
1373
1374 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
1375
1376         * MAINTAINERS (S/390 co-maintainer): Add myself.
1377         (Write After Approval): Remove myself.
1378
1379 2007-07-13  Dan Hipschman  <dsh@google.com>
1380
1381         * MAINTAINERS (Write After Approval): Add myself.
1382
1383 2007-07-11  Nick Clifton  <nickc@redhat.com>
1384
1385         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
1386         WINDRES export.
1387         * Makefile.in: Regenerate.
1388
1389 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1390
1391         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
1392         maintainer.
1393
1394 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
1395
1396         * lt~obsolete.m4: New. Import from 20070318 libtool.
1397
1398 2007-07-03  Julian Brown  <julian@codesourcery.com>
1399
1400         * MAINTAINERS (Write After Approval): Add myself.
1401
1402 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1403
1404         * configure.ac: Rewrite 'configure --help' strings to look nicer.
1405         * configure: Regenerate.
1406
1407 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1408
1409         * configure.ac: Add some missing m4 quotation.
1410         * configure: Regenerate.
1411
1412 2007-07-02  Simon Baldwin  <simonb@google.com>
1413
1414         * MAINTAINERS (Write After Approval): Add myself.
1415
1416 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
1417
1418         * configure: Regenerate.
1419
1420 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
1421
1422         * Makefile.def: Add windmc tool to build.
1423         * Makefile.tpl: Likewise.
1424         * configure.ac: Likewise.
1425         * Makefile.in: Regenerate.
1426         * configure: Regenerate.
1427
1428 2007-06-28  DJ Delorie  <dj@redhat.com>
1429
1430         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
1431         not building newlib.
1432         * configure: Regenerated.
1433
1434 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
1435
1436         * MAINTAINERS (Write After Approval): Add myself.
1437
1438 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
1439
1440         * MAINTAINERS (Write After Approval): Add myself.
1441
1442 2007-06-19  Chris Matthews  <chrismatthews@google.com>
1443
1444         * MAINTAINERS (Write After Approval): Add myself.
1445
1446 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
1447
1448         * MAINTAINERS (Write After Approval): Add myself.
1449
1450 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
1451
1452         * Makefile.def: Add dependency from configure-gdb to all-bfd.
1453         * Makefile.in: Regenerated.
1454
1455 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
1456
1457         * configure.ac: Don't add target-libmudflap to noconfigdirs for
1458         bfin*-*-uclinux* targets.
1459         * configure: Regenerate.
1460
1461 2007-06-14  Ian Lance Taylor  <iant@google.com>
1462
1463         * MAINTAINERS: Add myself as non-algorithmic global write
1464         maintainer.
1465
1466 2007-06-14  Diego Novillo  <dnovillo@google.com>
1467
1468         * MAINTAINERS: Add self as middle-end maintainer and
1469         non-algorithmic global write maintainer.
1470
1471 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1472
1473         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
1474         Move all Fortran maintainers except Paul Brook into the
1475         Non-Autopoiesis section.
1476
1477 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
1478
1479         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
1480         (distclean-stage[+id+]): Possibly delete stage_last.
1481         * Makefile.in: Regenerate.
1482
1483 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
1484
1485         * MAINTAINERS (Various Maintainer): Fix typo.
1486
1487 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
1488
1489         * MAINTAINERS (Various Maintainer): Add myself as
1490         dataflow maintainer.
1491
1492 2007-06-07  Ben Elliston  <bje@au.ibm.com>
1493
1494         * config.sub, config.guess: Update from upstream sources.
1495
1496 2007-06-07  Ben Elliston  <bje@au.ibm.com>
1497
1498         * Makefile.tpl: Fix spelling error.
1499         * Makefile.in: Regenerate.
1500
1501 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
1502
1503         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
1504         lt_cv_sys_max_cmd_len.
1505
1506 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
1507
1508         * MAINTAINERS (Various Maintainers): Add myself as
1509         auto-vectorizer maintainer.
1510
1511 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
1512
1513         PR libjava/32098
1514         * libtool.m4: Revert previous change.
1515         * ltgcc.m4: Put it here.
1516
1517 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
1518
1519         * MAINTAINERS (Various Maintainers): Add myself as
1520         auto-vectorizer maintainer.
1521
1522 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
1523
1524         PR libjava/32098
1525         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
1526
1527 2007-05-30  Richard Guenther  <rguenther@suse.de>
1528
1529         * MAINTAINERS (Various Maintainers): Add myself as
1530         auto-vectorizer maintainer.
1531
1532 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
1533
1534         PR bootstrap/29382
1535         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
1536         * configure: Rebuilt.
1537
1538 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
1539
1540         * MAINTAINERS (Write After Approval): Removed my name.
1541
1542 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
1543
1544         * MAINTAINERS (Write After Approval): Remove myself.
1545
1546 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
1547
1548         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
1549
1550 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
1551
1552         * ltmain.sh: Update from ToT Libtool.
1553         * libtool.m4: Update from ToT Libtool.
1554         * ltsugar.m4: New. Update from ToT Libtool.
1555         * ltversion.m4: New. Update from ToT Libtool.
1556         * ltoptions.m4: New. Update from ToT Libtool.
1557         * ltconfig: Remove.
1558         * ltcf-c.sh: Remove.
1559         * ltcf-cxx.sh: Remove.
1560         * ltcf-gcj.sh: Remove.
1561
1562 2007-05-22  Ollie Wild  <aaw@google.com>
1563
1564         * MAINTAINERS (Write After Approval): Add myself.
1565
1566 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
1567
1568         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
1569         stage_cflags.
1570         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
1571         Remove CFLAGS/LIBCFLAGS.
1572         (configure-stage[+id+]-[+prefix+][+module+],
1573         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
1574         * Makefile.in: Regenerate.
1575
1576 2007-05-15  Diego Novillo  <dnovillo@google.com>
1577
1578         * MAINTAINERS: Update e-mail address.
1579
1580 2007-05-15  Revital Eres  <eres@il.ibm.com>
1581
1582         * MAINTAINERS (Write After Approval): Add myself.
1583
1584 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
1585
1586         * MAINTAINERS (Write After Approval): Updated my address.
1587
1588 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
1589
1590         * MAINTAINERS (Write After Approval): Add myself.
1591
1592 2007-05-11  Silvius Rus  <rus@google.com>
1593
1594         * MAINTAINERS (Write After Approval): Add myself.
1595
1596 2007-04-23  Tom Tromey  <tromey@redhat.com>
1597
1598         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
1599
1600 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
1601
1602         * MAINTAINERS (cpplib): Rename to ...
1603         (libcpp): ... this.  Add C/C++ front end maintainers.
1604
1605 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
1606
1607         * config-ml.in: Pass ${ml_config_env} to configure calls.
1608
1609 2007-04-04  Christian Bruel  <christian.bruel@st.com>
1610
1611         * MAINTAINERS (Write After Approval): Add myself.
1612
1613 2007-04-02  Dave Korn  <dave.korn@artimi.com>
1614
1615         * MAINTAINERS (Write After Approval): Add myself.
1616
1617 2007-03-31  Tobias Burnus  <burnus@net-b.de>
1618
1619         * MAINTAINERS (fortran 95 front end): Add myself.
1620
1621 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1622
1623         * MAINTAINERS (Write After Approval): Add myself.
1624
1625 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
1626
1627         * MAINTAINERS (Modulo Scheduler): Add myself.
1628
1629 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
1630
1631         * MAINTAINERS (fortran 95 front end): Add myself.
1632         (c++ front end): whitespace fix.
1633
1634 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
1635
1636         * MAINTAINERS (Write After Approval): Add myself.
1637
1638 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
1639
1640         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
1641         of glob.  Quote arguments with single quotes too.
1642         * configure: Regenerate.
1643
1644 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
1645
1646         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
1647         * Makefile.in: Regenerate
1648
1649 2007-03-07  Andreas Schwab  <schwab@suse.de>
1650
1651         * configure: Regenerate.
1652
1653 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
1654
1655         * configure.ac: Add "--with-pdfdir" configure option,
1656         which defines pdfdir variable.
1657         * Makefile.def (target=fixincludes): Add install-pdf to
1658         missing targets.
1659         (recursive_targets): Add install-pdf target.
1660         (flags_to_pass): Add pdfdir.
1661         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
1662         target.
1663         * configure: Regenerate
1664         * Makefile.in: Regenerate
1665
1666 2007-02-28  Eric Christopher  <echristo@apple.com>
1667
1668         Revert:
1669         2006-12-07  Mike Stump  <mrs@apple.com>
1670
1671         * Makefile.def (dependencies): Add dependency for
1672         install-target-libssp and install-target-libgomp on
1673         install-gcc.
1674         * Makefile.in: Regenerate.
1675
1676 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
1677
1678         * configure: Regenerate.
1679         * configure.ac: Move statements after variable declarations.
1680
1681 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
1682
1683         * MAINTAINERS: Add myself as sh maintainer.
1684
1685 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
1686
1687         * configure.ac: Adjust for loop syntax.
1688         * configure: Regenerate.
1689
1690 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
1691
1692         * configure: Rebuilt.
1693
1694 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
1695
1696         * configure.ac: Drop multiple occurrences of --enable-languages,
1697         and fix its quoting.
1698         * configure: Rebuilt.
1699
1700 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
1701             Nathan Sidwell  <nathan@codesourcery.com>
1702             Vladimir Prus  <vladimir@codesourcery.com>
1703             Joseph Myers  <joseph@codesourcery.com>
1704
1705         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
1706         * configure: Regenerate.
1707
1708 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
1709
1710         * ltconfig (freebsd*): Default to elf.
1711
1712 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
1713
1714         * configure.ac (target_libraries): Move libgcc before libiberty.
1715         * configure: Regenerated.
1716
1717 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
1718             Paolo Bonzini  <bonzini@gnu.org>
1719
1720         PR bootstrap/30753
1721         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
1722         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
1723         * configure: Regenerated.
1724
1725 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1726
1727         * MAINTAINERS (Language Front End Maintainers): Update my mail
1728         address.
1729
1730 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
1731
1732         PR bootstrap/30748
1733         * configure.ac: Correct syntax for Solaris ksh.
1734         * configure: Regenerated.
1735
1736 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
1737
1738         * configure.ac: Sync with src.
1739         * configure: Regenerate.
1740
1741 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
1742
1743         * Makefile.in: Regenerate.
1744
1745 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
1746
1747         * config.sub: Sync with src.
1748
1749 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
1750
1751         * Makefile.tpl (build_alias, host_alias, target_alias): Use
1752         noncanonical equivalents.
1753         * configure.in: Rename to...
1754         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
1755         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
1756         target_noncanonical.  Use them.  Rewrite removal of configure
1757         arguments for autoconf 2.59.  Discard variable settings.  Force
1758         program_transform_name for native tools.
1759
1760         * Makefile.in: Regenerated.
1761         * configure: Regenerated with autoconf 2.59.
1762
1763 2007-02-07  Roman Zippel <zippel@linux-m68k.org>
1764
1765         * MAINTAINERS (Write After Approval): Add myself.
1766
1767 2007-01-31  Andreas Schwab  <schwab@suse.de>
1768
1769         * Makefile.tpl (LDFLAGS): Substitute it.
1770         * Makefile.in: Regenerate.
1771
1772 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
1773
1774         * MAINTAINERS (Write After Approval): Add myself.
1775
1776 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
1777
1778         * MAINTAINERS (spu port): Add myself.
1779
1780 2007-01-23  Richard Guenther  <rguenther@suse.de>
1781
1782         PR bootstrap/30541
1783         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
1784         * Makefile.tpl (GNATBIND): Substitute it.
1785         (GNATMAKE): Likewise.
1786         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
1787         of STAGE_PREFIX.
1788         * Makefile.in: Regenerate.
1789         * configure: Regenerate.
1790
1791 2007-01-18  Mike Stump  <mrs@apple.com>
1792
1793         * configure.in: Re-enable -Werror for gcc builds.
1794
1795 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
1796
1797         * MAINTAINERS (Write After Approval): Add myself.
1798
1799 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
1800
1801         * configure.in: Change == to = in test command.
1802         * configure: Regenerate.
1803
1804 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
1805             Nick Clifton  <nickc@redhat.com>
1806             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
1807
1808         * configure.in (build_configargs, host_configargs, target_configargs):
1809         Remove build/host/target parameters.
1810         (host_libs): Add gmp and mpfr.
1811         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
1812         * Makefile.def (gmp, mpfr): New.
1813         (gcc): Remove target.
1814         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
1815         target_os, target_vendor): New.
1816         (configure): Add host_alias/target_alias arguments.  Adjust invocations.
1817         * configure: Regenerate.
1818         * Makefile.in: Regenerate.
1819
1820 2007-01-11  Matt Fago  <fago@earthlink.net>
1821
1822         * configure.in: Try to link to functions only in mpfr 2.2.x
1823         to improve robustness of configure tests.
1824         * configure: Regenerate.
1825
1826 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
1827
1828         * MAINTAINERS: Add myself as i386 maintainer.
1829
1830 2007-01-08  Jan Hubicka  <jh@suse.cz>
1831
1832         * MAINTAINERS: Add myself as i386 maintainer.
1833
1834 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
1835
1836         * configure.in: Add support for an x86_64-mingw* target.
1837         * configure: Regenerate.
1838
1839 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
1840
1841         * Makefile.tpl (all-target): Correct @if conditional for target
1842         modules.
1843         * configure.in: Omit libiberty if building only target libgcc.
1844         * configure, Makefile.in: Regenerated.
1845
1846 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
1847
1848         * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
1849         * configure: Regenerate.
1850
1851 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
1852
1853         * Makefile.def (target_modules): Add libgcc.
1854         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
1855         * Makefile.tpl (clean-target-libgcc): Delete.
1856         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
1857         on gcc even for bootstrapped modules.  Rewrite handling of
1858         lang_env_dependencies to loop over target_modules.
1859         * configure.in (target_libraries): Add target-libgcc.
1860         * Makefile.in, configure: Regenerated.
1861
1862 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
1863
1864         * configure.in: Reorganize recognition of languages.  Add
1865         --enable-stage1-languages.  Show supported languages for the chosen
1866         target rather than all recognized languages.
1867         * configure: Regenerate.
1868
1869 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
1870
1871         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
1872         * Makefile.in: Regenerate.
1873
1874 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1875
1876         * configure.in: Warn that MPFR 2.2.0 is buggy.
1877         * configure: Regenerate.
1878
1879 2006-12-27  Ian Lance Taylor  <iant@google.com>
1880
1881         * configure.in: When removing Makefiles to force a reconfigure, also
1882         remove prev-DIR*/Makefile.
1883         * configure: Regenerate.
1884
1885 2006-12-22  Andreas Schwab  <schwab@suse.de>
1886
1887         * configure: Regenerate with correct autoconf version.
1888
1889 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
1890
1891         * configure.in: add AC_SUBST for *_FOR_TARGET.
1892         * configure: Regenerate.
1893
1894 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
1895
1896         * configure.in: Simplify logic for rejecting languages that cannot
1897         be built.  Separate the case when a language is unsupported,
1898         from the case when the user chooses not to build a language.
1899
1900 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
1901
1902         * configure.in: Remove "$build" case for powerpc-*-darwin* since
1903         it only affects bootstrap and could be tested on "$host" as well.
1904         * configure: Regenerate.
1905         * config/mh-ppc-darwin: Add to the stage1 cflags here.
1906
1907 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
1908
1909         PR bootstrap/29544
1910         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
1911         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
1912         move here comment from Makefile.tpl.
1913         * Makefile.tpl: Move some definitions higher in the file.
1914         (STAGE1_CHECKING): New.
1915         * configure.in: Add --enable-stage1-checking.
1916         * configure: Regenerate.
1917         * Makefile.in: Regenerate.
1918
1919 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
1920
1921         * MAINTAINERS: Add myself as build system maintainer.
1922
1923 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
1924
1925         * MAINTAINERS (Write After Approval): Add myself.
1926
1927 2006-12-13  Eric Christopher  <echristo@apple.com>
1928
1929         * MAINTAINERS: Add myself as darwin maintainer.
1930
1931 2006-12-11  Ian Lance Taylor  <ian@airs.com>
1932
1933         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
1934
1935 2006-12-11  Joern Rennecke <joern.rennecke@arc.com>
1936
1937         MAINTAINERS: Update my entry.
1938
1939 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
1940
1941         * configure.in:  Handle spu makefile frag.
1942         * Makefile.tpl (MAINT): Define
1943         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
1944         * configure: Regenerate.
1945         * Makefile.in: Regenerate.
1946
1947 2006-12-11  Ben Elliston  <bje@au.ibm.com>
1948
1949         * config.guess: Import latest version.
1950         * config.sub: Likewise.
1951
1952 2006-12-11  Ben Elliston  <bje@au.ibm.com>
1953
1954         * configure.in (spu-*-*): Don't skip target-libiberty.
1955         * configure: Regenerate.
1956
1957 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
1958
1959         PR bootstrap/30134
1960         * configure.in: Correct x86 darwin support for libjava to powerpc
1961         and i?86 only.
1962         * configure: Regenerate.
1963
1964 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
1965
1966         * configure.in: Add x86 darwin support for libjava.
1967         * configure: Regenerate.
1968
1969 2006-12-07  Mike Stump  <mrs@apple.com>
1970
1971         * Makefile.def (dependencies): Add dependency for
1972         install-target-libssp and install-target-libgomp on
1973         install-gcc.
1974         * Makefile.in: Regenerate.
1975
1976 2006-12-04  Richard Guenther  <rguenther@suse.de>
1977
1978         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
1979         (Non-Algorithmic Maintainers): Move over non-algorithmic
1980         loop optimizer maintainers, add myself as a non-algorithmic
1981         middle-end maintainer.
1982
1983 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
1984
1985         * MAINTAINERS (Write After Approval): Add myself.
1986
1987 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1988
1989         * configure.in: Update error message for missing GMP/MPFR.
1990
1991         * configure: Regenerate.
1992
1993 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1994
1995         * configure.in: Update MPFR version in error message.
1996
1997         * configure: Regenerate.
1998
1999 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2000
2001         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
2002         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
2003         --with-gmp-lib): New flags.
2004
2005         * configure: Regenerate.
2006
2007 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
2008
2009         * MAINTAINERS (Write After Approval): Change my email address.
2010
2011 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2012
2013         * MAINTAINERS (Write After Approval): Add myself.
2014
2015 2006-11-22  Philipp Thomas <pth@suse.de>
2016
2017         * MAINTAINERS (i18n): Update e-mail address.
2018
2019 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
2020
2021         * MAINTAINERS (spu port): Add myself as maintainer.
2022         (Write After Approval): Remove myself.
2023
2024 2006-11-22  Ben Elliston  <bje@au.ibm.com>
2025
2026         * configure.in (skipdirs): Don't build libssp for SPU.
2027         * configure: Regenerate.
2028
2029 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2030
2031         * MAINTAINERS (spu port): Add myself as maintainer.
2032         (libobjc): Update my email address.
2033
2034 2006-11-21  Andrea Bona  <andrea.bona@st.com>
2035
2036         * MAINTAINERS (Write After Approval): Add myself.
2037
2038 2006-11-20  Trevor Smigiel <trevor_smigiel@playstation.sony.com>
2039
2040         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
2041         * configure : Rebuilt.
2042
2043 2006-11-20  Trevor Smigiel <trevor_smigiel@playstation.sony.com>
2044
2045         * MAINTAINERS (Write After Approval): Add myself.
2046
2047 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
2048
2049         * MAINTAINERS (Write After Approval): Add myself.
2050
2051 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2052
2053         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
2054         libmpfr.a.
2055         * configure: Regenerate.
2056
2057 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
2058
2059         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
2060         (unstage): Test for stage_last presence.
2061
2062         PR bootstrap/29802
2063         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
2064         * Makefile.in: Regenerate.
2065
2066 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
2067
2068         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
2069         maintainers.
2070
2071 2006-11-14  Erven Rohou  <erven.rohou@st.com>
2072
2073         * MAINTAINERS (Write After Approval): Add myself.
2074
2075 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
2076
2077         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
2078         and stageN-package/Makefile.
2079         * Makefile.in: Regenerated.
2080
2081 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
2082
2083         * configure.in: Remove target-libgloss from noconfigdirs for
2084         bfin-*-*.
2085         * configure: Regenerated.
2086
2087 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2088
2089         * configure.in (have_gmp): Only error if the gcc directory exists.
2090
2091         * configure: Regenerate.
2092
2093 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2094
2095         * configure.in: Robustify error message for missing GMP/MPFR.
2096
2097         * configure: Regenerate.
2098
2099 2006-10-31  Stephen M. Webb <stephen.webb@bregmasoft.com>
2100
2101         * MAINTAINERS (Write After Approval): Add myself.
2102
2103 2006-10-30  Uros Bizjak <ubizjak@gmail.com>
2104
2105         * MAINTAINERS: Change email address.
2106
2107 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
2108
2109         * MAINTAINERS (Write After Approval): Add myself.
2110
2111 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
2112
2113         * MAINTAINERS (Write After Approval): Add myself.
2114
2115 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
2116
2117         * MAINTAINERS (Write After Approval): Move myself to
2118         Write After Approval section.
2119
2120 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2121
2122         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
2123         need_gmp anymore.
2124         * configure: Regenerate.
2125
2126 2006-10-16  Tobias Burnus  <burnus@net-b.de>
2127
2128         * MAINTAINERS (Write After Approval): Add myself.
2129
2130 2006-10-16  Ben Elliston  <bje@au.ibm.com>
2131
2132         * config.guess: Import latest version.
2133         * config.sub: Likewise.
2134
2135 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
2136
2137         * Makefile.def: Added pdf target handling.
2138         * Makefile.tpl: Added pdf target handling.
2139         * Makefile.in: Regenerated.
2140
2141 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
2142
2143         * MAINTAINERS: Add self as score port maintainer.
2144
2145 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
2146
2147         * MAINTAINERS (Write After Approval): Add myself.
2148
2149 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
2150
2151         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
2152         or newer.
2153         * configure: Regenerated.
2154
2155 2006-09-27  Dave Brolley  <brolley@redhat.com>
2156
2157         * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
2158         $s instead of $r.
2159         * configure: Regenerated.
2160
2161 2006-09-26  Thiemo Seufer  <ths@mips.com>
2162
2163         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2164         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2165         * configure: Regenerate.
2166
2167 2006-09-24  Graeme Peterson <gridly@gmail.com>
2168
2169         * MAINTAINERS (Write After Approval): Remove myself.
2170
2171 2006-09-22  Chao-ying Fu  <fu@mips.com>
2172
2173         * MAINTAINERS (Write After Approval): Add myself.
2174
2175 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
2176
2177         * MAINTAINERS: Add self as soft-fp maintainer.
2178
2179 2006-09-09  Anatoly Sokolov <aesok@post.ru>
2180
2181         * MAINTAINERS: Add myself as avr maintainer.
2182         Remove Marek Michalkiewicz as avr maintainer.
2183
2184 2006-09-07  Roberto Costa  <roberto.costa@st.com>
2185
2186         * MAINTAINERS (Write After Approval): Add myself.
2187
2188 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
2189
2190         * configure.in: Never build newlib for a Mingw host.
2191         Never build newlib as Mingw target library.
2192         Test the existence of winsup/cygwin for building a Cygwin newlib,
2193         rather than just winsup.
2194         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
2195         building a Mingw target.
2196         * configure: Regenerate.
2197
2198 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
2199
2200         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
2201
2202 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
2203
2204         * config.guess: Import from src (was more updated).
2205         * config.sub: Likewise.
2206
2207 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
2208
2209         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
2210         * configure: Regenerated.
2211
2212 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
2213
2214         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
2215         for stages after the first.
2216
2217 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
2218
2219         * Makefile.def: Add dependencies for configure-opcodes
2220         on configure-intl and all-opcodes on all-intl.
2221         * Makefile.in: Regenerated.
2222
2223 2006-07-13  Ben Elliston  <bje@au.ibm.com>
2224
2225         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
2226
2227 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
2228
2229         Port to hosts whose 'sort' and 'tail' implementations
2230         treat operands with leading '+' as file names, as POSIX
2231         has required since 2001.  However, make sure the code still
2232         works on pre-POSIX hosts.
2233         * ltmain.sh: Don't assume "sort +2" is equivalent to
2234         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
2235
2236 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
2237
2238         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
2239
2240 2006-07-04  Peter O'Gorman  <peter@pogma.com>
2241
2242         * ltconfig: chmod 644 before ranlib during install.
2243
2244 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2245
2246         PR bootstrap/18058
2247         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
2248         if the bootstrap compiler is a GCC version that supports it.
2249         * configure: Regenerate.
2250
2251 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
2252
2253         * configure.in: Fix thinkos in previous check-in.
2254         * configure: Regenerate.
2255
2256 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
2257
2258         PR other/27063
2259         * configure.in: Test subdir_requires and give an appropriate
2260         error message.
2261         * configure: Regenerate.
2262
2263 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
2264
2265         * MAINTAINERS (Write After Approval): Add myself.
2266
2267 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
2268
2269         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
2270
2271 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
2272
2273         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
2274
2275 2006-06-20  David Ayers  <d.ayers@inode.at>
2276
2277         PR bootstrap/28072
2278         * configure.in: Add target-boehm-gc to noconfigdirs depending on
2279         whether target-libjava is being configured instead of whether the
2280         java front end is enabled.
2281         * configure: Regenerate.
2282
2283 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2284
2285         PR target/27540
2286         * configure.in: Only enable libgomp on IRIX 6.
2287         * configure: Regenerate.
2288
2289 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
2290
2291         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
2292         too.
2293         * Makefile.in: Regenerate.
2294
2295 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
2296
2297         * config-ml.in: Alter CCASFLAGS to include special
2298         multilib options the same as is done for CFLAGS.
2299
2300 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2301
2302         * configure.in: Don't enable libgomp on hpux10.
2303         * configure: Rebuilt.
2304
2305 2006-06-12  David Ayers  <d.ayers@inode.at>
2306
2307         PR bootstrap/27963
2308         PR target/19970
2309         * configure.in: Remove target-boehm-gc from noconfigdirs where
2310         ${libgcj} is specified.
2311         * configure: Regenerate.
2312
2313 2006-06-06  Carlos O'Donell <carlos@codesourcery.com>
2314
2315         Sync from src:
2316
2317         * configure.in: Sync.
2318         * configure: Regenerated.
2319
2320         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
2321
2322         * Makefile.def: Added dependencies from sim and gdb on intl, and
2323         added configure dependencies to everything with an all dependency
2324         on intl.
2325         * Makefile.in: Regenerated.
2326
2327 2006-06-06  David Ayers  <d.ayers@inode.at>
2328
2329         PR libobjc/13946
2330         * Makefile.def: Add dependencies for libobjc which boehm-gc.
2331         * Makefile.in: Regenerate.
2332         * configure.in: Add --enable-objc-gc at toplevel and have it
2333         enable boehm-gc for Objective-C.
2334         Remove target-boehm-gc from libgcj.
2335         Add target-boehm-gc to target_libraries.
2336         Add target-boehm-gc to noconfigdirs where ${libgcj}
2337         is specified.
2338         Assert that boehm-gc is supported when requested for Objective-C.
2339         Only build boehm-gc if needed either for Java or Objective-C.
2340         * configure: Regenerate.
2341
2342 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
2343
2344         PR 27674
2345         * Makefile.tpl (configure-[+prefix+][+module+],
2346         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
2347         Remove rule to unstage bootstrapped modules.
2348         (stage_current): New.
2349         * Makefile.in: Regenerate.
2350
2351 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2352
2353         * MAINTAINERS (Write After Approval): Update my e-mail address.
2354
2355 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
2356
2357         * include/libiberty.h: Declare pex_run_in_environment.
2358
2359 2006-05-31  Asher Langton  <langton2@llnl.gov>
2360
2361         * MAINTAINERS (Write After Approval): Add myself.
2362
2363 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
2364
2365         * Makefile.def (bfd, opcodes): Fix lib_path.
2366         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
2367         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
2368         * Makefile.in: Regenerate.
2369
2370 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
2371
2372         * Makefile.in: Regenerate.
2373
2374 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
2375
2376         * Makefile.def: Add install-html target. Add datarootdir
2377         docdir and htmldir to flags_to_pass.
2378         * Makefile.tpl: Add install-html target.
2379         * Makefile.in: Regenerate.
2380         * configure.in: Add --with-datarootdir, --with-docdir, and
2381         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
2382         * configure: Regenerate.
2383
2384 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
2385
2386         * configure.in: Enable gprof for cross builds.
2387         * configure: Regenerate.
2388
2389 2006-05-22  Richard Guenther  <rguenther@suse.de>
2390
2391         Revert
2392         2006-01-31  Richard Guenther  <rguenther@suse.de>
2393         Paolo Bonzini  <bonzini@gnu.org>
2394
2395         * Makefile.def (target_modules): Add libgcc-math target module.
2396         * configure.in (target_libraries): Add libgcc-math target library.
2397         (--enable-libgcc-math): New configure switch.
2398         * Makefile.in: Re-generate.
2399         * configure: Re-generate.
2400         * libgcc-math: New toplevel directory.
2401
2402 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2403             Andreas Tobler  <a.tobler@schweiz.ch>
2404
2405         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
2406         * configure: Rebuilt.
2407
2408 2006-05-12  Sandra Loosemore <sandra@codesourcery.com>
2409
2410         * MAINTAINERS (Write After Approval): Add myself.
2411
2412 2006-05-01  DJ Delorie  <dj@redhat.com>
2413
2414         * configure.in: Restore CFLAGS if GMP isn't present.
2415         * configure: Regenerate.
2416
2417 2006-05-01  Richard Guenther  <rguenther@suse.de>
2418
2419         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
2420         maintainer.
2421
2422 2006-04-30  Kenneth Zadeck <zadeck@naturalbridge.com>
2423
2424         * MAINTAINERS (Write After Approval): Add myself.
2425
2426 2006-04-28  Jan Beulich  <jbeulich@novell.com>
2427
2428         * MAINTAINERS (Write After Approval): Add myself.
2429
2430 2006-04-18  DJ Delorie  <dj@redhat.com>
2431
2432         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
2433         reference libgloss so that libssp can be built in a combined
2434         tree.
2435         * configure: Regenerate.
2436
2437 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
2438
2439         * MAINTAINERS (Write After Approval): Add myself.
2440
2441 2006-04-05  Ben Elliston  <bje@au.ibm.com>
2442
2443         * configure.in: Require makeinfo 4.4 or higher.
2444         * configure: Regenerate.
2445
2446 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
2447
2448         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
2449         Rearrange the entries of other libraries to have them in one place.
2450
2451 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
2452
2453         * MAINTAINERS (Write After Approval): Remove myself.
2454         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2455
2456 2006-03-14  Richard Guenther  <rguenther@suse.de>
2457
2458         * configure: Regenerate with autoconf 2.13.
2459
2460 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
2461
2462         * MAINTAINERS: Use my work address.
2463
2464         * MAINTAINERS: Update my E-mail address.
2465
2466 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
2467
2468         * configure.in: Handle --disable-<component> generically.
2469         * configure: Regenerate.
2470
2471 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
2472
2473         PR libgcj/17311
2474         * ltmain.sh: Don't use "$finalize_rpath" for compile.
2475
2476 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
2477
2478         * MAINTAINERS (Write After Approval):  Remove myself.
2479         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
2480
2481 2006-02-21  Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2482
2483         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
2484         (TARGET_CONFIGDIRS): Remove.
2485         * configure.in: Remove AC_SUBST(target_configdirs).
2486         * Makefile.in, configure: Regenerated.
2487
2488 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
2489
2490         * MAINTAINERS (Write After Approval):  Remove myself.
2491         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
2492
2493 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
2494
2495         PR bootstrap/25670
2496
2497         * Makefile.tpl ([+compare-target+]): Print explanation messages.
2498
2499         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
2500         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
2501         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
2502         BUILD_PREFIX, BUILD_PREFIX_1.
2503         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
2504
2505         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
2506         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
2507
2508         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
2509         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
2510         of `cat stage_current`.  Always provide the `r' and `s' variables.
2511         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
2512         a single shell execution.
2513         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
2514         bootstrapped modules, make the stage1 module if the build was not
2515         started yet, else build the current stage.
2516         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
2517         (all-build, all-host, all-target, [+make_target+]-host,
2518         [+make_target+]-target): Do not use \-continued lines.
2519         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
2520         (current_stage, restrap, stage_last): New.
2521
2522         * Makefile.in: Regenerate.
2523         * configure: Regenerate.
2524
2525 2006-02-19  Bud Davis  <jmdavis@link.com>
2526
2527         * MAINTAINERS (Write After Approval):  Remove myself.
2528         (Language Front End Maintainers):  Add myself as fortran 95
2529         maintainer and update e-mail address.
2530
2531 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2532
2533         * MAINTAINERS (Write After Approval):  Remove myself.
2534         (Language Front End Maintainers):  Add myself as fortran 95
2535         maintainer.
2536
2537 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
2538
2539         * MAINTAINERS (Write After Approval): Add myself.
2540
2541 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
2542
2543         * MAINTAINERS (Write After Approval):  Remove myself.
2544         (Language Front End Maintainers):  Add myself as
2545         fortran 95 maintainer.
2546
2547 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
2548
2549         Sync from src:
2550
2551         2005-12-27  Leif Ekblad  <leif@rdos.net>
2552
2553         * configure.in: Add support for RDOS target.
2554         * configure: Regenerate.
2555
2556 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
2557             Andreas Schwab  <schwab@suse.de>
2558
2559         * configure: Regenerate.
2560
2561 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
2562
2563         * configure.in (enable_libgomp): Add AIX.
2564         * configure: Regenerate.
2565
2566 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
2567
2568         * MAINTAINERS (Write After Approval): Add myself.
2569
2570 2006-02-03  Lee Millward  <lee.millward@gmail.com>
2571
2572         * MAINTAINERS (Write After Approval): Add myself.
2573
2574 2006-01-31  Richard Guenther  <rguenther@suse.de>
2575         Paolo Bonzini  <bonzini@gnu.org>
2576
2577         * Makefile.def (target_modules): Add libgcc-math target module.
2578         * configure.in (target_libraries): Add libgcc-math target library.
2579         (--enable-libgcc-math): New configure switch.
2580         * Makefile.in: Re-generate.
2581         * configure: Re-generate.
2582         * libgcc-math: New toplevel directory.
2583
2584 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
2585
2586         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
2587         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
2588         the assembler, linker and binutils.
2589         * configure: Regenerate.
2590
2591 2006-01-22  Dirk Mueller  <dmueller@suse.de>
2592
2593         * MAINTAINERS (Write After Approval): Add myself.
2594
2595 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
2596
2597         * configure: Regenerate.
2598
2599 2006-01-18  Richard Henderson  <rth@redhat.com>
2600             Jakub Jelinek  <jakub@redhat.com>
2601             Diego Novillo  <dnovillo@redhat.com>
2602
2603         * libgomp: New directory.
2604         * Makefile.def: Add target_module libgomp.
2605         * Makefile.in: Regenerate.
2606         * configure.in (target_libraries): Add target-libgomp.
2607         * configure: Regenerate.
2608
2609 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
2610
2611         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
2612         @ from continuation.
2613         * Makefile.in: Rebuilt.
2614
2615 2006-01-04  Chris Lattner  <sabre@gnu.org>
2616
2617         * MAINTAINERS (Write After Approval): Add myself.
2618
2619 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
2620
2621         PR bootstrap/24252
2622
2623         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
2624         * Makefile.tpl (OBJDUMP): New.
2625         (EXTRA_HOST_FLAGS): Add it.
2626         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
2627
2628         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
2629         to use symbolic links between directories.  Avoid race conditions
2630         or make them harmless.
2631         * configure.in: Do not try to use symbolic links between directories.
2632
2633         * Makefile.def (LEAN): Pass.
2634         * Makefile.tpl (LEAN): Define.
2635         (stage[+id+]-start): Accept that the previous directory does not
2636         exist, if the bootstrap is lean.
2637         (stage[+id+]-bubble): Invoke lean bootstrap commands after
2638         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
2639         configure substitution.
2640         ([+compare-target+]): Likewise.
2641         ([+bootstrap-target+]-lean): New.
2642         * configure.in: Remove lean bootstrap support from here.
2643
2644         * Makefile.in: Regenerate.
2645         * configure: Regenerate.
2646
2647 2006-01-04  Ben Elliston  <bje@au.ibm.com>
2648
2649         * MAINTAINERS (libdecnumber): Add myself.
2650
2651 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
2652
2653         * libtool-ldflags: New script.
2654
2655 2006-01-02  Andreas Schwab  <schwab@suse.de>
2656
2657         * configure.in: When reconfiguring remove Makefile in
2658         all stage directories.
2659         * configure: Regenerate.
2660
2661 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
2662
2663         * MAINTAINERS: Update my email address.
2664
2665 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
2666
2667         Revert Ada-related part of the previous change.
2668
2669         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
2670         Do not pass.
2671         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
2672         * Makefile.in: Regenerate.
2673         * configure.in: Do not include mt-ppc-aix target fragment.
2674         * configure: Regenerate.
2675
2676 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
2677
2678         * configure.in: Select appropriate fragments for PowerPC/AIX.
2679         * configure: Regenerate.
2680
2681         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
2682         BOOT_CFLAGS, BOOT_LDFLAGS.
2683         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
2684         BOOT_CFLAGS, BOOT_LDFLAGS.
2685         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
2686         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
2687         (stage): Fail if we cannot complete the work.
2688         * Makefile.in: Regenerate.
2689
2690 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
2691
2692         * configure.in: Replace ms1 with mt.
2693         * configure: Rebuilt.
2694
2695 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
2696
2697         * MAINTAINERS: Update my email address.
2698
2699 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
2700
2701         * Makefile.tpl (all, do-[+make_target+], do-check, install,
2702         install-host-nogcc): Don't invoke $(stage) at the end.
2703         * Makefile.in: Regenerate.
2704
2705 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
2706
2707         * configure.in: Flip the top-level bootstrap switch.
2708         * configure: Regenerate.
2709
2710 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
2711
2712         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
2713         $(stage) and $(unstage).
2714         (EXTRA_TARGET_FLAGS): Correct double-quoting.
2715         (all): Remove stray semicolon.
2716         (local-distclean): Don't handle multilib.tmp and multilib.out.
2717         (install.all): Set $s for consistency.
2718         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
2719         check_multilibs setting.  Always make the install directory.
2720         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
2721         Correct @if/@endif.
2722         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
2723         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
2724         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
2725         (multilib.out): Remove.
2726         * Makefile.in: Regenerated.
2727
2728 2005-12-12  Carlos O'Donell <carlos@codesourcery.com>
2729
2730         * MAINTAINERS (Write After Approval): Add myself.
2731
2732 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
2733
2734         * MAINTAINERS: Add myself as mt maintainer.
2735
2736         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
2737
2738 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
2739
2740         * MAINTAINERS: Change email address.
2741
2742 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
2743
2744         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
2745         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
2746         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
2747         Find in-tree tools if available.
2748         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
2749         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
2750         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
2751         (COMPILER_*_FOR_TARGET): New.
2752         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
2753         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
2754         (CONFIGURED_*, USUAL_*): Remove.
2755         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
2756         STRIP): Use autoconf substitutions.
2757         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
2758         COMPILER_NM_FOR_TARGET): New.
2759         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
2760
2761         (all): Make all-host and all-target in parallel.
2762         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
2763         that $$r and $$s are set before invoking a recursive make.
2764         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
2765         ([+bootstrap-target+]): Inline most of the `all' target.
2766
2767 2005-11-29  Ben Elliston  <bje@au.ibm.com>
2768
2769         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
2770         from the gcc build directory.
2771         * Makefile.in: Regenerate.
2772
2773 2005-11-29  Ben Elliston  <bje@au.ibm.com>
2774
2775         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
2776         depend on all-libdecnumber.
2777         * configure.in (host_libs): Include libdecnumber.
2778         * Makefile.in: Regenerate.
2779         * configure: Likewise.
2780
2781 2005-11-29  Ben Elliston  <bje@au.ibm.com>
2782
2783         * libdecnumber: Import decNumber sources from the dfp-branch.
2784
2785 2005-11-21  Kean Johnston  <jkj@sco.com>
2786
2787         * config.sub, config.guess: Sync from upstream sources.
2788
2789 2005-11-21  Ben Elliston  <bje@au.ibm.com>
2790
2791         Import from Autoconf sources:
2792
2793         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
2794         * config/move-if-change: Don't output "$2 is unchanged";
2795         suggested by Ben Elliston.  Handle weird characters correctly.
2796
2797 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
2798
2799         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
2800         to match upstream libtool for darwin.
2801
2802 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
2803
2804         * Makefile.def: Remove gdb dependencies for gdbtk.
2805         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
2806         (configure-gdb, install-gdb): New rules.
2807         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
2808         * Makefile.in, configure: Regenerated.
2809
2810 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
2811
2812         * MAINTAINERS (Write After Approval): Add myself.
2813
2814 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
2815
2816         * MAINTAINERS (Write After Approval): Add myself.
2817
2818 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
2819
2820         * MAINTAINERS (alias analysis): Add Daniel Berlin and
2821         Diego Novillo.
2822
2823 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
2824
2825         PR bootstrap/24297
2826         * Makefile.tpl (do-[+make-target+], do-check, install,
2827         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
2828         are set before recursing.
2829         * Makefile.in: Regenerate.
2830
2831 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
2832
2833         PR bootstrap/18939
2834         * Makefile.def (gcc) <target>: Fix thinko.
2835         * Makefile.in: Regenerate.
2836
2837 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
2838
2839         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
2840         * configure: Regenerate.
2841
2842 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
2843
2844         * MAINTAINERS (Write After Approval): Add self.
2845
2846 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
2847
2848         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
2849         target-libffi, target-qthreads, target-libjava, and
2850         targetlibobjc.
2851         * configure: Regenerate.
2852
2853 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
2854
2855         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
2856         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
2857         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
2858         (USUAL_OBJDUMP_FOR_TARGET): New.
2859         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
2860         * configure.in: Check for $OBJDUMP_FOR_TARGET.
2861         * configure, Makefile.in: Regenerated.
2862
2863 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
2864
2865         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
2866         before other host packages.
2867
2868 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
2869
2870         * MAINTAINERS: Add self as sh libraries/configury maintainer.
2871
2872 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
2873
2874         PR bootstrap/22340
2875
2876         * configure.in (default_target): Remove.
2877         * Makefile.tpl (all): Do not use prerequisites as subroutines
2878         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
2879         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
2880         use prerequisites as subroutines.
2881         (check-host, check-target): New.
2882         (bootstrap configure & all targets): Do not use stage*-start
2883         if the directory layout is already ok.
2884         (non-bootstrap configure & all targets): Prepend a $(unstage).
2885         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
2886         (NOTPARALLEL): Remove.
2887         (unstage, stage variables): New variables.
2888         (unstage, stage targets): Simply expand to those variables.
2889
2890         * configure: Regenerate.
2891         * Makefile.in: Regenerate.
2892
2893 2005-10-04  James E Wilson  <wilson@specifix.com>
2894
2895         * Makefile.def (lang_env_dependencies): Add libmudflap.
2896         * Makefile.in: Regenerate.
2897
2898 2005-10-03  Andreas Schwab  <schwab@suse.de>
2899
2900         Backport from libtool CVS:
2901         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
2902
2903         * ltmain.sh: add support for installing into temporary
2904         staging area (e.g. 'make install DESTDIR=...')
2905
2906 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
2907
2908         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
2909         * configure: Regenerated.
2910
2911 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
2912
2913         * configure: Regenerate with the correct
2914         autoconf version.
2915
2916 2005-09-30  Catherine Moore  <clm@cm00re.com>
2917
2918         * configure.in (bfin-*-*): New.
2919         * configure: Regenerated.
2920
2921 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
2922
2923         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
2924         (LIPO_FOR_TARGET): New.
2925         (CONFIGURED_LIPO_FOR_TARGET): New.
2926         (USUAL_LIPO_FOR_TARGET): New.
2927         (STRIP_FOR_TARGET): New.
2928         (CONFIGURED_STRIP_FOR_TARGET): New.
2929         (USUAL_STRIP_FOR_TARGET): New.
2930         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
2931         STRIP_FOR_TARGET.
2932         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
2933         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
2934         * Makefile.in: Regenerate.
2935         * configure: Regenerate.
2936
2937 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
2938
2939         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
2940         (rs6000-*-aix*): Same.
2941         * configure: Regenerate.
2942
2943 2005-09-16  Tom Tromey  <tromey@redhat.com>
2944
2945         * MAINTAINERS: Add self as java maintainer.
2946
2947 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2948
2949         * configure.in: Recognize f95 in the --enable-languages option,
2950         and substitute it for fortran, issuing a warning.
2951         * configure: Regenerate.
2952
2953 2005-08-30  Phil Edwards  <phil@codesourcery.com>
2954
2955         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
2956         * configure:  Regenerated.
2957
2958 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
2959
2960         * MAINTAINERS: Add self as ms1 maintainer.
2961
2962 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
2963
2964         * Makefile.def (libssp): Add to lang_env_dependencies.
2965         * Makefile.in: Regenerate.
2966
2967 2005-08-18  Ian Lance Taylor  <ian@airs.com>
2968
2969         * MAINTAINERS: Add myself as middle-end maintainer.
2970
2971 2005-08-17  Christian Groessler  <chris@groessler.org>
2972
2973         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
2974         * Makefile.in: Regenerate.
2975
2976 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
2977
2978         * MAINTAINERS (write after approval): Added myself.
2979
2980 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
2981
2982         * MAINTAINERS (Write After Approval): Add myself.
2983
2984 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
2985
2986         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
2987         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
2988         Look for alternate names of the target cc and c++
2989         * configure: Regenerate.
2990
2991 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
2992
2993         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
2994         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
2995         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
2996         tools; remove code to manually set them.
2997         (Target tools): Look in the environment for them.
2998         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
2999         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3000         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3001         build directory.
3002         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3003         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3004         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3005         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3006         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3007         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3008         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3009         * configure: Regenerate.
3010         * Makefile.in: Regenerate.
3011
3012 2005-07-28  Ben Elliston  <bje@au.ibm.com>
3013
3014         * MAINTAINERS: Update for removed CPU targets.
3015
3016 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
3017
3018         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
3019         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
3020         * Makefile.in: Regenerated.
3021
3022 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
3023
3024         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3025         (CFLAGS_FOR_TARGET): Use it.
3026         (CXXFLAGS_FOR_TARGET): Likewise.
3027         * Makefile.in: Regenerated.
3028         * configure.in (--with-build-sysroot): New option.
3029         * configure: Regenerated.
3030
3031 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
3032
3033         * Makefile.tpl: Wrap install between unstage and stage
3034         * Makefile.in: Regenerate.
3035
3036 2005-07-21  Eric Christopher  <echristo@apple.com>
3037
3038         * MAINTAINERS: Update affiliation.
3039
3040 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
3041
3042         * MAINTAINERS: Add self as crx port maintainer.
3043
3044 2005-07-20  DJ Delorie  <dj@redhat.com>
3045
3046         * MAINTAINERS: Add self as m32c maintainer.
3047
3048 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
3049
3050         * all files: Update FSF address.
3051
3052 2005-07-15  Eric Christopher  <echristo@redhat.com>
3053
3054         * MAINTAINERS: Change affiliation.
3055
3056 2005-07-14  Jim Blandy  <jimb@redhat.com>
3057
3058         * configure.in: Add cases for Renesas m32c.
3059         * configure: Regenerated.
3060
3061 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
3062
3063         * COPYING.LIB: Update from fsf.org.
3064
3065 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
3066
3067         * COPYING, compile, config.guess,
3068         config.sub, install-sh, missing, mkinstalldirs,
3069         symlink-tree, ylwrap: Sync from upstream sources.
3070         * config-ml.in: Update FSF address.
3071
3072 2005-07-13  Eric Christopher  <echristo@redhat.com>
3073
3074         * configure.in: Add toplevel noconfigdir support for tpf.
3075         * configure: Regenerate.
3076
3077 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
3078
3079         PR ada/22340
3080
3081         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3082         * Makefile.in: Regenerate.
3083
3084 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
3085
3086         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
3087         Brolley to write-after-approval.
3088
3089 2005-07-07  Andreas Schwab  <schwab@suse.de>
3090
3091         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3092         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3093         * Makefile.in: Regenerated.
3094
3095 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
3096
3097         * configure.in: Don't build sim or rda when targetting darwin.
3098         * configure: Regenerate.
3099
3100 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
3101
3102         * configure.in: Add --enable-libssp and --disable-libssp.
3103         * configure: Regenerate with autoconf-2.13.
3104
3105 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
3106
3107         * Makefile.def (target_modules): Add libssp.
3108         * configure.in (target_libraries): Add target-libssp.
3109         * configure: Rebuilt.
3110         * Makefile.in: Rebuilt.
3111
3112 2005-07-01  Zack Weinberg  <zackw@panix.com>
3113
3114         * MAINTAINERS: Change email address.  Resign from maintainership.
3115
3116 2005-07-01  Richard Guenther  <rguenther@suse.de>
3117
3118         * MAINTAINERS: Change my e-mail address and affiliation.
3119
3120 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
3121
3122         * Makefile.def (stagefeedback): Come after profile.
3123         Define profiledbootstrap target.
3124         * Makefile.tpl (profiledbootstrap): Remove.
3125         (stageprofile-end): Zap stagefeedback.
3126         (stagefeedback-start): Copy all .gcda files, not only GCC's.
3127         * Makefile.in: Regenerate.
3128
3129 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
3130
3131         * MAINTAINERS: Update my email address.
3132
3133 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
3134
3135         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
3136         In 'cpp' stanza, support '#line' as well as '# '.
3137
3138 2005-06-08  Andreas Schwab  <schwab@suse.de>
3139
3140         * MAINTAINERS: Move myself from 'Write After Approval' to
3141         'CPU Port Maintainers' section as m68k maintainer.
3142
3143 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
3144
3145         * configure.in (unsupported_languages): New macro.
3146         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
3147         non-ported target libraries in noconfigdirs.
3148         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3149         non-linux-gnu.  Remove libgcj_ex_libffi.
3150         <lang_frag loop>: Set add_this_lang=no if the language is in
3151         unsupported_languages.
3152         * configure: Regenerate.
3153
3154 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
3155
3156         * configure.in: Fix typo in handling of --with-mpfr-dir.
3157         * configure: Regenerate.
3158
3159 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
3160
3161         * MAINTAINERS: Update my email address.
3162
3163 2005-06-02  Jim Blandy  <jimb@redhat.com>
3164
3165         * config.sub: Add cases for the Renesas m32c.  (This patch has been
3166         accepted into the master sources.)
3167
3168 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
3169             Michael Snyder  <msnyder@redhat.com>
3170             Stan Cox  <scox@redhat.com>
3171
3172         * configure.in: Set noconfigdirs for ms1.
3173
3174         * configure: Regenerate.
3175
3176 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
3177
3178         * MAINTAINERS (Write After Approval): Add self.
3179
3180 2005-06-01  Josh Conner  <jconner@apple.com>
3181
3182         * MAINTAINERS (Write After Approval): Add self.
3183
3184 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
3185
3186         * MAINTAINERS: Update my email address.
3187
3188 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
3189
3190         * MAINTAINERS (Write After Approval): Add self.
3191
3192 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
3193
3194         * MAINTAINERS (Write After Approval): Remove self.
3195
3196 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
3197
3198         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3199         (Dependencies): Consider target modules for bootstrap dependencies.
3200         Make target bootstrap modules depend on each stage's gcc.
3201         * Makefile.in: Regenerate.
3202
3203 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
3204
3205         * Makefile.def (configure-gcc): Depend on binutils having been built.
3206         (all-gcc): No need to do it here.
3207         * Makefile.in: Regenerate.
3208
3209 2005-05-19  Paul Brook  <paul@codesourcery.com>
3210
3211         * configure.in: Rewrite misleading error message when requested
3212         language cannot be built.
3213         * configure: Regenerate.
3214
3215 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
3216
3217         * ylwrap: Import from Automake 1.9.5.
3218
3219 2005-05-13  David Ung  <davidu@mips.com>
3220
3221         * MAINTAINERS (Write After Approval): Add self.
3222
3223 2005-05-09  Mike Stump  <mrs@apple.com>
3224
3225         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
3226         lt_cv_sys_max_cmd_len for now.
3227
3228 2005-05-09  Stan Cox  <scox@redhat.com>
3229
3230         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
3231
3232 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
3233
3234         * README.SCO: Update the URL.
3235
3236 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
3237
3238         * ltconfig: Define file_list_spec.  Pass file_list_spec and
3239         with_gnu_ld to libtool.
3240         * ltcf-c.sh (aix[45]): Define file_list_spec.
3241         * ltcf-cxx.sh (aix[45]): Same.
3242         * ltcf-gcj.sh (aix[45]): Same.
3243         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
3244         exists, write list of input files to temporary file.
3245
3246 2005-05-04  Mike Stump  <mrs@apple.com>
3247
3248         * configure.in: Always pass --target to target configures as
3249         otherwise rebuilds that do --recheck will fail.
3250         * confiugure: Rebuilt.
3251
3252 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
3253
3254         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
3255         STAGE_HOST_EXPORTS.
3256         (configure, all): Add bootstrap support.
3257         (Host modules, target modules): Pass post-stage1 flags and exports.
3258         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
3259         * Makefile.in: Regenerate.
3260
3261 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
3262
3263         * configure: Regenerate.
3264
3265 2005-04-27  Mike Stump  <mrs@apple.com>
3266
3267         * MAINTAINERS: Add self as darwin maintainer.
3268
3269 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
3270
3271         * config.sub: Update from master copy.
3272
3273 2005-04-21  Mike Stump  <mrs@apple.com>
3274
3275         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
3276         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
3277
3278 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
3279
3280         * configure.in <crisv32-*-*, cris-*-*>: New local variable
3281         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
3282         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
3283         "*-*-elf" and "*-*-linux*".
3284         * configure: Regenerate.
3285
3286 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
3287
3288         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
3289
3290 2005-04-12  Mike Stump  <mrs@apple.com>
3291
3292         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
3293
3294 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
3295
3296         * MAINTAINERS (Write After Approval): Add myself.
3297
3298 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
3299
3300         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
3301
3302 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
3303
3304         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
3305         (TARGET_CONFIGARGS): Include --with-target-subdir.
3306         (configure, all): New macros.  Use them throughout.
3307         * Makefile.in: Regenerate.
3308
3309 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
3310
3311         * MAINTAINERS (Write After Approval): Add myself.
3312
3313 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3314
3315         * MAINTAINERS: Remove 'loop unrolling' maintainer.
3316
3317 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
3318
3319         * MAINTAINERS: Move John Carr to Write After Approval.
3320
3321 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
3322
3323         * config/mh-mingw32: Delete.
3324         * configure.in: Don't use it.
3325         * configure: Regenerate.
3326
3327 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
3328
3329         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
3330         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
3331         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
3332         (HOST_LIB_PATH): Generate from Makefile.def.
3333         (TARGET_LIB_PATH): Likewise.
3334         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
3335         * Makefile.in: Regenerate.
3336         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
3337         (RPATH_ENVVAR): Include Darwin case.
3338         * configure: Regenerate.
3339
3340 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
3341
3342         * MAINTAINERS (Various Maintainers): Remove self.
3343         (Write After Approval): Add self.
3344
3345 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
3346
3347         * MAINTAINERS (Various Maintainers): Add self.
3348
3349 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
3350
3351         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
3352         * configure: Regenerate.
3353
3354 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
3355
3356         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
3357         gcc_version, and gcc_version_trigger from set of flags to pass.
3358         * Makefile.tpl: Remove definitions of above variables.
3359         (config.status): Remove dependency on $(gcc_version_trigger).
3360         * Makefile.in: Regenerate.
3361         * configure.in: Do not reference config/gcc-version.m4 nor
3362         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
3363         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
3364         * configure: Regenerate.
3365
3366 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
3367             Andrew Pinski <pinskia@physics.uc.edu>
3368
3369         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
3370         * Makefile.in: Regenerate.
3371
3372 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
3373
3374         * MAINTAINERS (Write After Approval): Add myself.
3375
3376 2005-03-03  David Ayers  <d.ayers@inode.at>
3377
3378         * MAINTAINERS (Write After Approval): Add myself.
3379
3380 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
3381
3382         PR libgcj/20160
3383         * ltmain.sh: Avoid creating archives with components that have
3384         duplicate basenames.
3385
3386 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
3387
3388         PR bootstrap/20250
3389         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
3390         instead of check.
3391         * Makefile.in: Regenerate.
3392
3393 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
3394
3395         * Makefile.in: Regenerate to fix conflict between the previous two
3396         patches.
3397
3398 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
3399
3400         PR bootstrap/17383
3401         * Makefile.def (target_modules): Remove "stage", now unnecessary.
3402         * Makefile.tpl (HOST_SUBDIR): New substitution.
3403         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
3404         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3405         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
3406         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
3407         (Host modules, Bootstrapped modules): Use it.
3408         (Build modules, Target modules): Do not create symlink trees,
3409         always configure out-of-srcdir.
3410         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
3411         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
3412         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
3413         $(HOST_SUBDIR).  Create a symlink for host_subdir.
3414
3415         * Makefile.in: Regenerate.
3416         * configure: Regenerate.
3417
3418 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3419
3420         Merged from libada-gnattools-branch:
3421         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3422
3423         * gnattools: New directory.
3424         * Makefile.def: Add gnattools as a module, depending on target-libada.
3425         * Makefile.in: Regenerate.
3426         * configure.in: Include gnattools in host_tools; disable it if ada
3427         is disabled.
3428         * configure: Regenerate.
3429
3430 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
3431
3432         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
3433         treelang maintainer.
3434         (Write After Approval): Remove myself.
3435
3436 2005-02-23  Paul Schlie  <schlie@comcast.net>
3437
3438         * configure.in: Allow darwin targeted ports to build tk, itcl and
3439         libgui.
3440         * configure: Regenerate.
3441
3442 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3443
3444         PR libgcj/10353
3445         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
3446         * configure: Regenerate.
3447
3448 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
3449
3450         * MAINTAINERS (Write After Approval): Add myself.
3451
3452 2005-02-10  Ian Lance Taylor  <ian@airs.com>
3453
3454         * MAINTAINERS: Update my e-mail address.
3455
3456 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
3457
3458         * MAINTAINERS (Write After Approval): Add myself.
3459
3460 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
3461
3462         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
3463         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
3464         target-libgloss when not *-*-elf and *-*-aout.
3465         * configure: Regenerate.
3466
3467 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
3468
3469         * MAINTAINERS: Remove obsolete entries.
3470
3471         * MAINTAINERS (Write After Approval): Add Michael Matz.
3472
3473 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
3474
3475         * MAINTAINERS: Remove self as cpplib maintainer.
3476
3477 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
3478
3479         * install-sh, config.sub: Import from upstream.
3480
3481 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
3482
3483         PR bootstrap/18222
3484         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
3485         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
3486         * Makefile.in: Regenerate.
3487
3488 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
3489
3490         * MAINTAINERS: Update my email address.
3491
3492 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
3493             Andreas Schwab  <schwab@suse.de>
3494
3495         PR bootstrap/18033
3496         * config-ml.in: Eval option if surrounded by single quotes.
3497
3498 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
3499
3500         Revert 2004-12-28 Makefile changes, a better fix will be
3501         applied to mainline and src after GCC 4.0 branches.
3502
3503 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
3504
3505         PR bootstrap/17383
3506
3507         * Makefile.def (target_modules): Remove stage parameter,
3508         it is always true now.
3509         * Makefile.tpl (configure-build-[+module+],
3510         configure-target-[+module+]): Always build symlink tree
3511         for the directory and for include.  BUILD_SUBDIR and
3512         TARGET_SUBDIR cannot be . anymore.
3513         * Makefile.in: Regenerate.
3514
3515 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
3516
3517         Revert 2004-12-08 Makefile changes.
3518
3519 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
3520
3521         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
3522         cygwin, mingw.
3523
3524 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
3525
3526         * configure.in (sh64-*-*): Reenable gprof.
3527         * configure: Regenerate.
3528
3529 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
3530
3531         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
3532         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
3533         (EXTRA_TARGET_FLAGS): Add PICFLAG.
3534         * Makefile.in: Regenerate.
3535
3536 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
3537
3538         * MAINTAINERS: Update my email address.
3539
3540 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
3541
3542         * Makefile.tpl: Generate normal dependencies if the LHS module is
3543         not bootstrapped.
3544         * Makefile.in: Regenerate.
3545
3546 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
3547
3548         * configure.in: Include config/gxx-include-dir.m4.  Use
3549         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
3550         * configure: Regenerate.
3551
3552 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
3553
3554         * config.if: Delete.
3555         * configure.in: Set libstdcxx_incdir directly.
3556         * configure: Regenerate.
3557
3558 2004-12-02  Eric Christopher  <echristo@redhat.com>
3559
3560         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
3561         * Makefile.in: Regenerate.
3562
3563 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
3564
3565         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
3566         * configure: Regenerate.
3567
3568 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
3569
3570         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
3571         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
3572         * configure: Regenerate.
3573
3574 2004-12-01  Eric Christopher  <echristo@redhat.com>
3575
3576         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
3577         of things to remove.
3578
3579 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
3580
3581         * MAINTAINERS (Write After Approval): Update my e-mail address.
3582
3583 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
3584
3585         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
3586         from CVS libtool to always pass_all.
3587
3588 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3589
3590         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
3591         (hppa*64*-*-*): Delete incorrect comment.
3592         * configure: Rebuilt.
3593
3594 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
3595
3596         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
3597
3598 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
3599
3600         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
3601         from CVS libtool to always pass_all.
3602
3603 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
3604
3605         * install-sh, compile: Import from automake.
3606
3607 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
3608
3609         * config.guess, config.sub:  Import from savannnah.
3610
3611 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
3612
3613         * MAINTAINERS (Write After Approval): Add myself
3614
3615 2004-11-12  Mike Stump  <mrs@apple.com>
3616
3617         * Makefile.def: Add html support.
3618         * Makefile.tpl: Likewise.
3619         * Makefile.in: Regenerate.
3620
3621 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
3622
3623         PR 18423
3624         * configure.in: Remove all instances of build-fixincludes from
3625         noconfigdirs.
3626         (build_configargs): Supply --target to subdirectories.
3627         * configure: Regenerate.
3628
3629         * Makefile.def: Make gcc install depend on fixincludes install.
3630         * Makefile.in: Regenerate.
3631
3632 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
3633
3634         * MAINTAINERS: Add myself as gcc testsuite maintainer.
3635
3636 2004-11-11  Paul Brook  <paul@codesourcery.com>
3637
3638         * MAINTAINERS: Add self as arm maintainer.  Update email address.
3639
3640 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
3641
3642         * configure.in (noconfigdirs) [mmix-*-*]: Disable
3643         target-libgfortran.
3644         * configure: Regenerate.
3645
3646 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
3647
3648         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
3649         like CC.
3650
3651 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
3652
3653         * Makefile.def (host fixincludes): Specify missing targets.
3654         * Makefile.in: Regenerate.
3655
3656 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
3657
3658         * MAINTAINERS: Add myself
3659
3660 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
3661
3662         * MAINTAINERS (Write After Approval): Add myself.
3663
3664 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
3665
3666         * Makefile.def: Build fixincludes for the host, too.
3667         * Makefile.in: Regenerate.
3668         * configure.in (host_tools): Add fixincludes.
3669         * configure: Regenerate.
3670
3671 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
3672
3673         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
3674         * configure: Regenerated.
3675
3676 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
3677
3678         PR other/17783
3679         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
3680         * configure: Regenerated.
3681
3682 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
3683
3684         * README.SCO: Update per FSF instructions.
3685
3686 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
3687
3688         PR target/18151
3689         * configure.in (case ${target}): Do not build fixincludes for avr.
3690         * configure: Regenerated.
3691
3692 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
3693
3694         * configure.in (case ${target}): Do not build fixincludes
3695         on platforms where it is not used.
3696         * configure: Regenerated.
3697
3698 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
3699
3700         * configure.in: Use an absolute path to install-sh.
3701         * configure: Regenerated.
3702
3703 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
3704
3705         * MAINTAINERS (Write After Approval): Add myself.
3706
3707 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
3708
3709         * MAINTAINERS: Remove from Write After Approval those that are
3710         already maintainers.
3711
3712 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
3713
3714         * MAINTAINERS:  Update my email address.
3715
3716 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
3717
3718         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
3719         * configure: Regenerate.
3720
3721 2004-10-07  J"orn Rennecke <joern.rennecke@st.com>
3722
3723         * MAINTAINERS:  Update my email address.
3724
3725 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
3726
3727         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
3728         entries belonging to this category.
3729
3730 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
3731
3732         * MAINTAINERS: Update my e-mail address.
3733
3734 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
3735
3736         Fix wrong conflict resolution in:
3737
3738         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
3739
3740         * Makefile.in: Regenerate.
3741         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
3742         in the recursive `make', instead of hardwiring `all'.
3743         (Autogenerated TARGET-* variables): New.
3744
3745 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
3746
3747         * configure.in: Enable target-libgloss for crx-*-*.
3748         * configure: Regenerate.
3749
3750 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
3751
3752         * MAINTAINERS (Various Maintainers): Move the "windows,
3753         cygwin, mingw" maintainer to ...
3754         (OS Port Maintainers): ... here.
3755
3756 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
3757
3758         * MAINTAINERS (Write After Approval): Remove those that are
3759         maintainers of some subsystem.
3760
3761 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
3762
3763         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
3764         * ltcf-cxx.sh (tpf*): Likewise.
3765         * ltconfig (tpf*): Add TPF OS configuration support.
3766
3767 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
3768
3769         * MAINTAINERS: Change my email address to my new work account.
3770
3771 2004-09-24  Michael Roth  <mroth@nessie.de>
3772
3773         * configure.in (--without-headers): Add missing double quotes.
3774         * configure: Regenerate.
3775
3776 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
3777
3778         * ylwrap: Revert to previous version.
3779
3780 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
3781
3782         PR bootstrap/17369
3783         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
3784         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
3785         SET_GCC_LIB_PATH_CMD.
3786         (BASE_TARGET_EXPORTS): Likewise.
3787         * Makefile.in: Regenerated.
3788
3789         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
3790         * configure: Regenerated.
3791
3792 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
3793
3794         * config.guess: New upstream version
3795         * compile, depcomp, install-sh, ylwrap: Likewise.
3796
3797 2004-09-19  Roger Sayle  <roger@eyesopen.com>
3798
3799         * config/mh-x86omitfp: New host makefile fragment.  Add
3800         -fomit-frame-pointer to the default BOOT_CFLAGS.
3801         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
3802         * configure: Regenerate.
3803
3804 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
3805
3806         PR target/11572
3807         * configure.in (*-*-darwin*): Renable libobjc.
3808         * configure: Regenerate.
3809
3810 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
3811
3812         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
3813
3814 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
3815
3816         * Makefile.def: Remove libbanshee.
3817         * Makefile.tpl: Ditto.
3818         * configure.in: Ditto.
3819         * Makefile.in: Regen.
3820         * configure: Ditto.
3821
3822 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
3823
3824         * ltmain.sh: Use $pic_object as $non_pic_object if
3825         $non_pic_object=none.
3826
3827 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
3828
3829         * missing: Import latest version from master repository.
3830
3831 2004-09-06  Nick Clifton  <nickc@redhat.com>
3832
3833         * config.sub: Import latest version from master repository.
3834         * config.guess: Likewise.
3835         This includes these changes:
3836
3837         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
3838
3839         * config.sub: Handle crisv32, alias etraxfs.
3840         * config.guess (crisv32:Linux:*:*): Handle.
3841
3842         2004-08-13  Brad Smith  <brad@comstyle.com>
3843
3844         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
3845         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
3846
3847         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
3848
3849         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
3850         assume the processor is a powerpc.  This is because coreutils
3851         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
3852         in this case, due to a MacOS X bug that causes
3853         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
3854         to return a negative number.
3855         Problem reported by Petter Reinholdtsen in:
3856         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
3857
3858         2004-07-19  Ben Elliston  <bje@gnu.org>
3859
3860         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
3861
3862         2004-06-24  Ben Elliston  <bje@gnu.org>
3863
3864         * config.guess: Update copyright years.
3865         * config.sub: Likewise.
3866
3867         2004-06-22  Robert Millan  <robertmh@gnu.org>
3868
3869         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
3870         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
3871
3872         2004-06-22  Stanley F. Quayle <stan@stanq.com>
3873
3874         * config.guess (*:*VMS:*:*): New entry. Replaces
3875         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
3876         manufacturer.
3877
3878         2004-06-22  Ben Elliston  <bje@gnu.org>
3879
3880         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
3881         * config.sub: Likewise.
3882
3883         2004-06-22  Ben Elliston  <bje@gnu.org>
3884
3885         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
3886         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
3887
3888         2004-06-11  Ben Elliston  <bje@gnu.org>
3889
3890         * config.guess (pegasos:OpenBSD:*:*): Remove.
3891
3892         2004-06-11  Ben Elliston  <bje@gnu.org>
3893
3894         From Wouter Verhelst <wouter@grep.be>:
3895         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
3896
3897         2004-06-11  Ben Elliston  <bje@gnu.org>
3898
3899         * config.guess (luna88k:OpenBSD:*:*): New.
3900
3901         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
3902
3903         * config.guess (m32r*:Linux:*:*): New case.
3904         * config.sub: Handle m32rle.
3905
3906         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
3907
3908         From Jens Petersen  <petersen@redhat.com>:
3909         * config.sub: Handle sparcv8.
3910
3911         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
3912
3913         From Tom Smith <smith@cag.lkg.hp.com>:
3914         * config.guess: Version suffixes are equally significant on Tru64
3915         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
3916         prefix of "P" (patched kernel).
3917
3918         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
3919
3920         * config.sub: Add support for National Semiconductor CRX target.
3921
3922 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
3923
3924         * MAINTAINERS (Various Maintainers): Remove myself as web page
3925         maintainer, add myself as maintainer of build status lists.
3926
3927 2004-09-03  Jan Beulich  <jbeulich@novell.com>
3928
3929         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
3930         *-*-netware, but add target-libmudflap.
3931         Consolidate *-*-netware targets (of which really only i?86 exists)
3932         into a single entry.
3933         * configure: Likewise.
3934
3935 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
3936
3937         * Makefile.tpl (sorry): Remove.
3938         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
3939         (cleanstrap targets): Depend on distclean, not distclean-stage1.
3940         (do-clean): Clean per-stage directories too.
3941         (do-distclean): Run distclean-stage1 too.
3942         (.NOTPARALLEL): Enable during toplevel bootstrap.
3943         (stage[+id+]-bubble): Enable parallel execution during
3944         the recursive invocation.
3945         * Makefile.in: Regenerate.
3946
3947         Fix previous checkin:
3948
3949         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
3950         include.
3951         * configure.in: Fix indentation.
3952         * configure: Regenerate.
3953
3954 2004-08-31  Robert Bowdidge <bowdidge@apple.com>
3955
3956         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
3957         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
3958         * configure: regenerate
3959         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
3960         -mdynamic-no-pic
3961
3962
3963 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
3964
3965         * Makefile.def (build_modules): Add fixincludes.
3966         (dependencies): Make gcc depend on fixincludes.
3967         * configure.in (build_tools): Add fixincludes.
3968         (build_configdirs): Always include build_libs.
3969         * Makefile.in: Regenerate.
3970         * configure: Regenerate.
3971
3972 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
3973
3974         * Makefile.def (bootstrap stages): Add 'lean' parameter.
3975         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
3976         phony targets; do not generate timestamp files.
3977         (distclean-stageN): Remove references to their timestamp files.
3978         (restageN, touch-stageN): Remove.
3979         (stageN-bubble): Rewritten.
3980         (compare): Support lean bootstraps.
3981         * Makefile.in: Regenerate.
3982
3983         * configure.in: Only warn when bootstrapping but
3984         build != host or build != target.  Support lean bootstraps.
3985         * configure: Regenerate.
3986
3987 2004-08-26  Phil Edwards  <phil@codesourcery.com>
3988
3989         * configure.in:  Give a better error message if GMP/MPFR are missing
3990         and a language needing them has been requested.
3991         * configure:  Regenerated.
3992
3993 2004-08-25  Phil Edwards  <phil@codesourcery.com>
3994
3995         * configure.in:  Print a list of available language front-ends if
3996         a requested one is missing.  Tidy stray tab characters.
3997         * configure:  Regenerated.
3998
3999 2004-08-19  Michael Koch  <konqueror@gmx.de>
4000
4001         * gcc/doc/install.texi: Update entry about automake for libjava.
4002
4003 2004-08-17  Robert Millan  <robertmh@gnu.org>
4004
4005         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4006         (instead of FreeBSD).
4007         * configure: Regenerate.
4008
4009 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4010
4011         * Makefile.in: Regenerate.
4012         * configure: Regenerate.
4013
4014         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4015         stage_*_flags.
4016         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4017         for bootstrapped modules if toplevel bootstrap is going.
4018         (GCC bootstrap): Generate per-stage targets for all bootstrapped
4019         modules.  Adjust for changes in Makefile.def.  Enable several
4020         rules even in non-bootstrap mode, just to avoid peppering the
4021         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4022         (stage-[+prev+]-bubble): Remove.
4023
4024         * Makefile.def (Dependencies): Depend on all-build-bison,
4025         all-build-flex, all-build-byacc, all-build-texinfo, rather
4026         than the host variations.
4027         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
4028         with BUILD_SUBDIR.
4029         (BISON): Update for recent Bisons.
4030         (YACC): Fix typo.
4031         (cross): Depend on all-build.
4032         (all): Do not depend on all-build.
4033         (prebootstrap): Remove.
4034         (dep-kind): Accept separate prefixes for MODULE and ON variables.
4035         (Prebootstrap dependencies): Add them to the per-stage targets
4036         and to all-prebootstrap.
4037         * configure.in (build_configdirs): Always enable build_tools.
4038         (BUILD_DIR_PREFIX): Remove.
4039
4040         * Makefile.def (gcc): Add target variable.
4041         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4042         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4043         in the recursive `make', instead of hardwiring `all'.
4044         (Autogenerated TARGET-* variables): New.
4045
4046 2004-08-13  Brian Booth  <bbooth@redhat.com>
4047
4048         * MAINTAINERS: Remove myself from write-after-approval.
4049
4050 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4051
4052         * src-release: Stop distributing mmalloc with gdb (which doesn't
4053         use it).
4054         * Makefile.def: GDB doesn't depend on mmalloc anymore.
4055         * Makefile.in: Regenerate.
4056
4057 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
4058
4059         * configure.in (arm*-*-eabi*): New target.
4060         * configure: Regenerate.
4061
4062 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
4063
4064         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4065         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4066         (Dependencies): New section.
4067         * Makefile.tpl (Dependencies): Generate from Makefile.def.
4068         (configure-target-[+module+]): Depend on maybe-all-gcc
4069         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
4070         (toplevel profiledbootstrap): Fix dependencies.
4071         * Makefile.in: Regenerate.
4072
4073 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
4074
4075         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4076         target-libiberty to noconfigdirs.
4077         * configure: Regenerate.
4078
4079 2004-08-03  Paul Brook  <paul@codesourcery.com>
4080
4081         * configure.in: Check for MPFR as well as GMP.
4082         * configure: Regenerate.
4083
4084 2004-08-01  Robert Millan  <robertmh@gnu.org>
4085
4086         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4087         libmudflap for all GNU-based systems (with Glibc).
4088         * configure: Regenerate.
4089
4090 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
4091
4092         * Makefile.def (host-modules): Add gcc.
4093         * Makefile.in: Regenerate.
4094         * Makefile.tpl (sorry): New rule.
4095         (configure-host, all-host, [+make_target+]-host, do-check,
4096         install-host): Do not add gcc as a special case.
4097         (host modules): Add a small special-casing for gcc.  Export
4098         extra_make_flags through the environment.
4099         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4100         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4101         other recursive targets for gcc): Remove.
4102
4103         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4104         (stage, unstage): New rules.
4105         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4106         distclean-stage[+id+]): Use stage_current.
4107         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4108         the stage*-start rules.
4109
4110 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
4111
4112         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
4113         use -all_load flag.
4114
4115 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
4116
4117         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
4118         * configure: Regenerate.
4119
4120 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
4121
4122         * maintainer-scripts/gcc_release: Revert yesterday's change.
4123
4124 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
4125
4126         * MAINTAINERS: Add myself to write-after-approval.
4127
4128 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
4129
4130         * libf2c: Removed.
4131         * gcc/gccbug.in: Updated because of libf2c removal.
4132         * maintainer-scripts/gcc_release: Ditto.
4133
4134 2004-07-09  Loren J. Rittle <ljrittle@acm.org>
4135
4136         * configure.in: Build libmudflap by default on FreeBSD.
4137         * configure: Regenerated.
4138
4139 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
4140
4141         * configure.in: Do not build libmudflap by default on non-GNU/Linux
4142         systems.
4143         * configure: Regenerated.
4144
4145 2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4146
4147         PR target/16344
4148         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4149         feedback based compiler.
4150         * Makefile.in: Rebuilt.
4151
4152 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
4153
4154         * Makefile.def (host_modules): Set bootstrap=true for flex.
4155         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4156         * Makefile.in: Rebuilt.
4157
4158 2004-07-07  Jan Hubicka  <jh@suse.cz>
4159
4160         * MAINTAINERS: Add self as a profile feedback maintainer.
4161
4162 2004-07-05  Phil Edwards  <phil@codesourcery.com>
4163
4164         * configure.in:  Do not prepend $srcdir to /dev/null in
4165         makefile fragments.
4166         * configure:  Regenerate.
4167
4168 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
4169
4170         * Makefile.def (build_modules): Add bison, byacc, flex,
4171         m4, texinfo.
4172         (flags_to_pass): Add FLEX.
4173         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4174         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4175         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4176         DEFAULT_MAKEINFO): Remove.
4177         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4178         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4179         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4180         objdir or else use configured tool.
4181         (all-build): New.
4182         (all): Depend on it.
4183         (Build module dependencies): Add.
4184         * Makefile.in: Regenerate.
4185         * configure.in: Better support for multiple build modules,
4186         matching what is done for host/target modules.  Do not look
4187         for "plausible" locations of build tools if Canadian cross.
4188         Use autoconf's AC_PROG_CC to find a C compiler.  Define
4189         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
4190         * configure: Regenerate.
4191
4192 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4193
4194         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4195         * Makefile.in: Regenerate.
4196
4197 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4198
4199         * Makefile.tpl (configure-build-[+module+],
4200         configure-[+module+], configure-target-[+module+]): Pass
4201         [+extra_configure_args+].
4202         (all-build-[+module+], all-[+module+], check-[+module+],
4203         install-[+module+], [+make_target+]-[+module+],
4204         all-target-[+module+], check-target-[+module+],
4205         install-target-[+module+], [+make_target+]-target-[+module+]):
4206         Pass [+extra_make_args+].
4207         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4208         (GCC_HOST_EXPORTS): Remove.
4209         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4210         cross, check-gcc, check-gcc-c++, install-gcc,
4211         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4212         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4213         * Makefile.in: Regenerate.
4214
4215 2004-06-21  Matthew Sachs  <msachs@apple.com>
4216
4217         * MAINTAINERS: Added self to write-after-approval.
4218
4219 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
4220
4221         * configure.in: Check for srcdir/winsup rather than build directory
4222         winsup.
4223         * configure: Regenerate.
4224
4225 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
4226
4227         * configure.in: Don't build Cygwin native newlib if winsup
4228         directory is missing.  Emit warning instead.
4229         * configure: Regenerate.
4230
4231 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
4232
4233         * Makefile.tpl (touch-stage[+id+]): New.
4234         (restage[+prev+]): Depend on touch-stage[+id+].
4235
4236         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4237         Use it throughout.
4238
4239         * Makefile.def: Add profile and feedback bootstrap stages.
4240         Remove next field from bootstrap stages.
4241         * Makefile.tpl (LN, LN_S): Substitute.
4242         (stageN-start, stageN-end): Use double-colon rules, to
4243         provide a hook for additional setup commands.
4244         (distclean-stageN-gcc, restageN): Create dependencies from
4245         [+prev+], not from [+next+].
4246         (stageN-bubble): Add commands for successive stages from
4247         [+prev+], using double-colon rules.
4248         (all-stageN-gcc): Fix typo.
4249         (stagefeedback-start, profiledbootstrap): New.
4250         * Makefile.in: Regenerate.
4251         * configure.in: Call ACX_PROG_LN.
4252         * configure: Regenerate.
4253
4254 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
4255
4256         * MAINTAINERS (Write After Approval): Add myself.
4257
4258 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
4259
4260         * MAINTAINERS (Write After Approval): Add myself.
4261
4262 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
4263
4264         * configure.in: Fix --enable-bootstrap breakage introduced in trees
4265         without gcc.
4266         * configure: Regenerate.
4267
4268 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
4269
4270         * Makefile.tpl: Fix typo.
4271         * Makefile.in: Regenerate.
4272
4273 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
4274
4275         * configure.in: Remove new- prefix from toplevel
4276         bootstrap targets.
4277         * configure: Regenerate.
4278
4279 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
4280
4281         * Makefile.tpl (all.normal): Rename to all.
4282         (all): Replace with a rule to pick the default
4283         target from configure.
4284         (all-gcc, configure-gcc): Use conditionals to
4285         do nothing when toplevel bootstrap is going on.
4286         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
4287         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
4288         * configure.in: Support --enable-bootstrap.
4289
4290         * Makefile.def: Remove new- prefix from toplevel
4291         bootstrap targets.
4292         * Makefile.tpl: Likewise.
4293
4294         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
4295         target.
4296
4297         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
4298         $(RECURSE_FLAGS) to recursive invocation of make.
4299
4300         * Makefile.in: Regenerate.
4301         * configure: Regenerate.
4302
4303 2004-05-30  Andreas Jaeger  <aj@suse.de>
4304             Jim Wilson <wilson@specifixinc.com>
4305
4306         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
4307         like CC.
4308
4309 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
4310
4311         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
4312         * configure: Regenerate.
4313
4314 2004-05-25  Daniel Jacobowitz  <drow@false.org>
4315
4316         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
4317         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
4318         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
4319         targets.
4320         * Makefile.in: Regenerate.
4321
4322 2004-05-24  Paolo Bonzini <bonzini@gnu.org>
4323
4324         * configure.in: Test the ability to symlink directories.
4325         * configure: Regenerate.
4326
4327         * Makefile.def (bootstrap-stage): New definitions.
4328         * Makefile.tpl (configure-stage1-gcc,
4329         configure-stage2-gcc, configure-stage3-gcc,
4330         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
4331         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
4332         new-restage3, compare): Autogenerate, see Makefile.in
4333         entry for behavioral changes.
4334         (distclean-stage1, new-stage1-start, new-stage1-end,
4335         new-stage1-bubble, distclean-stage2, new-stage2-start,
4336         new-stage2-end, new-stage2-bubble, distclean-stage3,
4337         new-stage3-start, new-stage3-end): New autogenerated targets.
4338         (objext, prebootstrap, BOOT_CFLAGS,
4339         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
4340         targets.
4341
4342         * Makefile.in: Regenerate.
4343         (distclean-stage1, new-stage1-start, new-stage1-end,
4344         new-stage1-bubble, distclean-stage2, new-stage2-start,
4345         new-stage2-end, new-stage2-bubble, distclean-stage3,
4346         new-stage3-start, new-stage3-end): New targets.
4347         (all-stage1-gcc): Move prebootstrap dependency from here...
4348         (configure-stage1-gcc): ...to here.
4349         (new-bootstrap): Use bubble targets.
4350         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4351         Use per-stage distclean targets.
4352         (configure-stage1-gcc, configure-stage2-gcc,
4353         configure-stage3-gcc, all-stage1-gcc,
4354         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
4355         Use new-stageN-start to prepare the tree.
4356
4357 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
4358
4359         * Makefile.def (host_modules): add libcpp.
4360         * Makefile.tpl: Add dependencies on and for libcpp.
4361         * Makefile.in: Regenerate.
4362         * configure.in: Add libcpp host module.
4363         * configure: Regenerate.
4364
4365 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
4366
4367         * Makefile.tpl: Whenever a recursive target is defined, wrap
4368         it in a special @if/@endif block, and prepare its maybe
4369         dependency in the @if/@endif block
4370         * configure.in: Instead of writing maybe dependencies, remove
4371         the @if/@endif statements, and remove the @if/@endif blocks
4372         that remain.
4373         * configure: Regenerate.
4374         * Makefile.in: Regenerate.
4375
4376 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
4377
4378         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
4379
4380 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
4381
4382         PR bootstrap/15120
4383         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
4384         * */configure: Rebuilt.
4385
4386 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
4387
4388         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
4389         of libf2c.
4390         * configure, Makefile.in: Regenerate.
4391
4392 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
4393
4394         * MAINTAINERS (Write After Approval): Add myself.
4395
4396 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
4397
4398         Merge from tree-ssa-20020619-branch.
4399
4400         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
4401         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
4402         (HOST_GMPLIBS): Define.
4403         (HOST_GMPINC): Define.
4404         (TARGET_LIB_PATH): Add libmudflap.
4405         (GFORTRAN_FOR_TARGET): Define.
4406         (configure-build*): Export GFORTRAN.
4407         (configure-gcc): Export GMPLIBS and GMPINC.
4408         (all-gcc): Add maybe-all-libbanshee.
4409         (configure-target-libgfortran): Define.
4410         * Makefile.in: Regenerate.
4411         * configure.in (host_libs): Add libbanshee.
4412         (target_libraries): Add target-libmudflap and target-libgfortran.
4413         Add --with-libbanshee.
4414         Handle --disable-libmudflap.
4415         (*-*-freebsd*): Use with_gmp.
4416         Add $(libgcj) to noconfigdirs.
4417         * configure: Regenerate.
4418         * depcomp: New file.
4419         * MAINTAINERS: Add tree-ssa maintainers.
4420
4421 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
4422
4423         * MAINTAINERS (Various Maintainers): Add myself.
4424
4425 2004-04-30  Brian Ford  <ford@vss.fsi.com>
4426
4427         * MAINTAINERS (Write After Approval): Add myself.
4428
4429 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
4430
4431         * MAINTAINERS (Write After Approval): Add myself.
4432
4433 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
4434
4435         * config/acx.m4: Fix fastcompare support for new-bootstrap.
4436         * configure: Regenerate.
4437
4438 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
4439
4440         Revert:
4441         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4442
4443         * Makefile.def (flags_to_pass): Remove *dir variables that
4444         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4445         as well as prefix and exec_prefix.
4446         * Makefile.in: Regenerate.
4447
4448 2004-04-26  Robert Millan  <robertmh@gnu.org>
4449
4450         Add patches from libtool CVS.
4451         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
4452         * ltconfig: Likewise.
4453         * ltcf-c.sh: Likewise.
4454         * ltcf-cxx.sh: Likewise.
4455         * ltcf-gcj.sh: Likewise.
4456
4457 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4458
4459         * Makefile.def (host_modules): Mark with the bootstrap
4460         flag packages on which gcc depends.
4461         * Makefile.tpl (all-bootstrap): Use it.
4462         * Makefile.in: Regenerate.
4463
4464 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4465
4466         * Makefile.def (flags_to_pass): Remove *dir variables that
4467         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4468         as well as prefix and exec_prefix.
4469         * Makefile.in: Regenerate.
4470
4471 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4472
4473         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
4474         * configure: Regenerate.
4475         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
4476         * gcc/Makefile.tpl (compare): Use the result of the test.
4477         * gcc/Makefile.in: Regenerate.
4478
4479 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
4480
4481         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
4482         Always relocate gcc and prev-gcc to the original names, even
4483         if the build fails.
4484         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4485         New targets.
4486
4487 2004-04-23  Laurent GUERBY <laurent@guerby.net>
4488
4489         * MAINTAINERS: Update my email address.
4490
4491 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4492
4493         * configure.in (mips*-*-irix5*): Enable ld.
4494         * configure: Regenerate.
4495
4496 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4497
4498         * configure: Regenerate.
4499
4500 2004-04-15  James E Wilson  <wilson@specifixinc.com>
4501
4502         * Makefile.tpl (configure-[+module+], configure-gcc,
4503         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
4504         Set and export LDFLAGS.
4505         * Makefile.in: Regenerate.
4506
4507 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
4508
4509         * MAINTAINERS: Add myself to write-after-approval.
4510
4511 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
4512
4513         PR bootstrap/14871
4514         * Makefile.tpl: If we don't have built-in-tree target tools,
4515         use the ones found by configure rather than hacking around with
4516         program_transform_name.
4517         * configure.in: Give Makefile.tpl the information necessary
4518         to do that.
4519         * Makefile.in: Regenerate.
4520         * configure: Regenerate.
4521
4522 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
4523
4524         PR bootstrap/14760
4525         * configure.in: When computing baseargs, strip *all* copies of
4526         offending options.  Also, don't match/substitute the trailing space,
4527         so that this actually works when two similar options are separated by
4528         only one space.
4529         * configure: Regenerate.
4530
4531 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
4532
4533         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
4534         (rs6000-*-aix*): Same.
4535         * configure: Regenerate.
4536
4537 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
4538
4539         * MAINTAINERS: Add myself to write-after-approval.
4540
4541 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
4542
4543         * MAINTAINERS: Add myself to write-after-approval.
4544
4545 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
4546
4547         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
4548         STRICT_WARN, WARN_CFLAGS flags passed down to make.
4549         * Makefile.in: Regenerate.
4550
4551         * configure.in (top level bootstrap support): Rework --enable-werror
4552         to set @stage2_werror_flag@.
4553         * configure: Regenerate.
4554         * Makefile.tpl (top level bootstrap support): Pass
4555         @stage2_werror_flag@ down to configure in stages 2 and 3.
4556         * Makefile.in: Regenerate.
4557
4558 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4559
4560         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
4561         for stages 2 and 3 as well as in make.  As a consequence, remove
4562         OUTPUT_OPTION (now detected by configure) from the flags passed down
4563         to make.
4564         * Makefile.in: Regenerate.
4565
4566         * Makefile.tpl (new-bootstrap): Fix typo.
4567         * Makefile.in: Regenerate.
4568
4569 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
4570
4571         * Makefile.tpl: Rearrange by moving recursive_targets rules
4572         into their proper sections.
4573         * Makefile.tpl (top level bootstrap support): Move disabling
4574         of coverage flags from 'make' to 'configure'; improve comments.
4575         * Makefile.in: Regenerate.
4576
4577         * Makefile.tpl (experimental top level bootstrap) Move stage1
4578         language setting from all- target to configure- target; disable
4579         intermodule optimization in stage 1; prevent gratuitous rebuilds
4580         of stage 1.
4581         * Makefile.in: Regenerate.
4582         * configure.in: Comma-separate stage 1 language list for top
4583         level bootstrap.
4584         * configure: Regenerate.
4585
4586         * Makefile.tpl: Clean up experimental top level bootstrap support:
4587         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
4588         prev-gcc in configure- targets as well as all- targets.
4589         * Makefile.in: Regenerate.
4590
4591 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
4592
4593         * compile: New file imported from automake.
4594
4595 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
4596
4597         * configure.in: Remove symbolic link section.
4598         * configure: Regenerate.
4599         * Makefile.tpl (links): Remove.
4600         * Makefile.in: Regenerate.
4601
4602 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
4603             Nathanael Nerode  <neroden@gcc.gnu.org>
4604
4605         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
4606         Set with AC_CHECK_PROGS.
4607         * configure.in: Fix comment typo from last patch.
4608         * configure: Regenerate.
4609
4610 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
4611
4612         * Makefile.tpl: Introduce experimental top level bootstrap support.
4613         * Makefile.in: Regenerate.
4614         * configure.in: Introduce support for top level bootstrap.
4615         * configure: Regenerate.
4616
4617 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
4618             Paolo Bonzini  <bonzini@gnu.org>
4619
4620         PR bootstrap/14522
4621         * configure.in: Cope with shells that do not support unquoted ^
4622         * configure: Regenerate.
4623
4624 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
4625             Paolo Bonzini  <bonzini@gnu.org>
4626
4627         PR bootstrap/14522
4628         * configure.in: Cope with shells that do not support nesting
4629         quotes inside quoted backquote substitutions.
4630         * configure: Regenerate.
4631
4632 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
4633
4634         PR bootstrap/14522
4635         * configure.in: Fix escaping of $.
4636         * configure: Regenerate.
4637
4638 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
4639
4640         * configure: Regenerate, since I forgot to while committing Paolo's
4641         changes.
4642
4643 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
4644
4645         PR ada/14131
4646         Move language detection to the top level.
4647         * configure.in: Find default values for the tools as
4648         soon as possible.  Disable ada if GNAT is not found.
4649         Emit error message about missing languages.  Expand
4650         --enable-languages=all for the gcc subdirectory.
4651
4652 2004-03-10  Ben Elliston  <bje@gnu.org>
4653
4654         * MAINTAINERS: Update my email address.
4655
4656 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
4657
4658         * ltconfig: Disable building static libraries if building shared
4659         libraries on AIX 5L.
4660
4661 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
4662
4663         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
4664         and disable libgcj.
4665         * configure: Regenerated.
4666
4667 2004-03-01  Brian Booth  <bbooth@redhat.com>
4668
4669         * MAINTAINERS: Add myself to write-after-approval.
4670
4671 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
4672
4673         * MAINTAINERS: Add myself to write-after-approval.
4674
4675 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4676
4677         PR bootstrap/7087
4678         * Makefile.tpl: Guard XFOO sed statements better.
4679         * Makefile.tpl: Add dependency for configure-target-libada.
4680         * Makefile.in: Regenerate (incidentally fixes broken
4681         commit when libada-branch was merged).
4682
4683 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
4684
4685         * MAINTAINERS: Add myself to write-after-approval.
4686
4687 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
4688
4689         * MAINTAINERS: Add Nicola Pero and myself as libobjc
4690         maintainers.
4691
4692 2004-02-20  Andrew Cagney  <cagney@redhat.com>
4693
4694         * config.guess: Update from version 2003-10-16 to 2004-02-16.
4695         * config.sub: Update from version 2003-11-03 to 2004-02-16.
4696
4697 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4698
4699         PR bootstrap/11932
4700         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
4701
4702 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
4703
4704         * MAINTAINERS: Added myself to write-after-approval.
4705
4706 2004-02-14  Michael Koch  <konqueror@gmx.de>
4707
4708         * MAINTAINERS: Added myself to write-after-approval.
4709
4710 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
4711
4712         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
4713         some OS port maintainers to OS port maintainers section.
4714
4715 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
4716
4717         * MAINTAINERS: Add self.
4718
4719 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
4720
4721         * MAINTAINERS: Alphabetize.
4722
4723 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
4724
4725         * MAINTAINERS: Remove myself.
4726
4727 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
4728
4729         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
4730         (rs6000-*-aix*): Same.
4731         * configure: Regenerate.
4732
4733 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
4734
4735         * configure.in (host): Add in missing $noconfigdirs to defines.
4736         * configure: Regenerate.
4737
4738 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
4739             Nathanael Nerode  <neroden@gcc.gnu.org>
4740
4741         PR ada/6637, PR ada/5911
4742         Merge with libada-branch:
4743         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
4744         with appropriate dependencies. Add --enable-libada configure switch.
4745         * configure, Makefile.in: Regenerate.
4746
4747 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
4748
4749         * MAINTAINERS: Add myself to write-after-approval.
4750
4751 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4752
4753         * configure.in: Don't pass --with-stabs on IRIX 5 either.
4754         * configure: Regenerate.
4755
4756 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
4757
4758         Merge from upstream:
4759
4760         * ltmain.in: When setting IFS to '~', be careful about user
4761         arguments that contain '~'.
4762
4763         2004-02-04  Peter O'Gorman  <peter@pogma.com>
4764
4765         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
4766         Also test $base_compile against $CC with escaped arguments. Bug
4767         reported by Geoff Keating <geoffk@apple.com>.
4768
4769 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
4770
4771         * MAINTAINERS: Remove i960 port.
4772
4773 2004-01-23  DJ Delorie  <dj@redhat.com>
4774
4775         * Makefile.def (target_modules) [libiberty]: Don't stage.
4776         * Makefile.in: Rebuilt.
4777
4778 2004-01-20  Caroline Tice  <ctice@apple.com>
4779
4780         * MAINTAINERS: Add myself to write-after-approval.
4781
4782 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
4783
4784         * MAINTAINERS: Update my email address.
4785
4786 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
4787
4788         * MAINTAINERS: Add myself to write-after-approval.
4789
4790 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4791
4792         * MAINTAINERS: Remove entries without email address.
4793
4794 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
4795
4796         * MAINTAINERS: Add myself to write-after-approval.
4797
4798 2004-01-15  Steven Bosscher  <stevenb@suse.de>
4799
4800         * MAINTAINERS: Update my email address.
4801
4802 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
4803
4804         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
4805         * Makefile.tpl (configure-target-[+module+]): Support stage.
4806         * Makefile.in: Rebuilt.
4807
4808 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
4809
4810         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
4811
4812 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
4813
4814         * MAINTAINERS: Add myself as a MIPS maintainer.
4815
4816 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
4817
4818         * configure.in: Use ./config.cache, not config.cache.
4819         * configure: Regenerate.
4820         * Makefile.tpl: Special-casing not needed for GCC any more.
4821         * Makefile.in: Regenerate.
4822
4823         * configure.in: Don't share a cache file for host dirs.
4824         * configure: Regenerate.
4825
4826         * config-ml.in: Don't mess with the cache file.
4827
4828 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4829
4830         * MAINTAINERS: Move myself from 'Write After Approval' to
4831         'CPU Port Maintainers' section as SPARC maintainer.
4832
4833 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4834
4835         * Makefile.tpl: Make GCC use a separate config.cache.
4836         * Makefile.in: Regenerate.
4837
4838         PR bootstrap/11932, PR bootstrap/11933
4839         (I don't know if it will fix either of them, but it relates
4840         to them.)
4841         * configure.in: Don't use shared config.cache for target
4842         directories.
4843         * configure: Regenerate.
4844
4845 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
4846
4847         * MAINTAINERS: Add myself to 'Write After Approval' section.
4848
4849 2003-12-31  Roger Sayle  <roger@eyesopen.com>
4850
4851         * configure.in (ia64*-*-hpux*): Disable building java libraries.
4852         * configure: Regenerated.
4853
4854 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
4855
4856         * MAINTAINERS: Remove the mn10200 maintainer.
4857
4858 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
4859
4860         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
4861         * configure: Regenerated.
4862
4863 2003-12-16  Jan Hubicka  <jh@suse.cz>
4864
4865         * MAINTAINERS: Add myself as callgraph maintainer.
4866
4867 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
4868
4869         * configure.in (raw_libstdcxx_flags): Remove the leading space.
4870         * configure: Regenerate.
4871
4872 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4873
4874         * MAINTAINERS: Move myself from 'Bug database only accounts' to
4875         'Write After Approval' section. Update email.
4876
4877 2003-12-01  James Lemke <jim@wasabisystems.com>
4878
4879         * MAINTAINERS (Write After Approval): Add myself.
4880
4881 2003-11-20  Matt Thomas  <matt@3am-software.com>
4882
4883         * MAINTAINERS: Add myself as a vax port maintainer.
4884
4885 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
4886
4887         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
4888         (configure-build-[+module+], configure-[+module+]): Likewise.
4889         (configure-target-[+module+], configure-gcc, config.status): Likewise.
4890         * Makefile.in: Regenerate.
4891
4892 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
4893
4894         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
4895         shared/dylibed libraries.
4896         * ltmain.sh: Likewise.
4897         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
4898         * ltcf-cxx.sh: Likewise.
4899         * ltcf-gcj.sh: Likewise.
4900         * ltconfig: Likewise.
4901
4902 2003-11-17  Stan Cox  <scox@redhat.com>
4903
4904         * MAINTAINERS: Add myself as iq2000 port maintainer.
4905
4906 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
4907
4908         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
4909         * Makefile.in: Regenerate.
4910
4911 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
4912
4913         * config.sub: Update to 2003-11-03 version.
4914
4915 2003-10-20  Phil Edwards  <phil@codesourcery.com>
4916
4917         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
4918         * configure:  Regenerate.
4919
4920 2003-10-20  Nicolas Pitre <nico@cam.org>
4921
4922         * MAINTAINERS: Add myself to 'Write After Approval' section.
4923
4924 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
4925
4926         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
4927
4928 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
4929
4930         * MAINTAINERS: Update my email address.
4931
4932 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4933
4934         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
4935
4936 2003-10-17 Ralph Loader  <rcl@ihug.co.nz>
4937
4938         * MAINTAINERS: Add myself to 'Write After Approval' section.
4939
4940 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
4941
4942         * config.guess: Update to 2003-10-16 version.
4943         * config.sub: Update to 2003-10-16 version.
4944
4945 2003-10-15 David Daney  <ddaney@avtrex.com>
4946
4947         * MAINTAINERS: Added myself to 'Write After Approval' section.
4948
4949 2003-10-15  Falk Hueffner  <falk@debian.org>
4950
4951         * MAINTAINERS: Move myself from 'Bug database only accounts' to
4952         'Write After Approval' section. Update email.
4953
4954 2003-10-14  Roger Sayle  <roger@eyesopen.com>
4955
4956         * MAINTAINERS: Move myself from 'Write After Approval' to
4957         'Various Maintainers' section as middle-end maintainer.
4958
4959 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4960
4961         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
4962         HOST_FLAGS_TO_PASS.
4963         * Makefile.in: Regenerate.
4964
4965 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
4966
4967         * config.guess: Update to 2003-10-07 version.
4968         * config.sub: Update to 2003-10-07 version.
4969
4970 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4971
4972         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
4973         * ltconfig (irix5*, irix6*): Don't override version_type.
4974
4975 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
4976
4977         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
4978         * configure: Rebuilt
4979         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
4980         * Makefile.in: Rebuilt
4981
4982 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
4983
4984         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
4985
4986 2003-09-30  Carlo Wood  <carlo@alinoe.com>
4987
4988         * MAINTAINERS (Write After Approval): Add myself.
4989
4990 2003-09-29  Paul Koning  <ni1d@arrl.net>
4991
4992         * MAINTAINERS: Move myself from "Write After Approval"
4993         to CPU platform maintainers for pdp11 platform.
4994
4995 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
4996
4997         * MAINTAINERS: Move myself from 'Write After Approval' to
4998         'Various Maintainers' section as libffi testsuite maintainer.
4999
5000 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
5001
5002         * configure.in: Pass a computed --program-transform-name
5003         to subconfigures.
5004         * configure: Regenerated.
5005
5006 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
5007
5008         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5009         * Makefile.in: Regenerate.
5010
5011         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5012         * Makefile.in: Regenerate.
5013
5014 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
5015
5016         * MAINTAINERS: Move myself from 'Write After Approval'
5017         to 'Various Maintainers' (objective-c) section.
5018
5019 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
5020
5021         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5022         quoting.
5023         * configure: Regenerated.
5024
5025 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
5026
5027         * MAINTAINERS (Write After Approval): Add myself to write after
5028         approval list.
5029
5030 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
5031
5032         * MAINTAINERS (Write After Approval): Add myself.
5033
5034 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
5035
5036         * MAINTAINERS: Update my e-mail address.
5037
5038 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
5039
5040         * libtool.m4 (LD): Correct powerpc64 host match.
5041
5042 2003-09-06  James E Wilson  <wilson@tuliptree.org>
5043
5044         * MAINTAINTERS: Update my affiliation and email address.
5045
5046 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5047
5048         * MAINTAINERS (Write After Approval): Add myself.
5049
5050 2003-09-04  DJ Delorie  <dj@redhat.com>
5051
5052         * configure: Regenerate.
5053
5054 2003-09-04  Robert Millan  <robertmh@gnu.org>
5055
5056         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
5057
5058 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5059
5060         * configure.in: Ensure arguments to sed are properly spaced.
5061         * configure: Regenerate.
5062
5063 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
5064
5065         * MAINTAINERS: Update my e-mail address.
5066
5067 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
5068
5069         * MAINTAINERS (Write After Approval): Add myself.
5070
5071 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
5072
5073         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5074         * configure: Regenerated.
5075
5076 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
5077
5078         * MAINTAINERS: Update my email address.
5079
5080 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
5081
5082         * configure.in:  Use newline instead of semicolon when assuming
5083         shell arguments in a for loop.
5084         * configure:  Regenerated.
5085
5086 2003-08-22  Jason Eckhardt  <jle@rice.edu>
5087
5088         * MAINTAINERS: Resurrect the i860 maintainer.
5089
5090 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
5091
5092         PR 8180
5093         * configure.in: When testing with_libs and with_headers, treat
5094         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
5095         * configure: Regenerate.
5096
5097         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5098         make, shell, etc.
5099         (baseargs): Likewise.
5100         * configure: Regenerate.
5101
5102 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
5103
5104         * MAINTAINERS (Write After Approval): Add myself.
5105
5106 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
5107
5108         * configure.in: Disable libgcj for darwin not on powerpc.
5109         * configure: Rebuild.
5110
5111 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
5112
5113         * config-ml.in, symlink-tree: Add license.
5114
5115 2003-08-03  Richard Stallman  <rms@gnu.org>
5116             Eben Moglen  <moglen@columbia.edu>
5117
5118         * README.SCO: New file.
5119
5120 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
5121
5122         * Makefile.tpl (check, check-c++): Express dependencies using
5123         dependencies rather than commands.
5124         * Makefile.in: Regenerate.
5125
5126 2003-08-01  Andrew Cagney  <cagney@redhat.com>
5127
5128         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5129         * configure: Ditto.
5130
5131 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
5132
5133         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5134         * Makefile.in: Update.
5135
5136 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
5137
5138         * configure.in: Enable libgcj for darwin.
5139         * configure: Rebuild.
5140
5141 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
5142
5143         * config-ml.in:  Use ac_configure_args directly instead of
5144         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
5145         actually seen.
5146
5147 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5148
5149         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5150         creating target and build subdirs to build all parent dirs as needed.
5151         * Makefile.in: Rebuild.
5152         * configure.in: Don't build dirs explicitly here.
5153         * configure: Rebuild.
5154
5155 2003-07-26  Paul Brook  <paul@nowt.org>
5156
5157         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
5158
5159 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
5160
5161         * Makefile.tpl (all-make): Depend on intl.
5162         * Makefile.in: Rebuilt.
5163
5164 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
5165
5166         * install-sh:  Update to newer upstream versions (associated with
5167         aclocal 1.7).
5168         * mkinstalldirs:  Likewise.
5169         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
5170
5171 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
5172
5173         * MAINTAINERS: Move self from Bug database only accounts
5174         to write-after-approval.
5175
5176 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
5177
5178         * config.if: Remove unused libc_interface determination.
5179
5180 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
5181
5182         * MAINTAINERS: Move self from write-after-approval to
5183         build machinery (*.in).
5184
5185 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5186
5187         PR bootstrap/11273
5188         PR bootstrap/11408
5189         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
5190         unused INSTALL_PROGRAM_ARGS.
5191         * configure.in: Use AC_PROG_INSTALL.
5192         * Makefile.in: Regenerate.
5193         * configure: Regenerate.
5194
5195 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
5196
5197         * MAINTAINERS: Alphabetize.
5198
5199 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
5200
5201         * configure: Rebuilt.
5202         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
5203         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5204         newlib nor libgloss.
5205         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
5206         * configure.in (am33_2.0-*-linux*): Added.
5207
5208 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
5209
5210         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5211         * configure: Regenerate.
5212
5213 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
5214
5215         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
5216         * Makefile.in: Regenerate.
5217
5218 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
5219
5220         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
5221         * Makefile.in: Regenerate.
5222
5223 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
5224
5225         * Makefile.tpl: Replace PWD with PWD_COMMAND.
5226         * Makefile.in: Regenerated.
5227
5228         * config-ml.in: Replace PWD with PWD_COMMAND.
5229
5230 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
5231
5232         * intl: New directory; see intl/ChangeLog for details.
5233         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
5234         * Makefile.tpl: all-gcc depends on maybe-all-intl.
5235         * Makefile.in: Regenerate.
5236
5237 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5238
5239         * configure.in: Clean up config-lang.in handling.  Delete
5240         useless assignment to "subdirs".
5241         * configure: Regenerate.
5242
5243 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
5244
5245         * configure.in: Rename 'target_libs' to 'target_libraries'.
5246         Remove useless reference to 'target_libs'.
5247         * configure: Regenerate.
5248
5249 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
5250
5251         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5252         * Makefile.in: Regenerate.
5253
5254 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5255
5256         * Makefile.def: Introduce flags_to_pass.
5257         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5258         * Makefile.in: Regenerate.
5259
5260 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
5261
5262         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5263         and target-libgloss.
5264         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5265         <h8300*-*-*>: Disable libf2c and ${libgcj}.
5266         * configure: Regenerate.
5267
5268 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
5269
5270         * configure.in: Update testsuite_flags to new location.
5271         * configure. Regenerate.
5272
5273 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5274
5275         * Makefile.tpl: Remove BUILD_CC stuff.
5276         * Makefile.in: Regenerate.
5277
5278 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
5279
5280         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
5281
5282 2003-06-16  Graeme Peterson <gp@qnx.com>
5283
5284         * MAINTAINERS (Write After Approval): Add myself.
5285
5286 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
5287
5288         * config.guess: Update to 2003-06-12 version.
5289         * config.sub: Update to 2003-06-13 version.
5290
5291 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
5292
5293         * config.guess: Update to 2003-06-06 version.
5294         * config.sub: Update to 2003-06-06 version.
5295
5296 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5297
5298         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5299         * configure. Regenerate.
5300
5301 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5302
5303         * configure.in: Disable serial configure by default.
5304         * configure: Regenerate.
5305         * Makefile.tpl: Abolish .NOTPARALLEL.
5306         * Makefile.in: Regenerate.
5307
5308         * Makefile.tpl: Replace {build,host,target}_canonical by
5309         {build,host,target}.
5310         * Makefile.in: Regenerate.
5311
5312         * Makefile.tpl: Fix stupid pasto.
5313         * Makefile.in: Regenerate.
5314
5315 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5316
5317         * Makefile.tpl: Remove bogus conditional.
5318         * Makefile.in: Regenerate.
5319
5320 2003-06-05  Jan Hubicka  <jh@suse.cz>
5321
5322         * Makefile.tpl (profiledbootstrap): New target.
5323         * Makefile.in (profiledbootstrap): New target.
5324
5325 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
5326
5327         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
5328         Pinski. Remove user names from other bugzilla-only maintainers.
5329
5330 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5331
5332         * Makefile.tpl: Make 'recursive targets' using autogen rather
5333         than shell loop.  Remove duplicate 'clean' targets and false
5334         comments.
5335         * Makefile.def: Add systematic dependencies to 'recursive' targets.
5336         Add systematic method of specifying missing targets in subdirs.
5337         Add copyright boilerplate.
5338         * Makefile.in: Regenerate.
5339         * configure.in: Add 'recursive targets' to maybe list.
5340         * configure: Regenerate.
5341
5342         * MAINTAINERS: "GNATS only" -> "Bug database only".
5343
5344         * Makefile.tpl: Rename [+target+] to [+make_target+].
5345         * Makefile.def: Rename 'target' to 'make_target'.
5346
5347 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
5348
5349         * MAINTAINERS: Add self as options handling maintainer.
5350
5351 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
5352
5353         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
5354         been too long since I touched those ports.
5355
5356 2003-05-28  DJ Delorie  <dj@redhat.com>
5357
5358         * Makefile.tpl: Make maybe-check-gcc .PHONY.
5359         * Makefile.in: Regenerate.
5360
5361 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
5362
5363         * configure.in: Use curly braces in the definition of tooldir.
5364         * configure: Regenerate.
5365
5366 2003-05-21  DJ Delorie  <dj@redhat.com>
5367
5368         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5369         newlib or libgloss.
5370         * Makefile.in: Regenerate.
5371
5372 2003-05-21  DJ Delorie  <dj@redhat.com>
5373
5374         * Makefile.tpl: Add missing empty maybe-check-gcc target.
5375         * Makefile.in: Regenerate.
5376
5377 2003-05-20  Ian Lance Taylor  <ian@airs.com>
5378
5379         * MAINTAINERS: Update my e-mail address.
5380
5381 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5382
5383         * configure.in: Switch more things to use maybe dependencies.
5384         * Makefile.tpl: Switch more things to use maybe dependencies.
5385         Factor out common code from autogen IF statements.
5386         * configure: Regenerate.
5387         * Makefile.in: Regenerate.
5388
5389 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
5390
5391         * configure.in: Accept i[3456789]86 for machine type.
5392         * configure: Regenerate.
5393
5394 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5395
5396         * configure.in: Switch more things to use maybe dependencies.
5397         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
5398         * configure: Regenerate.
5399         * Makefile.tpl: Switch more things to use maybe dependencies.
5400         * Makefile.in: Regenerate.
5401
5402 2003-05-16  Andreas Schwab  <schwab@suse.de>
5403
5404         * Makefile.tpl (install-opcodes): Define.
5405         * Makefile.in: Rebuild.
5406
5407 2003-05-13  Andreas Jaeger  <aj@suse.de>
5408
5409         * config.guess: Update to 2003-05-09 version.
5410         * config.sub: Update to 2003-05-09 version.
5411
5412 2003-05-13  Michael Eager <eager@mvista.com>
5413
5414         * configure.in: Correct sed script so that options in quotes are not
5415         deleted.
5416         * configure: Rebuild.
5417
5418 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
5419
5420         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
5421         and $$s/newlib/libc/sys/cygwin32 include paths.
5422         * configure: Ditto.
5423
5424 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
5425
5426         * MAINTAINERS: Update my email addresses.
5427
5428 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
5429
5430         * config-ml.in: Propagate INSTALL variables.
5431
5432 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5433
5434         * MAINTAINERS: Remove duplicate entries in Write After Approval.
5435
5436 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
5437
5438         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
5439         * Makefile.in: Regenerate.
5440
5441 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
5442
5443         * MAINTAINERS (GNATS only): Add Falk Hueffner.
5444
5445 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
5446
5447         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
5448
5449 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
5450
5451         * Makefile.tpl: Clean $(BUILD_SUBDIR).
5452         * Makefile.in: Regenerated.
5453
5454 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
5455
5456         * MAINTAINERS (Write After Approval): Upgrade myself from
5457         GNATS only to write-after-approval. Update my mail address.
5458
5459 2003-04-25  Loren J. Rittle <ljrittle@acm.org>
5460
5461         (OS Port Maintainers: freebsd): Add myself.
5462
5463 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
5464
5465         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
5466
5467 2003-04-22  Kean Johnston  <jkj@sco.com>
5468
5469         * MAINTAINERS (SCO ports): Added myself.
5470
5471 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
5472
5473         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
5474
5475 2003-04-19  Kean Johnston  <jkj@sco.com>
5476
5477         * MAINTAINERS (Write After Approval): Add myself.
5478
5479 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5480
5481         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
5482         * Makefile.in: Regenerate.
5483
5484 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
5485
5486         * configure.in (powerpc64*-*-linux*): Remove.
5487         * configure: Rebuilt.
5488
5489 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
5490
5491         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
5492         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
5493         and restrap.
5494         * Makefile.in:  Regenerate.
5495
5496 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
5497
5498         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
5499         * configure: Regenerated.
5500
5501 2003-04-15  DJ Delorie  <dj@redhat.com>
5502
5503         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
5504
5505 2003-04-13  Nick Clifton  <nickc@redhat.com>
5506
5507         * config-ml.in: Remove support for --disable-aix removing
5508         call-aix multilibs.
5509
5510 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
5511
5512         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
5513         * */configure: Rebuilt.
5514
5515 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
5516
5517         * MAINTAINERS: Add my email address.
5518
5519 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
5520
5521         * MAINTAINERS (Write After Approval): Add myself.
5522
5523 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
5524
5525         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
5526         * Makefile.in: Regenerate.
5527
5528 2003-03-14  Michael Chastain  <mec@shout.net>
5529
5530         * Makefile.in: Regenerate with correct Makefile.def.
5531
5532 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5533
5534         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
5535         Make macro.
5536         * Makefile.in: Regenerate.
5537         * configure.in: Clean up gxx_include_dir logic.
5538         * configure: Regenerate.
5539
5540 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
5541
5542         * MAINTAINERS (Write After Approval): Add myself.
5543
5544 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
5545
5546         * MAINTAINERS: Update my mail address.
5547
5548 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5549
5550         * configure.in (gxx_include_dir): Fix typo.
5551         * configure: Regenerated.
5552
5553 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5554
5555         * Makefile.tpl: Reindent.
5556         * Makefile.in: Regenerate.
5557         * configure.in: Reindent.  Don't set unused variables.
5558         * configure: Regenerate.
5559
5560 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
5561
5562         * configure.in: Include $(build_tooldir)/sys-include in
5563         FLAGS_FOR_TARGET.
5564         * configure: Regenerated.
5565
5566 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5567
5568         * Makefile.tpl: Always pass down RANLIB.
5569         * Makefile.in: Regenerate.
5570
5571         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
5572         * Makefile.in: Regenerate.
5573         * configure.in: Remove unused logic relating to --enable-shared
5574         and --enable-threads.  Remove bogus comments.  Remove redundant
5575         noconfigdirs.
5576         * configure: Regenerate.
5577
5578         * configure.in: Replace ${libstdcxx_version} by its value.
5579         Remove reference to mh-dgux.
5580         * configure: Regenerate.
5581
5582 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
5583
5584         * MAINTAINERS (Write After Approval): Add myself.
5585
5586 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5587
5588         * Makefile.tpl: Rearrange.
5589         * Makefile.in: Regenerate.
5590
5591 2003-02-25  Uwe Stieber <uwe@wwws.de>
5592
5593         * configure.in: Add support for kaOS as cross build target system.
5594         * configure: Regenerated.
5595
5596 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
5597
5598         * MAINTAINERS (Write after approval): Add myself.
5599
5600 2003-02-21  James E Wilson  <wilson@tuliptree.org>
5601
5602         * MAINTAINERS: Update my email address.
5603
5604 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
5605
5606         * MAINTAINERS: Add self to blanket write privs. section.
5607
5608 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
5609
5610         * Makefile.tpl: Add definition of CPPFLAGS to pass into
5611         configure-target-* as some target builds may require additional
5612         flags for preprocessor tests.
5613         * Makefile.in: Regenerated.
5614
5615 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
5616
5617         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
5618         * ltconfig: Handle it.
5619         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
5620         auto-detecting it.
5621
5622         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
5623         it is used as argument to $CC.
5624         * ltcf-gcj.sh: Likewise.
5625
5626         * configure.in: Introduce --enable-maintainer-mode.
5627         * configure: Rebuilt.
5628         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
5629         for maintainer mode.
5630         * Makefile.in: Rebuilt.
5631
5632 2003-02-18  Jason Merrill  <jason@redhat.com>
5633
5634         * Makefile.tpl (check-c++): Allow parallelism.
5635
5636 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5637
5638         * MAINTAINERS: Remove John Carr (who never actually had access to
5639         gcc.gnu.org).
5640
5641 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
5642
5643         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
5644         don't configure target-libobjc.
5645         * configure: Regenerate.
5646
5647 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5648
5649         * Makefile.tpl (RANLIB): Define.
5650         * Makefile.in: Regenerate.
5651
5652 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
5653
5654         * MAINTAINERS: Update my email.
5655
5656 2003-02-06  Keith R Seitz  <keiths@redhat.com>
5657
5658         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
5659         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
5660         * Makefile.in: Regenerated.
5661         * configure.in: Remove all traces of snavigator, db, and grep.
5662         * configure: Regenerated.
5663
5664 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5665
5666         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
5667         After Approval.
5668
5669 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
5670
5671         * MAINTAINERS (Write after approval): Add myself.
5672
5673 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
5674
5675         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
5676         * Makefile.in: Regenerated.
5677
5678 2003-01-30  Roger Sayle  <roger@eyesopen.com>
5679
5680         * config.guess: Updated to 2003-01-30's version.
5681         * config.sub: Updated to 2003-01-28's version.
5682
5683 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
5684
5685         * config.if: If gcc_version is already set, just use it.  Don't set
5686         gcc_version_trigger if it's already set, otherwise set it to
5687         gcc/version.c, but only if the file exists.  If it is not set and
5688         gcc/version.c does not exist, try to extract the version number from
5689         $CC.
5690
5691 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
5692
5693         * MAINTAINERS: Add myself to write-after-approval list.
5694
5695 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
5696
5697         * configure.in:  Revert 24Jan change.
5698         * configure:  Regenerate.
5699
5700 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5701
5702         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
5703         entry of HJ Lu.
5704
5705 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5706
5707         * configure.in: Revert previous change.
5708         * configure: Regenerate.
5709
5710 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5711
5712         * configure.in: Make rda native-only.
5713         * configure: Regenerate.
5714
5715 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5716
5717         * MAINTAINERS: Move myself from GNATS-only-accounts to
5718         write-after-approval.
5719
5720 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5721
5722         * configure.in: Add missing \.
5723         * configure: Rebuilt.
5724
5725 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
5726
5727         * configure.in (baseargs): Avoid using \| in sed regular
5728         expressions.
5729         * configure: Rebuilt.
5730
5731 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
5732
5733         * configure.in (baseargs): Remove all supported forms of
5734         --cache-file, --srcdir, --host, --build and --target options
5735         from argument lists.
5736         * configure: Rebuilt.
5737
5738 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
5739
5740         * MAINTAINERS: Add myself to write-after-approval list.
5741
5742 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
5743
5744         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
5745         * configure: Rebuilt.
5746
5747 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5748
5749         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
5750         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
5751         * Makefile.in: Regenerate.
5752         * configure: Regenerate.
5753
5754 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
5755
5756         * configure.in: Remove Makefile in build, host and target modules
5757         unless configure was run with --no-recursion.
5758         * configure: Rebuilt.
5759
5760 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
5761
5762         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
5763         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
5764         * Makefile.in: Regenerate.
5765
5766 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
5767
5768         * config.guess: Update to 2003-01-03 version.
5769         * config.sub: Update to 2003-01-03 version.
5770
5771 2003-01-07  Christopher Faylor  <cgf@redhat.com>
5772
5773         * configure: Regenerate with proper autoconf 2.13.
5774
5775 2003-01-07  Christopher Faylor  <cgf@redhat.com>
5776
5777         * configure.in: Add AC_PREREQ for consistency.
5778         * configure: Regenerate.
5779
5780 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
5781
5782         * configure.in (GDB_TK): Add tcl directories conditional on
5783         gdb/gdbtk directory being present.
5784         * configure: Regenerate.
5785
5786 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
5787
5788         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
5789         by gcc if LD is not defined and we are not doing a Canadian Cross.
5790         * configure: Rebuilt.
5791
5792 2002-12-31  Tom Tromey  <tromey@redhat.com>
5793
5794         * Makefile.in: Rebuilt.
5795         * Makefile.def (target_modules) [libffi]: Allow installation.
5796
5797 2002-12-31  Andreas Schwab  <schwab@suse.de>
5798
5799         * configure.in: Fix use of $program_transform_name.
5800         * configure: Regenerated.
5801
5802 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
5803
5804         * configure.in (baseargs): Don't remove first configure argument.
5805         * configure: Regenerated.
5806
5807 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
5808
5809         * Makefile.tpl (local-distclean): Don't remove...
5810         (multilib.ts): ... this.  Moved into...
5811         (multilib.out): ... this.  Don't use sub-make.
5812         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
5813         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
5814         (configure-build-[+module+], configure-[+module+],
5815         configure-target-[+module+], configure-gcc): ... these.  Test
5816         for Makefile existence.  Drop config.status from dependencies.
5817         * Makefile.in: Rebuilt.
5818         * configure.in: Move gcc-version-trigger to the end of
5819         ac_configure_args.  Add comments to maybedep.tmp and
5820         serdep.tmp.  Introduce --disable-serial-configure.  Remove
5821         nonopt from baseargs, matching and removing corresponding
5822         whitespace while at it.
5823         * configure: Rebuilt.
5824
5825 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
5826
5827         * configure.in (host_configargs): Replace reference to
5828         no-longer-defined buildopts with --build=${build_alias}.
5829         * configure: Rebuilt.
5830
5831         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
5832         program_transform_name to standard idiom.
5833         (AUTOGEN, AUTOCONF): Define.
5834         (Makefile.in): Use $(AUTOGEN).
5835         (Makefile): Depend on config.status, and use autoconf-style rule to
5836         build it.  Move original commands to...
5837         (config.status): ... this new target.
5838         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
5839         $(AUTOCONF).
5840         * Makefile.in: Rebuilt.
5841
5842 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5843
5844         * Makefile.tpl: Fix dramatic bustage due to change in
5845         program_transform_name.
5846         * Makefile.in: Regenerate.
5847
5848         * configure.in: Remove unnecessary PATH setting.
5849         * configure: Regnerate.
5850
5851         * configure.in: Don't default to unprefixed tools unless
5852         the native tools will work.
5853         * configure: Regenerate.
5854
5855         * configure.in: Convert to autoconf script.  Blow away lots
5856         of now-redundant Makefile fragments.
5857         * configure: Generate using Autoconf.
5858         * Makefile.tpl: Rewrite to reflect autoconfiscation.
5859         * Makefile.in: Regenerate.
5860
5861 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5862
5863         * configure: Fix stupid bug where RANLIB was mistakenly included.
5864
5865         * configure.in: Rename (buildargs, hostargs, targargs) to
5866         (build_configargs, host_configargs, target_configargs).
5867
5868         * configure.in: Move logic out of sed statement.
5869
5870         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
5871         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
5872
5873 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
5874
5875         * config.sub: Import from master repository
5876         * config.guess: Ditto
5877
5878 2002-12-24  Andreas Schwab  <schwab@suse.de>
5879
5880         * Makefile.tpl (multilib.out): Fix missing space.
5881         * Makefile.in: Regenerate.
5882
5883 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5884
5885         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
5886         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
5887         * Makefile.in: Regenerate.
5888         * configure.in: Remove unnecessary leftovers.
5889
5890 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
5891
5892         * configure.in (extra_ranlibflags_for_target): New variable.
5893         (*-*-darwin): Add -c to ranlib commands.
5894         * configure (tooldir): Handle extra_ranlibflags_for_target.
5895
5896 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5897
5898         * Makefile.tpl: Revert HJL's change.
5899         * Makefile.in: Regenerated.
5900         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
5901         always.
5902
5903 2002-12-19  Andreas Schwab  <schwab@suse.de>
5904
5905         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
5906         * Makefile.in: Regenerate.
5907
5908 2002-12-18  H.J. Lu <hjl@gnu.org>
5909
5910         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
5911         * Makefile.in: Regenerated.
5912
5913         * configure.in (build_prefix): New. Substitute.
5914
5915 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5916
5917         * Makefile.tpl: Don't let real targets depend on phony targets.
5918         * Makefile.in: Regenerate.
5919
5920         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
5921         * Makefile.in: Regenerate.
5922
5923 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
5924
5925         * config.sub: Import from master repository
5926         * config.guess: Ditto
5927
5928 2002-12-16  Jason Merrill  <jason@redhat.com>
5929
5930         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
5931         previous 'make bootstrap'.
5932         * Makefile.in: Regenerate.
5933
5934 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
5935
5936         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
5937
5938 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5939
5940         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
5941         * Makefile.in: Regenerate.
5942
5943 2002-12-13  Jason Merrill  <jason@redhat.com>
5944
5945         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
5946         library tests.
5947         (check-c++): Just depend on it and check-target-libstdc++-v3.
5948         * Makefile.in: Regenerate.
5949
5950 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
5951
5952         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
5953         * Makefile.in: Rebuilt.
5954
5955 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
5956
5957         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
5958
5959 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5960
5961         * configure: Fix bug put in by gremlins.
5962
5963         * Makefile.tpl: Substitute more autoconfily.
5964         * configure: Substitute more autoconfily.
5965         * Makefile.in: Regenerate.
5966
5967 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
5968
5969         * config.sub: Import from master repository
5970         * config.guess: Ditto
5971         * MAINTAINERS: Added Svein Seldal under write after approval
5972
5973 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
5974
5975         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
5976         * Makefile.in (all-sim): Ditto.
5977
5978 2002-12-06  DJ Delorie  <dj@redhat.com>
5979
5980         * Makefile.tpl: Change configure dependencies to not have real
5981         targets depend on phony targets.
5982
5983 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
5984
5985         * configure.in: Revert unintentional change.
5986
5987         * Makefile.tpl: Change dependency for */multilib.out so that
5988         it works when gcc isn't in the tree.
5989
5990         * configure.in: Substitute more.
5991         * configure: Run subconfigures from the Makefile.
5992         * Makefile.tpl: Run subconfigures from the Makefile; add a few
5993         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
5994
5995 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5996
5997         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
5998
5999 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6000
6001         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6002         and corresponding dependencies.
6003         * Makefile.in: Regenerate.
6004
6005         * configure.in (host_tools): Order binutils, gas and ld for
6006         convenience in running the testsuites.
6007
6008         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6009         * Makefile.in: Regenerate.
6010         * configure.in: Introduce rules to serialize subconfigure runs.
6011
6012         * configure.in: Introduce BASE_CC_FOR_TARGET.
6013         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
6014         Realize configure-build-* targets.  Realize configure-target-* targets.
6015         * Makefile.in: Regenerate.
6016
6017 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6018
6019         * configure: Move gcc_version_trigger stuff from here...
6020         * configure.in: ...to here.
6021
6022         * configure.in: Separate subconfigure options added by this file from
6023         options given by the user.  Add machinery to put args for host
6024         subconfigures into the Makefile.
6025
6026         * Makefile.tpl: Remove 'vault' targets.
6027         * Makefile.tpl: Reorder and comment dependencies.
6028         * Makefile.in: Regenerate.
6029
6030 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6031         * configure.in: Fix my broken commit of previous patch. (sigh)
6032
6033 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
6034
6035         * configure.in: Move host-specific darwin noconfigdirs into
6036         the host-specific section.
6037
6038 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
6039
6040         * configure.in: Move host-specific darwin noconfigdirs into
6041         the host-specific section.
6042
6043 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6044
6045         * configure: Remove skip-this-dir support.
6046         * Makefile.tpl: Remove skip-this-dir support.
6047
6048         * Makefile.tpl: Remove leftover support for non-autoconfiscated
6049         subdirectories.
6050         * Makefile.in: Regenerate.
6051
6052         * Makefile.tpl: Strip out useless setting of 'dir'.
6053         * Makefile.in: Regenerate.
6054
6055 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6056
6057         * configure.in: Fix deeply stupid bug.
6058
6059         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6060         shell code in CXX_FOR_TARGET
6061         * Makefile.def: Introduce raw_cxx.
6062         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6063         RAW_CXX_FOR_TARGET.
6064         * Makefile.in: Regenerate.
6065
6066 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
6067
6068         * Makefile.tpl: Remove unnecessary ifs.
6069         * Makefile.in: Regenerate.
6070
6071         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
6072         dependencies.  Maybe-ize build-libiberty.  Create dummy install
6073         targets for 'no_install' modules.
6074         * configure: Move GDB_TK substitution to configure.in.  Move
6075         build_modules stuff to configure.in.
6076         * configure.in: Implement soft dependency machinery.  Maybe-ize
6077         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
6078         * Makefile.in: Regenerate.
6079
6080 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6081
6082         * Makefile.tpl: Make all-target, install-target behave similarly
6083         to all, install (only hitting configured targets).  Eliminate
6084         unused macro defintions.
6085
6086         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6087         build != host.
6088
6089         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6090
6091         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6092
6093         * configure.in: Produce lists of subdir targets we're actually
6094         configuring.  Remove references to "dosrel".
6095         * Makefile.tpl: Let configure set which subdir targets are hit.
6096         Remove install-cross; clean up install; remove ALL.  Remove
6097         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
6098         Autogenerate host module targets.  Remove empty dependency lines
6099         and redundant dependency; rearrange slightly.
6100         * Makefile.def: Add host-side libtermcap, utils.
6101
6102         * Makefile.in: Regenerate.
6103
6104 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6105
6106         * ltconfig (osf[345]): Append $major to soname_spec.
6107         Reflect this in library_names_spec.
6108         * ltmain.sh (osf): Prefix $major with . for use as extension.
6109
6110 2002-11-19  Andreas Jaeger  <aj@suse.de>
6111
6112         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
6113         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
6114         and sparc64 GNU/Linux systems.
6115
6116 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
6117
6118         * MAINTAINERS: Update email.
6119
6120 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6121
6122         * MAINTAINERS: Complete James Dennett's entry.
6123
6124 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
6125
6126         * MAINTAINERS (Write After Approval): Add myself.
6127
6128 2002-11-13  Bruce Korb  <bkorb@gnu.org>
6129
6130         * Makefile.tpl: syntactic cleanup
6131
6132 2002-11-13 Stuart Hastings <stuart@apple.com>
6133
6134         * MAINTAINERS: Add myself to write-after-approval list.
6135
6136 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6137
6138         * Makefile.def: Add list of recursive targets to autogenerate.
6139         Add build_modules.
6140         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
6141         targets.  Autogenerate *-build-* targets.
6142         * Makefile.in: Regenerate.
6143
6144 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6145
6146         * configure: More autoconf-style substitutions.
6147         * Makefile.tpl: More autoconf-style substitutions.
6148         * Makefile.in: Regenerate.
6149
6150 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6151
6152         * configure: Substitute more variables in a more autoconf-friendly
6153         way.  Simplify slightly.
6154         * Makefile.tpl: Make more variables substitutable in an
6155         autoconf-friendly way.
6156         * Makefile.in: Regenerate.
6157
6158 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
6159
6160         * MAINTAINERS (Write After Approval): Add myself.
6161
6162 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6163
6164         * configure.in (v810*): Remove special setting of tools.
6165
6166         * configure: Add support for extra required flags for ar or nm.
6167         * configure.in (aix4.3+): Use above support for target-specific
6168         issues, rather than using config/mt-aix43.
6169
6170 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6171
6172         * configure: Remove 'removing', which doesn't work.  Replace $subdir
6173         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
6174         with $srcdir.  Reformat indentation.  Substitute some variables
6175         formerly hard-coded in the Makefile for build=host.
6176         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6177         * Makefile.def: Autogenerate more.
6178         * Makefile.in: Regenerate.
6179
6180 2002-11-04  Adam Nemet  <anemet@lnxw.com>
6181
6182         * MAINTAINERS (Write After Approval): Add myself.
6183
6184 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
6185
6186         * Makefile.def (host_modules): Add rda.
6187         * Makefile.in: Regenerate.
6188         * configure.in (target_tool): Add target-rda to list.
6189
6190 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6191
6192         * MAINTAINERS: Remove "co-maintainer" note for web pages.
6193
6194 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
6195
6196         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
6197         and restrap targets to this rule.
6198         * Makefile.in:  Regenerate.
6199
6200 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6201
6202         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
6203         GNATS only accounts.
6204
6205 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
6206
6207         * configure.in (i[3456]86-*-linux*): Add check to disable
6208         ${libgcj} for glibc1.
6209
6210 2002-10-24  Denis Chertykov  <denisc@overta.ru>
6211
6212         * MAINTAINERS: Add myself as ip2k port maintainer.
6213
6214 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
6215
6216         * configure.in: Add tic4x target.
6217
6218 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6219
6220         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6221         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6222         * Makefile.in: Regenerate.
6223
6224         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6225         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6226         * Makefile.in: Regenerate.
6227
6228 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
6229
6230         * MAINTAINERS: Add myself as web pages co-maintainer.
6231
6232 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6233
6234         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6235         * Makefile.in: Regenerate.
6236
6237 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
6238
6239         * MAINTAINERS: Add myself and Nathan Sidwell
6240         <nathan@codesourcery.com> as VxWorks maintainers.
6241
6242 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6243
6244         * Makefile.def: Remove order dependency comments.
6245         * Makefile.tpl: Add explicit install-install dependencies.
6246         * Makefile.in: Regenerate.
6247
6248         * Makefile.tpl: Remove material now in src-release.  (Finally!)
6249         * Makefile.in: Regenerate.
6250
6251         * Makefile.tpl: Add configure-target (for src-release in src)
6252         * Makefile.in: Regenerate.
6253
6254 2002-09-30  Nick Clifton  <nickc@redhat.com>
6255
6256         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6257
6258 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
6259
6260         * configure.in (s390*-*-linux*): Enable libgcj.
6261
6262 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
6263
6264         * configure: Revert accidentally applied changes.
6265
6266         * Makefile.tpl: Make more autoconf-friendly.
6267         * Makefile.in: Regenerate.
6268         * configure: Make substitution more autoconf-like.
6269
6270 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
6271
6272         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6273         single entry to handle all these.
6274         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
6275         libjava on arm-*-elf.
6276
6277 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
6278
6279         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6280         things that depend on them.
6281
6282 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6283
6284         * Makefile.tpl: Make subsituted variables more autoconfy.
6285         * Makefile.in: Regenerate.
6286         * configure: Make seds more autoconfy.
6287
6288 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6289
6290         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6291         * Makefile.in: Regenerate.
6292         * configure.in: Rewrite sed statements to look autoconfy.
6293
6294         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6295         all-target-foo on configure-target-foo.
6296         * Makefile.def: Ditto.
6297         * Makefile.in: Rebuild.
6298
6299 2002-09-25  Andrew Haley  <aph@redhat.com>
6300
6301         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
6302
6303 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6304
6305         * Makefile.def: New file.
6306         * Makefile.tpl: New file.
6307         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6308         * contrib/gcc_update: Note that Makefile.in is a generated file.
6309
6310         * configure.in: Minor rearrangement.  Simplify tests.
6311
6312 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
6313
6314         * configure.in (with_headers): Skip copy if value is "yes".
6315         (with_libs): Likewise.
6316
6317 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6318
6319         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6320         * configure.in (sh*-*-pe*): Ditto.
6321         * configure.in (mips*-*-pe*): Ditto.
6322         * configure.in (*arm-wince-pe): Ditto.
6323
6324         * configure.in: Rearrange.
6325
6326 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
6327
6328         * MAINTAINERS: Update my email address.
6329
6330 2002-08-30  Paul Koning  <pkoning@equallogic.com>
6331
6332         * MAINTAINERS: (Write After Approval): Add myself.
6333
6334 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
6335
6336         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
6337
6338 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
6339
6340         * MAINTAINERS: Change my mailing address.
6341
6342 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
6343
6344         * MAINTAINERS (Write After Approval): Remove myself.
6345         (Various Maintainers: c++ runtime libs): Add myself.
6346
6347 2002-08-20  Loren J. Rittle <ljrittle@acm.org>
6348
6349         * MAINTAINERS (Write After Approval): Remove myself.
6350         (Various Maintainers: c++ runtime libs): Add myself.
6351
6352 2002-08-15  Eric Christopher  <echristo@redhat.com>
6353
6354         * config.sub: Import from master repository.
6355         * config.guess: Ditto.
6356
6357 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
6358
6359         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6360         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6361         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6362
6363 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
6364
6365         * MAINTAINERS: Add self to rs6000 vector extensions.
6366
6367 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
6368
6369         * libiberty/configure: Reverted unintended yesterday's check in.
6370
6371 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
6372
6373         * boehm-gc/configure, libf2c/configure: Rebuilt.
6374         * libffi/configure, libiberty/configure: Ditto.
6375         * libjava/configure, libobjc/configure: Ditto.
6376         * libstdc++-v3/configure, zlib/configure: Ditto.
6377         Merged from binutils:
6378         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
6379         From Steve Ellcey <sje@cup.hp.com>:
6380         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
6381         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
6382         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
6383         IA64.
6384         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
6385         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
6386         soname_spec, sys_lib_search_path_spec): Ditto.
6387
6388 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
6389
6390         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6391
6392 2002-08-04  H.J. Lu  (hjl@gnu.org)
6393
6394         * configure.in (mips*-*-linux*): Don't skip target-libffi.
6395
6396 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
6397
6398         * MAINTAINERS (Write After Approval): Add myself.
6399
6400 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
6401
6402         * configure.in: Move generic linux case to end.  Copy generic
6403         linux noconfigdirs to mips*-*-linux* entry and new
6404         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
6405
6406 2002-07-19  Michael Matz  <matz@suse.de>
6407
6408         * MAINTAINERS: Add myself as ra* maintainer.
6409
6410 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
6411
6412         * config.guess: Update to 2002-07-09 version.
6413         * config.sub: Update to 2002-07-03 version.
6414
6415 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
6416
6417         * MAINTAINERS: Fix typo in a maintainer email address.
6418
6419 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6420
6421         * configure.in: Remove two redundant tests.
6422
6423 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6424
6425         * configure.in (mips*-*-irix6*o32): Enable stabs.
6426
6427 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
6428
6429         * configure.in: Don't build grez.
6430         * Makefile.in: Ditto.
6431
6432         * Makefile.in: Remove references to bsp, cygmon, libstub.
6433         * configure.in: Ditto.
6434
6435         * configure.in: Remove leftover reference to gdbtest.
6436
6437 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
6438
6439         * configure.in (gxx_include_dir):  Change to match versioned
6440         C++ headers if --enable-version-specific-runtime-libs is used.
6441
6442 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
6443
6444         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6445
6446 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6447
6448         * configure.in: Make --without-x work.
6449
6450 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6451
6452         * configure.in: Rearrange target Makefile fragment collection.
6453
6454         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6455         cvs[src].
6456         * configure.in: Ditto.
6457
6458 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
6459
6460         * MAINTAINERS (Write After Approval): Update my e-mail address.
6461
6462 2002-06-24  Ben Elliston  <bje@redhat.com>
6463
6464         * configure.in (host_tools): Remove cgen.
6465
6466         * Makefile.in (all-cgen): Remove; runs from its source directory.
6467         (check-cgen, install-cgen, clean-cgen): Likewise.
6468         (all-opcodes): Do not depend on all-cgen.
6469         (all-sim): Likewise.
6470
6471 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
6472
6473         * Makefile.in: Eliminate 'apache' targets.
6474         * configure.in: Eliminate 'apache' targets.
6475
6476         * configure.in: Eliminate redundant tests.  Reorganize.
6477
6478         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6479
6480         * config-ml.in: Eliminate references to Cygnus configure.
6481
6482         * Makefile.in: Eliminate references to building emacs.
6483
6484 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
6485
6486         * MAINTAINERS: Update my email address.
6487
6488 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
6489
6490         * config.if (libstdcxx_incdir): Version C++ headers.
6491         (cxx_incdir): Remove.
6492
6493 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6494
6495         * MAINTAINERS (Write After Approval): Add self.
6496
6497 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
6498
6499         * configure.in: Add support for ip2k.
6500
6501 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
6502
6503         * configure.in: Fix AIX configury bug.
6504
6505 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
6506
6507         * MAINTAINERS (Write After Approval): Add self.
6508
6509 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
6510
6511         * configure.in: replace ${topsrcdir} with ${srcdir}
6512
6513         * configure.in: Move definition of libstdcxx_flags
6514         right above usage, rather than waaay earlier.
6515
6516         * configure.in: Pull definition of is_cross_compiler earlier.
6517
6518         * configure.in: Rearrange a little.
6519
6520         * configure.in: Remove references to librx.
6521         * Makefile.in: Remove references to librx.
6522
6523 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
6524
6525         * config.sub: Add support for avr target.
6526         Import from master sources, rev 1.255
6527
6528 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
6529
6530         * configure, .cvsignore:  Revert previous change...
6531         * Makefile:  ...delete.
6532
6533 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
6534
6535         * configure.in: Eliminate ${gasdir} variable.
6536
6537 2002-06-18  Dave Brolley  <brolley@redhat.com>
6538
6539         * configure.in: Add support for frv.
6540         * config.sub: Add support for frv.
6541
6542 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
6543
6544         * configure:  Remove garbage from previous commit.
6545
6546 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
6547
6548         * configure:  For in-source builds, make a subdir and re-exec there.
6549         * Makefile:  New file.  Pass targets through to build directory.
6550         * .cvsignore:  No longer ignore "Makefile".
6551
6552 2002-06-16  Douglas Rupp  <rupp@gnat.com>
6553
6554         * MAINTAINERS (Write After Approval): Add self.
6555
6556 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6557
6558         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
6559
6560 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
6561
6562         * configure.in (vax-*-netbsd*): Re-enable gas.
6563
6564 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
6565
6566         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
6567         BUILD_PREFIX_1, to correct nomenclature.
6568         * configure: Likewise.
6569
6570         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
6571         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
6572
6573 2002-05-31  Olaf Hering  <olh@suse.de>
6574
6575         * config-ml.in: Propogate DESTDIR also.
6576
6577 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
6578
6579         * configure.in (vax-*-netbsd*): Don't build gas for this
6580         platform.
6581
6582 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6583
6584         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6585         and libgcj for AVR.
6586
6587 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
6588
6589         * MAINTAINERS (Write After Approval): Add myself.
6590
6591 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6592
6593         * config.guess: Update to 2002-05-22 version.
6594         * config.sub: Likewise.
6595
6596 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6597
6598         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
6599         * config-ml.in: Likewise.
6600         * configure: Likewise.
6601         * configure.in: Likewise.
6602
6603 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
6604
6605         * MAINTAINERS: Update my email address.
6606
6607 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
6608
6609         * configure.in: Simplify makefile fragment collection.
6610
6611         * configure.in: Remove code to build emacs.
6612
6613         * configure.in : Remove --srcdir argument from targargs and buildargs
6614         (it's always overridden in the Makefile anyway).  Rearrange a bit.
6615
6616         * configure: Move some logic to configure.in.
6617         * configure.in: Move some logic from configure.
6618
6619 2002-05-11  Tom Tromey  <tromey@redhat.com>
6620
6621         * MAINTAINERS: Reflect libgcj reality.
6622
6623 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
6624
6625         * Makefile.in: Honour DESTDIR.
6626
6627 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
6628
6629         * config.guess: Import 2002-03-20 version.
6630         * config.sub: Import 2002-04-26 version.
6631
6632 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6633
6634         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
6635
6636 2002-05-07  Tim Josling  <tej@melbpc.org.au>
6637
6638         * MAINTAINERS: Add self.
6639
6640 2002-05-06  Loren J. Rittle <ljrittle@acm.org>
6641
6642         * ltmain.sh: Detect and handle object name conflicts
6643         while piecewise linking a static library.
6644
6645 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
6646
6647         * configure.in (noconfigdirs): Don't disable libgcj on
6648         sparc64-*-solaris* and sparcv9-*-solaris*.
6649
6650 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
6651
6652         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
6653
6654 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
6655
6656         * configure.in (FLAGS_FOR_TARGET): Do not add
6657         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
6658         on i[3456]86-*-linux*.
6659
6660 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
6661
6662         * configure.in (noconfigdirs): Replace [ ] with test.
6663
6664         * configure.in (noconfigdirs): Do not add target-newlib if
6665         target == i[3456]86-*-linux*, and host == target.
6666
6667 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
6668
6669         * configure.in: delete reference to absent file
6670
6671         * configure.in: replace '[' with 'test'
6672
6673         * configure.in: Eliminate references to gash.
6674         * Makefile.in: Eliminate references to gash.
6675
6676         * configure.in: remove useless references to 'pic' makefile fragments.
6677
6678         * configure.in: (*-*-windows*) Finish removing.
6679
6680         * configure.in: Eliminate redundant test for libgui.
6681
6682 2002-04-29  Roger Sayle  <roger@eyesopen.com>
6683
6684         * MAINTAINERS: Add self and realphabetize.  Update entries
6685         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
6686         entry for a29k port maintainer.
6687
6688 2002-04-26      Joel Sherrill <joel@OARcorp.com>
6689
6690         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
6691         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
6692
6693 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
6694
6695         * configure.in: remove references to dead files
6696
6697 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
6698
6699         * MAINTAINERS: Add information about purpose of this file.
6700
6701 2002-04-18  Tom Tromey  <tromey@redhat.com>
6702
6703         * configure.in: Disallow configuring libgcj when it is already
6704         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
6705         Solaris 2.8 by default.  For PR libgcj/6158.
6706
6707 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
6708
6709         * configure.in:  Move default CC setting out of config/mh-* fragments
6710         directly into here.
6711
6712 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
6713
6714         * configure.in: don't even try to configure or make a subdirectory
6715         if there's no configure script for it.
6716
6717 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
6718
6719         * MAINTAINERS: Remove chill maintainers.
6720         * Makefile.in (CHILLFLAGS): Remove.
6721         (CHILL_LIB): Remove.
6722         (TARGET_CONFIGDIRS): Remove libchill.
6723         (CHILL_FOR_TARGET): Remove.
6724         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
6725         CHILL_LIB.
6726         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
6727         (CHECK_TARGET_MODULES): Likewise.
6728         (INSTALL_TARGET_MODULES): Likewise.
6729         (CLEAN_TARGET_MODULES): Likewise.
6730         (configure-target-libchill): Remove.
6731         (all-target-libchill): Remove.
6732         * configure.in (target_libs): Remove target-libchill.
6733         Do not compute CHILL_FOR_TARGET.
6734         * libchill: Remove directory.
6735
6736 2002-04-11  DJ Delorie  <dj@redhat.com>
6737
6738         * Makefile.in, configure.in: Sync with binutils, entries
6739         follow...
6740
6741 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
6742
6743         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
6744         (do-tar, do-bz2): New rules.
6745         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
6746         (gdb-tar): New rule.
6747         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
6748         (insight_dejagnu.tar): New rule.
6749         (insight.tar): New rule.
6750         (gdb+dejagnu.tar): New rule.
6751         (gdb.tar): New rule.
6752
6753 2002-02-01  Mo DeJong  <supermo@bayarea.net>
6754
6755         * Makefile.in: Add all-tix to deps for all-snavigator
6756         so that tix is built when building snavigator.
6757
6758 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
6759
6760         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
6761         ld and gdb are not supported.
6762
6763 2002-01-07  Mark Salter  <msalter@redhat.com>
6764
6765         * configure.in: Remove target-bsp and target-cygmon from arm builds.
6766         Allow target-libgloss to be built for arm, strongarm, and xscale.
6767
6768 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
6769
6770         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
6771         options for i[3456]86-pc-linux* native builds.
6772
6773 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
6774
6775         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
6776         files from .po files for a distribution.
6777
6778 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
6779
6780         * configure.in: Enable libstdc++-v3 for h8300 targets.
6781
6782 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
6783
6784         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
6785         version from bfd/.
6786
6787 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
6788
6789         * Makefile.in (VER): When present, extract the version number from
6790         the file version.in.
6791
6792 2001-05-24  Tom Rix <trix@redhat.com>
6793
6794         * configure.in : enable ld for aix
6795
6796 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6797
6798         * config.guess: Add linux target for S/390.
6799
6800 2000-11-07  Philip Blundell  <pb@futuretv.com>
6801
6802         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
6803
6804 2000-11-03  Philip Blundell  <pb@futuretv.com>
6805
6806         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
6807         files.
6808
6809 2001-01-15  Ben Elliston  <bje@redhat.com>
6810
6811         * configure.in (host_tools): Add sid.
6812         Always configure cgen.
6813
6814 2000-11-24  Nick Clifton  <nickc@redhat.com>
6815
6816         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
6817
6818
6819 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
6820
6821         * Makefile.in (ALL_MODULES): Add all-cgen.
6822         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
6823         (all-cgen): New target.
6824         (all-opcodes,all-sim): Depend on all-cgen.
6825         * configure.in (host_tools): Add cgen.
6826         Only configure cgen if --enable-cgen-maint.
6827
6828 2002-04-09  Loren J. Rittle <ljrittle@acm.org>
6829
6830         * configure.in: Add *-*-freebsd* configurations.
6831
6832 2002-04-08  Tom Tromey  <tromey@redhat.com>
6833
6834         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
6835         Fixes PR libgcj/6068.
6836
6837 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
6838
6839         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
6840
6841 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6842
6843         * configure.in (alpha*-dec-osf*): Enable libgcj.
6844
6845 2003-03-27  Matthew Gingell <gingell@gnat.com>
6846
6847         * MAINTAINERS (Write After Approval): Add myself.
6848
6849 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
6850
6851         Fix for: PR bootstrap/3591, target/5676
6852         * configure.in (mcore-pe): Disable the configuration of
6853         libstdc++-v3 since exceptions are not supported.
6854
6855 2002-03-20  Anthony Green  <green@redhat.com>
6856
6857         * configure.in: Enable libgcj for xscale-elf target.
6858
6859 Tue Mar 19 09:05:08 2002  J"orn Rennecke <joern.rennecke@superh.com>
6860
6861         * MAINTAINERS:  Update my email address.
6862
6863 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
6864
6865         * ltmain.sh (relink_command): Fix typo in previous change.
6866
6867 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
6868
6869         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
6870         (relink_command): Added --tag flags.
6871         (mode=install): If relinking fails; error out.
6872
6873 2002-03-12  Richard Henderson  <rth@redhat.com>
6874
6875         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
6876         .NOTPARALLEL tag.
6877         (do-check): Rename from check.
6878         (check): Allow parallel check.
6879
6880 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
6881
6882         * MAINTAINERS: Add myself as maintainer for xtensa port.
6883         Fix alphabetical order in CPU port maintainer list.
6884         Remove myself from Write After Approval list.
6885
6886 2002-03-11  Richard Henderson  <rth@redhat.com>
6887
6888         * Makefile.in (.NOTPARALLEL): Add fake tag.
6889
6890 2002-03-07  H.J. Lu  (hjl@gnu.org)
6891
6892         * configure.in: Enable gprof for mips*-*-linux*.
6893
6894 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
6895
6896         * MAINTAINERS (Write After Approval): Add myself.
6897
6898 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
6899
6900         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6901         libjava.
6902         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
6903
6904 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
6905
6906         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
6907         because its Makefile is there; test for the executable instead.
6908
6909 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
6910
6911         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
6912         libstdc++-v3 and libjava.
6913
6914 2002-02-11  Adam Megacz <adam@xwt.org>
6915
6916         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
6917         boehm-gc
6918
6919 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
6920
6921         * config.guess: Updated to 2002-01-30's version.
6922         * config.sub: Updated to 2002-02-01's version.
6923         Contribute sh64-elf.
6924         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
6925         * configure.in: Added sh64-*-*.
6926
6927 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
6928
6929         * MAINTAINERS: Belatedly add myself to write after approval list.
6930
6931 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
6932
6933         * MAINTAINERS: Put self in as maintainer for x86-64 port.
6934         Remove self as Write After Approval.
6935
6936 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
6937
6938         * MAINTAINERS: Put self in as maintainer for contrib/regression
6939         directory.
6940
6941 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
6942
6943         * MAINTAINERS:  Update my email address.
6944
6945 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
6946
6947         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
6948         target-libiberty, and target-libgloss.  Skip Java-related
6949         libraries if not supported for NetBSD on target CPU.
6950
6951 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
6952
6953         * install-sh: Use _inst.$$_ for temp file name.
6954
6955 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
6956
6957         * MAINTAINERS (Write After Approval): Move my contact info
6958         from here...
6959         (OS Port Maintainers): ...to here (netbsd).
6960
6961 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
6962
6963         * MAINTAINERS (Write After Approval): Add myself.
6964
6965 2002-01-17  H.J. Lu <hjl@gnu.org>
6966
6967         * Makefile.in (all-fastjar): Also depend on all-libiberty.
6968         (all-target-fastjar): Also depend on all-target-libiberty.
6969
6970 2002-01-16  H.J. Lu  (hjl@gnu.org)
6971
6972         * config.guess: Import from master sources, rev 1.225.
6973         * config.sub: Import from master sources, rev 1.238.
6974
6975 2002-01-16  Kazu Hirata  <kazu@hxi.com>
6976
6977         * MAINTAINERS (Write After Approval): Remove myself.
6978
6979 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
6980
6981         * MAINTAINERS (Write After Approval): Add myself.
6982
6983 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6984
6985         * MAINTAINERS: Add self as docs co-maintainer.
6986
6987 2001-12-11  Matthias Klose  <doko@debian.org>
6988
6989         * MAINTAINERS (Write After Approval): Add myself.
6990
6991 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
6992
6993         * MAINTAINERS: Update my email address.
6994
6995 2001-12-07  Turly O'Connor  <turly@apple.com>
6996         * MAINTAINERS (Write After Approval): Add myself.
6997         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
6998         (rs6000_initialize_trampoline): Call __trampoline_setup for
6999         ABI_DARWIN too.
7000         * darwin-tramp.asm: New file, implements __trampoline_setup.
7001         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
7002
7003 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
7004
7005         * MAINTAINERS (Write After Approval): Add myself.
7006
7007 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
7008
7009         * configure, configure.in: Use temp file for long sed commands.
7010
7011 2001-12-03  Laurent Guerby  <guerby@acm.org>
7012
7013         * config.sub: Update to version 1.232 on subversion.
7014
7015 2001-12-03  Ben Elliston  <bje@redhat.com>
7016
7017         * MAINTAINERS: Update mail address for config.* patches.
7018
7019 2001-11-27  DJ Delorie <dj@redhat.com>
7020             Zack Weinberg  <zack@codesourcery.com>
7021
7022         When build != host, create libiberty for the build machine.
7023
7024         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7025         CONFIG_ARGUMENTS.
7026         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7027         New variables.
7028         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7029         and rules.
7030         (all.normal): Depend on ALL_BUILD_MODULES.
7031         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7032         (all-build-libiberty): Depend on configure-build-libiberty.
7033
7034         * configure: Calculate and substitute proper value for
7035         ALL_BUILD_MODULES.
7036         * configure.in: Create the build subdirectory.
7037         Calculate and substitute TARGET_CONFIGARGS (formerly
7038         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7039
7040 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
7041
7042         * MAINTAINERS (write-after-approval): Add self.
7043
7044 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
7045
7046         * MAINTAINERS (GNATS only accounts): Remove self.
7047
7048 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
7049
7050         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7051         libf2c.
7052
7053 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
7054
7055         * MAINTAINERS (Write After Approval): Add self.
7056
7057 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
7058
7059         * MAINTAINERS: mips and s390 are also CPU ports.
7060
7061 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
7062
7063         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
7064
7065 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
7066
7067         * MAINTAINERS: Alphabetize.
7068
7069 2001-11-09  Kazu Hirata  <kazu@hxi.com>
7070
7071         * MAINTAINERS (Various maintainers: h8 port): Add myself.
7072
7073 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7074
7075         * MAINTAINERS (Various maintainers: hppa port): Added myself.
7076
7077 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
7078
7079         * configure.in (--enable-languages): Be more permissive about
7080         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
7081
7082 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
7083
7084         * config.sub: Import from master sources, rev. 1.230.
7085         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
7086
7087 2001-11-07  Laurent Guerby  <guerby@acm.org>
7088
7089         * MAINTAINERS (Write After Approval): Add self.
7090
7091 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
7092
7093         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7094
7095 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
7096
7097         * config.sub: Import from master sources, rev 1.226.
7098         * config.guess: Import from master sources, rev 1.216.
7099
7100 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
7101
7102         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7103         * MAINTAINERS: Add self as maintainer of MMIX port.
7104         Remove old after-approval entry.
7105
7106 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
7107
7108         * ChangeLog, configure: Fix spelling errors.
7109
7110 2001-10-20  Brendan Kehoe  <brendan@zen.org>
7111
7112         * MAINTAINERS: Tweak my address.
7113
7114 Thu Oct 11 21:50:15 2001  J"orn Rennecke <amylaar@onetel.net.uk>
7115
7116         * MAINTAINERS: Update my email address.
7117
7118 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
7119
7120         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7121         * MAINTAINERS: Add self as maintainer of CRIS port.
7122
7123 2001-10-10  Geert Bosch  <bosch@gnat.com>
7124
7125         * MAINTAINERS (Various maintainers: Ada front end):
7126         Added Robert Dewar.
7127
7128 2001-10-03  David Billinghurst <David.Billinghurst@riotinto.com>
7129
7130         * MAINTAINERS (Write After Approval): Added self
7131
7132 2001-10-02  Geert Bosch  <bosch@gnat.com>
7133
7134         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7135
7136 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
7137
7138         * configure: Handle temporary files securely using mkdir.
7139
7140 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
7141
7142         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7143
7144 2001-09-26  Will Cohen <wcohen@redhat.com>
7145
7146         * configure.in (*-*-linux*): Disable configuration of target-newlib
7147         and target-libgloss.
7148
7149 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
7150
7151         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7152         RANLIB.
7153
7154 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
7155
7156         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7157         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7158         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7159         avoid quotes nesting problems.
7160         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7161         (DO_X): Export only variables that are set.
7162
7163 2001-09-19  Ben Elliston  <bje@redhat.com>
7164
7165         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7166         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7167         semantics.  Use the shell built-in "type" command instead.
7168
7169 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
7170
7171         Merged from gcc-3_0-branch:
7172         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
7173         * ltcf-c.sh: Use $objext, not $ac_objext.
7174         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
7175         * ltcf-cxx.sh: Add support for GNU.
7176         2001-07-22  Timothy Wall  <twall@redhat.com>
7177         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
7178         default settings if using GNU tools with that configuration.
7179         * ltcf-cxx.sh: Ditto.
7180         * ltcf-gcj.sh: Ditto.
7181         2001-07-21  Michael Chastain  <chastain@redhat.com>
7182         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7183         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
7184         * ltmain.sh: Mark as gcc-local.
7185
7186 2001-08-30  Eric Christopher  <echristo@redhat.com>
7187             Jason Eckhardt  <jle@redhat.com>
7188
7189         * config.guess: Merge from master sources.
7190         * config.sub: Merge from master sources, add support for mipsisa32.
7191
7192 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
7193         * config.sub: Merge from master sources, rev 1.219.
7194         * MAINTAINERS: Add self as contact for stormy16 port.
7195
7196 2001-08-14  Zack Weinberg  <zackw@panix.com>
7197
7198         * config.sub: Merge from master sources, rev 1.218.
7199         * config.guess: Merge from master sources, rev 1.209.
7200
7201 2001-08-11  Graham Stott  <grahams@redhat.com>
7202
7203         * Makefile.in (check-c++): Add missing semicolon.
7204
7205 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
7206
7207         * MAINTAINERS (Various maitainers: predict.def): Added myself.
7208
7209 2001-07-30  Eric Christopher  <echristo@redhat.com>
7210
7211         * MAINTAINERS (Various maintainers: mips port): Added myself.
7212
7213 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
7214
7215         * configure.in (sh-*-linux*): New.
7216
7217 2001-07-27  Richard Henderson  <rth@redhat.com>
7218
7219         * .cvsignore: Add LAST_UPDATED.
7220
7221 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
7222
7223         * MAINTAINERS (Various maintainers: s390 port): Added myself.
7224
7225 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
7226
7227         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
7228
7229 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
7230
7231         * MAINTAINERS (Write After Approval): Added myself.
7232
7233 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7234
7235         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7236         and libgcj on m68hc11/m68hc12.
7237
7238 2001-06-27  H.J. Lu  (hjl@gnu.org)
7239
7240         * Makefile (CFLAGS_FOR_BUILD): New.
7241         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7242
7243 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
7244
7245         * README: Remove version number.
7246
7247 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7248
7249         * INSTALL/README: Update wrt. to the installation instructions now
7250         residing in gcc/doc/install.texi.
7251
7252 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
7253
7254         * README: Replace with a cut-down and updated version of gcc/README.
7255
7256 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
7257
7258         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
7259         multilibs to be disabled.
7260
7261 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
7262
7263         * MAINTAINERS (Write After Approval): Add myself.
7264
7265 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
7266
7267         * config.guess: Import CVS version 1.195.
7268         * config.sub: Import CVS version 1.212.
7269
7270 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
7271
7272         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7273         gcc/xgcc is built, use -print-prog-name to find out the program
7274         name to use.
7275
7276 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
7277
7278         * config.guess:  Import CVS version 1.194.  All gcc-local changes
7279         appear to also be in the master copy.
7280         * config.sub:  Import CVS version 1.211.
7281
7282 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
7283
7284         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7285         with_gcc]: Use `gcc -shared' to build a shared library.
7286
7287 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7288
7289         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7290         archives.
7291
7292 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7293
7294         * MAINTAINERS (Write After Approval): Add myself.
7295
7296 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
7297
7298         * configure.in (libstdcxx_flags): Do not try to execute
7299         libstdc++-v3/testsuite_flags until it exists.
7300
7301 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
7302
7303         * MAINTAINERS: Update my email address.
7304
7305 2001-05-31  Graham Stott  <grahams@redhat.com>
7306
7307         * MAINTAINERS (Write After Approval): Add myself.
7308
7309 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
7310
7311         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
7312         libraries when using g++ with native linker.
7313
7314 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
7315
7316         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7317
7318 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
7319
7320         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7321         [aix4*|aix5*]: Prepend blank.
7322
7323 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
7324
7325         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7326         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
7327         of subdir/configure scripts to use the new libtool.m4.
7328
7329 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
7330
7331         * MAINTAINERS (Write After Approval): Add myself.
7332
7333 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
7334
7335         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7336
7337 2001-05-11  Ben Elliston  <bje@redhat.com>
7338
7339         * Makefile.in (all-sid): New target.
7340         (check-sid, clean-sid, install-sid): Likewise.
7341
7342 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
7343
7344         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7345
7346 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
7347
7348         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7349         libgcj.
7350
7351 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
7352
7353         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7354         gcc/xgcc is built, use -print-prog-name to find out the program
7355         name to use.
7356
7357 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
7358
7359         * configure.in (noconfigdirs): Don't reset it from scratch in the
7360         target case; only append to it.
7361
7362         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7363         sparc-*-solaris2.8]: Disable ${libgcj}.
7364
7365 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
7366
7367         * configure.in (libgcj_saved): Copy from $libgcj.
7368         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7369         --disable-libgcj.
7370
7371 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
7372
7373         * MAINTAINERS: Remove self as MIPS maintainer and
7374         C front end maintainer.
7375
7376 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
7377
7378         * configure.in: Move *-chorusos target case to the proper switch.
7379         Disable libgcj.
7380
7381 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
7382
7383         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7384         1.641.2.228.
7385
7386 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7387
7388         * Makefile.in (STAGE1_CFLAGS): Pass down.
7389
7390 2001-04-13  Alan Modra  <amodra@one.net.au>
7391
7392         * config.guess: Add hppa64-linux support.  Note for next import that
7393         this is already in the master file.
7394         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
7395
7396 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
7397
7398         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7399         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7400
7401 2001-04-11  Stan Shebs  <shebs@apple.com>
7402
7403         * MAINTAINERS: Add self as Darwin port maintainer.
7404
7405 2001-04-11  Alan Modra  <amodra@one.net.au>
7406
7407         * MAINTAINERS: Update my email address.
7408
7409 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
7410
7411         * ltcf-cxx.sh: Support creation of C++ shared libraries on
7412         recent versions of FreeBSD (release 3 or later).
7413         * ltconfig: On FreeBSD, -lc must not be provided when building
7414         a shared library or else the standard -pthread gcc option is
7415         rendered worthless to later users of the built library.
7416
7417 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
7418
7419         * MAINTAINERS: Add self and RTH as C front end maintainers.
7420
7421 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
7422
7423         * config.sub: Make sure to match an already-canonicalized
7424         machine name (eg. mn10300-unknown-elf).
7425
7426 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
7427
7428         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7429         New macros.
7430         (bootstrap, cross): Use RECURSE_FLAGS.
7431         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7432
7433 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
7434
7435         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7436
7437 2001-03-22  Colin Howell  <chowell@redhat.com>
7438
7439         * Makefile.in (DO_X): Do not backslash single-quotes in
7440         backquotes (two places).
7441
7442 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
7443
7444         Re-installed:
7445         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
7446         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
7447         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7448         * ltcf-cxx.sh: Likewise.
7449         * ltcf-gcj.sh: Likewise.
7450
7451 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7452
7453         * MAINTAINERS: Add myself as "documentation co-maintainer".
7454
7455 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
7456
7457         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7458         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7459
7460 2001-03-19  Tom Tromey  <tromey@redhat.com>
7461
7462         * config-ml.in: Handle GCJ and GCJFLAGS.
7463
7464 2001-03-21  Michael Chastain  <chastain@redhat.com>
7465
7466         * Makefile.in: all-m4 depends on all-texinfo.
7467
7468 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
7469
7470         * MAINTAINERS: Add myself to write after approval list.
7471
7472 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
7473
7474         * Makefile.in (DO_X): Quote nested quotes.
7475
7476 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
7477
7478         * MAINTAINERS: Add myself to write after approval list.
7479
7480 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
7481
7482         * Makefile.in (DO_X): Use double quotes for quoting
7483         "RANLIB=$${RANLIB}".
7484
7485 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
7486
7487         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
7488
7489 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
7490
7491         * configure.in: Only use `lang_requires' for languages athat are
7492         actually enabled.
7493
7494 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
7495
7496         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
7497
7498 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
7499
7500         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
7501
7502 2001-03-07  Tom Tromey  <tromey@redhat.com>
7503
7504         * configure.in: Allow config-lang.in to set `lang_requires' to list
7505         of other required languages.
7506
7507 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
7508
7509         * Makefile.in: Remove RANLIB definition. Use RANLIB
7510         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7511         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
7512
7513 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
7514             Alexandre Oliva  <aoliva@redhat.com>
7515
7516         * Makefile.in (check-c++): Use tabs, not spaces.
7517
7518 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
7519
7520         * MAINTAINERS: add myself to Write After Approval list.
7521
7522 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
7523
7524         * Makefile.in (check-c++): New rule.
7525
7526         * configure.in (target_libs): Remove libg++.
7527         (noconfigdirs): Remove libg++.
7528         (noconfigdirs): Same.
7529         (noconfigdirs): Same.
7530         (noconfigdirs): Same.
7531
7532         * config-ml.in: Remove libg++ references.
7533
7534         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7535         (ALL_TARGET_MODULES): Same.
7536         (configure-target-libg++): Remove.
7537         (all-target-libg++): Remove.
7538         (configure-target-libio): Remove.
7539         (all-target-libio): Remove.
7540         (check-target-libio): Remove.
7541         (.PHONY): Remove.
7542         (libg++.tar.bz2): Remove.
7543         (all-target-cygmon): Remove libio.
7544         (all-target-libstdc++): Remove.
7545         (configure-target-libstdc++): Remove.
7546         (TARGET_LIB_PATH): Remove libstdc++.
7547         (ALL_GCC_CXX): Remove libstdc++.
7548         (all-target-gperf): Correct.
7549
7550 2001-02-16  Nick Clifton  <nickc@redhat.com>
7551
7552         * configure.in (noconfigdirs): Allow configuration of texinfo
7553         for Cygwin hosts.
7554
7555 2001-02-15  Anthony Green  <green@redhat.com>
7556
7557         * configure: Introduce GCJ_FOR_TARGET.
7558         * configure.in: Ditto.
7559         * Makefile.in: Ditto.
7560
7561 2001-02-13  Andreas Schwab  <schwab@suse.de>
7562
7563         * MAINTAINERS: Update mail address.
7564
7565 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7566
7567         * config.guess: Add linux target for S/390.
7568         * config.sub: Likewise.
7569
7570 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
7571
7572         * configure.in: for *-chorusos, don't config target-newlib and
7573         target-libgloss.
7574
7575 2001-02-06  Ben Elliston  <bje@redhat.com>
7576
7577         * configure: Output host type to stdout, not stderr.
7578
7579 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
7580
7581         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
7582         * ltcf-cxx.sh: Likewise.
7583
7584         * config.if: Assume enable_libstdcxx_v3 is defined.
7585
7586 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
7587
7588         Remove V2 C++ library.
7589         * configure.in: Remove --enable-libstdcxx_v3 support.
7590
7591 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
7592
7593         * include/demangle.h: Add prototype for java_demangle_v3.
7594
7595 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
7596
7597         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
7598
7599 2001-01-27  Richard Henderson  <rth@redhat.com>
7600
7601         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7602
7603 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7604
7605         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
7606         Don't unset, it's non-portable and no longer necessary, set to empty
7607         instead.
7608
7609 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7610
7611         * ltconfig: Shell portability fix for the tagname validity check.
7612
7613 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
7614
7615         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
7616         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
7617
7618 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7619
7620         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
7621
7622 2001-01-26  Tom Tromey  <tromey@redhat.com>
7623
7624         * configure.in: Allow libgcj to be built on Sparc Solaris.
7625
7626 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
7627
7628         * ltcf-c.sh: Add aix5 case.
7629         * ltcf-cxx.sh: Likewise.
7630         * ltconfig: Likewise.
7631
7632 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
7633
7634         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
7635         keep at least one of build_libtool_libs or build_old_libs set to
7636         yes.
7637
7638         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
7639         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
7640
7641 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
7642
7643         * configure.in: Enable libgcj on several additional platforms.
7644
7645 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
7646
7647         * configure.in: Enable libgcj for linux targets.
7648
7649 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7650
7651         * MAINTAINERS (Write After Approval): Add myself.
7652
7653 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7654
7655         * MAINTAINERS: Add myself as vax port maintainer.
7656
7657 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
7658
7659         * MAINTAINERS: Add myself as Mercury front-end maintainer.
7660
7661 2001-01-09  Mike Stump  <mrs@wrs.com>
7662
7663         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7664         failures of subdirectories.
7665
7666 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
7667
7668         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
7669         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7670         * ltcf-cxx.sh: Likewise.
7671         * ltcf-gcj.sh: Likewise.
7672         * ltconfig.sh: Fix typo.
7673
7674 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
7675
7676         * configure: handle DOS-style absolute paths.
7677
7678 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
7679
7680         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7681
7682 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
7683
7684         * MAINTAINERS: Add myself as avr port co-maintainer.
7685
7686 2000-12-28  Ben Elliston  <bje@redhat.com>
7687
7688         * MAINTAINERS: Add myself under ``Write After Approval''.
7689
7690 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
7691
7692         * texinfo: Remove directory from GCC.
7693
7694 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
7695
7696         * COPYING: Update to current
7697         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
7698         to 19yy as example year in copyright notice).
7699
7700 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
7701
7702         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
7703         (libstdcxx_incdir): Pass down.
7704         * config.if: Remove expired bits for cxx_interface, add stub.
7705         (libstdcxx_incdir): Add variable for g++ include directory.
7706         * configure.in (gxx_include_dir): Use it.
7707
7708 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
7709
7710         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
7711         with old-email address from ``Write After Approval''.
7712
7713 2000-12-15  Andreas Jaeger  <aj@suse.de>
7714
7715         * configure.in: Handle lang_dirs.
7716
7717 2000-12-14  Tom Tromey  <tromey@redhat.com>
7718
7719         * MAINTAINERS: Removed brads.
7720
7721         * MAINTAINERS: Added gcj developers.
7722
7723 2000-12-13  Anthony Green  <green@redhat.com>
7724
7725         * configure.in: Disable libgcj for any target not specifically
7726         listed.  Disable libgcj for x86 and Alpha Linux until compatible
7727         with g++ abi.
7728
7729 2000-12-13  Mike Stump  <mrs@wrs.com>
7730
7731         * Makefile.in (local-distclean): Also remove fastjar.
7732
7733 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
7734
7735         * contrib/gcc_update: Add fastjar --touch entries.
7736
7737 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
7738
7739         * configure.in: Disable language-specific target libraries for
7740         languages that aren't enabled.
7741
7742 2000-12-10  Anthony Green  <green@redhat.com>
7743
7744         * configure.in: Define libgcj.  Disable libgcj target libraries for
7745         most targets.
7746
7747 2000-12-10  Neil Booth  <neilb@earthling.net>
7748
7749         * MAINTAINERS: Update mail address, remove from WAA list.
7750
7751 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7752
7753         * libjava: Imported from /cvs/java.
7754         * libffi: Likewise.
7755         * Boehm-gc: Likewise.
7756
7757 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7758
7759         * configure.in (target_libs): Revert 2000-12-08 patch.
7760         (noconfigdirs): Added target-libjava.
7761
7762 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
7763
7764         * djunpack.bat: removed.
7765
7766 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
7767
7768         * Makefile.in: handle DOS-style absolute paths.
7769         * config-ml.in: likewise.
7770         * symlink-tree: likewise.
7771
7772 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7773
7774         * fastjar: Imported.
7775
7776 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7777
7778         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7779         libjava.
7780         * configure.in (target_libs): Removed `target-libjava'.
7781
7782 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7783
7784         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7785         (ALL_MODULES): Added fastjar.
7786         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7787         (all-target-libjava): all-fastjar replaces all-zip.
7788         (all-fastjar): Added.
7789         (configure-target-fastjar, all-target-fastjar): Likewise.
7790         * configure.in (host_tools): Added fastjar.
7791
7792 2000-12-07  Mike Stump  <mrs@wrs.com>
7793
7794         * Makefile.in (local-distclean): Remove leftover built files.
7795
7796 2000-11-24  Nick Clifton  <nickc@redhat.com>
7797
7798         * configure.in (xscale-elf): Add target.
7799         (xscale-coff): Add target.
7800
7801 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
7802
7803         * ltcf-cxx.sh: Support creation of C++ shared libraries on
7804         recent versions of FreeBSD (release 3 or later).
7805         * ltconfig: On FreeBSD, -lc must not be provided when building
7806         a shared library or else the standard -pthread gcc option is
7807         rendered worthless to later users of the built library.
7808
7809 2000-11-16  Fred Fish  <fnf@be.com>
7810
7811         * configure.in (enable_libstdcxx_v3): Fix typo,
7812         libstd++ -> libstdc++.
7813
7814 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7815
7816         * MAINTAINERS: Add self to Write After Approval list.
7817
7818 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
7819
7820         * MAINTAINERS: Update my email address.  Add myself to global write
7821         privs list.
7822
7823 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
7824
7825         * Makefile.in: Merge with src and libgcj.
7826         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
7827         configure-target-<library> when their configure scripts need the C
7828         or C++ library to have already been built to work properly.
7829         (do_proto_toplev): Set them to an empty string.
7830
7831         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
7832         (REALLY_SET_LIB_PATH): Use them.
7833
7834 2000-11-17  Stan Shebs  <shebs@apple.com>
7835
7836         * MAINTAINERS: Add self to Write After Approval list.
7837
7838 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
7839
7840         * configure: Provide the original toplevel configure arguments
7841         (including $0) to subprocesses in the environment rather than
7842         through gcc/configargs.h.
7843
7844 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
7845
7846         * MAINTAINERS: Remove references to cccp. Change C9X reference to
7847         C99.  Alphabetise "Write After Approval" list.
7848
7849 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
7850
7851         * configure: Turn on libstdc++ V3 by default.
7852
7853         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
7854         if we've got GCC.
7855
7856 2000-11-11  Philip Blundell  <philb@gnu.org>
7857
7858         * MAINTAINERS: Add self to Write After Approval list.
7859
7860 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
7861
7862         * ltcf-c.sh (aix4): Improve shared library configuration; require
7863         exporting symbols.
7864         * ltcf-cxx.sh (aix4): Define.
7865         * ltconfig (aix4): Define library and soname specs appropriate for
7866         AIX.  Define command to create export symbols list.
7867
7868 Mon Nov  6 14:19:35 2000  Christopher Faylor <cgf@cygnus.com>
7869
7870         * config.sub: Add support for Sun Chorus
7871
7872 2000-10-31  Nick Clifton  <nickc@redhat.com>
7873
7874         * MAINTAINERS: Rename <name>@cygnus.com addresses to
7875         <name>@redhat.com.  Also installed new email address for Clint
7876         Popetz.
7877
7878 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
7879
7880         * etc: Remove directory from GCC.
7881
7882 2000-10-16  Michael Meissner  <meissner@redhat.com>
7883
7884         * configure (gcc/configargs.h): Only create if there is a build GCC
7885         directory created.
7886
7887 2000-10-16  Matthias Klose  <doko@debian.org>
7888
7889         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
7890         when configured for libstdc++-v3.
7891
7892 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
7893
7894         * configure: Save configure arguments to gcc/configargs.h.
7895
7896 2000-10-04  Philipp Thomas  <pthomas@suse.de>
7897
7898         * config.guess: Import CVS version 1.157.
7899         * config.sub: Import CVS version 1.181.
7900
7901 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
7902
7903         * Makefile.in (bootstrap): avoid recursion if subdir missing
7904         (cross): ditto
7905         (do-proto-toplev): ditto
7906
7907 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
7908
7909         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
7910         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
7911
7912         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
7913         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
7914         all affected `configure' scripts.
7915
7916 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
7917
7918         * MAINTAINERS: Add self as cpplib co-maintainer.
7919
7920 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
7921
7922         * MAINTAINERS: Add self to Write After Approval list.
7923
7924 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7925
7926         * INSTALL/README: egcs -> GCC update.
7927
7928 Sun Sep 17 16:55:59 CEST 2000   Marc Espie <espie@cvs.openbsd.org>
7929
7930         * MAINTAINERS: Add myself to Write After Approval list.
7931
7932 2000-09-15  Kazu Hirata  <kazu@hxi.com>
7933
7934         * MAINTAINERS: Add myself to Write After Approval list.
7935
7936 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
7937
7938         * configure.in: Do not build byacc for hppa64.  Provide paths to the
7939         X11 libraries for hppa64.
7940
7941 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7942
7943         * MAINTAINERS: Add myself as 68hc11 port maintainer.
7944
7945 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
7946
7947         * Makefile.in (all-zlib): Added dummy target.
7948
7949         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7950         ltcf-gcj.sh: Updated from libtool multi-language branch.
7951
7952 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
7953
7954         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
7955         (bootstrap*): Depend on all-bootstrap.
7956
7957 2000-09-05  Philipp Thomas  <pthomas@suse.de>
7958
7959         * config.guess: Import CVS version 1.156.
7960         * config.sub: Import CVS version 1.179.
7961
7962 2000-09-02  Anthony Green  <green@cygnus.com>
7963
7964         * Makefile.in (all-gcc): Depend on all-zlib.
7965         (CLEAN_MODULES): Add clean-zlib.
7966         (ALL_MODULES): Add all-zlib.
7967         * configure.in (host_libs): Add zlib.
7968
7969 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
7970
7971         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
7972         crosses, but add gcc/include to the header search path for them.
7973
7974 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
7975
7976         * MAINTAINERS: Add self to Write After Approval list.
7977
7978 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7979
7980         * config.guess: Import CVS version 1.152.
7981         * config.sub: Import CVS version 1.177.
7982
7983 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
7984
7985         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7986         $targargs to tell whether newlib is going to be built.
7987
7988         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7989         $$r/TARGET_SUBDIR/libio for _G_config.h.
7990
7991 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
7992
7993         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
7994
7995 2000-08-22  DJ Delorie  <dj@redhat.com>
7996
7997         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
7998
7999 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
8000
8001         * config-ml.in (CC, CXX): Avoid trailing whitespace.
8002         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8003         sub-configures.
8004
8005 2000-08-21  DJ Delorie  <dj@redhat.com>
8006
8007         * MAINTAINERS: Add self as a libiberty maintainer
8008
8009 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
8010
8011         * configure.in (libstdcxx_flags): Use
8012         libstdc++-v3/src/libstdc++.INC.
8013
8014 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
8015
8016         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8017
8018 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
8019
8020         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8021
8022         * configure: Make enable_threads and enable_shared defaults
8023         explicit.  Substitute enable_threads into generated Makefiles.
8024         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8025         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8026
8027 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
8028
8029         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
8030
8031 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
8032
8033         * config-ml.in (CC): Remove bogus duplicate quotation mark from
8034         previous delta.
8035
8036 2000-08-11  Jason Merrill  <jason@redhat.com>
8037
8038         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8039         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8040         (FLAGS_FOR_TARGET): Not here.
8041         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8042
8043 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
8044
8045         * config-ml.in (CC, CXX): Don't introduce a leading space.
8046
8047 2000-08-07  DJ Delorie  <dj@delorie.com>
8048
8049         * MAINTAINERS: Add self as a DJGPP maintainer
8050
8051 2000-08-07  DJ Delorie  <dj@redhat.com>
8052
8053         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8054         "if we're also building gcc, and it's a gcc that will run on the
8055         build machine, we want to use its includes instead of the system's
8056         default includes".
8057
8058 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
8059
8060         * MAINTAINERS: Add self to Write After Approval list.
8061
8062 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
8063
8064         * configure.in (libstdcxx_flags): Don't use `"'.
8065
8066         * config-ml.in: Adjust multilib search paths to the
8067         appropriate multilib tree.
8068
8069 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
8070
8071         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8072         commas in $LANGUAGES.
8073
8074 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
8075
8076         * configure.in: Re-enable all references to libg++ and librx.
8077
8078 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
8079
8080         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
8081         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
8082         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
8083         * ltcf-cxx.sh (need_lc): Set based on postdeps.
8084
8085         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8086
8087 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
8088
8089         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8090         CXX_FOR_TARGET for sed.
8091
8092 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
8093
8094         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8095         Do not override if already set in the environment or in configure.
8096         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8097         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8098
8099 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
8100
8101         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
8102         the libtool CVS tree multi-language branch.
8103         * ltconfig, ltmain.sh: Updated.
8104
8105 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
8106
8107         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
8108         (clean-target): Depend on it.
8109
8110         * Makefile.in (FLAGS_FOR_TARGET): New macro.
8111         (GCC_FOR_TARGET): Use it.
8112         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8113         * configure.in: ... here.
8114         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
8115         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8116
8117 2000-07-24  Eric Christopher  <echristo@cygnus.com>
8118
8119         * MAINTAINERS: Add self to Write After Approval list.
8120
8121 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
8122
8123         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8124         (configure-target-libchill, configure-target-libobjc): Likewise.
8125
8126         * configure.in: Use the same cache file for all target libs.
8127         * config-ml.in: But different cache files per multilib variant.
8128
8129 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8130
8131         * configure (topsrcdir): Don't use dirname.
8132
8133 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
8134
8135         * MAINTAINERS: Add self to Write After Approval list.
8136
8137 2000-07-20  Jason Merrill  <jason@redhat.com>
8138
8139         * configure.in: Remove all references to libg++ and librx.
8140
8141         * configure, configure.in, Makefile.in: Unify gcc and binutils.
8142
8143 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
8144
8145         * config.sub: Update to subversions version 2000-07-06.
8146
8147 2000-07-12  Andrew Haley  <aph@cygnus.com>
8148
8149         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8150         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8151
8152 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
8153
8154         * symlink-tree:  Check number of arguments.
8155
8156 2000-07-05  Jim Wilson  <wilson@cygnus.com>
8157
8158         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8159         search path for a g++ extracted from the build tree.  This
8160         will allow link tests run by configure scripts in
8161         subdirectories to succeed.
8162
8163 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
8164
8165         * ltconfig: Add support for mips-dde-sysv4.2MP
8166
8167 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8168
8169         * MAINTAINERS: Add myself as loop discovery maintainer.
8170
8171 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
8172
8173         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8174         `os2'. Force ac_cv_exeext to be ".exe" in that case.
8175
8176 2000-06-19  Timothy Wall  <twall@cygnus.com>
8177
8178         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8179         * config.sub: Add tic54x target.
8180
8181 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
8182
8183         * MAINTAINERS: Add self as Fortran maintainer,
8184         remove Craig Burley.
8185
8186 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8187
8188         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8189         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8190
8191 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
8192
8193         * MAINTAINERS: Add self as i18n maintainer
8194
8195 20000-05-21  H.J. Lu  (hjl@gnu.org)
8196
8197         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8198         directory are used if they exist. Make sure
8199         $(build_tooldir)/include is searched for header files,
8200         $(build_tooldir)/lib/ for library files.
8201         (GCC_FOR_TARGET): Likewise.
8202         (CXX_FOR_TARGET): Likewise.
8203
8204 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
8205
8206         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8207
8208 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
8209
8210         * Makefile.in (configure-target-libiberty): Depend on
8211         configure-target-newlib.
8212
8213 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
8214
8215         * configure.in, Makefile.in: Merge all libffi-related
8216         configury stuff from the libgcj tree.
8217
8218 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8219
8220         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8221         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8222
8223 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8224
8225         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8226         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
8227         current version information.  Add to proto-toplev directory.
8228         (gdb-taz): Build do-djunpack.
8229
8230 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
8231
8232         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8233
8234 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8235
8236         * MAINTAINERS: Add self to Write After Approval list.
8237
8238 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8239
8240         * ltmain.sh: Preserve in relink_command any environment
8241         variables that may affect the linker behavior.
8242
8243 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
8244
8245         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8246
8247 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
8248
8249         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8250
8251 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
8252
8253         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
8254         with the version name.
8255
8256 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
8257
8258         * MAINTAINERS: Add self as bb-reorder maintainer.
8259
8260 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
8261
8262         * config.if: Tweak.
8263
8264 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
8265
8266         * djunpack.bat: New file.
8267
8268 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8269
8270         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
8271         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8272         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8273         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
8274
8275 2000-04-16  Dave Pitts  <dpitts@cozx.com>
8276
8277         * config.sub (case $basic_machine): Change default for "ibm-*"
8278         to "openedition".
8279
8280 2000-04-13  Andreas Jaeger  <aj@suse.de>
8281
8282         * MAINTAINERS: Added myself.
8283
8284 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8285
8286         * Makefile.in (gdb-taz): New target.  GDB specific archive.
8287         (do-md5sum): New target.
8288         (MD5PROG): Define.
8289         (PACKAGE): Default to TOOL.
8290         (VER): Default to a shell script.
8291         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
8292         md5 checksum generation.
8293         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8294         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8295         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
8296         insight.tar.bz2): Use gdb-taz to create archive.
8297
8298 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8299
8300         * configure (warn_cflags): Delete.
8301
8302 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
8303
8304         * MAINTAINERS: Added myself.
8305
8306 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
8307             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
8308
8309         * configure.in (enable_libstdcxx_v3): Add.
8310         (target_libs): Add bits here to switch between libstdc++-v2 and
8311         libstdc++-v3.
8312         * config.if: And this file too.
8313         * Makefile.in: Add libstdc++-v3 targets.
8314
8315 2000-04-05  Michael Meissner  <meissner@redhat.com>
8316
8317         * config.sub (d30v): Add d30v as a basic machine type.
8318
8319 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
8320
8321         * configure.in: -linux-gnu*, not -linux-gnu.
8322
8323 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
8324
8325         * MAINTAINERS: Add self in write-after-approval section.
8326
8327 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
8328
8329         * MAINTAINERS: Add self as ia64 port maintainer.
8330
8331 2000-03-08  Neil Booth  <NeilB@earthling.net>
8332
8333         * MAINTAINERS: Add self in write-after-approval section.
8334
8335 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8336
8337         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8338         (do-tar-bz2): Replace TOOL with PACKAGE.
8339         (gdb.tar.bz2): Remove GDBTK from GDB package.
8340         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
8341         dejagnu.tar.bz2): New packages.
8342
8343 2000-02-27  Andreas Jaeger  <aj@suse.de>
8344
8345         * configure.in: Add entry for mips*-*-linux*, move catch all
8346         *-*-*linux* entry below this one.
8347
8348 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
8349
8350         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
8351
8352 2000-02-24  Nick Clifton  <nickc@cygnus.com>
8353
8354         * config.sub: Support an OS of "wince".
8355
8356 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8357
8358         * config.guess, config.sub: Updated to match config's 2000-02-15
8359         version.
8360
8361 2000-02-23  Linas Vepstas <linas@linas.org>
8362
8363         * config.sub: Add support for Linux/IBM 370.
8364         * configure.in: Likewise.
8365
8366 2000-02-22  Nick Clifton  <nickc@cygnus.com>
8367
8368         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8369
8370 2000-02-20  Christopher Faylor <cgf@cygnus.com>
8371
8372         * config.guess: Guess "cygwin" rather than "cygwin32".
8373
8374 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8375
8376         * configure (gcc_version): When setting, narrow search to
8377         lines containing `version_string'.
8378
8379 2000-02-15  Denis Chertykov  <denisc@overta.ru>
8380
8381         * config.sub: Add support for avr target.
8382
8383 2000-02-14  Nick Clifton  <nickc@cygnus.com>
8384
8385         * MAINTAINERS: Add maintainers for MCore port.
8386
8387 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8388
8389         * config.sub: Add mmix-knuth-mmixware.
8390
8391 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8392
8393         * MAINTAINERS: Pair cccp with cpplib maintainership.
8394
8395 2000-01-27  Christopher Faylor <cgf@redhat.com>
8396
8397         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8398         structure stuff to -L library search.
8399         (CXX_FOR_TARGET): Ditto.
8400         (CROSS_CHECK_MODULES): Fix spelling mistake.
8401
8402 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
8403
8404         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8405         the C++ compiler.
8406
8407 2000-01-12  Richard Henderson  <rth@cygnus.com>
8408
8409         * configure.in: Don't build some bits for beos.
8410
8411 2000-01-12  Joel Sherrill (joel@OARcorp.com)
8412
8413         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8414         as include files.
8415
8416 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
8417
8418         * Add self as cpplib maintainer, as requested by Jason
8419         Merrill.  Correct my e-mail address.
8420
8421 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
8422
8423         * configure.in: Use mt-aix43 to handle *_TARGET defs,
8424         not mh-aix43.
8425
8426 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
8427
8428         * MAINTAINERS: Add myself to "write after approval" list.
8429
8430 1999-12-14  Richard Henderson  <rth@cygnus.com>
8431
8432         * config.guess (alpha-osf, alpha-linux): Detect ev67.
8433         * config.sub: Accept alphaev[78], alphaev8.
8434
8435 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8436
8437         * config.guess, config.sub: Update from autoconf.
8438
8439 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
8440
8441         * MAINTAINERS:  update my playtime e-address.
8442
8443 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8444
8445         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8446         necessary libraries are missing.
8447
8448 Fri Nov 19 11:22:31 MST 1999    Diego Novillo <dnovillo@cygnus.com>
8449
8450         * MAINTAINERS: Add new 'write after approval' maintainer.
8451
8452 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8453
8454         * MAINTAINERS: Add new Java maintainer.
8455
8456 1999-10-25  Andreas Schwab  <schwab@suse.de>
8457
8458         * configure: Fix quoting inside arguments of eval.
8459
8460 1999-10-21  Nick Clifton  <nickc@cygnus.com>
8461
8462         * config-ml.in: Allow suppression of some ARM multilibs.
8463
8464 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
8465
8466         * config.guess: Add OS/390 match pattern.
8467         * config.sub: Add mvs, openedition targets.
8468         * configure.in (i370-ibm-opened*): New.
8469
8470 1999-09-04  Steve Chamberlain  <sac@pobox.com>
8471
8472         * config.sub: Add support for configuring for pj.
8473
8474 1999-08-31  Nick Clifton  <nickc@cygnus.com>
8475
8476         * config.sub (maybe_os): Add support for configuring for fr30.
8477
8478 1999-08-25  Nick Clifton  <nickc@cygnus.com>
8479
8480         * configure.in: Do not configure or build ld for AIX
8481         platforms.  ld is known to be broken on these platforms.
8482
8483 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8484
8485         * config-ml.in: Pass compiler flag corresponding to multidirs to
8486         subdir configures.
8487
8488 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
8489
8490         * Makefile.in (LDFLAGS): Define.
8491
8492 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
8493
8494         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8495         noconfigdirs.
8496         (*-*-cygwin*): Likewise.
8497
8498 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
8499
8500         * mkdep: New file.
8501         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8502         (BINUTILS_SUPPORT_DIRS): Add mkdep.
8503
8504         From Eli Zaretskii <eliz@is.elta.co.il>:
8505         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8506         long file name when using DJGPP on MS-DOS.
8507
8508 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
8509
8510         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8511
8512 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
8513
8514         * Makefile.in (check-target-libio): Remove all-target-libstdc++
8515         dependency as this causes "make check" to globally "make all"
8516
8517 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
8518
8519         * configure.in (target_libs): Added target-zlib.
8520         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8521         (CONFIGURE_TARGET_MODULES): Likewise.
8522         (CHECK_TARGET_MODULES): Likewise.
8523         (INSTALL_TARGET_MODULES): Likewise.
8524         (CLEAN_TARGET_MODULES): Likewise.
8525         (configure-target-zlib): New target.
8526         (all-target-zlib): Likewise.
8527         (all-target-libjava): Depend on all-target-zlib.
8528         (configure-target-libjava): Depend on configure-target-zlib.
8529
8530         * Makefile.in (configure-target-libjava): Depend on
8531         configure-target-newlib.
8532         (configure-target-boehm-gc): New target.
8533         (configure-target-qthreads): New target.
8534
8535         * configure.in (target_libs): Added target-qthreads.
8536         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8537         (CONFIGURE_TARGET_MODULES): Likewise.
8538         (CHECK_TARGET_MODULES): Likewise.
8539         (INSTALL_TARGET_MODULES): Likewise.
8540         (CLEAN_TARGET_MODULES): Likewise.
8541         (all-target-qthreads): New target.
8542         (configure-target-libjava): Depend on configure-target-qthreads.
8543         (all-target-libjava): Depend on all-target-qthreads.
8544
8545         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
8546         (CONFIGURE_TARGET_MODULES): Likewise.
8547         (CHECK_TARGET_MODULES): Likewise.
8548         (INSTALL_TARGET_MODULES): Likewise.
8549         (CLEAN_TARGET_MODULES): Likewise.
8550         (all-target-libjava): New target.
8551         (all-target-boehm-gc): Likewise.
8552         * configure.in (target_libs): Added libjava, boehm-gc.
8553
8554 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
8555
8556         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
8557         configure.bat in SUPPORT_FILES.
8558         (gas+binutils.tar.bz2): Likewise.
8559
8560         * makeall.bat: Remove; obsolete.
8561
8562 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
8563
8564         From Mark Elbrecht:
8565         * configure.bat: Remove; obsolete.
8566
8567 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
8568
8569         * configure: Add -W -Wall to the default CFLAGS when compiling with
8570         gcc.
8571
8572 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
8573
8574         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
8575
8576 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
8577
8578         * configure.in: Build ld on IRIX6.
8579
8580 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
8581
8582         * Makefile.in: Change distribution targets to use bzip2 instead of
8583         gzip.
8584         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
8585         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
8586
8587 1999-06-04  Nick Clifton  <nickc@cygnus.com>
8588
8589         * config.sub: Add mcore target.
8590
8591 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
8592
8593         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8594
8595 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
8596
8597         * config.guess (dummy): Changed to $dummy.
8598
8599 1999-05-24  Nick Clifton  <nickc@cygnus.com>
8600
8601         * config.sub: Tidied up case statements.
8602
8603 1999-05-22  Ben Elliston  <bje@cygnus.com>
8604
8605         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8606         <jiro@din.or.jp>.
8607
8608         * config.guess: Merge with FSF version. Future changes will be
8609         more accurately recorded in this ChangeLog.
8610         * config.sub: Likewise.
8611
8612 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
8613
8614          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
8615
8616 1999-04-30  Tom Tromey  <tromey@cygnus.com>
8617
8618         * ltmain.sh: [mode link] Always use CC given by ltconfig.
8619
8620 1999-04-23  Tom Tromey  <tromey@cygnus.com>
8621
8622         * ltconfig, ltmain.sh: Update to libtool 1.2f.
8623
8624 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
8625
8626         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8627         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8628         Bad merge removed these two changes.
8629
8630 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
8631                           Martin Heller (Ing.-Buero_Heller@t-online.de)
8632
8633         * config.guess (interix Alpha): Add.
8634
8635 1999-04-11  Richard Henderson  <rth@cygnus.com>
8636
8637         * configure.in (i?86-*-beos*): Do config gperf; don't config
8638         gdb, newlib, or libgloss.
8639
8640 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
8641
8642         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8643         link a trivial program with -mabi=64.  If it fails, remove mabi=64
8644         from multidirs.
8645
8646 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
8647
8648         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8649
8650 1999-04-08  Nick Clifton  <nickc@cygnus.com>
8651
8652         * config.sub: Add support for mcore targets.
8653
8654 1999-04-07  Michael Meissner  <meissner@cygnus.com>
8655
8656         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8657         not mt-ospace, in order to shut up assembler warning about using
8658         symbols that are named the same as registers.
8659
8660 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
8661
8662         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8663         dependency list for all-target-cygmon.
8664
8665 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
8666
8667         * config-ml.in: Check $host, not $target, for selective multilibs.
8668         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8669         thumb interworking, and underscore prefix multilibs.
8670
8671 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
8672
8673         * missing: Update to version from current automake.
8674
8675 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
8676
8677         * configure (gxx_include_dir): Removed.
8678
8679         * configure.in (gxx_include_dir): Handle it.
8680         * Makefile.in: Likewise.
8681
8682 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
8683
8684         * config.sub (mips64vr4111,mips64vr4111el) Add.
8685
8686 1999-03-21  Ben Elliston  <bje@cygnus.com>
8687
8688         * config.guess: Correct typo for detecting ELF on FreeBSD.
8689
8690 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
8691
8692         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8693         config/mh-djgpp.
8694
8695 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
8696
8697         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8698         all-target-newlib to dependency list for all-target-bsp.
8699
8700 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
8701
8702         * config.sub: Add i386-uwin support.
8703         * config.guess: Likewise.
8704
8705 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8706
8707         * configure.in: cleanup, add mh-*pic handling for arm, special
8708         case powerpc*-*-aix*
8709
8710 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
8711
8712         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8713         can be built.
8714
8715 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
8716
8717         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
8718         targets.
8719
8720 1999-03-02  Nick Clifton  <nickc@cygnus.com>
8721
8722         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8723
8724 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
8725
8726         * config.sub: Check for "cygwin*" rather than "cygwin32*"
8727
8728 1999-02-24  Nick Clifton  <nickc@cygnus.com>
8729
8730         * config.sub: Fix typo in arm recognition.
8731
8732 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
8733
8734         * configure.in (noconfigdirs): Changed target_configdirs to
8735         include target-bsp only for m68k-*-elf* and m68k-*-coff*
8736         rather than m68k-*-* since it is not known to work on
8737         m68k-aout. Ditto for arm-*-*oabi.
8738
8739 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
8740
8741         * configure.in (*-*-windows*): Remove, no longer used.
8742
8743 1999-02-19  Ben Elliston <bje@cygnus.com>
8744
8745         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8746         Smart and improved by Andrew Cagney.
8747
8748 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
8749
8750         * config.guess: Recognize openbsd-*-hppa.
8751
8752 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
8753
8754         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8755         only if it is not empty.
8756
8757 1999-02-17  Nick Clifton  <nickc@cygnus.com>
8758
8759         Patch from: Scott Bambrough <scottb@corelcomputer.com>
8760
8761         * config.guess: Modified to recognize uname's armv* syntax.
8762
8763         * config.sub: Modified to recognize uname's armv* syntax.
8764
8765 1999-02-17  Mark Salter  <msalter@cygnus.com>
8766
8767         * configure.in: Added target-bsp for sparclite.
8768
8769 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
8770
8771         * config.sub: Recognize alphapca5[67] and up to alphaev8.
8772
8773 1999-02-08  Nick Clifton  <nickc@cygnus.com>
8774
8775         * configure.in: Add support for strongarm port.
8776         * config.sub: Add support for strongarm target.
8777
8778 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
8779
8780         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8781         the old name config/mh-cygwin32.
8782         Enable texinfo.
8783
8784 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
8785
8786         * configure.in: Do build ld for ix86 Solaris.
8787
8788 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
8789
8790         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
8791         $AR_FOR_TARGET.  Likewise for RANLIB.
8792
8793 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
8794
8795         * config.sub (oabi):  Recognize.
8796         * configure.in (arm-*-oabi):  Handle.
8797
8798 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
8799
8800         * config.guess: Improve detection of i686 on UnixWare 7.
8801
8802 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
8803
8804         * config.guess: Add support for i386-pc-interix.
8805         * config.sub: Likewise.
8806         * configure.in: Likewise.
8807
8808 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
8809
8810         * Makefile.in: Remove unneeded all-target-libio from
8811         from all-target-winsup target since it is now unneeded.
8812         Add all-target-libtermcap in its place since it is now
8813         needed.
8814
8815 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
8816
8817         * configure.in: makefile stub for cygwin target is probably
8818         unnecessary.  Remove it for now.
8819
8820 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
8821
8822         * configure.in: libtermcap.a should be built when cygwin is the
8823         target as well as the host.
8824         * config.guess: Allow mixed case in cygwin uname output.
8825         * Makefile.in: Add libtermcap target.
8826
8827 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
8828
8829         * config.sub: Clean up handling of hppa2.0.
8830
8831 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
8832
8833         * config.guess: Use C code to identify more HP machines.
8834
8835 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
8836
8837         * config.sub: Handle hppa2.0.
8838
8839 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
8840
8841         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
8842         cygmon for all sparclite targets, regardless of object format.
8843
8844 1998-12-15  Mark Salter  <msalter@cygnus.com>
8845
8846         * configure.in: Added target-bsp for several target architectures.
8847
8848         * Makefile.in: Added rules for bsp.
8849
8850 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
8851
8852         * config.guess: Improve detection of hppa2.0 processors.
8853
8854 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
8855
8856         * config.guess: Recognize FreeBSD using ELF automatically.
8857
8858 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
8859
8860         * configure (skip-this-dir): Add handling for new shell script, which
8861         might be created by a sub-directory's configure to indicate, this particular
8862         directory is "unwanted".
8863         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
8864
8865 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
8866
8867         * ltconfig: import from libtool, after changing libtool to
8868         account for the cygwin name change.
8869
8870 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
8871
8872         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
8873         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
8874
8875 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
8876
8877         * configure.in: Add libtermcap to list of cygwin dependencies.
8878
8879 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
8880
8881         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
8882         they include winsup/include when it's a cygwin target.
8883
8884 1998-11-12  Tom Tromey  <tromey@cygnus.com>
8885
8886         * configure.in (host_tools): Added zip.
8887         * Makefile.in (all-target-libjava): Depend on all-zip.
8888         (all-zip): New target.
8889         (ALL_MODULES): Added all-zip.
8890         (NATIVE_CHECK_MODULES): Added check-zip.
8891         (INSTALL_MODULES): Added install-zip.
8892         (CLEAN_MODULES): Added clean-zip.
8893
8894 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
8895
8896         * Makefile.in: lose "32" from comment about cygwin.
8897
8898 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
8899
8900         * configure.in: Use -Os to build target libraries for the fr30.
8901
8902 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
8903
8904         * config.sub: Add fr30.
8905
8906 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
8907
8908         * configure.in: drop "32" from config/mh-cygwin32.  Check
8909         cygwin* instead of cygwin32*.
8910         * config.sub: Check cygwin* instead of cygwin32*.
8911
8912 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
8913
8914         * config.guess: Match any version of Unixware7.
8915
8916 1998-10-20  Syd Polk  <spolk@cygnus.com>
8917
8918         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
8919         if desired.
8920
8921 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
8922
8923         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
8924         these if the appropriate directories and files to not exist.
8925
8926 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
8927
8928         * Makefile.in (DEVO_SUPPORT): Add config.if.
8929
8930 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8931
8932         * configure: Add pattern to replace "build_tooldir"'s
8933         definition in the generated Makefile with "tooldir"'s
8934         actual value.
8935
8936 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
8937
8938         * config.sub: Bring back lost sparcv9.
8939
8940         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
8941
8942 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
8943
8944         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
8945         CC_FOR_TARGET and friends.
8946
8947 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
8948
8949         * Makefile.in (build_tooldir): New variable, same as tooldir.
8950         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
8951         -B$(build_tooldir)/bin/.
8952         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
8953
8954 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8955
8956         * README: Remove installation instructions and refer to the
8957         INSTALL directory instead.
8958
8959 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
8960
8961         * config.sub: Add support for i[34567]86-pc-udk.
8962         * configure.in: Likewise.
8963
8964 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
8965
8966         * Makefile.in: add bzip2 package building bits for user
8967         tools module
8968         * configure.in: ditto
8969
8970 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
8971
8972         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
8973         (ALL_TARGET_MODULES): Add all-target-libobjc.
8974         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8975         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8976         (all-target-libchill): Add dependencies.
8977         * configure.in (target_libs): Add libchill.
8978
8979 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
8980
8981         * configure.in (target_subdir): Remove duplicate line.
8982
8983 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
8984
8985         * Makefile.in (all-automake): fix dependencies.
8986
8987 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
8988
8989         * configure.in: Minor cleanups for building in the $(target_alias)
8990         subdir.
8991
8992 1998-09-22  Jim Wilson  <wilson@cygnus.com>
8993
8994         * Makefile.in (bootstrap): Set r and s before make all.  Use
8995         BASE_FLAGS_TO_PASS in make all.
8996         (cross): Likewise.
8997
8998 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
8999
9000         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9001
9002 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
9003
9004         * config.sub: Fix typo in last change.
9005
9006 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9007
9008         * config.sub: Add support for C4x target.
9009         * configure.in: Likewise.
9010
9011 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
9012
9013         * config.sub: Recognize sparcv9 just like sparc64.
9014
9015 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
9016
9017         * config.guess: Match "Pent II" or "PentII" for OpenServer.
9018
9019 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
9020
9021         * config.guess: Correctly identify Pentium II sco boxes.
9022
9023         * config.guess: Fix "tr" code.  From Weiwen Liu.
9024
9025 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
9026
9027         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9028         stabs.
9029
9030 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
9031
9032         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9033         (ALL_TARGET_MODULES): Add all-target-libchill.
9034         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9035         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9036         (all-target-libchill): Add dependencies.
9037         * configure.in (target_libs): Add libchill.
9038
9039 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9040
9041         * config.guess: Avoid assumptions about "tr" behaves when
9042         LANG is set to something other than English.
9043
9044 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
9045
9046         * configure (gxx_include_dir): Changed to
9047         '${prefix}/include/g++'-${libstdcxx_interface}.
9048
9049         * config.if: New to determine the interfaces.
9050
9051 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
9052
9053         * config.guess: Detect and handle MPE/IX.
9054         * config.sub: Deal with MPE/IX.
9055
9056 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
9057
9058         * configure.in: Use mh-aix43.
9059
9060 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
9061
9062         * configure: Fix --without/--disable cases for gxx-include-dir.
9063
9064 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
9065
9066         * mdata-sh:  Imported.  Needed for automake support.
9067
9068 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
9069
9070         * Makefile.in (taz): Try "chmod -R og=u ." before
9071         "chmod og=u `find . -print`".
9072
9073 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
9074
9075         * configure.in: Add arm-elf and thumb-elf support.
9076
9077 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
9078
9079         * Makefile.in: Undo previous patch.
9080
9081 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
9082
9083         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9084         to here ...
9085         (install-no-fixedincludes): and here
9086         (INSTALL_MODULES): ... from here.
9087
9088 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
9089
9090         * config.sub: Merge with FSF.
9091
9092         * config.guess: Merge with FSF.
9093
9094 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
9095
9096         * configure (extraconfigdirs): New variable.
9097         (SUBDIRS): Add extraconfigdirs and recurse on them too.
9098         * Makefile.in (all): Move higher in file.
9099         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9100         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9101         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9102         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9103         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9104
9105 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
9106
9107         * Makefile.in (all-target-libjava): Depend on all-gcc and
9108         all-target-newlib.
9109         (configure-target-libjava): Depend on $(ALL_GCC).
9110
9111 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
9112
9113         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9114         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9115
9116 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
9117
9118         * INSTALL/README: Fix typo.
9119
9120 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
9121
9122         * ylwrap: Change absolute path checks to check for DOS style path
9123         names.
9124
9125         * ylwrap: Don't use a full path name if the source file is in the
9126         same directory.  From hjl@lucon.org (H.J. Lu).
9127
9128         * config-ml.in: Default to being verbose, to match Feb 18 change to
9129         configure.
9130
9131 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
9132
9133         Brought over from egcs:
9134
9135         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
9136
9137         * configure.in (target_subdir): Set to ${target_alias} instead
9138         of "libraries".
9139
9140         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
9141
9142         * configure.in (target_subdir): Set to libraries if enable_multilib.
9143
9144 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
9145
9146         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9147         multilibs, force reconfiguration the first time we create
9148         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9149
9150 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
9151
9152         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9153         avoid confusion with --no-recursion.
9154
9155 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
9156
9157         * configure.in: Win32 hosts shouldn't use install -x
9158         * install-sh: remove -x option, and special .exe-handling
9159         hack.
9160
9161 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
9162
9163         * config.guess: Recognize i586-pc-beos.
9164         * configure.in: Don't build some bits for beos.
9165
9166 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
9167
9168         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9169         CFLAGS default to -O2.
9170
9171         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9172         when using GNU ld.
9173
9174 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
9175
9176         * ltmain.sh: Correct install when using a different shell.
9177
9178 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
9179
9180         * ltconfig, ltmain.sh: Update to libtool 1.2b.
9181
9182 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
9183
9184         * makefile.vms: Update to build binutils/makefile.vms.  Add install
9185         target.
9186
9187 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
9188
9189         * ltconfig: Update to correct AIX handling.
9190
9191 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
9192
9193         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9194
9195         * configure.in (target_subdir): Set to ${target_alias} instead
9196         of "libraries".
9197
9198 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
9199
9200         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9201         (Makefile): Depend on $(gcc_version_trigger).
9202
9203         * configure (gcc_version): Change default initializer to empty
9204         string.
9205         (gcc_version_trigger): New variable; pass this variable down
9206         to subdir configures to enable them checking gcc's version
9207         themselves. Emit make macros for both gcc_version vars.
9208         (topsrcdir): Initialize reliably.
9209         (recursion line): Remove --with-gcc-version=${gcc_version}.
9210
9211 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
9212
9213         * configure (enable_version_specific_runtime_libs): Implement new flag
9214         --enable-version-specific-runtime-libs which installs C++ runtime stuff
9215         in $(libsubdir); emit definition in each generated Makefile.
9216         (gxx_include_dir): Initialize depending on
9217         $enable_version_specific_runtime_libs.
9218
9219 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
9220
9221         * configure (gcc_version): Initialize properly depending on
9222         how and where configure is started.
9223         (recursion line): Pass a --with-gcc-version=${gcc_version}
9224         to configures in subdirs.
9225
9226 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
9227
9228         * configure.in (noconfigdirs): Add configure pattern for mips tx39
9229         cygmon
9230
9231 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
9232
9233         * configure.in: Add cygmon and libstub support for mn10200.
9234
9235 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
9236
9237         * configure (gcc_version): Add new variable describing the
9238         particular gcc version we're building.
9239         * Makefile.in (libsubdir): Add new macro for the directory
9240         in which the compiler finds executables, libraries, etc.
9241         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9242         and libsubdir.
9243
9244 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
9245
9246         * Makefile.in (local-clean): Remove *.log.
9247         (warning.log): Built with warn_summary from build.log.
9248         (mail-report.log): Run test_summary.
9249         (mail-report-with-warnings.log): Run test_summary including
9250         warning.log in the report.
9251
9252 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
9253
9254         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9255
9256 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
9257
9258         * Makefile.in (grep): Grep no longer depends on libiberty.
9259
9260 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
9261
9262         * Makefile.in: all-snavigator needs all-libgui.
9263
9264 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
9265
9266         * configure.in: Add cygmon and libstub support for mn10300.
9267
9268 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
9269
9270         * missing: Update to version from automake 1.3.
9271
9272         * ltmain.sh: On installation, don't get confused if the same name
9273         appears more than once in the list of library names.
9274
9275 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
9276
9277         * config.sub: Accept m68060 and m5200 as CPU names.
9278
9279 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
9280
9281         * configure: Use && rather than using -a in test, because odd
9282         strings can confuse test.
9283         * configure.in: Likewise.
9284
9285 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
9286
9287         * ltconfig, ltmain.sh: Bring in Visual C++ support.
9288
9289 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
9290
9291         * Makefile.in (boostrap2-lean, bootstrap3-lean,
9292         bootstrap4-lean): New targets.
9293
9294 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
9295
9296         * mpw-* Delete.  Not used.
9297
9298 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
9299
9300         * COPYING.LIB: Update FSF address.
9301
9302 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
9303
9304         * ltconfig, ltmain.sh: Update to libtool 1.2a.
9305
9306         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9307         GAS_SUPPORT_DIRS.
9308
9309 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
9310
9311         * ltconfig, ltmain.sh: Avoid producing a version number if
9312         -version-info was not used.
9313
9314 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
9315
9316         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9317         building with newlib.
9318
9319 1998-04-30  Paul Eggert  <eggert@twinsun.com>
9320
9321         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
9322         Solaris `make' causes it to continue to next definition.
9323
9324 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9325
9326         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9327         the right GUI libraries and files are installed along with GDB.
9328
9329 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
9330
9331         * configure.in: Change alpha to alpha* in several places.
9332
9333 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
9334
9335         * config.sub: Recognize sparc86x.
9336
9337 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
9338
9339         * configure.in (--enable-target-optspace): Remove debug echo.
9340
9341 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
9342
9343         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9344
9345 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
9346
9347         * ltconfig: Update cygwin32 support.
9348
9349         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9350         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9351         (GDB_SUPPORT_DIRS): Likewise.
9352
9353 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
9354
9355         * configure.in (target_makefile_frag): If --enable-target-optspace,
9356         use -Os to compile target libraries rather than -O2.  Default to
9357         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9358         not used.
9359         * configure.in (target_cflags): Ditto for d30v.
9360
9361 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
9362
9363         * Makefile.in (all-bfd): Depend on all-intl.
9364         (all-binutils): Likewise.
9365         (all-gas): Likewise.
9366         (all-gprof): Likewise.
9367         (all-ld): Likewise.
9368
9369 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
9370
9371         * configure.in (host_tools): Fix typo, lbtool -> libtool.
9372
9373 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
9374
9375         * Makefile.in (all-bfd): Depend upon all-libiberty.
9376
9377         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9378
9379 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
9380
9381         * Makefile.in: Add libstub.
9382
9383         * configure.in: Ditto. Build libstub for targets that have cygmon
9384         support.
9385
9386 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
9387
9388         * configure.in: Don't set PICFLAG on ix86-cygwin32.
9389
9390 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
9391
9392         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9393         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
9394
9395 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
9396
9397         * configure: Define DEFAULT_M4 by searching PATH.
9398         * Makfile.in: Use DEFAULT_M4.
9399
9400 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
9401
9402         * ltconfig: Add cygwin32 support.
9403
9404         * Makefile.in, configure.in: Add libtool as a native only directory
9405         to configure and build.
9406
9407 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
9408
9409         * Makefile.in (INSTALL_MODULES): Remove texinfo.
9410
9411 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
9412
9413         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9414
9415 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
9416
9417         * Makefile.in: add ash make rules
9418         * configure.in: add ash to native_only and host_tools lists
9419
9420 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
9421
9422         * Makefile.in (all-gettext, all-intl): New targets.
9423         (ALL_MODULES): Added all-gettext, all-intl.
9424         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9425         (INSTALL_MODULES): Added install-gettext, install-intl.
9426         (CLEAN_MODULES): Added clean-gettext, clean-intl.
9427
9428         * configure.in (host_tools): Added gettext.
9429         (native_only): Likewise.
9430         (noconfigdirs) [various cases]: Likewise.
9431         (host_libs): Added intl.
9432
9433 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
9434
9435         * configure: Do not disable building gdbtk for cygwin32 hosts.
9436
9437 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
9438
9439         * configure.in: Add thumb-coff target.
9440         * config.sub: Add thumb-coff target.
9441
9442 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9443
9444         * Makefile.in: Revert yesterday's change.
9445         (all-target-winsup):  all-target-librx stays out of here.
9446
9447 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9448
9449         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9450         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9451         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
9452         Remove references to librx and libg++.
9453
9454 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
9455
9456         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9457         recursive makes
9458
9459 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
9460
9461         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9462         for newlib directory.
9463         (CXX_FOR_TARGET): Likewise.
9464
9465 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
9466
9467         * ltconfig: Update after libtool/ltconfig.in change for
9468         hpux11.
9469
9470 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
9471
9472         * ltconfig, ltmain.sh: Update to libtool 1.2.
9473
9474 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9475
9476         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9477         (install-gcc-cross): Instead, override LANGUAGES here.
9478
9479 1998-03-18  Dave Love  <d.love@dl.ac.uk>
9480
9481         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9482         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9483
9484 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
9485
9486         * configure.in: Add Thumb-pe target.
9487
9488 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
9489
9490         * Makefile.in - changed sn targets to snavigator
9491         * configure.in - changed sn targets to snavigator
9492
9493 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9494
9495         * config-ml.in: After building symlink tree call make distclean
9496         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9497         to be the case for libiberty.
9498
9499 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
9500
9501         * configure: When making link, also check the current
9502         directory. The configure scripts may create one.
9503
9504 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
9505
9506         * config.sub: Accept alphapca56 and alphaev6 properly.
9507
9508 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9509
9510         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9511
9512 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
9513
9514         * config.sub (sco5): Fix typo.
9515
9516 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
9517
9518         * Makefile.in (INSTALL_MODULES): Move install-tcl before
9519         install-itcl.
9520         (install-itcl): Remove dependency on install-tcl.
9521
9522 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
9523
9524         * configure.in: Remove libgloss from noconfigdirs for MN10300.
9525
9526 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
9527
9528         * configure.in: Don't build libgui for a cygwin32 target when not on
9529         a cygwin32 host.
9530
9531 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9532
9533         * configure (redirect): Set to null, so default behavior of
9534         configure is now --verbose.
9535
9536 1998-02-16  Dave Love  <d.love@dl.ac.uk>
9537
9538         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9539         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9540
9541 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
9542
9543         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
9544         this change to sync Makefile.in with its ChangeLog entries.
9545
9546 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
9547
9548         * ltmain.sh (mkdir): Check that the directory doesn't exist
9549         before we exit with error, so that we don't get races during
9550         parallel builds.
9551
9552 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
9553
9554         * ltconfig, ltmain.sh: Update from libtool 1.0i.
9555
9556 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9557
9558         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
9559         PICFLAG_FOR_TARGET.
9560         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
9561
9562         * configure: Emit a definition for the new macro enable_shared
9563         into each Makefile.
9564
9565 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9566
9567         * configure.in (host_tools, native_only): Add libtool.
9568
9569 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
9570
9571         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
9572         Fix typo in ming config comment.
9573
9574 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
9575
9576         * ltconfig, ltmain.sh: Update from libtool 1.0h.
9577
9578 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
9579
9580         * config.sub: Add tic30 cases, and map c30 to tic30.
9581
9582 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
9583
9584         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
9585         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
9586         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9587         (CLEAN_TARGET_MODULES): Similarly
9588         (all-target-libf2c): Add dependences.
9589         * configure.in (target_libs): Add libf2c.
9590
9591 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
9592
9593         * configure.in: Remove expect from noconfigdirs when target
9594         is cygwin32.  OK to build expect and dejagnu with Canadian
9595         Cross.
9596
9597 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
9598
9599         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9600         host.
9601
9602         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9603         and mingw32.
9604
9605 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9606
9607         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9608         here as it is not defined in the toplevel Makefile.
9609
9610 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9611
9612         * configure (package_makefile_rules_frag): New variable, which names
9613         a file with generic rules, ...
9614         Change comment to mention we now have FIVE parts.
9615         * configure: Undo last change.
9616
9617 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
9618
9619         * config.guess: More accurate determination of HP processor types.
9620         * config.sub: More accurate determination of HP processor types.
9621
9622 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9623
9624         * configure (package_makefile_frag): Move inserting the
9625         ${package_makefile_frag} to where it should be according
9626         to the comment.
9627
9628 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
9629
9630         * config.guess: Add support for Linux/ARM.
9631
9632 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
9633
9634         * .cvsignore: Remove *-info and *-install since they match
9635         release-info and mpw-install, which we don't want to just ignore.
9636
9637 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
9638
9639         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9640
9641 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
9642
9643         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9644         local_prefix to sub-make invocations.
9645
9646 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
9647
9648         * configure.in: Check makefile fragments in the source
9649         directory.
9650
9651 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
9652
9653         * configure.in: Check whether host and target makefile
9654         fragments exist before adding them to *_makefile_frag.
9655
9656 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
9657
9658         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
9659
9660 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
9661
9662         * configure.in: Make sure we only replace RPATH_ENVVAR on
9663         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9664         regexp to sed.
9665
9666         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9667         to sub-makes.
9668
9669 1998-01-13  Lee Iverson   (leei@ai.sri.com)
9670
9671         * config-ml.in (multi-do): LDFLAGS must include multilib
9672         designator.
9673
9674 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
9675
9676         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9677
9678 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
9679
9680         * config.sub: Add mingw32 support.
9681         * configure.in: Likewise.
9682
9683 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9684
9685         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9686
9687 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
9688
9689         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9690         * configure (gxx_include_dir): Provide a definition for subdirs
9691         which do not use autoconf.
9692
9693 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
9694
9695         * config.guess: Sync with egcs.  Picks up new alpha support,
9696         BeOS & some additional linux support.
9697
9698 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
9699
9700         * config.guess: HP 9000/803 is a PA1.1 machine.
9701
9702 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
9703
9704         * configure.in: It's alpha*-...
9705
9706 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9707
9708         * configure.in (host_makefile_frag, target_makefile_frag):
9709         Handle multiple config files.
9710         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9711         alpha-*-*.
9712
9713 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
9714
9715         * mkdep: New file.
9716
9717 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
9718
9719         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9720
9721 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
9722
9723         * Makefile.in: Add libgui directory.
9724         (GDB_TK): Add all-libgui.
9725         * configure.in: Add libgui directory.
9726         * configure: Add all-libgui to GDB_TK.
9727
9728 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
9729
9730         * config-ml.in (multidirs): Add m32r to multilib list.
9731
9732 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
9733
9734         * Makefile.in (all-target-gperf): Change dependency to
9735         all-target-libstdc++.
9736
9737 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
9738
9739         * config.guess: Add BeOS support.
9740
9741 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
9742
9743         Source directory cvs renamed to cvssrc:
9744         * configure.in (host_tools): Change cvs to cvssrc.
9745         (native_only): Likewise.
9746         (noconfigdirs) [various cases]: Likewise.
9747         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9748         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9749         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9750         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9751         (all-cvssrc): Rename target from all-cvs.
9752
9753 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
9754
9755         * configure (gxx_include_dir): Fix thinko.
9756
9757 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
9758
9759         * Makefile.in (INSTALL_TARGET_CROSS): Define.
9760         (install-cross, install-gcc-cross): New targets.
9761
9762 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
9763
9764         * configure.in (noconfigdirs): Add support for Thumb target.
9765
9766         * config.sub (maybe_os): Add support for Thumb target.
9767
9768 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
9769
9770         * Makefile.in: Add rules for cygmon.
9771
9772         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9773
9774 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
9775
9776         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9777         * configure (gxx_include_dir): Provide a definition for subdirs
9778         which do not use autoconf.
9779
9780 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
9781
9782         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
9783         11/18/97 build
9784
9785 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
9786
9787         * From Franz Sirl.
9788         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9789         found on RedHat Linux systems.
9790
9791 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
9792
9793         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9794         guesses.
9795
9796 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
9797
9798         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9799
9800 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
9801
9802         * ltmain.sh: If mkdir fails, check whether the directory was created
9803         anyhow by some other process.
9804
9805 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
9806
9807         * configure.in (d30v-*-*): Configure all directories.
9808
9809 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
9810
9811         * configure.in (d30v-*-*): Configure newlib, libiberty directories
9812         for the D30V.
9813
9814 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
9815
9816         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9817
9818 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
9819
9820         * include/libiberty.h: Add extern "C" { so it can be used with C++
9821         progrms.
9822         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
9823         programs.
9824
9825 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
9826
9827         * configure.in (d30v-*-*): Configure GCC now.
9828
9829 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
9830
9831         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9832         is no longer needed.
9833
9834 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
9835
9836         * Makefile.in: check-target-libio depends on all-target-libstdc++.
9837
9838 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
9839
9840         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9841         targets using "$@" to provide support for similar but not identical
9842         targets without having to duplicate code.
9843
9844 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
9845
9846         * makefile.vms: Fix to work with DEC C.
9847
9848 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
9849
9850         * config.sub: Add mips-tx39-elf to marketing names.
9851
9852 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
9853
9854         * ltmain.sh: Handle symlinks in generated script.
9855
9856 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
9857
9858         * configure: Handle autoconf style directory options: --bindir,
9859         --datadir, --includedir, --infodir, --libdir, --libexecdir,
9860         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
9861         --sysconfdir.
9862         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
9863         (sharedstatedir, localstatedir, oldincludedir): New variables.
9864         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
9865         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
9866         sbindir, sharedstatedir, and sysconfdir.
9867
9868 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9869
9870         * Makefile.in (bootstrap-lean): New target.
9871
9872 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
9873
9874         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
9875         sn, and gnuserv from noconfigdirs.
9876
9877 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
9878
9879         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
9880
9881 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
9882
9883         * Makefile.in (cross): New target.
9884
9885 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
9886                           Jeff Law         <law@cygnus.com>
9887
9888         * Makefile.in (bootstrap2, bootstrap3): New targets.
9889         (all-bootstrap): Remove outdated and confusing target.
9890         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
9891
9892 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9893
9894         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
9895         windows.  Consistent with gdb/configure.
9896
9897 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
9898
9899         * configure.in: Name Linux target fragment.
9900
9901         * configure: Rewrite so that project Makefile fragment is inserted
9902         first and appears last in the resulting Makefile.
9903
9904 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9905
9906         * Makefile.in (install-itcl): Install tcl first.
9907
9908 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
9909
9910         * configure.in: remove bison from noconfigdirs for Cygwin32 host
9911
9912 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9913
9914         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
9915
9916         * configure.in (skipdirs): Add target-librx for Linux.
9917         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
9918
9919 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
9920
9921         * Makefile.in (bootstrap): New target.
9922
9923 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
9924
9925         * config.sub: Accept 'amigados' for backward compatibility.
9926
9927 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
9928
9929         * config.guess: Merge with FSF.
9930
9931 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
9932
9933         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
9934
9935 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
9936
9937         * config.sub: Add "marketing-names" patch.
9938
9939 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
9940
9941         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
9942
9943 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
9944
9945         * config.sub: Handle v850-elf.
9946
9947 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
9948
9949         * .cvsignore (*-install): Remove.
9950
9951 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
9952
9953         * ltconfig: Set CONFIG_SHELL in libtool.
9954         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
9955
9956 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
9957
9958         * configure.in (target_subdir): Set to libraries if enable_multilib.
9959
9960 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
9961
9962         * config.guess: Update from gcc directory.
9963
9964 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9965
9966         * Makefile.in (all-sim): Depends on all-readline.
9967
9968 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
9969
9970         * Makefile.in (BISON, YACC): Use $$s.
9971         (all-bison): Depend on all-texinfo.
9972
9973 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
9974
9975         * Makefile.in (BISON): Add -L flag.
9976         (YACC): Likewise.
9977
9978 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
9979
9980         * configure.in (noconfigdirs): Add support for v850e target.
9981
9982         * config.sub (maybe_os): Add support for v850e target.
9983
9984 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
9985
9986         * configure.in (noconfigdirs): Add support for v850ea target.
9987
9988         * config.sub (maybe_os): Add support for v850ea target.
9989
9990 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
9991
9992         * config.sub: Add mipstx39.  Delete r3900.
9993
9994 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9995
9996         * Makefile.in (all-autoconf): Depends on all-texinfo.
9997
9998 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
9999
10000         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10001         eabi targets.
10002
10003 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
10004
10005         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10006
10007         * configure: When handling a Canadian Cross, handle YACC as well as
10008         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
10009         * Makefile.in (all-bison): Depend upon all-texinfo.
10010
10011 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
10012
10013         * Makefile.in (BISON): bison, not byacc or bison -y.
10014         (YACC): bison -y or byacc or yacc.
10015         (various): Add *-bison as appropriate.
10016         (taz): No need to mess with BISON anymore.
10017
10018 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
10019
10020         * configure: If OSTYPE matches *win32*, try to find a good value for
10021         CONFIG_SHELL.
10022
10023 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
10024
10025         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10026         configure.in if it is present.
10027
10028 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
10029
10030         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10031
10032 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
10033
10034         * config.sub: Recognize `arc' cpu.
10035         * configure.in: Likewise.
10036         * config-ml.in: Likewise.
10037
10038 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
10039
10040         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10041
10042 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
10043
10044         * configure: Changed sed delimiter from ':' to '|' when
10045         attempting to substitute ${config_shell} for SHELL. On
10046         NT ${config_shell} may contain a ':' in it.
10047
10048 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
10049
10050         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10051
10052 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
10053
10054         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10055
10056 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
10057
10058         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10059
10060         * ylwrap: If the program is a relative path, force it to be
10061         absolute.
10062
10063 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10064
10065         * configure (tooldir): Set BISON to `bison -y' and not just bison.
10066
10067 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10068
10069         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
10070         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10071         for libraries.
10072
10073 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
10074
10075         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
10076         separated by spaces.
10077
10078 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
10079
10080         * ylwrap: New file.
10081         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10082
10083         * ltmain.sh: Handle /bin/sh at start of install program.
10084
10085         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10086
10087         * ltconfig, ltmain.sh: New files, from libtool 1.0.
10088         * missing: New file, from automake 1.2.
10089
10090 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
10091
10092         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
10093         check-tk to CHECK_X11_MODULES.
10094
10095 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
10096
10097         * config.sub: Merge with FSF.
10098
10099 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
10100
10101         * config.guess: Merge with FSF.
10102
10103 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10104
10105         * configure: Treat msdosdjgpp like go32.
10106         * configure.in: Likewise.  Don't remove gprof for go32.
10107
10108         * configure: Change Makefile.tem2 to Makefile.tm2.
10109
10110 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
10111
10112         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10113
10114 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10115
10116         * install-sh (chmodcmd): Set to null if the DST directory already
10117         exists.  Same as Nov 11th change.
10118
10119 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
10120
10121         * configure (GDB_TK): Needs itcl and tix.
10122
10123 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
10124
10125         * config.guess: Update from FSF.
10126
10127 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
10128
10129         * Makefile.in (GDB_TK): Depend on itcl and tix.
10130
10131 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
10132
10133         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10134         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10135         (INSTALL_SCRIPT): New variable.
10136         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10137         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10138         to -x.
10139         * install-sh: Add support for -x option.
10140
10141 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
10142
10143         * configure.in, Makefile.in: Treat tix like itcl.
10144
10145 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
10146
10147         * Makefile.in (WINDRES): New variable.
10148         (WINDRES_FOR_TARGET): New variable.
10149         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10150         (EXTRA_HOST_FLAGS): Add WINDRES.
10151         (EXTRA_TARGET_FLAGS): Add WINDRES.
10152         (EXTRA_GCC_FLAGS): Add WINDRES.
10153         ($(DO_X)): Pass down WINDRES.
10154         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10155         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10156         DLLTOOL_FOR_TARGET.
10157
10158 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
10159
10160         * configure.in: configure sim before gdb for win32-x-ppc
10161
10162 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10163
10164         Move gperf into the toplevel, from libg++.
10165         * configure.in (target_tools): Add target-gperf.
10166         (native_only): Add target-gperf.
10167         * Makefile.in (all-target-gperf): New target, depend on
10168         all-target-libg++.
10169         (configure-target-gperf): Empty rule.
10170         (ALL_TARGET_MODULES): Add all-target-gperf.
10171         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10172         (CHECK_TARGET_MODULES): Add check-target-gperf.
10173         (INSTALL_TARGET_MODULES): Add install-target-gperf.
10174         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10175
10176 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
10177
10178         * config.sub (mn10200): Recognize new basic machine.
10179
10180 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10181
10182         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10183         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10184
10185 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10186
10187         * configure.in: If we're building mips-sgi-irix6* native, turn on
10188         ENABLE_MULTILIB and set TARGET_SUBDIR.
10189
10190 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
10191
10192         * Makefile.in (all-sn): Depend on all-grep.
10193
10194 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
10195
10196         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10197
10198         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10199         Makefile.  From Jeff Makey <jeff@cts.com>.
10200         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10201
10202         * Makefile.in (DISTBISONFILES): Remove.
10203         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
10204         $(DEFAULT_YACC).
10205
10206         * configure.in: Build itl, db, sn, etc., when building for native
10207         cygwin32.
10208
10209         * Makefile.in (LD): New variable.
10210         (EXTRA_HOST_FLAGS): Pass down LD.
10211         ($(DO_X)): Likewise.
10212
10213 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
10214
10215         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10216
10217 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
10218
10219         * configure.in (targargs): Strip out any supplied --build argument
10220         before adding our own. Always add --build.
10221
10222 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
10223
10224         * configure.in (targargs): Pass --build if we're doing
10225         a cross-compile.
10226
10227 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
10228
10229         * configure: Use '|' instead of ":" as the separator in
10230         sed. Otherwise sed chokes on NT path names with drive
10231         designators. Also look for "?:*" as the leading characters in an
10232         absolute pathname.
10233
10234 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
10235
10236         * config.sub: Support for r3900.
10237
10238 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
10239
10240         * configure.in: Use install-sh, not install.sh.
10241
10242 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
10243
10244         * Makefile.in (taz): Improve check for BISON so it doesn't try to
10245         apply it twice.
10246
10247 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
10248
10249         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10250         install-binutils.
10251
10252 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
10253
10254         * Makefile.in: Add automake targets.
10255         * configure.in (host_tools): Add automake.
10256
10257 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
10258
10259         * configure: Default CXX to c++, not gcc.
10260         * Makefile.in (CXX): Set to c++, not gcc.
10261         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10262
10263 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
10264
10265         * install-sh: try appending a .exe if source file doesn't
10266         exist
10267
10268 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
10269
10270         * configure.in: Turn on multilib by default.
10271         (cross_only): Remove target-libiberty.
10272
10273         * Makefile.in (all-gcc): Don't depend on libiberty.
10274
10275 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
10276
10277         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10278
10279 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
10280
10281         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10282         (DISTBISONFILES): Add ld/Makefile.in
10283
10284 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
10285
10286         * configure.in: if target is cygwin32 but host isn't cygwin32,
10287         don't configure gdb tcl tk expect, not just gdb.
10288
10289 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
10290
10291         * configure.in: Added gnuserv everywhere sn appears.
10292
10293         * Makefile.in (ALL_MODULES): Added all-gnuserv.
10294         (CROSS_CHECK_MODULES): Added check-gnuserv.
10295         (INSTALL_MODULES): Added install-gnuserv.
10296         (CLEAN_MODULES): Added clean-gnuserv.
10297         (all-gnuserv): New target.
10298
10299 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
10300
10301         * config.guess: Fixes for MIPS OpenBSD systems.
10302
10303 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
10304
10305         * Makefile.in (INSTALL_XFORM): Remove.
10306         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10307
10308         * mkinstalldirs: New file, copied from automake.
10309         * Makefile.in (installdirs): Rename from install-dirs.  Use
10310         mkinstalldirs.  Change all users.
10311         (DEVO_SUPPORT): Add mkinstalldirs.
10312
10313 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
10314
10315         * install-sh: Rename from install.sh.
10316         * Makefile.in (INSTALL): Change install.sh to install-sh.
10317         (DEVO_SUPPORT): Likewise.
10318
10319         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
10320         Graichen <graichen@rzpd.de>.
10321
10322 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
10323
10324         * config.guess: Recognize OpenBSD systems correctly.
10325
10326 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10327
10328         * README, Makefile.in (ETC_SUPPORT): Remove references to
10329         cfg-paper*, configure.{texi,man,info*}._
10330
10331 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
10332
10333         * Makefile.in (all.normal): Ensure that gcc is built after all
10334         the x11 - ie gdb - targets.
10335
10336 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
10337
10338         * makefile.vms: Don't run conf-a-gas.
10339
10340 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
10341
10342         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
10343
10344 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
10345
10346         * configure.in: Remove noconfigdirs case since gdb also
10347         configures and builds for tic80-coff.
10348
10349 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
10350
10351         * configure: Set cache_file to config.cache.
10352         * Makefile.in (local-distclean): Remove config.cache.
10353
10354 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
10355
10356         * COPYING: Update FSF address.
10357
10358 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
10359
10360         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10361         noconfigdirs.
10362
10363 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
10364
10365         * Makefile.in (install-dirs): Don't crash if prefix, and hence
10366         MAKEDIRS, is empty.
10367
10368 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
10369
10370         * config.sub: Tweak mn10300 entry.
10371
10372 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
10373
10374         * configure.in (host_tools): Put sim before gdb, so gdb's
10375         configure.tgt can determine if the simulator was configured.
10376
10377 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
10378
10379         * config.sub: Move BeOS $os case to be with other Cygnus
10380         local cases.
10381
10382 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
10383
10384         * config.sub: Remove misplaced comment that broke Linux.
10385
10386 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
10387
10388         * config.sub: Add BeOS support.
10389
10390 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
10391
10392         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10393
10394 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
10395
10396         * configure.in (noconfigdirs): Remove tcl and tk from
10397         noconfigdirs for cygwin32 builds.
10398
10399 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
10400
10401         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10402
10403 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
10404
10405         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10406         make-all.com, use makefile.vms instead.
10407
10408 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
10409
10410         * config.sub: Accept -lnews*.
10411
10412 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
10413
10414         * configure.in (noconfigdirs): Disable target-newlib,
10415         target-examples and target-libiberty for d30v.
10416
10417 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
10418
10419         * configure.in (noconfigdirs): Enable ld for d30v.
10420
10421 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
10422
10423         * configure.in (tic80-*-*): Build compiler.
10424
10425 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
10426
10427         * configure.in (d30v-*): Remove sim directory from list of
10428         unsupported d30v directories
10429
10430 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
10431
10432         * config.sub, configure.in: Add d30v target cpu.
10433
10434 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
10435
10436         * makefile.vms: New file.
10437         * make-all.com: Remove.
10438
10439 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
10440
10441         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10442
10443 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
10444
10445         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10446
10447 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
10448
10449         * Makefile.in (ALL_MODULES): Added all-db.
10450         (CROSS_CHECK_MODULES): Addec check-db.
10451         (INSTALL_MODULES): Added install-db.
10452         (CLEAN_MODULES): Added clean-db.
10453
10454 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
10455
10456         * config.guess: Merge with latest FSF sources.
10457
10458 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
10459
10460         * Makefile.in (ALL_MODULES): Added all-itcl.
10461         (CROSS_CHECK_MODULES): Added check-itcl.
10462         (INSTALL_MODULES): Added install-itcl.
10463         (CLEAN_MODULES): Added clean-itcl.
10464
10465 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
10466
10467         * configure.in: build gdb for mn10200
10468
10469 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
10470
10471         * Makefile.in (all-target-winsup): Depend on all-target-libio.
10472
10473 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
10474
10475         * configure.in (tic80-*-*): Turn off most targets right now.
10476
10477 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
10478
10479         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10480         rather than the makeinfo program.
10481         (do-info): Depend upon all-texinfo.
10482
10483 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
10484
10485         * configure.in: Remove uses of config/mh-linux.
10486
10487         * config.sub, config.guess: Merge with latest FSF sources.
10488
10489 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
10490
10491         * config.sub (case $basic_machine): Add tic80 entries.
10492
10493 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
10494
10495         * config.sub, config.guess: Merge with latest FSF sources.
10496
10497 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
10498
10499         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10500         * mpw-config.in: Test for NewFolderRecursive.
10501         * mpw-install: Use symbolic name for startup filename.
10502         * mpw-README: Add various additional details.
10503
10504 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
10505
10506         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10507
10508 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
10509
10510         * configure.in: Do build gcc and the target libraries for
10511         the mn10200.
10512
10513 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
10514
10515         * configure.in: don't avoid building gdb for mn10300 any more
10516         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10517         instead of single-quoting it.
10518
10519 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
10520
10521         * configure.in: Don't use --with-stabs on IRIX 6.
10522
10523 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
10524
10525         * configure.in (m32r): Build gdb, libg++ now.
10526
10527 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10528
10529         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
10530         directories from noconfigdirs.
10531
10532 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
10533
10534         * config.sub (basic_machine): added mips16 configuration
10535
10536 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10537
10538         * config.sub: Handle d10v-unknown.
10539
10540 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
10541
10542         * config.sub: Handle v850-unknown.
10543
10544 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
10545
10546         * Makefile.in: add findutils
10547         * configure.in: add findutils to list of host_tools
10548
10549 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
10550
10551         * config.sub: Handle mn10200 and mn10300.
10552
10553 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10554
10555         * configure.in (d10v-*): Do not build librx.
10556
10557 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
10558
10559         * configure.in (mn10300): Build everything except gdb & libgloss.
10560
10561 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
10562
10563         * config.guess:  Patch for Dansk Data Elektronik servers,
10564         from Niels Skou Olsen <nso@dde.dk>.
10565
10566         For ncr, use /bin/uname rather than uname, since GNU uname does not
10567         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
10568
10569         Patch for MIPS R4000 running System V,
10570         from Eric S. Raymond <esr@snark.thyrsus.com>.
10571
10572         Fix thinko for nextstep.
10573
10574         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
10575
10576         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
10577         * config.guess: Guess mips-dec-mach_bsd4.3.
10578
10579         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
10580         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
10581         release numbers.
10582         * config.guess (mips-mips-riscos*):  Emit just enough of the
10583         release number.
10584
10585         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
10586         * config.guess (sparc-auspex-sunos*):  Added.
10587         (f300-fujitsu-*): Added.
10588
10589         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
10590         * config.guess:  Recognize a Tadpole as a sparc.
10591
10592 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
10593
10594         * config.guess: Don't assume that NextStep version is either 2 or
10595         3.  NextStep 4 (aka OpenStep 4) has come out now.
10596
10597 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
10598
10599         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10600         From Rik Faith <faith@cs.unc.edu>.
10601
10602 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
10603
10604         * config.sub: Contributions from bug-gnu-utils to:
10605         Support plain "hppa" (no version given) architecture, reported by
10606         OpenStep.
10607         OpenBSD like NetBSD.
10608         LynxOs is not a hardware supplier.
10609
10610         * config.guess: Contributions from bug-gnu-utils to add support for:
10611         OpenBSD like NetBSD.
10612         Stratus systems.
10613         More Pyramid systems.
10614         i[n>4]86 Intel chips.
10615         M680[n>4]0 Motorola chips.
10616         Use unknown instead of lynx for hardware manufacturer.
10617
10618 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10619
10620         * install.sh (chmodcmd): Set to null if the DST directory already
10621         exists.
10622
10623 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10624
10625         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10626         not use mt-ppc target Makefile fragment any more.
10627
10628 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
10629
10630         * configure.in (*-*-windows):  Exclude everything but those dirs
10631         needed to build windows.
10632
10633 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
10634
10635         * Makefile.in (all-target-winsup): Depend on all-target-librx.
10636
10637 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
10638
10639         * configure.in:  Exclude mmalloc from i386-windows.
10640
10641 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
10642
10643         * Undo my previous change.
10644
10645 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
10646
10647         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10648         unconditionally.
10649         (MAKEOVERRIDES): Define (revert this part of October 18 change).
10650
10651 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
10652
10653         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
10654         host to add it's own flags.
10655
10656 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
10657
10658         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10659
10660 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
10661
10662         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10663         (CXX_FOR_TARGET): Likewise.
10664         (GCC_FOR_TARGET): Define.
10665         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10666         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10667         CC_FOR_TARGET was specified on the command line.
10668         (MAKEOVERRIDES): Don't define.
10669
10670 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
10671
10672         * configure.in (m32r): Fix spelling of libg++ libs.
10673
10674 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
10675
10676         * config.sub (-apple*): Remove, now redundant.
10677
10678 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
10679
10680         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10681
10682         * configure: Rework yesterday's sed script patch.
10683
10684         * config.sub: Merge with FSF.
10685
10686 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
10687
10688         * config.guess:  Merge from FSF.
10689
10690         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
10691         * config.guess: Use pc instead of unknown, for pc clone systems.
10692         Change linux to linux-gnu.
10693
10694         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10695         * config.guess: Avoid non-portable tr syntax.
10696
10697 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
10698
10699         * test-build.mk (HOLES): Add "xargs" for gdb.
10700
10701         * configure: Avoid hpux10.20 sed bug.
10702
10703 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
10704
10705         * configure.in:  Add support for windows host
10706         (that is a build done under the Microsoft build environment).
10707
10708 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
10709
10710         * Makefile.in: Replace all uses of srcroot with s, to shrink
10711         command line lengths.
10712
10713         Patches from Geoffrey Noer <noer@cygnus.com>:
10714         * configure.in: If configuring for newlib, pass --with-newlib to
10715         subdirectories.
10716         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10717         -Bnewlib/ and -Lwinsup to gcc.
10718         (CXX_FOR_TARGET): Likewise.
10719
10720 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
10721
10722         * Makefile.in (ETC_SUPPORT): Add configure.
10723
10724 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
10725
10726         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
10727         host configuration file.
10728
10729 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
10730
10731         * configure.in: Break mn10x00 support into separate
10732         mn10200 and mn10300 configurations.
10733         * config.sub: Likewise.
10734
10735 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
10736
10737         * configure.in: Add lots of stuff to noconfigdirs for
10738         the mn10x00 targets.
10739
10740         * config.sub, configure.in: Add mn10x00 support.
10741
10742 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
10743
10744         * make-all.com: Call conf-a-gas, not config-a-gas.
10745
10746 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
10747
10748         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
10749         targets.
10750
10751 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
10752
10753         * mpw-README: Add much more detail for native PowerMac.
10754         * mpw-install: New file.
10755         * mpw-configure: Add --norecursion and --help options.
10756         * mpw-config.in: Translate readme and install files when
10757         copying to objdir.
10758         * mpw-build.in: Don't always depend on byacc and flex.
10759         (install-only-top): New action.
10760
10761 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
10762
10763         * configure.in:  You can now configure GDB for the v850.
10764
10765 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
10766
10767         * configure.in (noconfigdirs): Don't configure any C++ dirs
10768         if targeting D10V.
10769
10770 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
10771
10772         * config.sub: Recognize mips64vr5000.
10773
10774 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
10775
10776         * configure.in: Use a single line for host_tools and native_only.
10777
10778 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
10779
10780         * config.sub, configure.in: Add entries for m32r.
10781
10782 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
10783
10784         * Makefile.in (inet-install): Don't run install-gzip.
10785
10786 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
10787
10788         * configure.in:  Don't config lots of things for *-*-windows*.
10789
10790 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
10791
10792         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10793         (host_libs, host_tools): Copy from configure.in.
10794         * mpw-configure: Don't complain about directories not found.
10795
10796 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10797
10798         * configure.in (i[345]86): Recognize i686 for pentium pro.
10799         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10800         file.
10801
10802         * config.guess (i[345]86): Ditto.
10803
10804 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10805
10806         * configure.in (noconfigdirs): Removed gdb for D10V.
10807
10808 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
10809
10810         * configure.in: Remove ld, target-libio, target-libg++, and
10811         target-libstdc++ from noconfigdirs.
10812
10813 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
10814
10815         * configure: Fix three locations where shell scripts were
10816         being run directly rather than with config_shell.
10817
10818 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
10819
10820         * configure.in (v850-*-*): Set up initial $noconfigdirs.
10821         * config.sub (basic_machine): Recognize v850.
10822
10823 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
10824
10825         * mpw-configure: Handle multiple enable/disable options and
10826         pass them down recursively, handle -c and -s flags appropriately
10827         depending on choice of compiler, add escape mechanism for
10828         quoted arguments to gC.
10829
10830 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10831
10832         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10833         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10834         so that -mrelocatable-lib and -mno-eabi are used.
10835
10836         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10837         not support --print-multi-lib, don't abort.
10838
10839 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
10840
10841         * make-all.com: Run config-a-gas.
10842         * setup.com: Don't copy subdirectory files around.
10843
10844 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
10845
10846         * configure.in (*-*-ose): Remove exclusion of libgloss for this
10847         target, it now compiles correctly.
10848
10849 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
10850
10851         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10852
10853 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10854
10855         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
10856
10857 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10858
10859         * configure.in (native_only): Add prms.
10860
10861 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
10862
10863         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
10864         (BINUTILS_SUPPORT_DIRS): Likewise.
10865
10866 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10867
10868         * configure.in (d10v-*-*): Don't configure ld or gdb until the
10869         d10v support is added.
10870
10871 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10872
10873         * configure.in (d10v-*-*): New target.
10874
10875 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
10876
10877         * config.guess (HP 9000/811): Recognize this as a PA1.1
10878         machine.
10879
10880 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
10881
10882         * Makefile.in (do-tar-gz): New target, split out from tail end of
10883         taz target.  Run each command separately, don't use pipes.
10884         (taz): Use it.
10885
10886 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
10887
10888         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10889         * mpw-build.in: No builds should depend on building byacc or flex,
10890         they are assumed to be installed already.
10891
10892 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10893
10894         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
10895         variable that CC_FOR_TARGET needs.
10896
10897 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10898
10899         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
10900         options have changed since the last time the subdirectory was
10901         configured, and if it has, reconfigure.
10902         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
10903         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
10904
10905 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
10906
10907         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
10908         CLEAN_MODULES): Add bash.
10909         (all-bash): New target.
10910
10911 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
10912
10913         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
10914
10915 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10916
10917         * config.sub (basic_machine): Recognize d10v as a valid processor.
10918
10919 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
10920
10921         * mpw-configure: Add support for --bindir.
10922         * mpw-build.in: Use a GCC-specific build script for GCC actions.
10923
10924 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
10925
10926         * configure.in: add bash, time, gawk to list of hosttools and things
10927         to only build for native toolchains
10928
10929 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10930
10931         * Makefile.in (docdir): Remove.
10932
10933 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10934
10935         * Makefile.in (datadir): Set to $(prefix)/share.
10936
10937 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
10938
10939         * configure.in: build diff and patch for cygwin32-hosted
10940         toolchains.
10941
10942 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
10943
10944         * config.sub: Accept -rtems*.
10945
10946 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
10947
10948         * configure.in: enable dosrel for cygwin32-hosted builds,
10949                 remove diff from the list of things not buildable
10950                 via Canadian Cross
10951
10952 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
10953
10954         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
10955         don't get ". ".
10956
10957 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
10958
10959         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
10960
10961 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
10962
10963         * Makefile.in (taz): Handle case where tex3patch didn't even get
10964         checked out.  Also, if it was found, put the symlink in a new util
10965         subdirectory.
10966
10967 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10968
10969         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
10970
10971 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
10972
10973         * config.sub: Recognize -openvms.
10974         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
10975         * make-all.com, setup.com: New files.
10976
10977 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
10978
10979         * Makefile.in (taz): tex3patch moved to texinfo/util.
10980
10981 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
10982
10983         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
10984         * configure.in: remove make from disable-if-Can-Cross list
10985                 enable gdb if ${host} and ${target} are cygwin32
10986
10987 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
10988
10989         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
10990         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
10991
10992 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
10993
10994         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
10995         distinguish sysv/svr4/bsd variants.
10996         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
10997
10998 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
10999
11000         * configure.in: Added copyright notice.
11001         * move-if-change: Added copyright notice.
11002
11003 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11004
11005         * configure.in (powerpcle-*-solaris*): Until we get shared
11006         libraries working, don't build gdb, sim, make, tcl, tk, or
11007         expect.
11008
11009 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
11010
11011         * config.guess:  Merge with FSF:
11012
11013         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11014         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11015
11016         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
11017         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11018
11019         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
11020         * config.guess:  Combine two OSF1 rules.
11021         Also recognize field test versions.  From mjr@zk3.dec.com.
11022         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
11023         because GNU uname does not support -p.  From pmr@pajato.com.
11024
11025 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
11026
11027         * Makefile.in (MAKEDIRS): Removed $(tooldir).
11028
11029 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
11030
11031         * mpw-README: Document GCCIncludes.
11032
11033 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
11034
11035         * configure.in (alpha-*-linux*): Set enable_shared to yes.
11036
11037 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11038
11039         * mpw-configure: Handle --enable-FOO and --disable-FOO.
11040
11041 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
11042
11043         * configure.in (*-*-cygwin32): Configure make.
11044
11045 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
11046
11047         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11048
11049 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
11050
11051         * Makefile.in (all-inet): Depend on all-perl.
11052
11053         * Makefile.in (inet-install): New target.
11054
11055         * Makefile.in (all-inet): Depend on all-tcl.
11056         (all-inet): Depend on all-send-pr.
11057
11058 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11059
11060         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11061         temporarily.
11062
11063 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
11064
11065         * configure.in: Don't configure --with-gnu-ld on AIX.
11066
11067 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
11068
11069         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11070
11071 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
11072
11073         * Makefile.in (ALL_MODULES): Added all-inet.
11074         (CROSS_CHECK_MODULES): Added check-inet.
11075         (INSTALL_MODULES): Added install-inet.
11076         (CLEAN_MODULES): Added clean-inet.
11077         (all-indent): New target.
11078
11079         * configure.in (host_tools): Added inet.
11080         (native_only): Added inet.
11081         (noconfigdirs): Added inet.
11082
11083 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
11084
11085         * configure.in: Don't configure libgloss if we are not configuring
11086         newlib.
11087
11088 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
11089
11090         * configure.in: Don't configure libgloss for unsupported
11091         architectures.
11092
11093 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11094
11095         * Makefile.in (CLEAN_MODULES): Add clean-apache.
11096
11097 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
11098
11099         * Makefile.in (ALL_MODULES): Include all-apache.
11100         (CROSS_CHECK_MODULES): Include check-apache.
11101         (INSTALL_MODULES): Include install-apache.
11102         (all-apache): New target.
11103
11104         * configure.in: Added apache everywhere perl is seen.
11105
11106 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11107
11108         * Makefile.in: Add support for clean-{module} and
11109         clean-target-{module} rules.
11110
11111 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
11112
11113         * configure.in (*-*-ose) do not build libgloss.
11114
11115 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11116
11117         * config.guess (prep*:SunOS:5.*:*): Turn into
11118         powerpele-unknown-solaris2.
11119
11120 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
11121
11122         * configure.in: Permit --enable-shared to specify a list of
11123         directories.
11124
11125 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
11126
11127         * configure.in (host==solaris): Pass only the first word of $CC
11128         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11129
11130 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
11131
11132         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11133
11134 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
11135
11136         * Makefile.in (ALL_MODULES): Include all-perl.
11137         (CROSS_CHECK_MODULES): Include check-perl.
11138         (INSTALL_MODULES): Include install-perl.
11139         (ALL_X11_MODULES): Include all-guile.
11140         (CHECK_X11_MODULES): Include check-guile.
11141         (INSTALL_X11_MODULES): Include install-guile.
11142         (all-perl): New target.
11143         (all-guile): New target.
11144
11145         * configure.in (host_tools): Include perl and guile.
11146         (native_only): Include perl and guile.
11147         (noconfigdirs): Don't build guile and perl; no ports have been
11148         done.
11149
11150 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
11151
11152         * configure (--enable-*): Handle quoted option lists such as
11153         --enable-sim-cflags='-g0 -O' better.
11154
11155 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11156
11157         * Makefile.in ({,inst}all-target): New rule so we can make and
11158         install all of the target directories easily.
11159
11160 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11161
11162         * configure.in: Add missing global flag in sed substitution when
11163         deleting `target-' from ${configdirs}.
11164
11165 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
11166
11167         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11168         option.
11169
11170         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11171         config/mh-necv4.
11172
11173         * install.sh: Correct misspelling of transformbasename.
11174
11175         * config.guess: Recognize mips-*-sysv*.
11176
11177 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
11178
11179         * config.sub: Recognize mon960.
11180
11181 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
11182
11183         * configure: Restore Canadian Cross handling of BISON and LEX,
11184         removed in Feb 20 change.
11185
11186 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
11187
11188         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11189         Mention make install.  Remove the old copyright date as well the
11190         clumsy and rather pointless copyright on the README file.
11191
11192 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11193
11194         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11195         Makefile after running symlink-tree, then run `make distclean' to
11196         avoid clobbering any generated files in srcdir.
11197
11198 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
11199
11200         * configure.in (m68k-*-netbsd*): Build everything now.
11201
11202 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
11203
11204         * Makefile.in (taz): Fix quoting.
11205
11206 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
11207
11208         * configure.in (sparclet-*-*): Build everything now.
11209
11210 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11211
11212         * configure.in (m68k-*-linux*): New host.
11213
11214 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
11215
11216         * configure: Check for bison before byacc.
11217
11218 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
11219
11220         * Makefile.in configure:  Change the way LEX and BISON/YACC are
11221         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
11222         searching PATH.  These are used as fallbacks by Makefile.in if
11223         flex/bison/byacc aren't in objdir.
11224
11225 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
11226
11227         * Makefile.in: Make everything which depends upon all-bfd also
11228         depend upon all-opcodes, in case --with-commonbfdlib is used.
11229
11230 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11231
11232         * configure.in (host *-*-cygwin32): Don't build gdb if we are
11233         building NT native compilers on Unix.
11234
11235 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
11236
11237         * configure.in: Don't get CC from the host Makefile fragment if we
11238         can find gcc in PATH, or if this is a Canadian Cross.  Move the
11239         Solaris test for /usr/ucb/cc to the post target script, just after
11240         the compiler sanity test.
11241
11242 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
11243
11244         * config.sub: Merge with FSF.
11245
11246 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
11247
11248         * Makefile.in (RPATH_ENVVAR): New variable.
11249         (REALLY_SET_LIB_PATH): Use it.
11250         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11251
11252 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
11253
11254         * config.sub, configure.in: Recognize sparclet cpu.
11255
11256 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11257
11258         * config.guess:  Support m68k-cbm-sysv4.
11259
11260 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11261
11262         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11263         m68k-unknown-linuxaout from linker help string.  Put quotes around
11264         $ld_help_string.
11265
11266 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
11267
11268         * config.guess (powerpc-harris-powerunix): Add guess for port
11269         to new target.
11270
11271 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11272
11273         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11274
11275 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
11276
11277         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11278         $(REALLY_SET_LIB_PATH) in Makefile.
11279         * Makefile.in (SET_LIB_PATH): New variable.
11280         (REALLY_SET_LIB_PATH): New variable.
11281         ($(DO_X)): Use $(SET_LIB_PATH).
11282         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11283         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11284         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11285         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11286         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11287         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11288         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11289         (install-dosrel): Likewise.
11290         (all-opcodes): Depend upon all-libiberty.
11291
11292 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
11293
11294         * config.guess (*:CYGWIN*): New
11295
11296 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11297
11298         * Makefile.in (all-target-winsup): All all-target-libiberty.
11299
11300 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11301
11302         * configure.in (noconfigdirs): Add missing # in front of comment.
11303
11304 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
11305
11306         * configure.in: add second pass to things added to noconfigdirs
11307         so *-gm-magic can exclude libgloss properly.
11308
11309 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
11310
11311         * mpw-configure (extralibs_name, rez_name): Set correctly
11312         for MWC68K compiler.
11313
11314         * mpw-README: Add more info on the necessary build tools.
11315
11316 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
11317
11318         * configure.in, config.sub: Recognize cygwin32.
11319
11320 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
11321
11322         * config.guess, config.sub: Recognize A/UX.
11323
11324 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
11325
11326         * config.sub: Merge with gcc/config.sub.
11327
11328 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
11329
11330         * mpw-build.in (do-binutils): Add build of stamps.
11331
11332 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
11333
11334         * config.sub: Add recognition for mips64vr4100*-* targets.
11335
11336 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11337
11338         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11339         Add creation of gconfigargs with `--enable-shared' turned on.
11340         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11341         ($(host)-stamp-stage3-configured): Likewise.
11342         (HOLES): Add chatr and ldd.
11343         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11344
11345 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
11346
11347         * configure: Pass --nfp to recursive configures.
11348
11349 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
11350
11351         * Makefile.in (DLLTOOL): New.
11352         (DLLTOOL_FOR_TARGET): New.
11353         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11354         (EXTRA_TARGET_FLAGS): Ditto.
11355         (EXTRA_GCC_FLAGS): Ditto.
11356         (CONFIGURE_TARGET_MODULES): Ditto.
11357         (DO_X): Ditto.
11358         * configure: Add DLLTOOL.
11359
11360 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
11361
11362         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11363         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11364         mh-sco, since old workarounds no longer needed, and don't
11365         build ld, since libraries have weak symbols in COFF.
11366
11367 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
11368
11369         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11370
11371 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11372
11373         * configure.in: Make sure that ${CC} can be used to compile an
11374         executable.
11375
11376 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
11377
11378         * Makefile.in (all-gdb): Depend on $(GDB_TK).
11379         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11380         nothing depending on whether gdbtk is being built.
11381
11382 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
11383
11384         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11385
11386 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
11387
11388         * configure.in (noconfigdirs): Put ld or gas in this early, if the
11389         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11390
11391 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
11392
11393         * config-ml.in: Add support for
11394         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11395         Simplify setting of multidirs from --disable-foo.
11396
11397 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11398
11399         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11400         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11401         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
11402         non-empty, pass them on to the  GCC make.
11403         (all-bootstrap): New rule that is like all-gcc, except it executes
11404         the GCC bootstrap rule instead of the GCC all rule.
11405
11406 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
11407
11408         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11409
11410 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11411
11412         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11413         DG/UX support.
11414
11415 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
11416
11417         * config.sub (i*86*) Change [345] to [3456]
11418
11419 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11420
11421         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11422         --with-gnu-ld=no.
11423
11424 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11425
11426         * config-ml.in (rs6000*, powerpc*): Add switches to control which
11427         AIX multilibs get built.
11428
11429 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11430
11431         * configure.in (i386-win32): Don't build expect if we're not
11432         building the tcl subdir.
11433
11434 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
11435
11436         * Makefile.in: (configure-target-examples, all-target-examples):
11437         New targets, configure and build example programs.
11438
11439 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
11440
11441         * mpw-configure: If an mpw-config.in generated a file mk.sed,
11442         use it as input to sedit the generated MPW makefile.
11443         * mpw-README: Add a suggestion about Gestalt.h.
11444
11445 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
11446
11447         * config.sub: Accept *-*-ieee*.
11448
11449 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
11450
11451         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
11452         Ronald F. Guilmette <rfg@monkeys.com>.
11453
11454 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11455
11456         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11457         for powerpc-pe native.
11458         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11459         (target==powerpc-pe): duplicate i386-win32 entry.
11460
11461 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11462
11463         * configure.in (noconfigdirs): Exclude target-newlib for all versions
11464         of vxworks, not just vxworks5.1.
11465
11466 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
11467
11468         * mpw-configure: Add support for exec-prefix.
11469
11470 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11471
11472         * config.guess: Recognize HP model 816 machines as having
11473         a PA1.1 processor.
11474
11475 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
11476
11477         * configure: Ignore new autoconf configure options.
11478
11479 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
11480
11481         * config.guess:  Recognize Pentium under SCO.
11482         From Robert Lipe <robertl@arnet.com>.
11483
11484 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11485
11486         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
11487
11488 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
11489
11490         * configure.in: Don't configure gas for alpha-dec-osf*.
11491
11492 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
11493
11494         * configure.in: Default to --with-stabs for some targets for which
11495         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11496         i[345]86*-*-unixware*.
11497
11498 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
11499
11500         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11501         rather than basing it on the target.  Simplify handling of options
11502         controlling which directories to configure.  Remove extraneous
11503         slash in multi-clean target.
11504
11505 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
11506
11507         * config-ml.in: Prefix more variables with ml_ so they don't collide
11508         with configure's.
11509
11510 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
11511
11512         * configure: Don't turn -v into --v.
11513
11514 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
11515
11516         * configure.in (targargs): Fix typo.
11517
11518         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11519
11520 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
11521
11522         * configure.in: Strip --host and --target options from
11523         CONFIG_ARGUMENTS, and always configure for --host only.  Add
11524         --with-cross-host option when building with a cross-compiler.
11525         * configure: Canonicalize the arguments put into config.status by
11526         always using `=' for an option with an argument.  Pass a presumed
11527         --host or --target explicitly.
11528
11529 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
11530
11531         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11532         into general OS recognition case.
11533
11534 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11535
11536         * configure.in (target_configdirs): add target-winsup only
11537         for win32 target systems.
11538
11539 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
11540
11541         * Makefile.in (all-target-libgloss): Depend upon
11542         configure-target-newlib, since when libgloss is built it looks to
11543         see if the newlib directory exists.
11544
11545 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
11546
11547         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
11548         cfg-ml-*.in.
11549
11550 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
11551
11552         * configure: Handle LD and LD_FOR_TARGET when configuring a
11553         Canadian Cross.
11554
11555 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11556
11557         * configure.in (target_libs): add target-winsup.
11558         (target==i386-win32): add patch diff flex make to $noconfigdirs.
11559         (target==ppcle-pe): remove ld from $noconfigdirs.
11560
11561 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
11562
11563         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
11564         Preserve relative path names in $srcdir.  Build symlink tree if
11565         configuring cross target dir and srcdir=. (= no VPATH support).
11566         (configure-target-libg++): Depend on configure-target-librx.
11567         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
11568         * config-ml.in: New file.
11569         * symlink-tree: New file.
11570         * configure: Ensure srcdir="." if that's what it is.
11571
11572 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
11573
11574         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
11575         includes and FLEX_SKELETON setting.
11576         * mpw-configure (--with-gnu-ld): New option, controls whether
11577         to use PPCLink or ld with PowerMac GCC.
11578         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
11579         * mpw-config.in: Configure grez if targeting Mac.
11580
11581         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
11582         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
11583         just macos.
11584         * configure.in: Configure grez resource compiler if targeting Mac.
11585         * Makefile.in (all-grez, install-grez): New targets.
11586
11587 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
11588
11589         * configure: CXX defaults to gcc, not g++.  If we find
11590         gcc in the path, set CC to gcc -O2.
11591
11592 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
11593
11594         * configure: Default ${build} correctly.  Avoid picking up extra
11595         spaces when reading CC and CXX from Makefile.  When doing a
11596         Canadian Cross, use plausible default values for numerous
11597         variables.
11598         * configure.in: When doing a Canadian Cross, don't try to
11599         configure tools whose configure script can't handle it.
11600
11601 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11602
11603         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11604
11605 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11606
11607         * configure:  Remove dubious bug reporting address.
11608
11609 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11610
11611         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
11612         configure script, run that instead of this directory's configure.
11613         In either case, print a message that we're configuring the sub-dir.
11614
11615 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11616
11617         * configure.in: Before checking for the existence of various files,
11618         use sed to filter out "target-".
11619
11620 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
11621
11622         * Makefile.in (DO_X): Split rule to decrease command line length
11623         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
11624         (Philippe De Muyter).
11625
11626 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11627
11628         * Makefile.in (all-patch): depend on all-libiberty.
11629
11630 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
11631
11632         * configure.in: If the only directory in target_configdirs which
11633         actually exists is libiberty, then set target_configdirs to empty,
11634         to avoid trying to build a target libiberty in a gas or gdb
11635         distribution.
11636
11637 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
11638
11639         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
11640         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11641         systems.
11642
11643 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11644
11645         * configure.in (copy_dirs): Use sys-include instead of include
11646         for --with-headers option.
11647
11648 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
11649
11650         * Makefile.in, configure.in: Make winsup builds work with
11651         new scheme.
11652
11653 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
11654
11655         * configure.in: Build the linker on AIX.
11656
11657 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11658
11659         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
11660         where needed.
11661
11662 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
11663
11664         * Makefile.in (all-gcc): Fix typo.
11665
11666 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11667
11668         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
11669
11670 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11671
11672         * configure.in:  Rename libFOO to target-libFOO, and xiberty
11673         to target-xiberty, to provide more flexibility.
11674         (target_subdir):  Define.  Create if cross.
11675         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11676         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
11677         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11678         check-libFOO -> check-target-libFOO, etc.
11679         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11680         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11681         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11682         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
11683         allow ALL_GCC="" to only configure.
11684         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
11685         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
11686         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
11687
11688 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
11689
11690         * Makefile.in (taz): Build "info" in etc explicitly.
11691
11692 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
11693
11694         * configure.in:  Make sure that CC is undefined (as opposed to
11695         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
11696         problem with autoconf trying to configure on a host without GCC.
11697
11698 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
11699
11700         * mpw-configure: Set host alias from choice of host compiler,
11701         only use generic MPW Makefile sed if present, edit a file
11702         named "hacked_Makefile.in" instead of "Makefile.in" if present.
11703         * mpw-README: Add problem notes about CW6 and CW7.
11704
11705 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
11706
11707         * Makefile.in (taz): Use ";" instead of ";;".
11708
11709 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11710
11711         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
11712         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11713         DISTDOCDIRS.
11714         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
11715         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
11716
11717 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11718
11719         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
11720         and gnats, because they are now subsumed by DISTSTUFFDIRS.
11721         Move bfd to DISTSTUFFDIRS.
11722
11723 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11724
11725         * Makefile.in (X11_LIB): Removed.
11726         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11727
11728         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11729
11730 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11731
11732         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11733         names.
11734
11735 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11736
11737         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11738
11739 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
11740
11741         * configure.in (i[345]86-*-win32): Always build newlib.
11742         Don't configure cvs, autoconf or texinfo.
11743         * Makefile.in (LD_FOR_TARGET): New.
11744         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11745         Pass down LD_FOR_TARGET.
11746
11747 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
11748
11749         * winsup: New directory.
11750         * Makefile.in: Build winsup.
11751         * configure.in: Winsup is configured when target is win32.
11752         Can only build win32 target GDB when native.
11753
11754 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
11755
11756         * config.guess: Recognize HP model 819 machines as having
11757         a PA 1.1 processor.
11758
11759 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
11760
11761         * configure: Fix sed loop which substitutes for CC and CXX to
11762         avoid bug found in various sed implementations.
11763
11764 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11765
11766         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11767         simulator.  Use standard powerpc-*-eabi*.
11768
11769 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
11770
11771         * configure.in: Stop putting gas and binutils in noconfigdirs for
11772         powerpc-*-aix* and rs6000-*-*.
11773
11774 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
11775
11776         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11777         -mcall-aixdesc libraries.
11778
11779 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
11780
11781         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11782
11783         * config.sub (arm | armel | armeb): Fix shell syntax.
11784
11785 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11786
11787         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11788         -msoft-float and -mcpu=common support.
11789         (powerpc*-*-eabisim*): Add support for building -mcall-aix
11790         libraries.
11791
11792 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11793
11794         * configure.in: Allow configuration and build of emacs19 for the alpha.
11795
11796 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11797
11798         * configure.in (CC): Get ^CC, not just any old CC, from
11799         ${host_makefile_frag}.
11800
11801 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11802
11803         * configure.in (CC): Try to get CC from
11804         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11805
11806 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11807
11808         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11809         only if it exists in $(srcdir).
11810
11811 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
11812
11813         * configure: If CC and CXX are not set in the environment, set
11814         them, based on either an existing Makefile or on searching for gcc
11815         in PATH.  Substitute for CC and CXX in Makefile.
11816         * configure.in: Remove libm from target_libs.  Separate
11817         target_configdirs from configdirs.  If CC is not set in
11818         environment, try to get it from a host Makefile fragment.  Rewrite
11819         changes of configdirs to use skipdirs instead.  A few minor
11820         tweaks.  Take directories out of target_configdirs as they are
11821         taken out of configdirs.  Remove existing Makefile files from
11822         subdirectories.  Substitute for TARGET_CONFIGDIRS and
11823         CONFIG_ARGUMENTS in Makefile.
11824         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11825         by configure.in.
11826         (CONFIG_ARGUMENTS): Likewise.
11827         (CONFIGURE_TARGET_MODULES): New variable.
11828         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11829         ($(CONFIGURE_TARGET_MODULES)): New target.
11830         (configure-libg++, configure-libio): New targets.
11831         (all-libg++): Depend upon configure-libg++.
11832         (all-libio): Depend upon configure-libio.
11833         (configure-libgloss, all-libgloss): New targets.
11834         (configure-libstdc++): New target.
11835         (all-libstdc++): Depend upon configure-libstdc++.
11836         (configure-librx, all-librx): New targets.
11837         (configure-newlib): New target.
11838         (all-newlib): Depend upon configure-newlib
11839         (configure-xiberty): New target.
11840         (all-xiberty): Depend upon configure-xiberty.
11841
11842 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
11843
11844         * configure.in (host i[345]86-*-win32):  Expand the
11845         noconfigdirs again.
11846
11847 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
11848
11849         * mpw-configure: Fix sed command file name.
11850
11851 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
11852
11853         * configure.in (host i[345]86-*-win32): Reduce the
11854         noconfigdirs again.
11855
11856 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
11857
11858         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
11859         or powerpc*-*-pe*, since they are not yet supported.
11860
11861 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
11862
11863         Add PowerMac support and many other enhancements.
11864         * mpw-configure: New option --cc to select compiler to use,
11865         paste options set according to --cc into the generated
11866         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
11867         if mpw-make.sed is present.
11868         * mpw-config.in: Don't test for gC1, test for mpw-touch,
11869         add forward includes for PowerPC include files.
11870         * mpw-build.in: Build using Makefile.PPC if present.
11871         (do-byacc, etc): Remove separate version resource builds.
11872         (do-gas): Build "stamps" before "all".
11873         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
11874         * mpw-README: Update to reflect --cc option, PowerMac support,
11875         and recently-reported compatibility problems.
11876
11877 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
11878
11879         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
11880         embedded m68k systems (-aout, -coff, -elf, -vxworks).
11881         (--with-multilib-top): Pass to recursive invocations.
11882
11883 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
11884
11885         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11886         v810-*-*.
11887
11888 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11889
11890         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
11891         gdb, ld and opcodes on v810-*-*.
11892
11893 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
11894
11895         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
11896         (local-maintainer-clean): New target.
11897         (maintainer-clean): New target.
11898         (realclean): Just depend upon maintainer-clean.
11899
11900 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11901
11902         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
11903
11904 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
11905
11906         * configure.in: Build ld in mips*-*-bsd* case.
11907
11908 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
11909
11910         * config.sub: Accept -lites* OS.  From Ian Dall.
11911
11912 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
11913
11914         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
11915         targets.
11916
11917 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11918
11919         * configure.in: treat i386-win32 canadian cross the same as
11920         i386-go32 canadian cross.
11921
11922 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11923
11924         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
11925         running under the simulator to build a reduced set of libraries.
11926         (powerpc-*-eabiaix): Add fine grained multilib support added to
11927         other powerpc targets yesterday.
11928
11929 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11930
11931         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
11932         -disable-softfloat, -disable-relocatable, -disable-aix, and
11933         -disable-sysv to control which multilib libraries get built.
11934
11935 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
11936
11937         * configure: Add Makefile.tem to list of files to remove in trap
11938         handler.
11939
11940 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11941
11942         * config.guess (*Linux*):  Add missing "exit"s.
11943         Also, need specific check for alpha-unknown-linux (uses COFF).
11944
11945 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11946
11947         * config.guess:  Merge with FSF:
11948
11949         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
11950         * config.guess (AIX4): More robust release numbering discovery.
11951
11952         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
11953         * config.guess (i386-sequent-ptx): Properly get version number.
11954
11955         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
11956         * config.guess (mips:*:4*:UMIPS): New case.
11957
11958 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
11959
11960         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
11961         (i386-win32 host): Likewise.  Don't build readline.
11962
11963 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
11964
11965         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
11966         SUPPORT_FILES to submakes.
11967
11968 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
11969
11970         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
11971         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
11972         mpw-configure.
11973
11974 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
11975
11976         * configure.in (appdirs): Use =, not ==, in test expression when
11977         trying to build the text to print in the warning message for
11978         Solaris users.
11979
11980 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
11981
11982         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
11983
11984 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11985
11986         * config.guess: Recognize lynx-2.3.
11987
11988 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
11989
11990         * config.sub (z8ksim): Deleted
11991         (z8k-*-coff): New, this is the one true name of the target.
11992
11993 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
11994
11995         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
11996
11997 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
11998
11999         * config.guess (*:Linux:*:*): First try asking the linker what the
12000         default object file format is (elf, aout, or coff).  Then if this
12001         fails, try previous methods.
12002
12003 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12004
12005         * configure.in: Don't build newlib for *-*-vxworks5.1.
12006
12007 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12008
12009         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12010         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12011
12012 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
12013
12014         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12015
12016 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
12017
12018         * cfg-ml-com.in: New file.
12019         * cfg-ml-pos.in: New file.
12020
12021 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12022
12023         * COPYING.NEWLIB: Add HP free copyright to list.
12024
12025 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12026
12027         * config.sub: Recognize -eabi* for the system, not just -eabi.
12028
12029 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
12030
12031         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12032         * config.sub, configure.in (win32): New target and host.
12033
12034 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
12035
12036         * configure.in: Add i386-pe configuration.
12037
12038 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
12039
12040         * mpw-build.in (install): Install GDB after LD.
12041
12042 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
12043
12044         * mpw-config.in (elf/mips.h): Always forward-include, needed
12045         for GDB to build.
12046
12047 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12048
12049         * testsuite: New directory for customer acceptance and whole tool
12050         chain tests.
12051
12052 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
12053
12054         * configure: If per-host line isn't found, but AC_OUTPUT is found
12055         and a configure script exists, run it instead.
12056
12057 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12058
12059         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
12060
12061 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12062
12063         * configure: Set build_{cpu,vendor,os,alias} to host values when
12064         --build isn't specified.
12065
12066 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12067
12068         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12069         (FLAGS_TO_PASS): Pass them.
12070         (EXTRA_TARGET_FLAGS): Ditto.
12071
12072 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12073
12074         * Makefile.in (all-libg++): Depend on all-libstdc++.
12075
12076 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12077
12078         * configure.in (noconfigdirs): Enable all packages for
12079           i386-unknown-netbsd.
12080
12081 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
12082
12083         * configure.in (noconfigdirs): Don't configure tk for i386-go32
12084         hosted builds (DOS builds)
12085
12086 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
12087
12088         Changes for ARM based on patches from Richard Earnshaw:
12089         * config.sub: Handle armeb and armel.
12090         * configure.in: Omit arm linker only for riscix.
12091
12092 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12093
12094         * config.guess:  Update from FSF.
12095
12096 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
12097
12098         * config.sub: Recognize powerpcle as the little endian variant of
12099         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
12100         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
12101         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
12102         temporarily.
12103
12104 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
12105
12106         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12107
12108 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
12109
12110         * config.sub: Accept -lites* as a basic system type.
12111
12112 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
12113
12114         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12115         installed, and if so return linuxoldld as the system name.
12116
12117 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
12118
12119         * config.guess: Add hppa1.1-hp-lites support.
12120
12121 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12122
12123         * configure.in: Don't build newlib for m68k-vxworks5.1.
12124
12125 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12126
12127         * configure.in (mips-sgi-irix6): Use mh-irix5.
12128
12129 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
12130
12131         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12132
12133 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12134
12135         * test-build.mk: Enable building of shared libraries on IRIX 5 and
12136         OSF/1.  Fix compiler flags.
12137         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
12138
12139 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
12140
12141         * configure.in: Recognize --with-newlib.
12142         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12143
12144 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12145
12146         * Makefile.in: move {all,check,install}-gdb from *_MODULES
12147         to *_X11_MODULES due to gdbtk needing X include files et al.
12148
12149 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
12150
12151         Merge in support for Mac MPW as a host.
12152         (Old change descriptions retained for informational value.)
12153
12154         * mpw-config.in: Add generic include forwards for cpu-specific
12155         include files in aout and elf directories.
12156
12157         * mpw-configure: Added copyright.
12158         * mpw-config.in: Check for presence of required build tools.
12159         (target_libs): Add newlib.
12160         (target_tools): Add examples.
12161         (Read Me): Generate as "Read Me for MPW" instead.
12162         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12163         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12164         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12165
12166         * mpw-configure: Remove subdir-specific makefile hackery,
12167         delete mk.tmp after using it.
12168
12169         * mpw-build.in (all): Display start and end times.
12170
12171         * mpw-configure (host_canonical): Set.
12172         (target_cpu): Always add to makefiles.
12173         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12174         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12175         (mpw-mh-mpw): Look for in srcdir and srcroot.
12176         Use sed instead of mpw-edit-prefix to edit prefix definitions.
12177
12178         * mpw-build.in: (install-only): New target.
12179
12180         * mpw-configure (host_alias, target_alias): Rename from hostalias
12181         and targetalias, add into generated Makefile.
12182         (mk.tmp): If present, add into generated Makefile.
12183         * mpw-build.in (all-gas): Build config.h first before gas proper.
12184
12185         * mpw-configure (config.status): Write only if changed.
12186         * mpw-config.in (readline): Configure it (not built, just used for
12187         definitions).
12188
12189         * mpw-config.in (elf/mips.h): Add a forward include.
12190
12191         * mpw-config.in: Forward-include most .h files in include into
12192         extra-include.
12193         (readline): Don't build.
12194         mpw-build.in (install): Install GDB.
12195
12196         * mpw-configure (prefix, mpw_prefix): Handle it.
12197         * mpw-config.in (mmalloc, readline): Don't configure.
12198         * mpw-build.in (thisscript): Rename to ThisScript.
12199         Use mpw-build instead of BuildProgram everywhere.
12200         (mmalloc, readline): Don't build.
12201         * mpw-README: New file, basic documentation about the MPW port.
12202
12203         * mpw-config.in: Use forward-include to create include files.
12204
12205         * mpw-configure: Add more things to the top of each configured
12206         Makefile, including contents of config/mpw-mh-mpw.
12207         * mpw-config.in (extra-include): Create this directory and fill it
12208         with Posix-like include files when configuring.
12209
12210         * config.sub (apple, mac, mpw): Add various aliases.
12211
12212         * mpw-build.in: New file, top-level build script fragment for MPW.
12213         * mpw-configure: New file, configure script for MPW.
12214         * mpw-config.in: New file, config fragment for MPW.
12215
12216 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12217
12218         * configure.in (host_libs): Remove glob, since it is gone from the
12219         sources.
12220
12221 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12222
12223         * Makefile.in: define empty GDB_NLM_DEPS var.
12224
12225         * configure.in(target_makefile_frag): use config/mt-netware
12226         for netware targets.
12227
12228 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
12229
12230         * config.sub: Merge in recent FSF changes.  Remove linux special
12231         cases.
12232
12233 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12234
12235         Revert this change:
12236
12237         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
12238
12239                 * build-all.mk: Use CC=cc -Xs on Solaris.
12240
12241 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12242
12243         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
12244         stop using it.
12245         * Makefile.in: Nuke all references to glob subdirectory.
12246
12247 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12248
12249         * configure.in: Fix --enable-shared logic in per-host.
12250
12251 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12252
12253         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12254
12255 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12256
12257         * configure.in (noconfigdirs): Don't build gas on AIX, for
12258         powerpc*-*-aix* as well as for rs6000*-*-aix*.
12259
12260 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
12261
12262         * configure: Fix --cache-file to work if the file argument is a
12263         relative path.
12264
12265 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
12266
12267         * configure: If the --cache-file is used, pass it down to
12268         configure in subdirectories.
12269
12270 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
12271
12272         * config.sub: add vxworks29k configuration.
12273
12274 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
12275
12276         * Makefile.in (taz): Do "diststuff" part quietly.
12277
12278 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
12279
12280         * config.sub: Mini-merge with gcc/config.sub.
12281
12282 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12283
12284         * config.guess (IRIX): Sed - to _.
12285
12286 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12287
12288         * Makefile.in (source-vault, binary-vault): New targets.
12289
12290 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
12291
12292         * config.sub: Recognize -eabi as a basic system type.
12293
12294 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12295
12296         * configure.in (enable_shared stuff): Fix typo.
12297
12298 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
12299
12300         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12301
12302 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12303
12304         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12305
12306 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
12307
12308         * configure.in (rs6000-*-*): Don't build gas.
12309
12310 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
12311
12312         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12313         reduce command line length.
12314         (AS_FOR_TARGET): Check for as.new, not Makefile.
12315         (NM_FOR_TARGET): Check for nm.new, not Makefile.
12316
12317 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12318
12319         * config.guess:  Merge from FSF.
12320
12321 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12322
12323         * configure: Don't use $ when handling program_suffix.
12324
12325 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
12326
12327         * configure.in:  Configure tk for hppa/hpux.
12328
12329 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
12330
12331         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
12332
12333 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
12334
12335         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
12336         to LIBCXXFLAGS.  Tests are better run without it.
12337
12338 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
12339
12340         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12341
12342 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
12343
12344         * configure.in (*-*-netware*): Don't configure xiberty.
12345
12346 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
12347
12348         * configure.in:  Remove tk from native_only list.
12349
12350 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
12351
12352         * build-all.mk: Add mips-ncd-elf target to sun4 targets
12353           for special NCD build.
12354
12355 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12356
12357         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12358         makeall.bat, they're only useful for binutils snapshots.
12359         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12360         makeall.bat to specified SUPPORT_FILES.
12361
12362 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
12363
12364         * build-all.mk: Add Ericsson targets to sun4 and solaris
12365           hosts.  Add  BNR's sun4 target to solaris host, so their
12366           build-from-source will be tested in-house first.
12367
12368 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
12369
12370         * Makefile.in (LIBCFLAGS): New variable.
12371         (CFLAGS_FOR_TARGET): Ditto.
12372         (LIBCFLAGS_FOR_TARGET): Ditto.
12373         (LIBCXXFLAGS): Ditto.
12374         (CXXFLAGS_FOR_TARGET): Ditto.
12375         (LIBCXXFLAGS_FOR_TARGET): Ditto.
12376         (BASE_FLAGS_TO_PASS): Pass them.
12377         (EXTRA_TARGET_FLAGS): Ditto.
12378
12379         * configure.in: Support --enable-shared.
12380
12381 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
12382
12383         * configure.in (target_libs):  Include libstdc++ again.
12384         * config.guess:  Update from FSF (for FreeBSD).
12385
12386 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12387
12388         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12389         makeall.bat.
12390         (DISTDOCDIRS): Add `etc'.
12391         (ETC_SUPPORT_PFX): New variable.
12392         (taz): Include anything from etc starting with a word in
12393         ETC_SUPPORT_PFX.
12394
12395 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12396
12397         * config.sub: Update for recent FSF changes.  Remove obsolete
12398         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
12399         spacing changes.
12400
12401 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
12402
12403         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
12404
12405         * config.guess:  Merge with FSF.
12406         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12407
12408 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12409
12410         * configure: Since the "trap 0" handler will override the exit
12411         status on many systems, only use it for "exit 1", and make it set
12412         a non-zero exit status; reset it before "exit 0".  Also, check
12413         exit status of config.sub, and error out if it failed.
12414
12415 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
12416
12417         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12418         and install libgloss.
12419
12420 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12421
12422         * Makefile.in (all-binutils): Depend upon all-byacc.
12423
12424         * configure.in: Don't build emacs on Irix 5.
12425
12426 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
12427
12428         * configure.in (*-*-netware*): Add libio.
12429
12430 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
12431
12432         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12433         (CHECK_TARGET_MODULES): Ditto.
12434         (INSTALL_TARGET_MODULES): Ditto.
12435         (TARGET_LIBS): Ditto.
12436         (all-libstdc++): Note dependencies.
12437
12438 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12439
12440         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12441
12442 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
12443
12444         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12445         -fexternal-templates.
12446
12447         * configure.in (target_libs): Add libstdc++.
12448         (noconfigdirs): Add libstdc++ as appropriate.
12449
12450 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12451
12452         * config.guess:  Update from FSF.
12453
12454 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12455
12456         * configure: Use ${config_shell} when running ${configsub}.
12457
12458 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
12459
12460         * config.sub: No longer recognize h8300h.
12461
12462 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12463
12464         * config.sub: Remove extraneous differences between config.sub and
12465         gcc/config.sub.
12466
12467 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12468
12469         * Makefile.in (DISTSTUFFDIRS): Add gas.
12470
12471 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
12472
12473         * COPYING.NEWLIB: New file.
12474
12475 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12476
12477         * config.guess (HP-UX):  Patch from Harlan Stenn
12478         <harlan@landmark.com> to also emit release level.
12479
12480 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
12481
12482         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12483
12484 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12485
12486         * config.sub:  Merge nextstep cleanup from FSF.
12487
12488 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12489
12490         * configure.in (arm-*-*): Don't configure ld for this target.
12491
12492 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
12493
12494         * configure.in (*-*-netware): don't configure libg++, libio,
12495           librx, or newlib.
12496
12497 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12498
12499         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
12500         configure ld--it works, but it doesn't support shared libraries.
12501
12502 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12503
12504         * config.guess (*-unknown-freebsd*):  Get rid of possible
12505         trailing "(Release)" in version string.
12506         Patch from Paul Richards <paul@isl.cf.ac.uk>.
12507
12508 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12509
12510         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12511         Fix type: *-next-neststep -> *-next-nextstep.
12512
12513         * config.guess:  Merge from FSF:
12514
12515         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
12516
12517         * config.guess: Recognize powerpc-ibm-aix3.2.5.
12518
12519         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
12520
12521         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12522         instead of UNIX_SV for UnixWare 1.0).
12523
12524 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
12525
12526         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
12527         to make gdb/nlm/* build after the compiler and linker.
12528
12529 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12530
12531         * config.guess (netbsd, freebsd, linux):  Accept any machine,
12532         not just i[34]86.
12533         (m68k-atari-sysv4):  Relocate to match FSF version.
12534
12535         * config.guess:  More merges from the FSF:
12536
12537         Add a space before function call or macro invocation.
12538
12539         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12540
12541         * config.guess: Add trap cmd to remove dummy.c and dummy when
12542         interrupted.
12543
12544         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12545
12546         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
12547         (dummy): Redirect stderr from compilation of dummy.c.
12548
12549         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
12550
12551         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
12552
12553 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
12554
12555         * configure: Accept and ignore --cache*, for compatibility with
12556         new autoconf.
12557
12558 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12559
12560         * config.guess:  Merge from FSF:
12561
12562         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
12563
12564         * config.guess (Pyramid*:OSx*:*:*): New case.
12565         (PATH): Add /.attbin at end for finding uname.
12566         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
12567
12568         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
12569
12570         * config.guess (M88*:DolphinOS:*:*): New case.
12571
12572         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
12573
12574         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
12575         to select whether to use ELF or COFF.
12576
12577         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
12578
12579         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
12580
12581         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
12582
12583         * config.guess: Guess the OS version for HPUX.
12584
12585         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
12586
12587         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12588
12589 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12590
12591         * configure.in: Recognize --with-headers, --with-libs, and
12592         --without-newlib.
12593         * Makefile.in (all-xiberty): Depend upon all-ld.
12594
12595 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12596
12597         * configure.in: Change i[34]86 to i[345]86.
12598
12599 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12600
12601         * configure (version): A few more tweaks to help message.
12602
12603 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12604
12605         * Makefile.in:  Remove (for now) librx as a host library,
12606         now that we're building it for target.
12607
12608 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12609
12610         * configure: Fix up help message; from karl@owl.hq.ileaf.com
12611         (Karl Berry).
12612
12613 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12614
12615         * configure.in:  Also configure librx.
12616
12617 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12618
12619         * Makefile.in:  Update various rules to reflect that librx
12620         is now needed for libg++.
12621
12622 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12623
12624         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12625
12626 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
12627
12628         * configure.in: Configure the examples directory.
12629
12630 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12631
12632         * configure: Simplify Jun 2 1994 change.
12633
12634 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
12635
12636         * change CC to /usr/latest/bin/gcc for lynx host builds, since
12637         /bin/gcc isn't good enough to build gcc.
12638
12639 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
12640
12641         * Makefile.in (GDB_SUPPORT_FILES): Remove
12642         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
12643         (gdb.tar.gz): Add new rule to use standard distribution building
12644         mechanism.
12645
12646 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12647
12648         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
12649         Bill Cox <bill@cygnus.com>.
12650
12651 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12652
12653         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
12654
12655 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
12656
12657         * configure:  Search current dir first in .gdbinit.
12658
12659 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12660
12661         * config.sub:  Recognize freebsd (merged from gcc config.sub).
12662
12663 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12664
12665         * config.sub:  Refer to NeXT's operating system as nextstep.
12666
12667         * config.sub (case $basic_machine):  Re-order the cases, to match
12668         the order in the FSF version (which is mostly alphabethical).
12669         Merge in some additions and changes from the FSF.
12670
12671 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
12672
12673         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12674         * config.sub: Recognize cxux7.
12675         * configure.in: Use mh-cxux for m88k-harris-cxux*.
12676
12677 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12678
12679         * config.sub:  Fix typo powerpc -> powerpc-*.
12680
12681 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
12682
12683         * Makefile.in: `all-emacs19' depends on `all-byacc'.
12684
12685         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12686         parallel with all-emacs and install-emacs).  Top-level command
12687         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12688
12689 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12690
12691         * test-build.mk ($(host)-stamp-stage2-installed): Remove
12692         $(relbindir)/make before doing ``make install'', and use
12693         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
12694         installing over running make binary.
12695         ($(host)-stamp-stage3-installed): Likewise.
12696
12697 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12698
12699         * config.guess: Recognize Mach.
12700
12701 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12702
12703         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12704         see whether --exec-prefix was used.
12705
12706 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12707
12708         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
12709
12710 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12711
12712         * Makefile.in: Add all-librx target similar to all-libproc.
12713
12714 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
12715
12716         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
12717         with post 1.2 uname bogosity.
12718
12719 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12720
12721         * configure: Remove temporary files on receipt of a signal.
12722
12723 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
12724
12725         * configure: If there is a package_makefile_frag, remove
12726         ${subdir}/Makefile.tem after copying it in.
12727
12728 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
12729
12730         * build_all.mk: support rs6000 lynx identifies itself as
12731         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
12732         since /bin/gcc is too feeble to compile a modern gcc.
12733
12734 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
12735
12736         * brought devo/test-build.mk update-to-date with progressive/
12737           test-build.mk. Add lynx targets and hppa flag info.
12738
12739 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12740
12741         * configure.in:  Use mh-ncrsvr43.  Patch from
12742         Tom McConnell <tmcconne@sedona.intel.com>.
12743
12744 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12745
12746         * config.guess (i386-unknown-bsdi):  No longer need to
12747         check #if defined(__bsdi__) && defined(__i386__).
12748
12749 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12750
12751         * configure: Set program_transform_nameoption correctly.
12752
12753 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
12754
12755         * brought build-all.mk update-to-date with progressive build-all.mk,
12756           added new targets and hppa info.
12757
12758 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12759
12760         * configure: If config.guess result is a prefix of the user
12761         specified target, assume a native build and use the user specified
12762         target as the host alias.  Remove SunOS patch suffix removal hack.
12763         * configure.in: Remove SunOS patch suffix removal hack.
12764
12765         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12766         in NATIVE_CHECK_MODULES.
12767
12768 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
12769
12770         * Makefile.in: Rename HOST_ONLY to NATIVE.
12771         * configure: Delete SunOs patch suffix from host_canonical
12772           and build_canonical variables that are prepended to Makefiles.
12773         * configure.in: Add comments for easier maintenance.
12774
12775 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12776
12777         * Makefile.in: Add all-libproc target similar to all-gui.
12778
12779 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
12780
12781         * Makefile.in (CHECK_MODULES): split into
12782         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12783
12784 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
12785
12786         * config.guess (i386-unknown-bsdi): New system to guess.
12787
12788 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12789
12790         * Makefile.in: Add all-gui target (but not yet build by "all").
12791
12792 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
12793
12794         * config.sub: Move deletion of patch suffix from here...
12795         * configure.in: To here, at Ian's suggestion.  The top-
12796           level scripts might need to know of a patch level.
12797
12798 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
12799
12800         * config.sub: Strip off patch suffix so rtl is recognized
12801           as a sunos4.1.3 machine, even though it's been patched.
12802
12803 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
12804
12805         * Makefile.in (INSTALL_LAST): Delete.
12806         (INSTALL_DOSREL): New.
12807
12808 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12809
12810         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12811         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12812         whether we pass down --with-gnu-ld anyhow.
12813
12814 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
12815
12816         * Makefile.in (INSTALL_LAST): Change operation so it works
12817         on more flavors of make.
12818         * configure.in (go32): Don't build libg++ or libio.
12819
12820 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
12821
12822         * Makefile.in (Move HOST_PREFIX_1 and friends up so
12823         they can be overriden by templates.
12824
12825 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
12826
12827         * configure.in (target==go32): Don't build gdb.
12828         * dosrel: New directory.
12829
12830 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
12831
12832         * configure.in (host==go32): Configure dosrel too.
12833         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12834         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12835         be set by incoming names or templates.
12836         (INSTALL_LAST): New rule.
12837
12838 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
12839
12840         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12841
12842 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12843
12844         * configure.in (appdirs): New variable.  Currently empty, but will
12845         be used in gas distribution.  If nonempty, lists a set of
12846         directories at least one of which must get configured, or top
12847         level configuration is considered to have failed.
12848         (rs6000-*-lynxos*): Use new file name.
12849
12850 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12851
12852         Eliminate XTRAFLAGS.
12853         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12854         newlib include files using -idirafter, and also use -nostdinc.
12855         (CXX_FOR_TARGET): Likewise.
12856         (XTRAFLAGS): Removed.
12857         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
12858         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
12859         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
12860         ($(DO_X)): Don't pass down XTRAFLAGS.
12861
12862 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12863
12864         * configure.in (mips*-dec-bsd*): New target; do build linker.
12865         (mips*-*-bsd*): New target; don't build linker.
12866
12867 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
12868
12869         * configure.in: support rs6000-*-lynxos* configuration.
12870         support sunos4 as a cross target.
12871
12872         * config.sub: look for lynx*, not lynx since the OS version may
12873         legitimately be part of the name.
12874
12875 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12876
12877         * configure.in (i[34]86-*-sco*): Move to be with other i386
12878         targets.
12879         (romp-*-*): New target.  Skip various binary utilities.
12880         (vax-*-*): New target.  Don't build newlib.
12881         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
12882
12883 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12884
12885         * configure.in: Only set host_makefile_frag if config
12886         directory exists.
12887
12888 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12889
12890         * install.sh: If $dstdir exists, don't check whether each
12891         component does.
12892
12893 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12894
12895         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
12896
12897 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
12898
12899         * configure.in (*-*-lynxos*): Don't configure newlib for either
12900         native or cross Lynx.
12901
12902 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
12903
12904         * config.sub (sparc64-elf): Fix os.
12905         (z8k): Remove duplicate.
12906
12907 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12908
12909         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
12910         gcc/stmp-fixproto, to try to prevent fixproto from being run.
12911
12912 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
12913
12914         * configure: Make file links cleanly even if Lynx fails on
12915           an NFS symlink (at least fail cleanly).
12916
12917 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
12918
12919         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
12920         -XNh2000.
12921
12922 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12923
12924         * configure: Unknown options are fatal again.
12925
12926 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
12927
12928         * configure: Ignore --x-includes and --x-libraries, for Autoconf
12929         compatibility.
12930
12931 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
12932
12933         * build-all.mk: Add `clean' target.
12934
12935 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12936
12937         * config.guess:  Add SINIX support.
12938         * configure.in:  Add mips-*-sysv4* support.
12939
12940 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
12941
12942         * build-all.mk: Document all useful targets.
12943         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
12944         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
12945
12946 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12947
12948         * configure: Support --silent, --quiet.
12949
12950 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12951
12952         * configure: Support --disable-FEATURE.
12953
12954 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12955
12956         * config.guess: Recognize NCR running SVR4.3.
12957
12958 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12959
12960         * config.guess:  Make BSDI generate i386-unknown-bsd386.
12961         Patch from Paul Eggert <eggert@twinsun.com>.
12962
12963 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12964
12965         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
12966
12967 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12968
12969         * configure: Make unrecognized options give nonfatal warnings
12970         instead of fatal errors, and pass them to any subdirectory
12971         configures in case they recognize them.
12972         Make --x equivalent to --with-x.
12973
12974 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12975
12976         * configure: Add --enable-* options.  Clean up usage message and
12977         some comments.
12978
12979 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
12980
12981         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
12982
12983 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12984
12985         * configure.in (hppa*-*-*): Enable binutils.
12986
12987 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12988
12989         * config.sub: Recognize cisco.
12990
12991 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
12992
12993         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
12994
12995 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12996
12997         * config.guess: about target *-hitachi-hiuxwe2, don't print more
12998         than one configuration name.  Add comment.
12999
13000 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
13001
13002         * config.guess: about target *-hitachi-hiuxwe2, fixed
13003         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
13004         macro is incorrect.]
13005
13006 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13007
13008         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13009         than the "make ls" stuff which used to be here.
13010
13011 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13012
13013         * config.guess:  Recognize i[34]86-unknown-freebsd.
13014         From Shawn M Carey <smcarey@rodan.syr.edu>.
13015
13016 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13017
13018         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13019
13020 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
13021
13022         * config.guess: Check for ptx.
13023
13024 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
13025
13026         * config.sub: Add os9k checking.
13027
13028 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13029
13030         * config.guess: Handle OSF1 running on HPPA processors
13031
13032 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
13033
13034         * configure: If subdir configure fails, print out a message with
13035         subdirectory name, in case subdir's configure code didn't identify
13036         itself.
13037
13038 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
13039
13040         * configure.in: Remove embedded newlines from configdirs.
13041         Avoid mismatches of substrings.  Fix matching strings at end
13042         of configdirs.
13043
13044 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
13045
13046         * config.guess:  Add Lynx/rs6000 config support.
13047
13048 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
13049
13050         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13051
13052 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
13053
13054         * configure.in (hppa*-*-osf*): Treat this just like most other
13055         PA configurations (eg no binutils or ld).
13056         (hppa*-*-*elf*): These configurations have binutils and ld.
13057
13058 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13059
13060         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
13061
13062 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13063
13064         * configure.in (rs6000-*-*): Build gas.
13065
13066 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13067
13068         * Makefile.in:  Avoid bug in losing hpux sed.
13069
13070 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13071
13072         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13073         for GDB and GDB has been fixed to not need it.
13074
13075 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13076
13077         * config.guess: Recognize vax hosts.
13078
13079 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13080
13081         * configure (while loop): Don't use "break 2" inside case
13082         statement -- the case statement isn't an enclosing loop.
13083
13084 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13085
13086         * config.guess:  Clean up NeXT support, to allow nextstep
13087         on Intel machines.  Make OS be nextstep.
13088
13089 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
13090
13091         * config.guess: Add alternate forms for Convex.
13092
13093 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
13094
13095         * configure:  Completely rewrite option processing.  Take
13096         advantage of pattern-matching to avoid invoking test frequently.
13097         Also clean up host and target defaulting logic.
13098
13099 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13100
13101         * Makefile.in: Replace all occurrances of "rootme" with "r" and
13102         "$${rootme}" with "$$r", to increase the likelihood that the do-*
13103         commands (plus user environment) will fit SCO limits.
13104
13105 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13106
13107         * configure.in: Don't issue warnings about directories which are
13108         not being configured if -norecursion is set.  Correct test for
13109         --with-gnu-as and --with-gnu-ld to not get confused by substring
13110         matches.
13111
13112         * configure.in: Don't build gas for alpha-dec-osf1*.
13113
13114 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
13115
13116         * configure:  Back out Per's change of 12/19/1993.  It changes the
13117         behavior of configure in unexpected and confusing ways.
13118
13119         Also, use different delim char when calculating
13120         program_transform_name so that the name can contain slashes.
13121
13122 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
13123
13124         * configure.in, config.sub: Add support for VSTa micro-kernel.
13125
13126 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
13127
13128         * configure.in: Nuke hacks which were used to get a special
13129         version of GAS for HPPA configurations.
13130
13131 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13132
13133         * configure:  If only ${target_alias} is given, use that
13134         as the default for ${host_alias}.
13135         * configure:  Add missing back-slashes before nested quotes.
13136
13137 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
13138
13139         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13140
13141 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
13142
13143         * config.guess:  Recognize some Tektronix configurations.
13144         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13145
13146 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
13147
13148         * config.sub: Match any flavor of SH.
13149
13150 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
13151
13152         * configure.in: Don't try to configure newlib for Alpha.
13153
13154 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13155
13156         * configure.in: Don't build ld for Irix 5.  Don't build gas,
13157         libg++ or libio for any Alpha target.
13158
13159         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
13160
13161 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
13162
13163         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13164         default arguments -- so it tried to compress itself.
13165
13166 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
13167
13168         * configure.in (notsupp): ensure that a space is always at the end
13169           of the configdirs list, since the grep checks for an explicit space
13170
13171 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13172
13173         * configure.in (target i386-sysv4.2): don't build ld, since static
13174           versions of many libraries are not available.
13175
13176 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13177
13178         * config.guess: Recognize Apollos (using environment variables).
13179         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13180
13181 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13182
13183         * config.guess: Recognize Sony news mips running newsos.
13184
13185 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
13186
13187         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13188         "fi ; else" for bash.
13189
13190 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
13191
13192         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13193
13194 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
13195
13196         * config.sub: accept unixware as an alias for svr4.2.
13197         Fix some inconsistancies with the gcc version.
13198
13199 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13200
13201         * Makefile.in (DISTDOCDIRS):  Add gdb.
13202
13203 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13204
13205         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
13206
13207 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
13208
13209         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13210         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13211         this now.
13212
13213 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13214
13215         * config.sub: Accept hiux* as an OS name.
13216
13217         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13218         etc/make-stds.texi.  The underscore came from gcc, and dje now
13219         agrees that RUNTESTFLAGS is the correct name.
13220
13221 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13222
13223         * install.sh:  Remove 'set -e'.  It makes any conditionals
13224         in the script useless.
13225
13226         * config.guess: Automatically recognize arm-acorn-riscix
13227         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13228
13229 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
13230
13231         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13232
13233 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
13234
13235         * Makefile.in (DISTDOCDIRS): New variable.
13236         (taz): Edit local Makefile.in sooner, instead of proto-toplev
13237         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
13238
13239 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13240
13241         * configure.in (hppa target): check the source directory for the
13242           pagas sub-directory
13243
13244 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
13245
13246         * config.sub: Allow -aout* and -elf*.
13247
13248 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
13249
13250         * configure.in: Don't build ld on i386-solaris2, same as for
13251         sparc-solaris2.
13252
13253 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13254
13255         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13256
13257 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13258
13259         * configure.in:  Configure gdb for alpha.
13260
13261 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13262
13263         * Makefile.in (CXXFLAGS): Add -O.
13264
13265 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13266
13267         * config.guess: added support for DG Aviion
13268
13269 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
13270
13271         * configure.in: Produce warning message for subdirectories not
13272         configurable for this host/target combination.  Don't try to
13273         configure gdb for vms.
13274
13275 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
13276
13277         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13278         appropriate files before making "diststuff".
13279         (DISTBISONFILES): New var: list of files to be edited.
13280         (DISTSTUFFDIRS): Add binutils.
13281
13282 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13283
13284         * config.sub: also handle mipsel and mips64el (for little endian mips)
13285
13286 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13287
13288         * configure.in: Add * to end of all OS names.
13289
13290 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
13291
13292         * configure.in: Build newlib for LynxOS native.
13293
13294 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13295
13296         * config.guess: Add support for delta 88k running SVR3.
13297
13298         * configure.in: Add comment about HP compiler vs. emacs.
13299
13300 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13301
13302         * configure.in: don't build ld on solaris2 (not a viable option
13303           due to bugs in getpwnam & getpwuid)
13304
13305 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
13306
13307         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13308         config.guess will produce a full version number.
13309
13310 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13311
13312         * configure.in: Build linker and binutils for alpha-dec-osf1.
13313
13314 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13315
13316         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13317         and gdb/testsuite/Makefile.in.
13318
13319 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13320
13321         * configure.in: recognize mips*- instead of mips-
13322
13323 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
13324
13325         * config.sub: Accept linux*coff and linux*elf as operating
13326         systems.
13327
13328 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13329
13330         * config.sub: Recognize mips64, and mips3 as an alias for it.
13331
13332 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13333
13334         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13335         gdb knows how to handle OSF/1 shared libraries.
13336
13337 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13338
13339         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13340         * config.guess: Recognize Hitachi's HIUX.
13341         * config.sub: Recognize h3050r* and hppahitachi.
13342         Remove redundant cases for hp9k[23]*.
13343
13344 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13345
13346         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13347         if gas and ld are in the source tree and are in ${configdirs}.
13348         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
13349         --with options (but still pass them down on the command line,
13350         if they were explicitly specified).
13351
13352 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13353
13354         * configure: substitute SHELL value in Makefile.in with
13355         ${CONFIG_SHELL}
13356
13357 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13358
13359         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13360         *-*-solaris2* targets.
13361
13362 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13363
13364         * Makefile.in: define M4, and pass it down to sub-makes;
13365         all-autoconf now depends on all-m4
13366
13367 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13368
13369         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13370         presence of {ar,ranlib} instead of a configured directory
13371
13372 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
13373
13374         * config.guess: Accept 34?? as well as 33?? for NCR.
13375
13376 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13377
13378         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13379         of 'gas' in sed commands, since 'gash' is now in the tree as well.
13380
13381 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13382
13383         * configure: grab values for $(CC) and $(CXX) from the
13384         environment, so that someone can do "CC=gcc configure; make" and
13385         have it work right (matching the way that autoconf works now)
13386
13387         * configure.in, Makefile.in: add support for gash, the tcl
13388         interface to Galaxy
13389
13390         * config.guess: add NetBSD variants (hp300, x86)
13391
13392 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
13393
13394         * install.sh: Support -d option (in the manner of SunOS 4 install,
13395         as it is more deterministic than that of GNU install)
13396         (chmodcmd): Set file to mode 755 by default (should also do default
13397         chgrp and chown, but I don't feel like dealing with that now)
13398
13399 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
13400
13401         * config.sub: Remove h8300hhms alias.
13402
13403 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13404
13405         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13406
13407 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13408
13409         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13410         as stmp-fixinc
13411
13412 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
13413
13414         * config.sub: recognize m88110-bug-coff.
13415
13416 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13417
13418         * Makefile.in (all-libio): all dependencies on the toolchain used
13419         to build this (gcc, gas, ld, etc)
13420
13421 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13422
13423         * config.guess: Deal with OSF/1 1.3 on alpha.
13424
13425 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13426
13427         * install.sh: add some 'else true' clauses for portability
13428
13429         * configure.in: don't build libio for h8[35]00-*-* targets
13430
13431 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13432
13433         * Makefile.in:  Add support for new libio.
13434
13435 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13436
13437         * install.sh: If one command fails, don't try the rest.  Don't try
13438         to remove $dsttmp (via trap) unless we have already created it.
13439         If $src doesn't exist, detect it and exit with an error.
13440
13441         * config.guess: Recognize BSD on hp300.
13442
13443 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13444
13445         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13446         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13447
13448 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
13449
13450         * Makefile.in (all-send-pr): depends on all-prms
13451
13452 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13453
13454         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13455
13456 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13457
13458         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13459         Added test for mips-mips-riscos5.
13460
13461 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13462
13463         * configure.in: use mh-hp300 for 68k HP hosts
13464
13465 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13466
13467         * configure: add support for CONFIG_SHELL, so that you can use
13468         some alternate shell for evaluating configure scripts
13469
13470 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
13471
13472         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
13473         in configure script to bug-gdb@prep.ai.mit.edu when building
13474         distribution archive.
13475         * Makefile.in (COMPRESS):  Remove def.
13476         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
13477         gdb.tar.Z and make-gdb.tar.Z respectively.
13478         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
13479         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
13480         to convergence with 'taz' target in Makefile.in.
13481
13482 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13483
13484         * install.sh (dsttmp): use trap to ensure that tmp files go
13485         away on error conditions
13486
13487 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13488
13489         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13490
13491 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13492
13493         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13494         its parent is '/' not ''.
13495
13496         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13497
13498 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
13499
13500         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13501         that ${newsrcdir}/configure.in does.
13502
13503 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13504
13505         * test-build.mk: support for CONFIG_SHELL
13506
13507 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
13508
13509         * config.sub (netware):  Add as a basic system type.
13510
13511 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
13512
13513         * Makefile.in (Makefile): depend on configure.in.  Also drop the
13514           $(srcdir)/ from the dependency on Makefile.in.
13515
13516 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
13517
13518         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13519         (h8300hhms is temporary until multi-libraries are implemented).
13520         * configure.in: Handle h8300h too.
13521
13522 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13523
13524         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13525
13526 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
13527
13528         * configure:  Remove extraneous output when guessing host type.
13529         * config.guess:  Remove extraneous output when guessing using C
13530         compiler rather than uname, or when guessing fails.
13531
13532 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
13533
13534         * Makefile.in: remove all.cross and install.cross targets
13535
13536         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13537           definitions
13538
13539 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
13540
13541         * configure.in (target sh): Build gprof.
13542
13543 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13544
13545         * config.sub: change -solaris to -solaris2
13546
13547 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13548
13549         * configure.in: Use config/mh-riscos for mips-*-sysv*.
13550
13551 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
13552
13553         * configure: Correct error message for missing Makefile.in to
13554         print correct directory.
13555
13556 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13557
13558         * install.sh: kludge around 386BSD shell bug
13559
13560 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
13561
13562         * config.guess:  Recognize NeXT.
13563         * config.guess:  Recognize i486-ncr-sysv4.
13564         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
13565
13566 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
13567
13568         * Makefile.in (MAKEINFOFLAGS): New variable.
13569         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
13570         * build-all.mk, test-build.mk: Pass down --no-split as
13571         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
13572
13573 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
13574
13575         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
13576
13577 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
13578
13579         * Makefile.in (libg++.tar.z):  New rule.
13580         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
13581         * Makefile.in (taz):  Only do a single chmod.
13582
13583 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
13584
13585         * install.sh: don't use dirname anymore (replaced with sed usage)
13586
13587 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
13588
13589         * Makefile.in:  Change extension for gzip'd files from '.z' to
13590         '.gz' per new FSF standard usage.
13591
13592 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
13593
13594         * configure: put quotes around the final value of program_transform_name
13595
13596 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13597
13598         * Makefile.in: new install.sh support; update install-info rules
13599
13600 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
13601
13602         * configure.in: Build diff for crosses, but not for go32 host.
13603
13604         * configure.in: Build gprof only for native, and don't build it
13605         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13606
13607 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
13608
13609         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13610
13611 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13612
13613         * configure.in (host_tools): Add prms.
13614
13615 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13616
13617         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13618         with $(FLAGS_TO_PASS) on the command line
13619
13620         * config.sub: Recognize lynx and lynxos
13621
13622 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
13623
13624         * config.sub: Accept -ecoff*, not just -ecoff.
13625
13626 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13627
13628         * Makefile.in (taz): Use .gz suffix instead of .z.
13629         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13630         names.
13631
13632 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13633
13634         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13635
13636 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13637
13638         * Makefile.in (install-no-fixedincludes):  install gcc last, so
13639         that rebuilds that might happen during 'make install' don't get
13640         bogus gcc include files
13641
13642 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13643
13644         Change from Utah for HPPA support:
13645         * config.guess: Recognize hppa1.x-hp-bsd.
13646
13647 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
13648
13649         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
13650         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13651
13652 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13653
13654         * config.sub: Add support for rom68k and bug boot monitors.
13655
13656 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
13657
13658         * Makefile.in: Make all-opcodes depend on all-bfd.
13659
13660 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
13661
13662         * config.guess: Added special check for i[34]86-univel-sysv4*.
13663
13664 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
13665
13666         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13667         the processor rather than assuming i486.
13668
13669 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13670
13671         * config.guess: Recognize SunOS6 as Solaris3.
13672
13673 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
13674
13675         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
13676         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13677
13678 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
13679
13680         * build-all.mk (all-cross): New target for Canadian Cross.
13681         Added Q2 go32 targets.
13682         * test-build.mk: Configure go32 cross sparclite-aout and
13683         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
13684         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13685
13686 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13687
13688         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13689         GO32 hosted toolchains
13690
13691 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13692
13693         * configure: change  so "-exec-prefix" gets passed down rather
13694         than "-exec_prefix" so autoconf generated Makefiles get the
13695         exec_prefix set right.
13696
13697 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13698
13699         * config.guess: get the Solaris2 minor version number
13700
13701         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13702
13703 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13704
13705         * config.guess: Recognize some Sequent platforms.
13706
13707 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13708
13709         * Makefile.in: added the vault-install target
13710
13711         * configure.in: actually use the Sun3 makefile fragment that's in
13712         config, also added the release dir to configdirs
13713
13714 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13715
13716         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13717
13718 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13719
13720         * configure.in: remove some program from Alpha targetted toolchains
13721
13722 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
13723
13724         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
13725         gprof.
13726         (taz): Run "make diststuff" in those directories instead of "make
13727         proto-dir".  Look for "VERSION=" only at start of line in subdir
13728         Makefile.  Use "gzip -9" for compression.
13729         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13730         (binutils.tar.z): New target.
13731
13732 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13733
13734         * Makefile.in (taz): Include gpl.texinfo.
13735
13736 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13737
13738         * Makefile.in (setup-dirs): Merged into "taz" target.
13739         (taz): Only do `proto-dir' stuff if a directory is actually needed
13740         for this target.
13741
13742 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
13743
13744         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13745         (FLAGS_TO_PASS): Pass down MUNCH_NM.
13746         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13747         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13748         (gcc-no-fixedincludes): Correct for current gcc Makefile.
13749
13750 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
13751
13752         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
13753         config.sub, and move-if-change to gdb testsuite distribution
13754         archive, so the testsuite can be extracted, configured, and
13755         run separately from the gdb distribution.  Blow away the Chill
13756         tests that require a Chill compiled executable, since GNU Chill
13757         is not yet publically available.
13758
13759 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13760
13761         * test-build.mk: set environment variables in a single command,
13762         instead of a list of assignments and exports
13763
13764         * config.guess: recognize Alpha/OSF1 systems
13765
13766 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13767
13768         * configure: Change help message to prefer --options rather than
13769           -options.
13770
13771 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13772
13773         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13774         zippy@ecst.csuchico.edu.
13775         * config.guess: Recognize miniframe.
13776
13777 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13778
13779         * Makefile.in: Use srcroot to find runtest rather than rootme.
13780         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
13781
13782 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
13783
13784         * test-build.mk: Extensive additions to support building on a
13785         machine other than the host.
13786
13787 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13788
13789         * configure (tooldir): Fix for i386-aix again.
13790
13791 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
13792
13793         * configure, Makefile.in:  Change definition of $(tooldir)
13794         to match the FSF.
13795
13796 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
13797
13798         * config.guess:  Recognize i[34]86/SVR4.
13799
13800 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
13801
13802         * Makefile.in (all-gdb): gdb depends on sim.
13803
13804 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
13805
13806         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
13807         at the same time we make the prototype gdb directory.
13808         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
13809         files at the same time as the gdb base release distribution.
13810
13811 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
13812
13813         * Makefile.in (check): Use individual check targets rather than
13814         DO_X rule.
13815         (check-gcc): Added.
13816
13817 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
13818
13819         * config.sub: Use sysv3.2 not sysv32 for canonical OS
13820         for System V release 3.2.
13821
13822 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13823
13824         * config.sub: Recognize hppaosf.
13825         * configure.in: Do configure ld/binutils/gas for it.
13826
13827 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13828
13829         * configure (tooldir): Alter syntax used to set this, for systems
13830         where "\$" isn't handled right, like i386-aix.
13831
13832 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13833
13834         * configure: Pass program-transform-name, not
13835         program_transform_name, to recursive configures.
13836
13837 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
13838
13839         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13840         of gas+ld+binutils.
13841
13842 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
13843
13844         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
13845
13846 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13847
13848         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13849
13850 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13851
13852         * Makefile.in (PRMS): Set back to all-prms.
13853
13854 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
13855
13856         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
13857         targets, rather than for MIPS hosts.
13858
13859 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13860
13861         * configure.in: add comment for --with-x default values
13862
13863         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
13864
13865         * Makefile.in: add check-* targets for each of the directories in
13866         the tree.  Add a definition of RUNTEST that will use the one we
13867         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
13868
13869 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
13870
13871         * configure.in: Removed obsolete references to bfd_target and
13872         target_makefile_frag.
13873
13874         * build-all.mk: Set assorted targets for Q2.
13875         * config.sub: Recognize z8k-sim and h8300-hms.
13876         * test-build.mk: Really don't pass host to configure.
13877         (HOLES): Added uname.
13878
13879 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
13880
13881         * configure: Handle an empty program-prefix, program-suffix or
13882         program-transform-name correctly.
13883
13884 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
13885
13886         * build-all.mk: -G 8 no longer required for MIPS targets.
13887         * test-build.mk: Don't pass host argument to configure; make it
13888         guess.
13889
13890 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
13891
13892         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
13893         * Makefile.in (COMPRESS):  New macro, like GZIP.
13894
13895 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
13896
13897         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
13898
13899         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
13900         with gas currently defaults to -G 0.
13901
13902 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
13903
13904         * Makefile.in (all-flex): flex depends on byacc.
13905
13906         * build-all.mk: If host not specified, use config.guess.  Pass TAG
13907         to test-build.mk as RELEASE_TAG.
13908         * test-build.mk (configargs): New variable containing arguments to
13909         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
13910         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
13911
13912         * config.guess: Use /bin/uname when checking -X argument on SCO,
13913         to avoid invoking GNU uname which doesn't understand -X.
13914
13915         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
13916
13917         * configure.in: Build gas for mips-*-*.
13918
13919 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13920
13921         * Makefile.in (all.normal): insert missing backslash.
13922
13923 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
13924
13925         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
13926
13927         * Makefile.in: Complete overhaul to merge many almost identical
13928         targets.
13929
13930 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13931
13932         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
13933         (gdb.tar.Z): Adjusted.
13934
13935         * Makefile.in (setup-dirs, taz): New targets; should be general
13936         enough to adapt for gdb sometime.  Build only .z file.
13937         (gas.tar.z): New target.
13938
13939 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13940
13941         * build-all.mk: Use CC=cc -Xs on Solaris.
13942
13943 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
13944
13945         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
13946         for handling BISON for FSF releases.
13947
13948 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13949
13950         * configure: Actually implement the change zoo just documented.
13951
13952 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
13953
13954         * configure: when using config.guess, only set target_alias when
13955         it's not already been set (ie, on the command line)
13956
13957 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13958
13959         * Makefile.in: add installcheck target, set PRMS to install-prms
13960
13961 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13962
13963         * configure: add support for package_makefile_fragment, handle the
13964         case where a directory has a configure.in file but no Makefile.in
13965         more gracefully (with an actual understandable error message, even);
13966         add support for --without (and add this to the usage message); also
13967         explicitly add a --host=${host_alias} to the command line when
13968         config.guess is used
13969
13970 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
13971
13972         * configure: Must use both --host and --target in recursive calls.
13973
13974 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13975
13976         * Makefile.in: Change deja-gnu to dejagnu.
13977
13978 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13979
13980         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
13981
13982 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13983
13984         * configure.in: canonicalize all instances to *-*-solaris2*,
13985         also strip out a number of tools to not build for go32 host
13986
13987 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13988
13989         * config.guess: add GPL.
13990
13991         * Makefile.in, config.guess, config.sub, configure: bump
13992           copyrights to 93.
13993
13994 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
13995
13996         * Makefile.in (do-info): Removed obsolete check for existence of
13997         localenv file.
13998
13999         * Makefile.in (MAKEOVERRIDES): Define to be empty.
14000
14001 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14002
14003         * Makefile.in: a couple of 'else true' for decstation,
14004         support for TclX
14005
14006         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14007
14008 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
14009
14010         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14011
14012 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
14013
14014         * config.guess: Recognize i386-ibm-aix (PS/2).
14015         * configure.in: Use config/mh-aix386 file for it.
14016
14017 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
14018
14019         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14020         CC_FOR_TARGET instead.
14021         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14022
14023 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
14024
14025         * Makefile.in: Add sim to list of directories sent with gdb
14026
14027 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14028
14029         * configure.in: Put back mips-dec-bsd* case.
14030
14031 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
14032
14033         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14034         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
14035         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
14036
14037 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14038
14039         * configure.in: remove no-op mips-dec-bsd* in "case $target"
14040
14041         * Makefile.in (dir.info): only run gen-info-dir if it exists,
14042         (install-info): install dir.info only if it exists,
14043         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14044
14045 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
14046
14047         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
14048         gas for mips-dec-bsd.
14049
14050 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
14051
14052         * configure (makesrcdir): If ${srcdir} is relative and not ".",
14053         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14054
14055 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
14056
14057         * configure.in: Added "dejagnu" to hosttools list.
14058
14059 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
14060
14061         * config.sub, configure.in, config.guess:  Add support
14062         for Bosx, an AIX variant from Bull.
14063         Patches from F.Pierresteguy@frcl.bull.fr.
14064
14065 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
14066
14067         * devo/dejagnu: Initial creation of devo/dejagnu.
14068         Migrated dejagnu testcases and support files for testing software
14069         tools to reside as subdirectories, currently called "testsuite",
14070         within the directory of the software tool.  Migrated all programs,
14071         support libraries, etc. beloging to dejagnu proper from
14072         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
14073         with no modifications.  The changes to these files which will
14074         allow them to configure, build, and execute properly will be made
14075         in a future update.
14076
14077 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14078
14079         * Makefile.in: Change send_pr to send-pr.
14080         * configure.in: Likewise.
14081         * send_pr: Renamed directory to send-pr.
14082
14083 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
14084
14085         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
14086
14087 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
14088
14089         * README:  Update for gdb-4.8 release.
14090         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
14091         gdb-xxx.tar.z (gzip'd) file also.
14092
14093 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14094
14095         * Makefile.in: make all-diff depend on all-libiberty
14096
14097 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
14098
14099         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14100
14101 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14102
14103         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14104
14105 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
14106
14107         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
14108         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
14109         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
14110
14111 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14112
14113         * Makefile.in:  makeinfo binary is in a new location
14114
14115 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
14116
14117         * config.sub: Accept -ecoff as an OS.
14118
14119         * Makefile.in: Various changes to eliminate a level of make
14120         recursion and reduce the required command line length.
14121         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14122         sub-makes.
14123         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14124         variables holding settings for specific sub-makes.
14125         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14126         in terms of BASE_FLAGS_TO_PASS.
14127         (TARGET_LIBS): New variable listing directories which use
14128         TARGET_FLAGS_TO_PASS.
14129         (subdir_do): Eliminated.
14130         (do-*): New set of targets to replace subdir_do.
14131         (various): All targets which used subdir_do now depend on do-*.
14132         (local-clean): Renamed from do_clean.
14133         (local-distclean): New target, dependency of distclean and
14134         realclean.
14135         (install-info): Don't create directories.  Depend on dir.info
14136         rather than calling make recursively.
14137         (install-dir.info): Eliminated.
14138         (install-info-dirs): Create all info directories here.
14139         (dir.info): Depend upon do-install-info.
14140
14141         * test-build.mk (HOLES): Added false.
14142
14143 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
14144
14145         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
14146
14147 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14148
14149         * Makefile.in (info): remove dependency on all-texinfo.  The
14150         problem was really in texinfo/C, not at this level.
14151
14152 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
14153
14154         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14155
14156 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
14157
14158         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
14159         GDB releases.
14160
14161 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14162
14163         * configure: Include srcdir in message about target of link not
14164         being found.  Don't convert `-' to `_' in `with' options being
14165         passed to subdirs.
14166
14167 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14168
14169         * configure.in: add uudecode to host_tools
14170
14171         * Makefile.in: added {all,install}-uudecode targets, added them to
14172         the appropriate lists
14173
14174 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
14175
14176         * Makefile.in (all-gcc): Added dependency on all-gas.
14177
14178         * configure.in (mips-*-*): Build ld and binutils.
14179
14180 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14181
14182         * configure: check return code from mkdir, print error message and
14183           exit on failure.
14184
14185 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
14186
14187         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
14188
14189 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14190
14191         * test-build.mk (HOLES): Added tar, cpio and uudecode.
14192
14193 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
14194
14195         * config.sub (h8500):  Recognize this as a cpu type.
14196
14197 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14198
14199         * configure: source directory missing is no longer a warning
14200
14201         * configure.in: recognize irix[34]* instead of irix[34]
14202
14203         * Makefile.in: define and pass down X11_LIB
14204
14205 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
14206
14207         * guess-systype: Renamed to ...
14208         * config.guess:  ... by popular request.
14209         * configure.in, Makefile.in:  Update accordingly.
14210
14211 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
14212
14213         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
14214         + Add Convex, Cray/Unicos, and Encore/Multimax support.
14215         + Execute ./dummy instead of assuming . is in PATH.
14216
14217 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
14218
14219         * guess-systype:  New shell script.  Attempts to guess the
14220         canonical host name of the executing host.
14221         Only a few hosts are supported so far.
14222         * configure:  Call guess-systype if no host is specified.
14223
14224 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
14225
14226         * Makefile.in (gcc-no-fixedincludes): Made to work with current
14227         gcc Makefile.
14228
14229
14230 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
14231
14232         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14233         (all-gcc, install-gcc, subdir_do): Use it.
14234
14235 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
14236
14237         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14238
14239 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
14240
14241         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14242           set exclusively by configure, using configure.in .
14243
14244 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14245
14246         * test-build.mk: set $PATH for all builds
14247
14248         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14249
14250 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
14251
14252         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
14253         the one used in gcc/Makefile.in, so that a null expansion doesn't
14254         override the one needed to build gcc with a native cc.
14255
14256
14257 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14258
14259         * configure: Accept -with arguments.
14260
14261 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14262
14263         * Makefile.in: added h8300sim
14264
14265 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
14266
14267         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14268         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
14269         (all-cygnus, native, build-cygnus): Make
14270         $(canonhost)-stamp-3stage-done, not $(host)....
14271         * test-build.mk (stamp-3stage-compared): Use tail +10c for
14272         i386-sco3.2v4.  Added else true to if command.
14273
14274 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
14275
14276         * config.sub: (from FSF) Sequent uses a BSD-like OS.
14277
14278 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
14279
14280         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14281
14282 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14283
14284         * configure.in: don't remove binutils from Solaris builds
14285
14286 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
14287
14288         * Makefile.in: get rid of earlier definitions for *clean,
14289         also handle the recursive info rule better
14290
14291 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
14292
14293         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
14294         do more-or-less the right thing.
14295
14296 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
14297
14298         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14299         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14300
14301 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14302
14303         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14304         $(host_canonical).
14305
14306         * configure.in: split the configdirs list into 4 categories (native
14307         v. cross, library v. tool) and handle the cross-only and native-
14308         only in more reasonable (and correct!) way.
14309
14310 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
14311
14312         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
14313         configdirs anymore.
14314
14315 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14316
14317         * Makefile.in: extensive cleanup::  removed all of the explicit
14318         clean-* targets, collapsed many wrappers around subdir_do into
14319         one, added additional targets to satisfy standards.texi, deleted
14320         some old targets, some changes for consistency
14321
14322 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14323
14324         * configure.in: handle some programs as cross-only, and others as
14325         native only
14326
14327         * test-build.mk: handle partial holes in a more generic manner
14328
14329         * Makefile.in: m4 depends on libiberty
14330
14331 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14332
14333         * configure.in: add m4, textutils, fileutils, sed, shellutils,
14334         time, wdiff, and find to configdirs
14335
14336         * Makefile.in: all, clean, and install rules for the new programs
14337         added to configure.in
14338
14339 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14340
14341         * configure.in: use mh-sun for all *-sun-* hosts
14342
14343 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14344
14345         * Makefile.in: define flags for X11 include files and library file
14346         locations, pass them down to the programs that need this info
14347
14348         * build-all.mk: added a 'native' target, to 3stage the native toolchain
14349
14350 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14351
14352         * configure.in: start building libg++ for HP-UX targets
14353
14354 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
14355
14356         * README:  Update references to files moved into etc/.
14357
14358 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
14359
14360         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
14361         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
14362
14363 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
14364
14365         * configure: accept dash as well as underscore in long option
14366         names for FSF compatibility.
14367
14368 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
14369
14370         * config.sub: added -sco3.2v4 support from FSF.
14371
14372 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14373
14374         * configure.in: expand the section that adds or removes
14375         directories from the list of programs to build, to handle native
14376         vs. cross in addition to host v. native
14377
14378 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
14379
14380         * Makefile.in:  Replace C++ in macro names with CXX.
14381         This is less likely to break ...
14382
14383 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14384
14385         * test-build.mk: add -w to GNU_MAKE
14386
14387 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14388
14389         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14390         add 'sparc' to list of recognized cpus.  This needed to make
14391         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14392         Delete some redundant ose68 variants.  Recognize -wrs as an os,
14393         then changes that into $CPU-wrs-vxworks.
14394
14395         * configure.in: remove most references to gdbtest, regularize
14396         target based program removal
14397
14398         * test-build.mk: import from p3 tree (many fixes and changes)
14399
14400 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
14401
14402         * Makefile.in: added rules to handle tcl, tk, and expect
14403
14404         * configure.in: handle those directories if they exist
14405
14406 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14407
14408         * config.sub: removed bogus hppabsd and hppahpux names, since
14409         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14410
14411 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14412
14413         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
14414         depends upon all-xiberty
14415
14416         * Makefile.in: changes from p3, including:
14417
14418         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
14419
14420         * Makefile.in (XTRAFLAGS): include newlib directories if
14421         newlib/Makefile exists, rather than if host != target.
14422
14423         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
14424
14425         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14426         from the same source tree and not building a cross-compiler.  This
14427         matters for the libg++ configuration if reconfiguring a tree that
14428         has already been installed.
14429
14430         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
14431
14432         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14433         pick up the machine and system specific header files.
14434
14435         * Makefile.in: added AS_FOR_TARGET, passed down in
14436         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
14437         the C compiler to use to create programs which are run in the
14438         build environment, set it to default to $(CC), and passed it down
14439         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14440
14441         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
14442
14443         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14444         We need them for unusual native builds, like systems without
14445         ranlib.
14446
14447         * configure: also define $(host_canonical) and
14448         $(target_canonical), which are the full, canonical names for the
14449         given host and target
14450
14451 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
14452
14453         * Makefile.in:  Added separate definitions for C++.
14454
14455 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
14456
14457         * configure.in (configdirs):  Add deja-gnu.
14458
14459 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
14460
14461         * README:  Update for configure.texi and gdb-4.7 release.
14462
14463 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
14464
14465         * Makefile.in:  Move "all" target to top of file.
14466         Previously, first target was ".PHONY" which caused BSD4.4 make
14467         to build .PHONY when make was run without arguments.
14468
14469 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
14470
14471         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
14472         Library-copylefted code in libiberty.
14473
14474 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
14475
14476         * config.sub:  Replace m68kmote with plain old m68k.
14477
14478 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
14479
14480         * Makefile.in:  Remove space from blank line, avoid Make complaints.
14481
14482 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
14483
14484         * config.sub: Complain if no argument is given.  Added support for
14485         386bsd as OS and target alias.
14486
14487 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
14488
14489         * Makefile.in (XTRAFLAGS): include newlib directories if
14490         newlib/Makefile exists, rather than if host != target.
14491
14492 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
14493
14494         * config.sub: recognize sparclite-wrs-vxworks.
14495
14496         * Makefile.in (install-xiberty): added *-xiberty make rules (from
14497         p3.) Added clean-xiberty to clean.
14498
14499 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14500
14501         * configure.in: use *-*-* instead of nested cases for host and target
14502
14503 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
14504
14505         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14506         from the same source tree and not building a cross-compiler.  This
14507         matters for the libg++ configuration if reconfiguring a tree that
14508         has already been installed.
14509
14510 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
14511
14512         * config.sub (i486v/i486v4):  Merge in from FSF version.
14513
14514 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
14515
14516         * configure: only set PWD if it is already set.
14517
14518 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
14519
14520         * configure: just set PWD=`pwd` at the top, since Ultrix sh
14521         doesn't have unset and all success paths (and most error paths)
14522         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14523         to just ${PWD} to avoid confusion.)
14524
14525 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
14526
14527         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14528         even for a native compilation.
14529
14530 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
14531
14532         Changes to make the gdb.tar.Z rule work better.
14533
14534         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
14535         (DEVO_SUPPORT):  Add configure.texi.
14536         (bfd-ilrt.tar.Z):  Remove ancient rule.
14537
14538 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
14539
14540         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14541         pick up the machine and system specific header files.
14542
14543         * configure.in, config.sub: added new target m68010-adobe-scout,
14544         with alias of adobe68k.  Changed configure.in to check for
14545         -scout before -sco* to avoid a false match.
14546
14547         * Makefile.in: added AS_FOR_TARGET, passed down in
14548         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
14549         the C compiler to use to create programs which are run in the
14550         build environment, set it to default to $(CC), and passed it down
14551         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14552
14553 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
14554
14555         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
14556         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
14557         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
14558         FOR_TARGET variants, to newlib and libg++.
14559
14560 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14561
14562         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
14563         first.
14564
14565 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
14566
14567         * config.sub:  Accept `elf' as an environment.
14568
14569 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
14570
14571         * Makefile.in (all-opcodes):  cd into the right directory
14572
14573 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
14574
14575         * configure: added -program_transform_name option, used as
14576         argument to sed when installing programs.
14577         configure.texi: added documentation for -program_prefix,
14578         -program_suffix and -program_transform_name.
14579
14580 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
14581
14582         * config.sub:  Accept i486 where i386 ok.
14583
14584 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
14585
14586         * config.sub: accept we32k
14587
14588 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
14589
14590         * config.sub, configure.in: accept OSE68000 and OSE68k.
14591
14592         * Makefile.in: don't create all directories for ``make install'';
14593         let the subdirectories create the ones they need.
14594
14595 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14596
14597         * COPYING: new file, GPL v2
14598
14599 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14600
14601         * Makefile.in: use the new gen-info-dir, which needs a template
14602         argument (which also lives in texinfo)
14603
14604         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14605
14606 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
14607
14608         * config.sub (ncr3000):  Change i386 to i486.
14609
14610 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14611
14612         * Makefile.in: add install-rcs, install-grep to
14613         install-no-fixedincludes, removed install-bison and install-libgcc
14614
14615 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
14616
14617         * configure.in: grab the HPUX makefile fragment if on HPUX
14618
14619 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
14620
14621         * Makefile.in: eradicate bison spoor (ditto libgcc).
14622          configure.in: recognise m68{k,000}-ericsson-OSE.
14623          es1800 is alias for m68k-ericsson-OSE
14624
14625 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14626
14627         * configure.in: rearrange the parts that remove programs from
14628         configdirs, based now on HOST==TARGET or by canonical triple.
14629
14630 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14631
14632         * test-build.mk: recurse explicitly with -f test-build.mk when
14633           appropriate.  predicate stage3 and comparison on the existence
14634           of gcc.  That is, if gcc isn't around, we aren't three-staging.
14635           On very clean, also remove ...stamp-co.  Build in-place before
14636           doing other builds.
14637
14638 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
14639
14640         * Makefile.in, configure.in: add tgas
14641
14642 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14643
14644         * Makefile.in: a number of changes merged in from progressive.
14645
14646         * configure.in: add libm.
14647
14648         * .cvsignore: ignore some stuff that comes from test-build.mk.
14649
14650 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
14651
14652         * config.sub:  Add es1800 (m68k-ericsson-es1800).
14653
14654 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
14655
14656         * configure: Add program_suffix (parallel to program_prefix)
14657         * Makefile.in: adjust directory-creating script for losing decstation
14658
14659 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
14660
14661         * configure:  Minor $subdir-related fixes.
14662
14663 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
14664
14665         * configure: fix various problems with propogating
14666         makefile_target_frag in subdirs.
14667         * configure.in: config libgcc if its there
14668
14669 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
14670
14671         * config.sub:  HPPA merge.
14672
14673 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
14674
14675         * Makefile.in:  Replace all-bison with all-byacc in all
14676         dependency lines for other tools (which now use byacc).
14677
14678 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
14679
14680         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
14681
14682 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
14683
14684         * Makefile.in: make gprof rules similar to byacc rules (instead of
14685         vestigal $(unsubdir) that didn't work...)
14686
14687 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
14688
14689         * config.sub:  Add support for Linux.
14690         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
14691         (at least for libg++).
14692
14693 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
14694
14695         * configure.texi: fix doc for the -nfp option to configure
14696
14697 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
14698
14699         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14700
14701 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
14702
14703         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14704         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14705         * configure.in: added solaris* host_makefile_frag hook.
14706
14707 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14708
14709         * config.sub: changed recognition of m68000 so that various
14710         m68k types can be specified via m680[01234]0
14711
14712 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14713
14714         * config.sub (basic_machine): fix sed so that '-foo' isn't
14715         completely substituted out while .+'-foo' loses the '-foo'
14716
14717 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
14718
14719         * config.sub ($os): Add -aout.
14720
14721 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
14722
14723         * configure:  If host_makefile_frag is absolute, don't
14724         prefix ${invsubdir} (relevant to libg++ auto-configure).
14725
14726 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
14727
14728         * Makefile.in (tooldir): Define it.
14729         (all-ld): Depend on all-flex.
14730
14731 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
14732
14733         * Makefile.in (check):  Fix libg++ special case.
14734
14735 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
14736
14737         * configure: do not bury `pwd` into config.status, thus do fewer
14738           pwd's.
14739
14740         * configure: print the "Building in" message only when building in
14741           other than "." AND verbose.
14742
14743         * configure: remove -s, rework -v to better accommodate guested
14744           configures.
14745
14746         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14747
14748 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
14749
14750         * Makefile.in: macroize flags passed on recursion.  remove
14751           fileutils.
14752
14753 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
14754
14755         * configure: get makesrcdir right for subdirs deeper than 1.
14756
14757         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14758           install.
14759
14760 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
14761
14762         * Makefile.in: don't print subdir_do or recursion lines.
14763
14764 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
14765
14766         * standards.texi: added menu item.
14767
14768         * Makefile.in: build and install standards.info.
14769
14770         * standards.texi: new file.
14771
14772 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14773
14774         * configure: test for and move config.status pieces from
14775           ${subdir}/.
14776
14777 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
14778
14779         * configure:  Test for existance of files before trying to mv
14780         them, to avoid numerous non-existance messages.
14781
14782 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
14783
14784         * configure: correct final line of config.status.
14785
14786         * configure: patch from eggert.  Avoids a protection problem if
14787           the original Makefile.in is read only.
14788
14789         * configure: use move-if-change from gcc to create config.status.
14790           Some makefiles depend on config.status to tell if a directory
14791           has been reconfigured for a different host.  This change
14792           prevents those directories from remaking everything in the case
14793           where the reconfig was only intended to rebuild a Makefile.
14794
14795         * configure: test for config.sub with "config.sub sun4" rather
14796           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
14797           host alias from a missing config.sub.
14798
14799 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14800
14801         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14802           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
14803
14804 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
14805
14806         * configure: mkdir ${subdir} as needed.
14807
14808 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
14809
14810         * Makefile.in,configure.in: added autoconf.
14811
14812 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14813
14814         * Makefile.in: no longer pass against on recursion.
14815
14816         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14817           definitions are not inherited.
14818
14819         * configure: correct makesrcdir when subdir is .
14820
14821 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
14822
14823         * configure:  Add support for 'subdirs' variable, which is
14824         like 'configdirs', except that configure doesn't re-invoke
14825         itself for subdirs, it just creates a Makefile for each subdir.
14826         * configure.texi:  Document subdirs.
14827
14828 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14829
14830         * configure.in: added flex to configdirs
14831
14832 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
14833
14834         * Makefile.in: remove clean-stamps from clean.
14835
14836 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
14837
14838         * configure.in:  Add gdbtest to configdirs.
14839
14840 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
14841
14842         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
14843         to recursive makes.
14844         * configure.in:  Recognize new ncr3000 config.
14845
14846 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
14847
14848         * Makefile.in, configure.in: removed references to gdbm.
14849
14850 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
14851
14852         * config.sub:  Don't canonicalize os value
14853         newsos* to bsd (readline needs to check for newsos).
14854         (This fix was earlier made Jan 31, but got re-broken.)
14855
14856 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
14857
14858         * configure.in:  sco is an os, not a vendor!
14859
14860         * configure:  Quote $( better.  Keep various shells happy.
14861
14862 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
14863
14864         * Makefile.in: eliminate stamp-files.
14865
14866 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
14867
14868         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
14869           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
14870
14871 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
14872
14873         * config.sub:  fix iris/iris3.
14874
14875 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
14876
14877         * configure: re-add -rm.
14878
14879 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
14880
14881         * Maskefile.in: add .stmp-rcs to all.
14882
14883         * configure.in: remove gas from rs6000 build, use aix host fragment.
14884
14885 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
14886
14887         * configure: pass down site_option during recursion.
14888
14889 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
14890
14891         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
14892
14893 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
14894
14895         * configure: Change exec_prefix so that it really defaults to prefix.
14896
14897 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
14898
14899         * Makefile.in, configure.in:  Add support for mmalloc library.
14900
14901 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
14902
14903         * Makefile.in: add stmp dependencies for a few more things.
14904
14905 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
14906
14907         * configure: adjusted error message on objdir/srcdir configure
14908           collision, per john's suggestion.
14909
14910         * Makefile.in: add libiberty stmp to all and all.cross.
14911
14912 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
14913
14914         * Makefile.in: remove force dependencies, add grep to all.
14915
14916 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
14917
14918         * Makefile.in: drop flex.  make stamp files work.
14919
14920         * configure: added test for conflicting configuration in srcdir,
14921           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
14922           gets cranky.  use relative paths for configure and srcdir
14923           whenever possible.  Send some error messages to stderr that were
14924           going to stdout.
14925
14926 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
14927
14928         * Makefile.in:  Fix libg++ rule to check for gcc directory
14929         before using gcc/gcc.  Also pass XTRAFLAGS.
14930
14931 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
14932
14933         * Makefile.in: added stmp-files so that directories aren't polled
14934           when they are already built.
14935
14936         * configure.texi: fixed a node pointer problem.
14937
14938 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
14939
14940         * config.sub configure.in gdb/configure.in
14941         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
14942         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
14943         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
14944
14945 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14946
14947         * configure: -recurring becomes -silent.  corrected help message
14948           for -site= option.
14949
14950         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
14951
14952 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14953
14954         * configure: when building Makefile for crosses, replace
14955           tooldir and program_prefix.  default srcdir from location of
14956           config.sub.  remove "for host in hosts" and "for target in
14957           targets" loops.
14958
14959 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14960
14961         * Makefile.in: Do not pass bindir or mandir to cvs.
14962
14963 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
14964
14965         * Makefile.in, configure.in: removed traces of namesubdir,
14966           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
14967           copyrights to '92, changed some from Cygnus to FSF.
14968
14969         * configure.texi: remove most references to multiple hosts,
14970           multiple targets, subdirs, etc.
14971
14972         * configure.man: removed rcsid. reference config.sub not
14973           config.subr.
14974
14975         * Makefile.in: mkdir $(infodir) on install-info.
14976
14977 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
14978
14979         * configure.texi:  Explain better about .gdbinit and about
14980         the environment that configure.in sections run in.
14981
14982 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
14983
14984         * configure.in:  Ultrix is only a decstation if it's a MIPS.
14985
14986 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
14987
14988         * README:  DOC.configure => cfg-paper.texi.
14989
14990 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
14991
14992         * config.sub (near case $os):  Don't convert newsos* to bsd!
14993
14994 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
14995
14996         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
14997         the number of copies of COPYING that go into the GDB tar file.
14998
14999 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
15000
15001         * bfd/configure.in, gdb/config/mh-i386sco,
15002         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15003         Fix SCO configuration stuff.
15004
15005 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
15006
15007         * Makefile.in:  For libg++, make sure the -I pointing
15008         to the gcc directory goes *after* all the libg++-local -I flags.
15009         Also, move just-gcc dependency from just-libg++ to all-libg++.
15010
15011 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
15012
15013         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
15014
15015 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
15016
15017         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
15018
15019 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
15020
15021         * config.sub:  Add stratus configuration frags.  Also
15022         submitted to FSF.
15023
15024 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
15025
15026         * Makefile.in (DEV_SUPPORT):  add configure.man.
15027
15028         * config.sub(Decode manufacturer-specific):  add -none*.
15029
15030 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
15031
15032         * Makefile.in:  remove form feeds to make Sun's make happy.
15033         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
15034
15035 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
15036
15037         * Makefile.in (AR_FLAGS):  Make quieter.
15038
15039 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
15040
15041         * configure.in:  Add libg++.
15042         * configure:  When verbose, don't output the command line at each
15043         level; it will be unremarkably the same as the previous version,
15044         which will be the same as what the user typed.
15045
15046 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
15047
15048         * configure.in, Makefile.in: fix clean-info, add flex.  add
15049           fileutils.
15050
15051         * configure: be less sensitive to spaces in Makefile.in.  Do not
15052           look for sources in "..".  Doing so breaks subdirectories that
15053           might have their own configure.  If a subdir has it's own
15054           configure script, use it.
15055
15056 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
15057
15058         * cfg-paper.texi: some changes suggested by rms.
15059
15060 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
15061
15062         * config.sub:  Merge in some small additions from the FSF version,
15063         taken from the gcc distribution, to bring the Cygnus and FSF
15064         versions into closer sync.
15065
15066 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
15067
15068         * configure.in:  Changed svr4 references to sysv4.
15069
15070 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
15071
15072         * configure: added -V for version number option.
15073
15074 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
15075
15076         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15077           renamed from DOC.configure to cfg-paper.texi.
15078
15079 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15080
15081         * configure, config.subr, config.sub: config.subr is now
15082           config.sub again.
15083
15084 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
15085
15086         * configure.texi: new file, in progress.
15087
15088         * Makefile.in: build info file and install the man page for
15089           configure.
15090
15091         * configure.man: new file, first cut.
15092
15093         * configure: find config.subr again now that configuration "none"
15094           has gone.  removed all traces of the -ansi option.  removed all
15095           traces of the -languages option.
15096
15097         * config.subr: resync from rms.
15098
15099 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15100
15101         * configure, config.sub, config.subr: merge config.sub into
15102           config.subr, call the result config.subr, remove config.sub, use
15103           config.subr.
15104
15105         * Makefile.in: revised install for dir.info.
15106
15107 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15108
15109         * configure.in: add decstation host makefile frag.
15110
15111         * Makefile.in: BISON now bison -y again.  also install-gcc on
15112           install.  clean-gdbm on clean.  infodir belongs in datadir.
15113           Make directories for info install.  Build dir.info here then
15114           install it.
15115
15116 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15117
15118         * Makefile.in: fix for bad directory tests.
15119
15120 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15121
15122         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
15123           regexp.  -srcdir relative was being handled incorrectly.
15124
15125         * Makefile.in: unwrapped some for loops so that parallel makes
15126           work again and so one can focus one's attention on a particular
15127           package.
15128
15129 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15130
15131         * configure: added PWD as a stand in for `pwd` (for speed). use
15132           elif wherever possible.  make -srcdir work without -objdir.
15133           -objdir= commented out.
15134
15135 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15136
15137         * configure: +options become --options.  -subdirs commented out.
15138           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
15139           Makefile now at top of generated Makefile.  Removed cvs log
15140           entries.  added -srcdir.  create .gdbinit only if there is one
15141           in ${srcdir}.
15142
15143         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
15144           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
15145           and mandir now keyed off datadir by default.
15146
15147 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15148
15149         * Freshly created ChangeLog.
15150
15151 \f
15152 Local Variables:
15153 mode: change-log
15154 left-margin: 8
15155 fill-column: 76
15156 version-control: never
15157 End: